com.ibm.wsrf.servicegroup
Class ServiceGroupModificationNotificationType

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

public class ServiceGroupModificationNotificationType
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ServiceGroupModificationNotificationType

public ServiceGroupModificationNotificationType()
Method Detail

getServiceGroupEntryEPR

public EndpointReferenceType getServiceGroupEntryEPR()
Gets the serviceGroupEntryEPR value for this ServiceGroupModificationNotificationType.
Returns:
serviceGroupEntryEPR

setServiceGroupEntryEPR

public void setServiceGroupEntryEPR(EndpointReferenceType serviceGroupEntryEPR)
Sets the serviceGroupEntryEPR value for this ServiceGroupModificationNotificationType.
Parameters:
serviceGroupEntryEPR -  

getMemberServiceEPR

public EndpointReferenceType getMemberServiceEPR()
Gets the memberServiceEPR value for this ServiceGroupModificationNotificationType.
Returns:
memberServiceEPR

setMemberServiceEPR

public void setMemberServiceEPR(EndpointReferenceType memberServiceEPR)
Sets the memberServiceEPR value for this ServiceGroupModificationNotificationType.
Parameters:
memberServiceEPR -  

getContent

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

setContent

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

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.