com.ibm.wsrf.properties
Class _SetResourceProperties

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

public class _SetResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
_SetResourceProperties()
           
 
Method Summary
 boolean equals(Object obj)
           
 DeleteType getDelete()
          Gets the delete value for this _SetResourceProperties.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 InsertType getInsert()
          Gets the insert value for this _SetResourceProperties.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 UpdateType getUpdate()
          Gets the update value for this _SetResourceProperties.
 int hashCode()
           
 void setDelete(DeleteType delete)
          Sets the delete value for this _SetResourceProperties.
 void setInsert(InsertType insert)
          Sets the insert value for this _SetResourceProperties.
 void setUpdate(UpdateType update)
          Sets the update value for this _SetResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_SetResourceProperties

public _SetResourceProperties()
Method Detail

getInsert

public InsertType getInsert()
Gets the insert value for this _SetResourceProperties.
Returns:
insert

setInsert

public void setInsert(InsertType insert)
Sets the insert value for this _SetResourceProperties.
Parameters:
insert -  

getUpdate

public UpdateType getUpdate()
Gets the update value for this _SetResourceProperties.
Returns:
update

setUpdate

public void setUpdate(UpdateType update)
Sets the update value for this _SetResourceProperties.
Parameters:
update -  

getDelete

public DeleteType getDelete()
Gets the delete value for this _SetResourceProperties.
Returns:
delete

setDelete

public void setDelete(DeleteType delete)
Sets the delete value for this _SetResourceProperties.
Parameters:
delete -  

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.