org.globus.exec.generated
Class CreateManagedJobInputType

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.util.Calendar initialTerminationTime
           
private  JobDescriptionType job
           
private  org.apache.axis.message.addressing.AttributedURI jobID
           
private  MultiJobDescriptionType multiJob
           
private  Subscribe subscribe
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CreateManagedJobInputType()
           
CreateManagedJobInputType(java.util.Calendar initialTerminationTime, JobDescriptionType job, org.apache.axis.message.addressing.AttributedURI jobID, MultiJobDescriptionType multiJob, Subscribe subscribe)
           
 
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.util.Calendar getInitialTerminationTime()
          Gets the initialTerminationTime value for this CreateManagedJobInputType.
 JobDescriptionType getJob()
          Gets the job value for this CreateManagedJobInputType.
 org.apache.axis.message.addressing.AttributedURI getJobID()
          Gets the jobID value for this CreateManagedJobInputType.
 MultiJobDescriptionType getMultiJob()
          Gets the multiJob value for this CreateManagedJobInputType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Subscribe getSubscribe()
          Gets the subscribe value for this CreateManagedJobInputType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setInitialTerminationTime(java.util.Calendar initialTerminationTime)
          Sets the initialTerminationTime value for this CreateManagedJobInputType.
 void setJob(JobDescriptionType job)
          Sets the job value for this CreateManagedJobInputType.
 void setJobID(org.apache.axis.message.addressing.AttributedURI jobID)
          Sets the jobID value for this CreateManagedJobInputType.
 void setMultiJob(MultiJobDescriptionType multiJob)
          Sets the multiJob value for this CreateManagedJobInputType.
 void setSubscribe(Subscribe subscribe)
          Sets the subscribe value for this CreateManagedJobInputType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialTerminationTime

private java.util.Calendar initialTerminationTime

jobID

private org.apache.axis.message.addressing.AttributedURI jobID

subscribe

private Subscribe subscribe

job

private JobDescriptionType job

multiJob

private MultiJobDescriptionType multiJob

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CreateManagedJobInputType

public CreateManagedJobInputType()

CreateManagedJobInputType

public CreateManagedJobInputType(java.util.Calendar initialTerminationTime,
                                 JobDescriptionType job,
                                 org.apache.axis.message.addressing.AttributedURI jobID,
                                 MultiJobDescriptionType multiJob,
                                 Subscribe subscribe)
Method Detail

getInitialTerminationTime

public java.util.Calendar getInitialTerminationTime()
Gets the initialTerminationTime value for this CreateManagedJobInputType.

Returns:
initialTerminationTime

setInitialTerminationTime

public void setInitialTerminationTime(java.util.Calendar initialTerminationTime)
Sets the initialTerminationTime value for this CreateManagedJobInputType.

Parameters:
initialTerminationTime -

getJobID

public org.apache.axis.message.addressing.AttributedURI getJobID()
Gets the jobID value for this CreateManagedJobInputType.

Returns:
jobID

setJobID

public void setJobID(org.apache.axis.message.addressing.AttributedURI jobID)
Sets the jobID value for this CreateManagedJobInputType.

Parameters:
jobID -

getSubscribe

public Subscribe getSubscribe()
Gets the subscribe value for this CreateManagedJobInputType.

Returns:
subscribe

setSubscribe

public void setSubscribe(Subscribe subscribe)
Sets the subscribe value for this CreateManagedJobInputType.

Parameters:
subscribe -

getJob

public JobDescriptionType getJob()
Gets the job value for this CreateManagedJobInputType.

Returns:
job

setJob

public void setJob(JobDescriptionType job)
Sets the job value for this CreateManagedJobInputType.

Parameters:
job -

getMultiJob

public MultiJobDescriptionType getMultiJob()
Gets the multiJob value for this CreateManagedJobInputType.

Returns:
multiJob

setMultiJob

public void setMultiJob(MultiJobDescriptionType multiJob)
Sets the multiJob value for this CreateManagedJobInputType.

Parameters:
multiJob -

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