org.globus.rendezvous.generated
Class RendezvousFactoryPortTypeGTWSDLResourceProperties

java.lang.Object
  extended byorg.globus.rendezvous.generated.RendezvousFactoryPortTypeGTWSDLResourceProperties
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  int capacity
           
private  boolean fixedTopicSet
           
private  byte[] registrantData
           
private  boolean rendezvousCompleted
           
private  TopicExpressionType[] topic
           
private  org.apache.axis.types.URI[] topicExpressionDialects
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
RendezvousFactoryPortTypeGTWSDLResourceProperties()
           
RendezvousFactoryPortTypeGTWSDLResourceProperties(int capacity, boolean fixedTopicSet, byte[] registrantData, boolean rendezvousCompleted, TopicExpressionType[] topic, org.apache.axis.types.URI[] topicExpressionDialects)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCapacity()
          Gets the capacity value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 byte[] getRegistrantData()
          Gets the registrantData value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TopicExpressionType[] getTopic()
          Gets the topic value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 TopicExpressionType getTopic(int i)
           
 org.apache.axis.types.URI[] getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 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 RendezvousFactoryPortTypeGTWSDLResourceProperties.
 boolean isRendezvousCompleted()
          Gets the rendezvousCompleted value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 void setCapacity(int capacity)
          Sets the capacity value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 void setRegistrantData(byte[] registrantData)
          Sets the registrantData value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 void setRendezvousCompleted(boolean rendezvousCompleted)
          Sets the rendezvousCompleted value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 void setTopic(int i, TopicExpressionType _value)
           
 void setTopic(TopicExpressionType[] topic)
          Sets the topic value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 void setTopicExpressionDialects(int i, org.apache.axis.types.URI _value)
           
 void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
          Sets the topicExpressionDialects value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.
 
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

capacity

private int capacity

registrantData

private byte[] registrantData

rendezvousCompleted

private boolean rendezvousCompleted

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

RendezvousFactoryPortTypeGTWSDLResourceProperties

public RendezvousFactoryPortTypeGTWSDLResourceProperties()

RendezvousFactoryPortTypeGTWSDLResourceProperties

public RendezvousFactoryPortTypeGTWSDLResourceProperties(int capacity,
                                                         boolean fixedTopicSet,
                                                         byte[] registrantData,
                                                         boolean rendezvousCompleted,
                                                         TopicExpressionType[] topic,
                                                         org.apache.axis.types.URI[] topicExpressionDialects)
Method Detail

getTopic

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

Returns:
topic

setTopic

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

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

Returns:
topicExpressionDialects

setTopicExpressionDialects

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

Parameters:
topicExpressionDialects -

getTopicExpressionDialects

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

setTopicExpressionDialects

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

getCapacity

public int getCapacity()
Gets the capacity value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.

Returns:
capacity

setCapacity

public void setCapacity(int capacity)
Sets the capacity value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.

Parameters:
capacity -

getRegistrantData

public byte[] getRegistrantData()
Gets the registrantData value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.

Returns:
registrantData

setRegistrantData

public void setRegistrantData(byte[] registrantData)
Sets the registrantData value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.

Parameters:
registrantData -

isRendezvousCompleted

public boolean isRendezvousCompleted()
Gets the rendezvousCompleted value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.

Returns:
rendezvousCompleted

setRendezvousCompleted

public void setRendezvousCompleted(boolean rendezvousCompleted)
Sets the rendezvousCompleted value for this RendezvousFactoryPortTypeGTWSDLResourceProperties.

Parameters:
rendezvousCompleted -

isFixedTopicSet

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

Returns:
fixedTopicSet

setFixedTopicSet

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

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