gov.nih.nci.cagrid.gridgrouper.stubs
Class GrantStemPrivilegeRequest

java.lang.Object
  extended by gov.nih.nci.cagrid.gridgrouper.stubs.GrantStemPrivilegeRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GrantStemPrivilegeRequest()
           
GrantStemPrivilegeRequest(GrantStemPrivilegeRequestPrivilege privilege, GrantStemPrivilegeRequestStem stem, GrantStemPrivilegeRequestSubject subject)
           
 
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
 GrantStemPrivilegeRequestPrivilege getPrivilege()
          Gets the privilege value for this GrantStemPrivilegeRequest.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 GrantStemPrivilegeRequestStem getStem()
          Gets the stem value for this GrantStemPrivilegeRequest.
 GrantStemPrivilegeRequestSubject getSubject()
          Gets the subject value for this GrantStemPrivilegeRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPrivilege(GrantStemPrivilegeRequestPrivilege privilege)
          Sets the privilege value for this GrantStemPrivilegeRequest.
 void setStem(GrantStemPrivilegeRequestStem stem)
          Sets the stem value for this GrantStemPrivilegeRequest.
 void setSubject(GrantStemPrivilegeRequestSubject subject)
          Sets the subject value for this GrantStemPrivilegeRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrantStemPrivilegeRequest

public GrantStemPrivilegeRequest()

GrantStemPrivilegeRequest

public GrantStemPrivilegeRequest(GrantStemPrivilegeRequestPrivilege privilege,
                                 GrantStemPrivilegeRequestStem stem,
                                 GrantStemPrivilegeRequestSubject subject)
Method Detail

getStem

public GrantStemPrivilegeRequestStem getStem()
Gets the stem value for this GrantStemPrivilegeRequest.

Returns:
stem

setStem

public void setStem(GrantStemPrivilegeRequestStem stem)
Sets the stem value for this GrantStemPrivilegeRequest.

Parameters:
stem -

getSubject

public GrantStemPrivilegeRequestSubject getSubject()
Gets the subject value for this GrantStemPrivilegeRequest.

Returns:
subject

setSubject

public void setSubject(GrantStemPrivilegeRequestSubject subject)
Sets the subject value for this GrantStemPrivilegeRequest.

Parameters:
subject -

getPrivilege

public GrantStemPrivilegeRequestPrivilege getPrivilege()
Gets the privilege value for this GrantStemPrivilegeRequest.

Returns:
privilege

setPrivilege

public void setPrivilege(GrantStemPrivilegeRequestPrivilege privilege)
Sets the privilege value for this GrantStemPrivilegeRequest.

Parameters:
privilege -

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