org.globus.exec.generated
Class TopicListenerDescriptionType

java.lang.Object
  extended byorg.globus.exec.generated.TopicListenerDescriptionType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class TopicListenerDescriptionType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  java.lang.String subscriptionHomeJNDILocation
           
private  TopicPathType[] topicPath
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
TopicListenerDescriptionType()
           
TopicListenerDescriptionType(org.apache.axis.message.MessageElement[] _any, java.lang.String subscriptionHomeJNDILocation, TopicPathType[] topicPath)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this TopicListenerDescriptionType.
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
 java.lang.String getSubscriptionHomeJNDILocation()
          Gets the subscriptionHomeJNDILocation value for this TopicListenerDescriptionType.
 TopicPathType[] getTopicPath()
          Gets the topicPath value for this TopicListenerDescriptionType.
 TopicPathType getTopicPath(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this TopicListenerDescriptionType.
 void setSubscriptionHomeJNDILocation(java.lang.String subscriptionHomeJNDILocation)
          Sets the subscriptionHomeJNDILocation value for this TopicListenerDescriptionType.
 void setTopicPath(int i, TopicPathType _value)
           
 void setTopicPath(TopicPathType[] topicPath)
          Sets the topicPath value for this TopicListenerDescriptionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subscriptionHomeJNDILocation

private java.lang.String subscriptionHomeJNDILocation

_any

private org.apache.axis.message.MessageElement[] _any

topicPath

private TopicPathType[] topicPath

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

TopicListenerDescriptionType

public TopicListenerDescriptionType()

TopicListenerDescriptionType

public TopicListenerDescriptionType(org.apache.axis.message.MessageElement[] _any,
                                    java.lang.String subscriptionHomeJNDILocation,
                                    TopicPathType[] topicPath)
Method Detail

getSubscriptionHomeJNDILocation

public java.lang.String getSubscriptionHomeJNDILocation()
Gets the subscriptionHomeJNDILocation value for this TopicListenerDescriptionType.

Returns:
subscriptionHomeJNDILocation

setSubscriptionHomeJNDILocation

public void setSubscriptionHomeJNDILocation(java.lang.String subscriptionHomeJNDILocation)
Sets the subscriptionHomeJNDILocation value for this TopicListenerDescriptionType.

Parameters:
subscriptionHomeJNDILocation -

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this TopicListenerDescriptionType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this TopicListenerDescriptionType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getTopicPath

public TopicPathType[] getTopicPath()
Gets the topicPath value for this TopicListenerDescriptionType.

Returns:
topicPath

setTopicPath

public void setTopicPath(TopicPathType[] topicPath)
Sets the topicPath value for this TopicListenerDescriptionType.

Parameters:
topicPath -

getTopicPath

public TopicPathType getTopicPath(int i)

setTopicPath

public void setTopicPath(int i,
                         TopicPathType _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