|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.CacheDescriptionInfo
public class CacheDescriptionInfo
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>
| 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 |
|---|
@Deprecated
public CacheDescriptionInfo(TileCacheInfo tileCacheInfo,
TileImageInfo tileImageInfo,
LayerCacheInfo[] layerCacheInfos,
CacheControlInfo cacheControlInfo,
EsriCachedMapServiceType serviceType)
public CacheDescriptionInfo()
| Method Detail |
|---|
public TileCacheInfo getTileCacheInfo()
TileCacheInfopublic void setTileCacheInfo(TileCacheInfo value)
value - allowed object is
TileCacheInfopublic TileImageInfo getTileImageInfo()
TileImageInfopublic void setTileImageInfo(TileImageInfo value)
value - allowed object is
TileImageInfopublic LayerCacheInfo[] getLayerCacheInfos()
[] public void setLayerCacheInfos(LayerCacheInfo[] value)
value - allowed object is
[] public CacheControlInfo getCacheControlInfo()
CacheControlInfopublic void setCacheControlInfo(CacheControlInfo value)
value - allowed object is
CacheControlInfopublic EsriCachedMapServiceType getServiceType()
EsriCachedMapServiceTypepublic void setServiceType(EsriCachedMapServiceType value)
value - allowed object is
EsriCachedMapServiceType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||