org.globus.cas.types
Class CreateObject

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

public class CreateObject
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 objectName
           
private  java.lang.String objectNamespace
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String userGpName
           
 
Constructor Summary
CreateObject()
           
CreateObject(java.lang.String objectName, java.lang.String objectNamespace, 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
 java.lang.String getObjectName()
          Gets the objectName value for this CreateObject.
 java.lang.String getObjectNamespace()
          Gets the objectNamespace value for this CreateObject.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserGpName()
          Gets the userGpName value for this CreateObject.
 int hashCode()
           
 void setObjectName(java.lang.String objectName)
          Sets the objectName value for this CreateObject.
 void setObjectNamespace(java.lang.String objectNamespace)
          Sets the objectNamespace value for this CreateObject.
 void setUserGpName(java.lang.String userGpName)
          Sets the userGpName value for this CreateObject.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userGpName

private java.lang.String userGpName

objectName

private java.lang.String objectName

objectNamespace

private java.lang.String objectNamespace

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CreateObject

public CreateObject()

CreateObject

public CreateObject(java.lang.String objectName,
                    java.lang.String objectNamespace,
                    java.lang.String userGpName)
Method Detail

getUserGpName

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

Returns:
userGpName

setUserGpName

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

Parameters:
userGpName -

getObjectName

public java.lang.String getObjectName()
Gets the objectName value for this CreateObject.

Returns:
objectName

setObjectName

public void setObjectName(java.lang.String objectName)
Sets the objectName value for this CreateObject.

Parameters:
objectName -

getObjectNamespace

public java.lang.String getObjectNamespace()
Gets the objectNamespace value for this CreateObject.

Returns:
objectNamespace

setObjectNamespace

public void setObjectNamespace(java.lang.String objectNamespace)
Sets the objectNamespace value for this CreateObject.

Parameters:
objectNamespace -

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