com.ibm.wsrf.servicegroup
Class ServiceGroupRemovalNotificationType

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

public class ServiceGroupRemovalNotificationType
extends ServiceGroupModificationNotificationType
implements Serializable

See Also:
Serialized Form

Constructor Summary
ServiceGroupRemovalNotificationType()
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getReason()
          Gets the reason value for this ServiceGroupRemovalNotificationType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setReason(String reason)
          Sets the reason value for this ServiceGroupRemovalNotificationType.
 
Methods inherited from class com.ibm.wsrf.servicegroup.ServiceGroupModificationNotificationType
getContent, getMemberServiceEPR, getServiceGroupEntryEPR, setContent, setMemberServiceEPR, setServiceGroupEntryEPR
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceGroupRemovalNotificationType

public ServiceGroupRemovalNotificationType()
Method Detail

getReason

public String getReason()
Gets the reason value for this ServiceGroupRemovalNotificationType.
Returns:
reason

setReason

public void setReason(String reason)
Sets the reason value for this ServiceGroupRemovalNotificationType.
Parameters:
reason -  

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ServiceGroupModificationNotificationType

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.