com.ibm.wsrf.servicegroup
Class _Add

java.lang.Object
  |
  +--com.ibm.wsrf.servicegroup._Add
All Implemented Interfaces:
Serializable

public class _Add
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
_Add()
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getContent()
          Gets the content value for this _Add.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getInitialTerminationTime()
          Gets the initialTerminationTime value for this _Add.
 EndpointReferenceType getMemberEPR()
          Gets the memberEPR value for this _Add.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(Object content)
          Sets the content value for this _Add.
 void setInitialTerminationTime(Calendar initialTerminationTime)
          Sets the initialTerminationTime value for this _Add.
 void setMemberEPR(EndpointReferenceType memberEPR)
          Sets the memberEPR value for this _Add.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_Add

public _Add()
Method Detail

getMemberEPR

public EndpointReferenceType getMemberEPR()
Gets the memberEPR value for this _Add.
Returns:
memberEPR

setMemberEPR

public void setMemberEPR(EndpointReferenceType memberEPR)
Sets the memberEPR value for this _Add.
Parameters:
memberEPR -  

getContent

public Object getContent()
Gets the content value for this _Add.
Returns:
content

setContent

public void setContent(Object content)
Sets the content value for this _Add.
Parameters:
content -  

getInitialTerminationTime

public Calendar getInitialTerminationTime()
Gets the initialTerminationTime value for this _Add.
Returns:
initialTerminationTime

setInitialTerminationTime

public void setInitialTerminationTime(Calendar initialTerminationTime)
Sets the initialTerminationTime value for this _Add.
Parameters:
initialTerminationTime -  

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.