org.globus.mds.index
Class IndexPortTypeGTWSDLResourceProperties

java.lang.Object
  extended byorg.globus.mds.index.IndexPortTypeGTWSDLResourceProperties
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.util.Calendar currentTime
           
private  EntryType[] entry
           
private  boolean fixedTopicSet
           
private  MembershipContentRule[] membershipContentRule
           
private  Accumulator registrationCount
           
private  java.util.Calendar terminationTime
           
private  TopicExpressionType[] topic
           
private  org.apache.axis.types.URI[] topicExpressionDialects
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
IndexPortTypeGTWSDLResourceProperties()
           
IndexPortTypeGTWSDLResourceProperties(java.util.Calendar currentTime, EntryType[] entry, boolean fixedTopicSet, MembershipContentRule[] membershipContentRule, Accumulator registrationCount, java.util.Calendar terminationTime, TopicExpressionType[] topic, org.apache.axis.types.URI[] topicExpressionDialects)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getCurrentTime()
          Gets the currentTime value for this IndexPortTypeGTWSDLResourceProperties.
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 IndexPortTypeGTWSDLResourceProperties.
 EntryType getEntry(int i)
           
 MembershipContentRule[] getMembershipContentRule()
          Gets the membershipContentRule value for this IndexPortTypeGTWSDLResourceProperties.
 MembershipContentRule getMembershipContentRule(int i)
           
 Accumulator getRegistrationCount()
          Gets the registrationCount value for this IndexPortTypeGTWSDLResourceProperties.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getTerminationTime()
          Gets the terminationTime value for this IndexPortTypeGTWSDLResourceProperties.
 TopicExpressionType[] getTopic()
          Gets the topic value for this IndexPortTypeGTWSDLResourceProperties.
 TopicExpressionType getTopic(int i)
           
 org.apache.axis.types.URI[] getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this IndexPortTypeGTWSDLResourceProperties.
 org.apache.axis.types.URI getTopicExpressionDialects(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isFixedTopicSet()
          Gets the fixedTopicSet value for this IndexPortTypeGTWSDLResourceProperties.
 void setCurrentTime(java.util.Calendar currentTime)
          Sets the currentTime value for this IndexPortTypeGTWSDLResourceProperties.
 void setEntry(EntryType[] entry)
          Sets the entry value for this IndexPortTypeGTWSDLResourceProperties.
 void setEntry(int i, EntryType _value)
           
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this IndexPortTypeGTWSDLResourceProperties.
 void setMembershipContentRule(int i, MembershipContentRule _value)
           
 void setMembershipContentRule(MembershipContentRule[] membershipContentRule)
          Sets the membershipContentRule value for this IndexPortTypeGTWSDLResourceProperties.
 void setRegistrationCount(Accumulator registrationCount)
          Sets the registrationCount value for this IndexPortTypeGTWSDLResourceProperties.
 void setTerminationTime(java.util.Calendar terminationTime)
          Sets the terminationTime value for this IndexPortTypeGTWSDLResourceProperties.
 void setTopic(int i, TopicExpressionType _value)
           
 void setTopic(TopicExpressionType[] topic)
          Sets the topic value for this IndexPortTypeGTWSDLResourceProperties.
 void setTopicExpressionDialects(int i, org.apache.axis.types.URI _value)
           
 void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
          Sets the topicExpressionDialects value for this IndexPortTypeGTWSDLResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topic

private TopicExpressionType[] topic

topicExpressionDialects

private org.apache.axis.types.URI[] topicExpressionDialects

entry

private EntryType[] entry

terminationTime

private java.util.Calendar terminationTime

membershipContentRule

private MembershipContentRule[] membershipContentRule

registrationCount

private Accumulator registrationCount

currentTime

private java.util.Calendar currentTime

fixedTopicSet

private boolean fixedTopicSet

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

IndexPortTypeGTWSDLResourceProperties

public IndexPortTypeGTWSDLResourceProperties()

IndexPortTypeGTWSDLResourceProperties

public IndexPortTypeGTWSDLResourceProperties(java.util.Calendar currentTime,
                                             EntryType[] entry,
                                             boolean fixedTopicSet,
                                             MembershipContentRule[] membershipContentRule,
                                             Accumulator registrationCount,
                                             java.util.Calendar terminationTime,
                                             TopicExpressionType[] topic,
                                             org.apache.axis.types.URI[] topicExpressionDialects)
Method Detail

getTopic

public TopicExpressionType[] getTopic()
Gets the topic value for this IndexPortTypeGTWSDLResourceProperties.

Returns:
topic

setTopic

public void setTopic(TopicExpressionType[] topic)
Sets the topic value for this IndexPortTypeGTWSDLResourceProperties.

Parameters:
topic -

getTopic

public TopicExpressionType getTopic(int i)

setTopic

public void setTopic(int i,
                     TopicExpressionType _value)

getTopicExpressionDialects

public org.apache.axis.types.URI[] getTopicExpressionDialects()
Gets the topicExpressionDialects value for this IndexPortTypeGTWSDLResourceProperties.

Returns:
topicExpressionDialects

setTopicExpressionDialects

public void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
Sets the topicExpressionDialects value for this IndexPortTypeGTWSDLResourceProperties.

Parameters:
topicExpressionDialects -

getTopicExpressionDialects

public org.apache.axis.types.URI getTopicExpressionDialects(int i)

setTopicExpressionDialects

public void setTopicExpressionDialects(int i,
                                       org.apache.axis.types.URI _value)

getEntry

public EntryType[] getEntry()
Gets the entry value for this IndexPortTypeGTWSDLResourceProperties.

Returns:
entry

setEntry

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

Parameters:
entry -

getEntry

public EntryType getEntry(int i)

setEntry

public void setEntry(int i,
                     EntryType _value)

getTerminationTime

public java.util.Calendar getTerminationTime()
Gets the terminationTime value for this IndexPortTypeGTWSDLResourceProperties.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(java.util.Calendar terminationTime)
Sets the terminationTime value for this IndexPortTypeGTWSDLResourceProperties.

Parameters:
terminationTime -

getMembershipContentRule

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

Returns:
membershipContentRule

setMembershipContentRule

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

Parameters:
membershipContentRule -

getMembershipContentRule

public MembershipContentRule getMembershipContentRule(int i)

setMembershipContentRule

public void setMembershipContentRule(int i,
                                     MembershipContentRule _value)

getRegistrationCount

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

Returns:
registrationCount

setRegistrationCount

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

Parameters:
registrationCount -

getCurrentTime

public java.util.Calendar getCurrentTime()
Gets the currentTime value for this IndexPortTypeGTWSDLResourceProperties.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(java.util.Calendar currentTime)
Sets the currentTime value for this IndexPortTypeGTWSDLResourceProperties.

Parameters:
currentTime -

isFixedTopicSet

public boolean isFixedTopicSet()
Gets the fixedTopicSet value for this IndexPortTypeGTWSDLResourceProperties.

Returns:
fixedTopicSet

setFixedTopicSet

public void setFixedTopicSet(boolean fixedTopicSet)
Sets the fixedTopicSet value for this IndexPortTypeGTWSDLResourceProperties.

Parameters:
fixedTopicSet -

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