com.esri.arcgisws
Class GetTile

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

public class GetTile
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="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Face" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetTile()
          GetTile default constructor.
GetTile(int layerID, int face, int level, int row, int column)
          Deprecated. 
 
Method Summary
 int getColumn()
          Gets the value of the column property.
 int getFace()
          Gets the value of the face property.
 int getLayerID()
          Gets the value of the layerID property.
 int getLevel()
          Gets the value of the level property.
 int getRow()
          Gets the value of the row property.
 void setColumn(int value)
          Sets the value of the column property.
 void setFace(int value)
          Sets the value of the face property.
 void setLayerID(int value)
          Sets the value of the layerID property.
 void setLevel(int value)
          Sets the value of the level 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

GetTile

@Deprecated
public GetTile(int layerID,
                          int face,
                          int level,
                          int row,
                          int column)
Deprecated. 

GetTile constructor.


GetTile

public GetTile()
GetTile default constructor.

Method Detail

getLayerID

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


setLayerID

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


getFace

public int getFace()
Gets the value of the face property.


setFace

public void setFace(int value)
Sets the value of the face 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.