org.globus.exec.generated
Class TopicPathType

java.lang.Object
  extended byorg.globus.exec.generated.TopicPathType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  javax.xml.namespace.QName[] topicPathElement
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
TopicPathType()
           
TopicPathType(javax.xml.namespace.QName[] topicPathElement)
           
 
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
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 javax.xml.namespace.QName[] getTopicPathElement()
          Gets the topicPathElement value for this TopicPathType.
 javax.xml.namespace.QName getTopicPathElement(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setTopicPathElement(int i, javax.xml.namespace.QName _value)
           
 void setTopicPathElement(javax.xml.namespace.QName[] topicPathElement)
          Sets the topicPathElement value for this TopicPathType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topicPathElement

private javax.xml.namespace.QName[] topicPathElement

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

TopicPathType

public TopicPathType()

TopicPathType

public TopicPathType(javax.xml.namespace.QName[] topicPathElement)
Method Detail

getTopicPathElement

public javax.xml.namespace.QName[] getTopicPathElement()
Gets the topicPathElement value for this TopicPathType.

Returns:
topicPathElement

setTopicPathElement

public void setTopicPathElement(javax.xml.namespace.QName[] topicPathElement)
Sets the topicPathElement value for this TopicPathType.

Parameters:
topicPathElement -

getTopicPathElement

public javax.xml.namespace.QName getTopicPathElement(int i)

setTopicPathElement

public void setTopicPathElement(int i,
                                javax.xml.namespace.QName _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