org.globus.mds.aggregator.types
Class AggregatorServiceGroupRP

java.lang.Object
  extended byorg.globus.mds.aggregator.types.AggregatorServiceGroupRP
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  EntryType[] entry
           
private  EntryType[] entry2
           
private  MembershipContentRule[] membershipContentRule
           
private  MembershipContentRule[] membershipContentRule2
           
private  Accumulator registrationCount
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
AggregatorServiceGroupRP()
           
AggregatorServiceGroupRP(EntryType[] entry, EntryType[] entry2, MembershipContentRule[] membershipContentRule, MembershipContentRule[] membershipContentRule2, Accumulator registrationCount)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EntryType[] getEntry()
          Gets the entry value for this AggregatorServiceGroupRP.
 EntryType getEntry(int i)
           
 EntryType[] getEntry2()
          Gets the entry2 value for this AggregatorServiceGroupRP.
 EntryType getEntry2(int i)
           
 MembershipContentRule[] getMembershipContentRule()
          Gets the membershipContentRule value for this AggregatorServiceGroupRP.
 MembershipContentRule getMembershipContentRule(int i)
           
 MembershipContentRule[] getMembershipContentRule2()
          Gets the membershipContentRule2 value for this AggregatorServiceGroupRP.
 MembershipContentRule getMembershipContentRule2(int i)
           
 Accumulator getRegistrationCount()
          Gets the registrationCount value for this AggregatorServiceGroupRP.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEntry(EntryType[] entry)
          Sets the entry value for this AggregatorServiceGroupRP.
 void setEntry(int i, EntryType _value)
           
 void setEntry2(EntryType[] entry2)
          Sets the entry2 value for this AggregatorServiceGroupRP.
 void setEntry2(int i, EntryType _value)
           
 void setMembershipContentRule(int i, MembershipContentRule _value)
           
 void setMembershipContentRule(MembershipContentRule[] membershipContentRule)
          Sets the membershipContentRule value for this AggregatorServiceGroupRP.
 void setMembershipContentRule2(int i, MembershipContentRule _value)
           
 void setMembershipContentRule2(MembershipContentRule[] membershipContentRule2)
          Sets the membershipContentRule2 value for this AggregatorServiceGroupRP.
 void setRegistrationCount(Accumulator registrationCount)
          Sets the registrationCount value for this AggregatorServiceGroupRP.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

membershipContentRule

private MembershipContentRule[] membershipContentRule

entry

private EntryType[] entry

registrationCount

private Accumulator registrationCount

entry2

private EntryType[] entry2

membershipContentRule2

private MembershipContentRule[] membershipContentRule2

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

AggregatorServiceGroupRP

public AggregatorServiceGroupRP()

AggregatorServiceGroupRP

public AggregatorServiceGroupRP(EntryType[] entry,
                                EntryType[] entry2,
                                MembershipContentRule[] membershipContentRule,
                                MembershipContentRule[] membershipContentRule2,
                                Accumulator registrationCount)
Method Detail

getMembershipContentRule

public MembershipContentRule[] getMembershipContentRule()
Gets the membershipContentRule value for this AggregatorServiceGroupRP.

Returns:
membershipContentRule

setMembershipContentRule

public void setMembershipContentRule(MembershipContentRule[] membershipContentRule)
Sets the membershipContentRule value for this AggregatorServiceGroupRP.

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 AggregatorServiceGroupRP.

Returns:
entry

setEntry

public void setEntry(EntryType[] entry)
Sets the entry value for this AggregatorServiceGroupRP.

Parameters:
entry -

getEntry

public EntryType getEntry(int i)

setEntry

public void setEntry(int i,
                     EntryType _value)

getRegistrationCount

public Accumulator getRegistrationCount()
Gets the registrationCount value for this AggregatorServiceGroupRP.

Returns:
registrationCount

setRegistrationCount

public void setRegistrationCount(Accumulator registrationCount)
Sets the registrationCount value for this AggregatorServiceGroupRP.

Parameters:
registrationCount -

getEntry2

public EntryType[] getEntry2()
Gets the entry2 value for this AggregatorServiceGroupRP.

Returns:
entry2

setEntry2

public void setEntry2(EntryType[] entry2)
Sets the entry2 value for this AggregatorServiceGroupRP.

Parameters:
entry2 -

getEntry2

public EntryType getEntry2(int i)

setEntry2

public void setEntry2(int i,
                      EntryType _value)

getMembershipContentRule2

public MembershipContentRule[] getMembershipContentRule2()
Gets the membershipContentRule2 value for this AggregatorServiceGroupRP.

Returns:
membershipContentRule2

setMembershipContentRule2

public void setMembershipContentRule2(MembershipContentRule[] membershipContentRule2)
Sets the membershipContentRule2 value for this AggregatorServiceGroupRP.

Parameters:
membershipContentRule2 -

getMembershipContentRule2

public MembershipContentRule getMembershipContentRule2(int i)

setMembershipContentRule2

public void setMembershipContentRule2(int i,
                                      MembershipContentRule _value)

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