|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.CacheControlInfo
public class CacheControlInfo
Java class for CacheControlInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CacheControlInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ClientCachingAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CacheControlInfo()
CacheControlInfo default constructor. |
|
CacheControlInfo(boolean clientCachingAllowed)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
isClientCachingAllowed()
Gets the value of the clientCachingAllowed property. |
void |
setClientCachingAllowed(boolean value)
Sets the value of the clientCachingAllowed property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public CacheControlInfo(boolean clientCachingAllowed)
public CacheControlInfo()
| Method Detail |
|---|
public boolean isClientCachingAllowed()
public void setClientCachingAllowed(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||