com.esri.arcgisws
Class TileImageInfo

java.lang.Object
  extended bycom.esri.arcgisws.TileImageInfo
All Implemented Interfaces:
java.io.Serializable

public class TileImageInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TileImageInfo()
           
TileImageInfo(java.lang.String cacheTileFormat, int compressionQuality)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCacheTileFormat()
          Gets the cacheTileFormat value for this TileImageInfo.
 int getCompressionQuality()
          Gets the compressionQuality value for this TileImageInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCacheTileFormat(java.lang.String cacheTileFormat)
          Sets the cacheTileFormat value for this TileImageInfo.
 void setCompressionQuality(int compressionQuality)
          Sets the compressionQuality value for this TileImageInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileImageInfo

public TileImageInfo()

TileImageInfo

public TileImageInfo(java.lang.String cacheTileFormat,
                     int compressionQuality)
Method Detail

getCacheTileFormat

public java.lang.String getCacheTileFormat()
Gets the cacheTileFormat value for this TileImageInfo.

Returns:
cacheTileFormat

setCacheTileFormat

public void setCacheTileFormat(java.lang.String cacheTileFormat)
Sets the cacheTileFormat value for this TileImageInfo.

Parameters:
cacheTileFormat -

getCompressionQuality

public int getCompressionQuality()
Gets the compressionQuality value for this TileImageInfo.

Returns:
compressionQuality

setCompressionQuality

public void setCompressionQuality(int compressionQuality)
Sets the compressionQuality value for this TileImageInfo.

Parameters:
compressionQuality -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer