com.ibm.wsrf.properties
Class DeleteType

java.lang.Object
  |
  +--com.ibm.wsrf.properties.SetRequestComponentType
        |
        +--com.ibm.wsrf.properties.DeleteType
All Implemented Interfaces:
Serializable

public class DeleteType
extends SetRequestComponentType
implements Serializable

See Also:
Serialized Form

Constructor Summary
DeleteType()
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 QName getResourceProperty()
          Gets the resourceProperty value for this DeleteType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setResourceProperty(QName resourceProperty)
          Sets the resourceProperty value for this DeleteType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteType

public DeleteType()
Method Detail

getResourceProperty

public QName getResourceProperty()
Gets the resourceProperty value for this DeleteType.
Returns:
resourceProperty

setResourceProperty

public void setResourceProperty(QName resourceProperty)
Sets the resourceProperty value for this DeleteType.
Parameters:
resourceProperty -  

equals

public boolean equals(Object obj)
Overrides:
equals in class SetRequestComponentType

hashCode

public int hashCode()
Overrides:
hashCode in class SetRequestComponentType

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


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.