com.esri.arcgisws
Class CacheDescriptionInfo

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

public class CacheDescriptionInfo
extends Object
implements Serializable

Java class for CacheDescriptionInfo complex type.

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

 <complexType name="CacheDescriptionInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TileCacheInfo" type="{http://www.esri.com/schemas/ArcGIS/10.0}TileCacheInfo"/>
         <element name="TileImageInfo" type="{http://www.esri.com/schemas/ArcGIS/10.0}TileImageInfo"/>
         <element name="LayerCacheInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfLayerCacheInfo"/>
         <element name="CacheControlInfo" type="{http://www.esri.com/schemas/ArcGIS/10.0}CacheControlInfo"/>
         <element name="ServiceType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriCachedMapServiceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CacheDescriptionInfo()
          CacheDescriptionInfo default constructor.
CacheDescriptionInfo(TileCacheInfo tileCacheInfo, TileImageInfo tileImageInfo, LayerCacheInfo[] layerCacheInfos, CacheControlInfo cacheControlInfo, EsriCachedMapServiceType serviceType)
          Deprecated. 
 
Method Summary
 CacheControlInfo getCacheControlInfo()
          Gets the value of the cacheControlInfo property.
 LayerCacheInfo[] getLayerCacheInfos()
          Gets the value of the layerCacheInfos property.
 EsriCachedMapServiceType getServiceType()
          Gets the value of the serviceType property.
 TileCacheInfo getTileCacheInfo()
          Gets the value of the tileCacheInfo property.
 TileImageInfo getTileImageInfo()
          Gets the value of the tileImageInfo property.
 void setCacheControlInfo(CacheControlInfo value)
          Sets the value of the cacheControlInfo property.
 void setLayerCacheInfos(LayerCacheInfo[] value)
          Sets the value of the layerCacheInfos property.
 void setServiceType(EsriCachedMapServiceType value)
          Sets the value of the serviceType property.
 void setTileCacheInfo(TileCacheInfo value)
          Sets the value of the tileCacheInfo property.
 void setTileImageInfo(TileImageInfo value)
          Sets the value of the tileImageInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheDescriptionInfo

@Deprecated
public CacheDescriptionInfo(TileCacheInfo tileCacheInfo,
                                       TileImageInfo tileImageInfo,
                                       LayerCacheInfo[] layerCacheInfos,
                                       CacheControlInfo cacheControlInfo,
                                       EsriCachedMapServiceType serviceType)
Deprecated. 

CacheDescriptionInfo constructor.


CacheDescriptionInfo

public CacheDescriptionInfo()
CacheDescriptionInfo default constructor.

Method Detail

getTileCacheInfo

public TileCacheInfo getTileCacheInfo()
Gets the value of the tileCacheInfo property.

Returns:
possible object is TileCacheInfo

setTileCacheInfo

public void setTileCacheInfo(TileCacheInfo value)
Sets the value of the tileCacheInfo property.

Parameters:
value - allowed object is TileCacheInfo

getTileImageInfo

public TileImageInfo getTileImageInfo()
Gets the value of the tileImageInfo property.

Returns:
possible object is TileImageInfo

setTileImageInfo

public void setTileImageInfo(TileImageInfo value)
Sets the value of the tileImageInfo property.

Parameters:
value - allowed object is TileImageInfo

getLayerCacheInfos

public LayerCacheInfo[] getLayerCacheInfos()
Gets the value of the layerCacheInfos property.

Returns:
possible object is []

setLayerCacheInfos

public void setLayerCacheInfos(LayerCacheInfo[] value)
Sets the value of the layerCacheInfos property.

Parameters:
value - allowed object is []

getCacheControlInfo

public CacheControlInfo getCacheControlInfo()
Gets the value of the cacheControlInfo property.

Returns:
possible object is CacheControlInfo

setCacheControlInfo

public void setCacheControlInfo(CacheControlInfo value)
Sets the value of the cacheControlInfo property.

Parameters:
value - allowed object is CacheControlInfo

getServiceType

public EsriCachedMapServiceType getServiceType()
Gets the value of the serviceType property.

Returns:
possible object is EsriCachedMapServiceType

setServiceType

public void setServiceType(EsriCachedMapServiceType value)
Sets the value of the serviceType property.

Parameters:
value - allowed object is EsriCachedMapServiceType