org.globus.cas.types
Class CreateObject

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

public class CreateObject
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  String objectName
           
private  String objectNamespace
           
private static TypeDesc typeDesc
           
private  String userGpName
           
 
Constructor Summary
CreateObject()
           
CreateObject(String objectName, String objectNamespace, String userGpName)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getObjectName()
          Gets the objectName value for this CreateObject.
 String getObjectNamespace()
          Gets the objectNamespace value for this CreateObject.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 String getUserGpName()
          Gets the userGpName value for this CreateObject.
 int hashCode()
           
 void setObjectName(String objectName)
          Sets the objectName value for this CreateObject.
 void setObjectNamespace(String objectNamespace)
          Sets the objectNamespace value for this CreateObject.
 void setUserGpName(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 String userGpName

objectName

private String objectName

objectNamespace

private String objectNamespace

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

CreateObject

public CreateObject()

CreateObject

public CreateObject(String objectName,
                    String objectNamespace,
                    String userGpName)
Method Detail

getUserGpName

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

Returns:
userGpName

setUserGpName

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

Parameters:
userGpName -

getObjectName

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

Returns:
objectName

setObjectName

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

Parameters:
objectName -

getObjectNamespace

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

Returns:
objectNamespace

setObjectNamespace

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

Parameters:
objectNamespace -

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