com.esri.arcgisws
Class RasterDataSourceDescription

java.lang.Object
  extended by com.esri.arcgisws.MapServerSourceDescription
      extended by com.esri.arcgisws.DataSourceDescription
          extended by com.esri.arcgisws.RasterDataSourceDescription
All Implemented Interfaces:
java.io.Serializable

public class RasterDataSourceDescription
extends DataSourceDescription
implements java.io.Serializable

Java class for RasterDataSourceDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RasterDataSourceDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataSourceDescription">
       <sequence>
         <element name="RasterName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterDataSourceDescription()
          RasterDataSourceDescription default constructor.
RasterDataSourceDescription(java.lang.String workspaceID, java.lang.String rasterName)
          Deprecated. 
 
Method Summary
 java.lang.String getRasterName()
          Gets the value of the rasterName property.
 void setRasterName(java.lang.String value)
          Sets the value of the rasterName property.
 
Methods inherited from class com.esri.arcgisws.DataSourceDescription
getWorkspaceID, setWorkspaceID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterDataSourceDescription

@Deprecated
public RasterDataSourceDescription(java.lang.String workspaceID,
                                              java.lang.String rasterName)
Deprecated. 

RasterDataSourceDescription constructor.


RasterDataSourceDescription

public RasterDataSourceDescription()
RasterDataSourceDescription default constructor.

Method Detail

getRasterName

public java.lang.String getRasterName()
Gets the value of the rasterName property.

Returns:
possible object is String

setRasterName

public void setRasterName(java.lang.String value)
Sets the value of the rasterName property.

Parameters:
value - allowed object is String