org.globus.cas.types
Class CreateServiceType

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

public class CreateServiceType
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 serviceTypeName
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String userGpName
           
 
Constructor Summary
CreateServiceType()
           
CreateServiceType(java.lang.String serviceTypeName, java.lang.String userGpName)
           
 
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
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 CreateServiceType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserGpName()
          Gets the userGpName value for this CreateServiceType.
 int hashCode()
           
 void setServiceTypeName(java.lang.String serviceTypeName)
          Sets the serviceTypeName value for this CreateServiceType.
 void setUserGpName(java.lang.String userGpName)
          Sets the userGpName value for this CreateServiceType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userGpName

private java.lang.String userGpName

serviceTypeName

private java.lang.String serviceTypeName

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CreateServiceType

public CreateServiceType()

CreateServiceType

public CreateServiceType(java.lang.String serviceTypeName,
                         java.lang.String userGpName)
Method Detail

getUserGpName

public java.lang.String getUserGpName()
Gets the userGpName value for this CreateServiceType.

Returns:
userGpName

setUserGpName

public void setUserGpName(java.lang.String userGpName)
Sets the userGpName value for this CreateServiceType.

Parameters:
userGpName -

getServiceTypeName

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

Returns:
serviceTypeName

setServiceTypeName

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

Parameters:
serviceTypeName -

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