org.oasis.wsrf.servicegroup
Class ServiceGroupEntryRP

java.lang.Object
  extended byorg.oasis.wsrf.servicegroup.ServiceGroupEntryRP
All Implemented Interfaces:
java.io.Serializable

public class ServiceGroupEntryRP
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 memberEPR
           
private  org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ServiceGroupEntryRP()
           
ServiceGroupEntryRP(java.lang.Object content, org.apache.axis.message.addressing.EndpointReferenceType memberEPR, org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getContent()
          Gets the content value for this ServiceGroupEntryRP.
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 getMemberEPR()
          Gets the memberEPR value for this ServiceGroupEntryRP.
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 getServiceGroupEPR()
          Gets the serviceGroupEPR value for this ServiceGroupEntryRP.
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 ServiceGroupEntryRP.
 void setMemberEPR(org.apache.axis.message.addressing.EndpointReferenceType memberEPR)
          Sets the memberEPR value for this ServiceGroupEntryRP.
 void setServiceGroupEPR(org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR)
          Sets the serviceGroupEPR value for this ServiceGroupEntryRP.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceGroupEPR

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

memberEPR

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

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

ServiceGroupEntryRP

public ServiceGroupEntryRP()

ServiceGroupEntryRP

public ServiceGroupEntryRP(java.lang.Object content,
                           org.apache.axis.message.addressing.EndpointReferenceType memberEPR,
                           org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR)
Method Detail

getServiceGroupEPR

public org.apache.axis.message.addressing.EndpointReferenceType getServiceGroupEPR()
Gets the serviceGroupEPR value for this ServiceGroupEntryRP.

Returns:
serviceGroupEPR

setServiceGroupEPR

public void setServiceGroupEPR(org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR)
Sets the serviceGroupEPR value for this ServiceGroupEntryRP.

Parameters:
serviceGroupEPR -

getMemberEPR

public org.apache.axis.message.addressing.EndpointReferenceType getMemberEPR()
Gets the memberEPR value for this ServiceGroupEntryRP.

Returns:
memberEPR

setMemberEPR

public void setMemberEPR(org.apache.axis.message.addressing.EndpointReferenceType memberEPR)
Sets the memberEPR value for this ServiceGroupEntryRP.

Parameters:
memberEPR -

getContent

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

Returns:
content

setContent

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

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