com.ibm.wsrf.servicegroup
Class _ServiceGroupRP

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

public class _ServiceGroupRP
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
_ServiceGroupRP()
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 EntryType[] getEntry()
          Gets the entry value for this _ServiceGroupRP.
 EntryType getEntry(int i)
           
 _MembershipContentRule[] getMembershipContentRule()
          Gets the membershipContentRule value for this _ServiceGroupRP.
 _MembershipContentRule getMembershipContentRule(int i)
           
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEntry(EntryType[] entry)
          Sets the entry value for this _ServiceGroupRP.
 void setEntry(int i, EntryType value)
           
 void setMembershipContentRule(_MembershipContentRule[] membershipContentRule)
          Sets the membershipContentRule value for this _ServiceGroupRP.
 void setMembershipContentRule(int i, _MembershipContentRule value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_ServiceGroupRP

public _ServiceGroupRP()
Method Detail

getMembershipContentRule

public _MembershipContentRule[] getMembershipContentRule()
Gets the membershipContentRule value for this _ServiceGroupRP.
Returns:
membershipContentRule

setMembershipContentRule

public void setMembershipContentRule(_MembershipContentRule[] membershipContentRule)
Sets the membershipContentRule value for this _ServiceGroupRP.
Parameters:
membershipContentRule -  

getMembershipContentRule

public _MembershipContentRule getMembershipContentRule(int i)

setMembershipContentRule

public void setMembershipContentRule(int i,
                                     _MembershipContentRule value)

getEntry

public EntryType[] getEntry()
Gets the entry value for this _ServiceGroupRP.
Returns:
entry

setEntry

public void setEntry(EntryType[] entry)
Sets the entry value for this _ServiceGroupRP.
Parameters:
entry -  

getEntry

public EntryType getEntry(int i)

setEntry

public void setEntry(int i,
                     EntryType value)

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.