com.esri.arcgisws
Class GetMapTile

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

public class GetMapTile
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="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
GetMapTile()
          GetMapTile default constructor.
GetMapTile(String mapName, 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 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 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

GetMapTile

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

GetMapTile constructor.


GetMapTile

public GetMapTile()
GetMapTile 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

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