org.globus.cas.types
Class ManageServiceActionGroups

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

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

See Also:
Serialized Form

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

groupName

private java.lang.String groupName

serviceTypeName

private java.lang.String serviceTypeName

actionName

private java.lang.String actionName

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ManageServiceActionGroups

public ManageServiceActionGroups()

ManageServiceActionGroups

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

getRequestType

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

Returns:
requestType

setRequestType

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

Parameters:
requestType -

getGroupName

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

Returns:
groupName

setGroupName

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

Parameters:
groupName -

getServiceTypeName

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

Returns:
serviceTypeName

setServiceTypeName

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

Parameters:
serviceTypeName -

getActionName

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

Returns:
actionName

setActionName

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

Parameters:
actionName -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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