org.jets3t.service.impl.soap.axis._2006_03_01
Class AccessControlPolicy

java.lang.Object
  extended by org.jets3t.service.impl.soap.axis._2006_03_01.AccessControlPolicy
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AccessControlPolicy()
           
AccessControlPolicy(CanonicalUser owner, Grant[] accessControlList)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Grant[] getAccessControlList()
          Gets the accessControlList value for this AccessControlPolicy.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 CanonicalUser getOwner()
          Gets the owner value for this AccessControlPolicy.
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
 int hashCode()
           
 void setAccessControlList(Grant[] accessControlList)
          Sets the accessControlList value for this AccessControlPolicy.
 void setOwner(CanonicalUser owner)
          Sets the owner value for this AccessControlPolicy.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlPolicy

public AccessControlPolicy()

AccessControlPolicy

public AccessControlPolicy(CanonicalUser owner,
                           Grant[] accessControlList)
Method Detail

getOwner

public CanonicalUser getOwner()
Gets the owner value for this AccessControlPolicy.

Returns:
owner

setOwner

public void setOwner(CanonicalUser owner)
Sets the owner value for this AccessControlPolicy.

Parameters:
owner -

getAccessControlList

public Grant[] getAccessControlList()
Gets the accessControlList value for this AccessControlPolicy.

Returns:
accessControlList

setAccessControlList

public void setAccessControlList(Grant[] accessControlList)
Sets the accessControlList value for this AccessControlPolicy.

Parameters:
accessControlList -

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