org.globus.cas.types
Class ManageServiceActionGroups

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

public class ManageServiceActionGroups
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  String actionName
           
private  String groupName
           
private  String requestType
           
private  String serviceTypeName
           
private static TypeDesc typeDesc
           
 
Constructor Summary
ManageServiceActionGroups()
           
ManageServiceActionGroups(String actionName, String groupName, String requestType, String serviceTypeName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getActionName()
          Gets the actionName value for this ManageServiceActionGroups.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGroupName()
          Gets the groupName value for this ManageServiceActionGroups.
 String getRequestType()
          Gets the requestType value for this ManageServiceActionGroups.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceTypeName()
          Gets the serviceTypeName value for this ManageServiceActionGroups.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActionName(String actionName)
          Sets the actionName value for this ManageServiceActionGroups.
 void setGroupName(String groupName)
          Sets the groupName value for this ManageServiceActionGroups.
 void setRequestType(String requestType)
          Sets the requestType value for this ManageServiceActionGroups.
 void setServiceTypeName(String serviceTypeName)
          Sets the serviceTypeName value for this ManageServiceActionGroups.
 
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

serviceTypeName

private String serviceTypeName

actionName

private String actionName

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

ManageServiceActionGroups

public ManageServiceActionGroups()

ManageServiceActionGroups

public ManageServiceActionGroups(String actionName,
                                 String groupName,
                                 String requestType,
                                 String serviceTypeName)
Method Detail

getRequestType

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

Returns:
requestType

setRequestType

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

Parameters:
requestType -

getGroupName

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

Returns:
groupName

setGroupName

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

Parameters:
groupName -

getServiceTypeName

public String getServiceTypeName()
Gets the serviceTypeName value for this ManageServiceActionGroups.

Returns:
serviceTypeName

setServiceTypeName

public void setServiceTypeName(String serviceTypeName)
Sets the serviceTypeName value for this ManageServiceActionGroups.

Parameters:
serviceTypeName -

getActionName

public String getActionName()
Gets the actionName value for this ManageServiceActionGroups.

Returns:
actionName

setActionName

public void setActionName(String actionName)
Sets the actionName value for this ManageServiceActionGroups.

Parameters:
actionName -

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