org.globus.cas.types
Class DeleteObject

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

public class DeleteObject
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
           
 
Constructor Summary
DeleteObject()
           
DeleteObject(String objectName, String objectNamespace)
           
 
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 DeleteObject.
 String getObjectNamespace()
          Gets the objectNamespace value for this DeleteObject.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setObjectName(String objectName)
          Sets the objectName value for this DeleteObject.
 void setObjectNamespace(String objectNamespace)
          Sets the objectNamespace value for this DeleteObject.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectName

private String objectName

objectNamespace

private String objectNamespace

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

DeleteObject

public DeleteObject()

DeleteObject

public DeleteObject(String objectName,
                    String objectNamespace)
Method Detail

getObjectName

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

Returns:
objectName

setObjectName

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

Parameters:
objectName -

getObjectNamespace

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

Returns:
objectNamespace

setObjectNamespace

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

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