|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jets3t.service.impl.soap.axis._2006_03_01.Grant
public class Grant
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 |
---|
public Grant()
public Grant(Grantee grantee, Permission permission)
Method Detail |
---|
public Grantee getGrantee()
public void setGrantee(Grantee grantee)
grantee
- public Permission getPermission()
public void setPermission(Permission permission)
permission
- public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |