com.esri.arcgisws
Class GetLayerTile

java.lang.Object
  extended by com.esri.arcgisws.GetLayerTile
All Implemented Interfaces:
Serializable

public class GetLayerTile
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MapName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Level" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Row" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Column" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetLayerTile()
          GetLayerTile default constructor.
GetLayerTile(String mapName, int layerID, int level, int row, int column, String format)
          Deprecated. 
 
Method Summary
 int getColumn()
          Gets the value of the column property.
 String getFormat()
          Gets the value of the format property.
 int getLayerID()
          Gets the value of the layerID property.
 int getLevel()
          Gets the value of the level property.
 String getMapName()
          Gets the value of the mapName property.
 int getRow()
          Gets the value of the row property.
 void setColumn(int value)
          Sets the value of the column property.
 void setFormat(String value)
          Sets the value of the format property.
 void setLayerID(int value)
          Sets the value of the layerID property.
 void setLevel(int value)
          Sets the value of the level property.
 void setMapName(String value)
          Sets the value of the mapName property.
 void setRow(int value)
          Sets the value of the row property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLayerTile

@Deprecated
public GetLayerTile(String mapName,
                               int layerID,
                               int level,
                               int row,
                               int column,
                               String format)
Deprecated. 

GetLayerTile constructor.


GetLayerTile

public GetLayerTile()
GetLayerTile default constructor.

Method Detail

getMapName

public String getMapName()
Gets the value of the mapName property.

Returns:
possible object is String

setMapName

public void setMapName(String value)
Sets the value of the mapName property.

Parameters:
value - allowed object is String

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


getLevel

public int getLevel()
Gets the value of the level property.


setLevel

public void setLevel(int value)
Sets the value of the level property.


getRow

public int getRow()
Gets the value of the row property.


setRow

public void setRow(int value)
Sets the value of the row property.


getColumn

public int getColumn()
Gets the value of the column property.


setColumn

public void setColumn(int value)
Sets the value of the column property.


getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String