org.globus.rendezvous.generated
Class RendezvousResourceProperties

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

public class RendezvousResourceProperties
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
RendezvousResourceProperties()
           
RendezvousResourceProperties(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 RendezvousResourceProperties.
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 RendezvousResourceProperties.
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 RendezvousResourceProperties.
 TopicExpressionType getTopic(int i)
           
 org.apache.axis.types.URI[] getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this RendezvousResourceProperties.
 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 RendezvousResourceProperties.
 boolean isRendezvousCompleted()
          Gets the rendezvousCompleted value for this RendezvousResourceProperties.
 void setCapacity(int capacity)
          Sets the capacity value for this RendezvousResourceProperties.
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this RendezvousResourceProperties.
 void setRegistrantData(byte[] registrantData)
          Sets the registrantData value for this RendezvousResourceProperties.
 void setRendezvousCompleted(boolean rendezvousCompleted)
          Sets the rendezvousCompleted value for this RendezvousResourceProperties.
 void setTopic(int i, TopicExpressionType _value)
           
 void setTopic(TopicExpressionType[] topic)
          Sets the topic value for this RendezvousResourceProperties.
 void setTopicExpressionDialects(int i, org.apache.axis.types.URI _value)
           
 void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
          Sets the topicExpressionDialects value for this RendezvousResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rendezvousCompleted

private boolean rendezvousCompleted

registrantData

private byte[] registrantData

capacity

private int capacity

topic

private TopicExpressionType[] topic

topicExpressionDialects

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

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

RendezvousResourceProperties

public RendezvousResourceProperties()

RendezvousResourceProperties

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

isRendezvousCompleted

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

Returns:
rendezvousCompleted

setRendezvousCompleted

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

Parameters:
rendezvousCompleted -

getRegistrantData

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

Returns:
registrantData

setRegistrantData

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

Parameters:
registrantData -

getCapacity

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

Returns:
capacity

setCapacity

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

Parameters:
capacity -

getTopic

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

Returns:
topic

setTopic

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

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

Returns:
topicExpressionDialects

setTopicExpressionDialects

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

Parameters:
topicExpressionDialects -

getTopicExpressionDialects

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

setTopicExpressionDialects

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

isFixedTopicSet

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

Returns:
fixedTopicSet

setFixedTopicSet

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

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