com.esri.arcgisws
Class LayerCacheInfo

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

public class LayerCacheInfo
extends Object
implements Serializable

Java class for LayerCacheInfo complex type.

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

 <complexType name="LayerCacheInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="HasCache" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LayerCacheInfo()
          LayerCacheInfo default constructor.
LayerCacheInfo(int layerID, boolean hasCache)
          Deprecated. 
 
Method Summary
 int getLayerID()
          Gets the value of the layerID property.
 boolean isHasCache()
          Gets the value of the hasCache property.
 void setHasCache(boolean value)
          Sets the value of the hasCache property.
 void setLayerID(int value)
          Sets the value of the layerID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerCacheInfo

@Deprecated
public LayerCacheInfo(int layerID,
                                 boolean hasCache)
Deprecated. 

LayerCacheInfo constructor.


LayerCacheInfo

public LayerCacheInfo()
LayerCacheInfo default constructor.

Method Detail

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


isHasCache

public boolean isHasCache()
Gets the value of the hasCache property.


setHasCache

public void setHasCache(boolean value)
Sets the value of the hasCache property.