|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.index.IndexPortTypeGTWSDLResourceProperties
| 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 |
private TopicExpressionType[] topic
private org.apache.axis.types.URI[] topicExpressionDialects
private EntryType[] entry
private java.util.Calendar terminationTime
private MembershipContentRule[] membershipContentRule
private Accumulator registrationCount
private java.util.Calendar currentTime
private boolean fixedTopicSet
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public 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 |
public TopicExpressionType[] getTopic()
public void setTopic(TopicExpressionType[] topic)
topic - public TopicExpressionType getTopic(int i)
public void setTopic(int i,
TopicExpressionType _value)
public org.apache.axis.types.URI[] getTopicExpressionDialects()
public void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
topicExpressionDialects - public org.apache.axis.types.URI getTopicExpressionDialects(int i)
public void setTopicExpressionDialects(int i,
org.apache.axis.types.URI _value)
public EntryType[] getEntry()
public void setEntry(EntryType[] entry)
entry - public EntryType getEntry(int i)
public void setEntry(int i,
EntryType _value)
public java.util.Calendar getTerminationTime()
public void setTerminationTime(java.util.Calendar terminationTime)
terminationTime - public MembershipContentRule[] getMembershipContentRule()
public void setMembershipContentRule(MembershipContentRule[] membershipContentRule)
membershipContentRule - public MembershipContentRule getMembershipContentRule(int i)
public void setMembershipContentRule(int i,
MembershipContentRule _value)
public Accumulator getRegistrationCount()
public void setRegistrationCount(Accumulator registrationCount)
registrationCount - public java.util.Calendar getCurrentTime()
public void setCurrentTime(java.util.Calendar currentTime)
currentTime - public boolean isFixedTopicSet()
public void setFixedTopicSet(boolean fixedTopicSet)
fixedTopicSet - public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||