org.oasis.wsrf.servicegroup
Class ServiceGroupModificationNotificationType

java.lang.Object
  extended byorg.oasis.wsrf.servicegroup.ServiceGroupModificationNotificationType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceGroupRemovalNotificationType

public class ServiceGroupModificationNotificationType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Object content
           
private  org.apache.axis.message.addressing.EndpointReferenceType memberServiceEPR
           
private  org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEntryEPR
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ServiceGroupModificationNotificationType()
           
ServiceGroupModificationNotificationType(java.lang.Object content, org.apache.axis.message.addressing.EndpointReferenceType memberServiceEPR, org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEntryEPR)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getContent()
          Gets the content value for this ServiceGroupModificationNotificationType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.message.addressing.EndpointReferenceType getMemberServiceEPR()
          Gets the memberServiceEPR value for this ServiceGroupModificationNotificationType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.message.addressing.EndpointReferenceType getServiceGroupEntryEPR()
          Gets the serviceGroupEntryEPR value for this ServiceGroupModificationNotificationType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(java.lang.Object content)
          Sets the content value for this ServiceGroupModificationNotificationType.
 void setMemberServiceEPR(org.apache.axis.message.addressing.EndpointReferenceType memberServiceEPR)
          Sets the memberServiceEPR value for this ServiceGroupModificationNotificationType.
 void setServiceGroupEntryEPR(org.apache.axis.message.addressing.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
 

Field Detail

serviceGroupEntryEPR

private org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEntryEPR

memberServiceEPR

private org.apache.axis.message.addressing.EndpointReferenceType memberServiceEPR

content

private java.lang.Object content

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ServiceGroupModificationNotificationType

public ServiceGroupModificationNotificationType()

ServiceGroupModificationNotificationType

public ServiceGroupModificationNotificationType(java.lang.Object content,
                                                org.apache.axis.message.addressing.EndpointReferenceType memberServiceEPR,
                                                org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEntryEPR)
Method Detail

getServiceGroupEntryEPR

public org.apache.axis.message.addressing.EndpointReferenceType getServiceGroupEntryEPR()
Gets the serviceGroupEntryEPR value for this ServiceGroupModificationNotificationType.

Returns:
serviceGroupEntryEPR

setServiceGroupEntryEPR

public void setServiceGroupEntryEPR(org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEntryEPR)
Sets the serviceGroupEntryEPR value for this ServiceGroupModificationNotificationType.

Parameters:
serviceGroupEntryEPR -

getMemberServiceEPR

public org.apache.axis.message.addressing.EndpointReferenceType getMemberServiceEPR()
Gets the memberServiceEPR value for this ServiceGroupModificationNotificationType.

Returns:
memberServiceEPR

setMemberServiceEPR

public void setMemberServiceEPR(org.apache.axis.message.addressing.EndpointReferenceType memberServiceEPR)
Sets the memberServiceEPR value for this ServiceGroupModificationNotificationType.

Parameters:
memberServiceEPR -

getContent

public java.lang.Object getContent()
Gets the content value for this ServiceGroupModificationNotificationType.

Returns:
content

setContent

public void setContent(java.lang.Object content)
Sets the content value for this ServiceGroupModificationNotificationType.

Parameters:
content -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer