org.globus.exec.generated
Class ManagedJobResourceDataType

java.lang.Object
  extended byorg.globus.exec.generated.ManagedJobResourceDataType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManagedExecutableJobResourceDataType, ManagedMultiJobResourceDataType

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String handle
           
private  org.globus.rendezvous.generated.RendezvousDataType internalRendezvousData
           
private  org.apache.axis.message.addressing.EndpointReferenceType notificationConsumerEndpoint
           
private  boolean started
           
private  TopicListenerDescriptionType[] topicListener
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ManagedJobResourceDataType()
           
ManagedJobResourceDataType(java.lang.String handle, org.globus.rendezvous.generated.RendezvousDataType internalRendezvousData, org.apache.axis.message.addressing.EndpointReferenceType notificationConsumerEndpoint, boolean started, TopicListenerDescriptionType[] topicListener)
           
 
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
 java.lang.String getHandle()
          Gets the handle value for this ManagedJobResourceDataType.
 org.globus.rendezvous.generated.RendezvousDataType getInternalRendezvousData()
          Gets the internalRendezvousData value for this ManagedJobResourceDataType.
 org.apache.axis.message.addressing.EndpointReferenceType getNotificationConsumerEndpoint()
          Gets the notificationConsumerEndpoint value for this ManagedJobResourceDataType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TopicListenerDescriptionType[] getTopicListener()
          Gets the topicListener value for this ManagedJobResourceDataType.
 TopicListenerDescriptionType getTopicListener(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isStarted()
          Gets the started value for this ManagedJobResourceDataType.
 void setHandle(java.lang.String handle)
          Sets the handle value for this ManagedJobResourceDataType.
 void setInternalRendezvousData(org.globus.rendezvous.generated.RendezvousDataType internalRendezvousData)
          Sets the internalRendezvousData value for this ManagedJobResourceDataType.
 void setNotificationConsumerEndpoint(org.apache.axis.message.addressing.EndpointReferenceType notificationConsumerEndpoint)
          Sets the notificationConsumerEndpoint value for this ManagedJobResourceDataType.
 void setStarted(boolean started)
          Sets the started value for this ManagedJobResourceDataType.
 void setTopicListener(int i, TopicListenerDescriptionType _value)
           
 void setTopicListener(TopicListenerDescriptionType[] topicListener)
          Sets the topicListener value for this ManagedJobResourceDataType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handle

private java.lang.String handle

started

private boolean started

notificationConsumerEndpoint

private org.apache.axis.message.addressing.EndpointReferenceType notificationConsumerEndpoint

topicListener

private TopicListenerDescriptionType[] topicListener

internalRendezvousData

private org.globus.rendezvous.generated.RendezvousDataType internalRendezvousData

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ManagedJobResourceDataType

public ManagedJobResourceDataType()

ManagedJobResourceDataType

public ManagedJobResourceDataType(java.lang.String handle,
                                  org.globus.rendezvous.generated.RendezvousDataType internalRendezvousData,
                                  org.apache.axis.message.addressing.EndpointReferenceType notificationConsumerEndpoint,
                                  boolean started,
                                  TopicListenerDescriptionType[] topicListener)
Method Detail

getHandle

public java.lang.String getHandle()
Gets the handle value for this ManagedJobResourceDataType.

Returns:
handle

setHandle

public void setHandle(java.lang.String handle)
Sets the handle value for this ManagedJobResourceDataType.

Parameters:
handle -

isStarted

public boolean isStarted()
Gets the started value for this ManagedJobResourceDataType.

Returns:
started

setStarted

public void setStarted(boolean started)
Sets the started value for this ManagedJobResourceDataType.

Parameters:
started -

getNotificationConsumerEndpoint

public org.apache.axis.message.addressing.EndpointReferenceType getNotificationConsumerEndpoint()
Gets the notificationConsumerEndpoint value for this ManagedJobResourceDataType.

Returns:
notificationConsumerEndpoint

setNotificationConsumerEndpoint

public void setNotificationConsumerEndpoint(org.apache.axis.message.addressing.EndpointReferenceType notificationConsumerEndpoint)
Sets the notificationConsumerEndpoint value for this ManagedJobResourceDataType.

Parameters:
notificationConsumerEndpoint -

getTopicListener

public TopicListenerDescriptionType[] getTopicListener()
Gets the topicListener value for this ManagedJobResourceDataType.

Returns:
topicListener

setTopicListener

public void setTopicListener(TopicListenerDescriptionType[] topicListener)
Sets the topicListener value for this ManagedJobResourceDataType.

Parameters:
topicListener -

getTopicListener

public TopicListenerDescriptionType getTopicListener(int i)

setTopicListener

public void setTopicListener(int i,
                             TopicListenerDescriptionType _value)

getInternalRendezvousData

public org.globus.rendezvous.generated.RendezvousDataType getInternalRendezvousData()
Gets the internalRendezvousData value for this ManagedJobResourceDataType.

Returns:
internalRendezvousData

setInternalRendezvousData

public void setInternalRendezvousData(org.globus.rendezvous.generated.RendezvousDataType internalRendezvousData)
Sets the internalRendezvousData value for this ManagedJobResourceDataType.

Parameters:
internalRendezvousData -

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