com.ibm.wsrf.servicegroup
Class EntryType

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

public class EntryType
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

EntryType

public EntryType()
Method Detail

getServiceGroupEntryEPR

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

setServiceGroupEntryEPR

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

getMemberServiceEPR

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

setMemberServiceEPR

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

getContent

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

setContent

public void setContent(Object content)
Sets the content value for this EntryType.
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.