org.globus.exec.generated
Class MultiJobDescriptionType

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

public class MultiJobDescriptionType
extends JobDescriptionType
implements java.io.Serializable

This type extends JobDescriptionType to allow generalities. If a single job description element does not contain a particular attribute, the outer-scope value will be assumed if it is defined.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  JobDescriptionType[] job
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Fields inherited from class org.globus.exec.generated.JobDescriptionType
 
Constructor Summary
MultiJobDescriptionType()
           
MultiJobDescriptionType(JobDescriptionType[] job)
           
 
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
 JobDescriptionType[] getJob()
          Gets the job value for this MultiJobDescriptionType.
 JobDescriptionType getJob(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setJob(int i, JobDescriptionType _value)
           
 void setJob(JobDescriptionType[] job)
          Sets the job value for this MultiJobDescriptionType.
 
Methods inherited from class org.globus.exec.generated.JobDescriptionType
getArgument, getArgument, getCount, getDirectory, getEnvironment, getEnvironment, getExecutable, getExtensions, getFactoryEndpoint, getFileCleanUp, getFileStageIn, getFileStageOut, getHoldState, getHostCount, getJobCredentialEndpoint, getJobType, getLibraryPath, getLibraryPath, getLocalUserId, getMaxCpuTime, getMaxMemory, getMaxTime, getMaxWallTime, getMinMemory, getProject, getQueue, getStagingCredentialEndpoint, getStderr, getStdin, getStdout, setArgument, setArgument, setCount, setDirectory, setEnvironment, setEnvironment, setExecutable, setExtensions, setFactoryEndpoint, setFileCleanUp, setFileStageIn, setFileStageOut, setHoldState, setHostCount, setJobCredentialEndpoint, setJobType, setLibraryPath, setLibraryPath, setLocalUserId, setMaxCpuTime, setMaxMemory, setMaxTime, setMaxWallTime, setMinMemory, setProject, setQueue, setStagingCredentialEndpoint, setStderr, setStdin, setStdout
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

job

private JobDescriptionType[] job

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

MultiJobDescriptionType

public MultiJobDescriptionType()

MultiJobDescriptionType

public MultiJobDescriptionType(JobDescriptionType[] job)
Method Detail

getJob

public JobDescriptionType[] getJob()
Gets the job value for this MultiJobDescriptionType.

Returns:
job

setJob

public void setJob(JobDescriptionType[] job)
Sets the job value for this MultiJobDescriptionType.

Parameters:
job -

getJob

public JobDescriptionType getJob(int i)

setJob

public void setJob(int i,
                   JobDescriptionType _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class JobDescriptionType

hashCode

public int hashCode()
Overrides:
hashCode in class JobDescriptionType

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