com.esri.arcgisws
Class CacheControlInfo

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

public class CacheControlInfo
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

CacheControlInfo

@Deprecated
public CacheControlInfo(boolean clientCachingAllowed)
Deprecated. 

CacheControlInfo constructor.


CacheControlInfo

public CacheControlInfo()
CacheControlInfo default constructor.

Method Detail

isClientCachingAllowed

public boolean isClientCachingAllowed()
Gets the value of the clientCachingAllowed property.


setClientCachingAllowed

public void setClientCachingAllowed(boolean value)
Sets the value of the clientCachingAllowed property.