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

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

public class Grant
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Grant()
           
Grant(Grantee grantee, Permission permission)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Grantee getGrantee()
          Gets the grantee value for this Grant.
 Permission getPermission()
          Gets the permission value for this Grant.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGrantee(Grantee grantee)
          Sets the grantee value for this Grant.
 void setPermission(Permission permission)
          Sets the permission value for this Grant.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grant

public Grant()

Grant

public Grant(Grantee grantee,
             Permission permission)
Method Detail

getGrantee

public Grantee getGrantee()
Gets the grantee value for this Grant.

Returns:
grantee

setGrantee

public void setGrantee(Grantee grantee)
Sets the grantee value for this Grant.

Parameters:
grantee -

getPermission

public Permission getPermission()
Gets the permission value for this Grant.

Returns:
permission

setPermission

public void setPermission(Permission permission)
Sets the permission value for this Grant.

Parameters:
permission -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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