Uses of Class
org.globus.exec.generated.JobDescriptionType

Packages that use JobDescriptionType
org.globus.exec.generated   
 

Uses of JobDescriptionType in org.globus.exec.generated
 

Subclasses of JobDescriptionType in org.globus.exec.generated
 class MultiJobDescriptionType
          This type extends JobDescriptionType to allow generalities.
 

Fields in org.globus.exec.generated declared as JobDescriptionType
private  JobDescriptionType ServiceLevelAgreementType.job
           
private  JobDescriptionType[] MultiJobDescriptionType.job
           
private  JobDescriptionType CreateManagedJobInputType.job
           
 

Methods in org.globus.exec.generated that return JobDescriptionType
 JobDescriptionType ServiceLevelAgreementType.getJob()
          Gets the job value for this ServiceLevelAgreementType.
 JobDescriptionType[] MultiJobDescriptionType.getJob()
          Gets the job value for this MultiJobDescriptionType.
 JobDescriptionType MultiJobDescriptionType.getJob(int i)
           
 JobDescriptionType CreateManagedJobInputType.getJob()
          Gets the job value for this CreateManagedJobInputType.
 

Methods in org.globus.exec.generated with parameters of type JobDescriptionType
 void ServiceLevelAgreementType.setJob(JobDescriptionType job)
          Sets the job value for this ServiceLevelAgreementType.
 void MultiJobDescriptionType.setJob(JobDescriptionType[] job)
          Sets the job value for this MultiJobDescriptionType.
 void MultiJobDescriptionType.setJob(int i, JobDescriptionType _value)
           
 void CreateManagedJobInputType.setJob(JobDescriptionType job)
          Sets the job value for this CreateManagedJobInputType.
 

Constructors in org.globus.exec.generated with parameters of type JobDescriptionType
ServiceLevelAgreementType(JobDescriptionType job, MultiJobDescriptionType multiJob)
           
MultiJobDescriptionType(JobDescriptionType[] job)
           
CreateManagedJobInputType(java.util.Calendar initialTerminationTime, JobDescriptionType job, org.apache.axis.message.addressing.AttributedURI jobID, MultiJobDescriptionType multiJob, Subscribe subscribe)