oasis.names.tc.wsrp.v1.types
Class CacheControl

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.CacheControl
All Implemented Interfaces:
java.io.Serializable

public class CacheControl
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CacheControl()
           
CacheControl(int expires, Extension[] extensions, java.lang.String userScope, java.lang.String validateTag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getExpires()
          Gets the expires value for this CacheControl.
 Extension[] getExtensions()
          Gets the extensions value for this CacheControl.
 Extension getExtensions(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserScope()
          Gets the userScope value for this CacheControl.
 java.lang.String getValidateTag()
          Gets the validateTag value for this CacheControl.
 int hashCode()
           
 void setExpires(int expires)
          Sets the expires value for this CacheControl.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this CacheControl.
 void setExtensions(int i, Extension _value)
           
 void setUserScope(java.lang.String userScope)
          Sets the userScope value for this CacheControl.
 void setValidateTag(java.lang.String validateTag)
          Sets the validateTag value for this CacheControl.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheControl

public CacheControl()

CacheControl

public CacheControl(int expires,
                    Extension[] extensions,
                    java.lang.String userScope,
                    java.lang.String validateTag)
Method Detail

getExpires

public int getExpires()
Gets the expires value for this CacheControl.

Returns:
expires

setExpires

public void setExpires(int expires)
Sets the expires value for this CacheControl.

Parameters:
expires -

getUserScope

public java.lang.String getUserScope()
Gets the userScope value for this CacheControl.

Returns:
userScope

setUserScope

public void setUserScope(java.lang.String userScope)
Sets the userScope value for this CacheControl.

Parameters:
userScope -

getValidateTag

public java.lang.String getValidateTag()
Gets the validateTag value for this CacheControl.

Returns:
validateTag

setValidateTag

public void setValidateTag(java.lang.String validateTag)
Sets the validateTag value for this CacheControl.

Parameters:
validateTag -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this CacheControl.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this CacheControl.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer