org.globus.cas.types
Class ManageServiceAction

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

public class ManageServiceAction
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 requestType
           
private  java.lang.String serviceTypeName
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ManageServiceAction()
           
ManageServiceAction(java.lang.String actionName, 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 ManageServiceAction.
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 getRequestType()
          Gets the requestType value for this ManageServiceAction.
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 ManageServiceAction.
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 ManageServiceAction.
 void setRequestType(java.lang.String requestType)
          Sets the requestType value for this ManageServiceAction.
 void setServiceTypeName(java.lang.String serviceTypeName)
          Sets the serviceTypeName value for this ManageServiceAction.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestType

private java.lang.String requestType

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

ManageServiceAction

public ManageServiceAction()

ManageServiceAction

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

getRequestType

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

Returns:
requestType

setRequestType

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

Parameters:
requestType -

getServiceTypeName

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

Returns:
serviceTypeName

setServiceTypeName

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

Parameters:
serviceTypeName -

getActionName

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

Returns:
actionName

setActionName

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

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