com.esri.arcgisws
Class GetImageTile

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

public class GetImageTile
extends java.lang.Object
implements java.io.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="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
GetImageTile()
          GetImageTile default constructor.
GetImageTile(int level, int row, int column)
          Deprecated. 
 
Method Summary
 int getColumn()
          Gets the value of the column 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 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

GetImageTile

@Deprecated
public GetImageTile(int level,
                               int row,
                               int column)
Deprecated. 

GetImageTile constructor.


GetImageTile

public GetImageTile()
GetImageTile default constructor.

Method Detail

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.