org.globus.cas.types
Class ManageUserGroups

java.lang.Object
  extended byorg.globus.cas.types.ManageUserGroups
All Implemented Interfaces:
Serializable

public class ManageUserGroups
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  String groupName
           
private  String requestType
           
private static TypeDesc typeDesc
           
private  String userNickname
           
 
Constructor Summary
ManageUserGroups()
           
ManageUserGroups(String groupName, String requestType, String userNickname)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGroupName()
          Gets the groupName value for this ManageUserGroups.
 String getRequestType()
          Gets the requestType value for this ManageUserGroups.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 String getUserNickname()
          Gets the userNickname value for this ManageUserGroups.
 int hashCode()
           
 void setGroupName(String groupName)
          Sets the groupName value for this ManageUserGroups.
 void setRequestType(String requestType)
          Sets the requestType value for this ManageUserGroups.
 void setUserNickname(String userNickname)
          Sets the userNickname value for this ManageUserGroups.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestType

private String requestType

groupName

private String groupName

userNickname

private String userNickname

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

ManageUserGroups

public ManageUserGroups()

ManageUserGroups

public ManageUserGroups(String groupName,
                        String requestType,
                        String userNickname)
Method Detail

getRequestType

public String getRequestType()
Gets the requestType value for this ManageUserGroups.

Returns:
requestType

setRequestType

public void setRequestType(String requestType)
Sets the requestType value for this ManageUserGroups.

Parameters:
requestType -

getGroupName

public String getGroupName()
Gets the groupName value for this ManageUserGroups.

Returns:
groupName

setGroupName

public void setGroupName(String groupName)
Sets the groupName value for this ManageUserGroups.

Parameters:
groupName -

getUserNickname

public String getUserNickname()
Gets the userNickname value for this ManageUserGroups.

Returns:
userNickname

setUserNickname

public void setUserNickname(String userNickname)
Sets the userNickname value for this ManageUserGroups.

Parameters:
userNickname -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer