|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LayerCacheInfo
public class LayerCacheInfo
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>
| 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 |
|---|
@Deprecated
public LayerCacheInfo(int layerID,
boolean hasCache)
public LayerCacheInfo()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public boolean isHasCache()
public void setHasCache(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||