public class Job extends EntityBaseBean
Java class for job complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="job">
   <complexContent>
     <extension base="{client.icat3.uk}entityBaseBean">
       <sequence>
         <element name="application" type="{client.icat3.uk}application" minOccurs="0"/>
         <element name="inputDatafiles" type="{client.icat3.uk}inputDatafile" maxOccurs="unbounded" minOccurs="0"/>
         <element name="inputDatasets" type="{client.icat3.uk}inputDataset" maxOccurs="unbounded" minOccurs="0"/>
         <element name="outputDatafiles" type="{client.icat3.uk}outputDatafile" maxOccurs="unbounded" minOccurs="0"/>
         <element name="outputDatasets" type="{client.icat3.uk}outputDataset" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Application | application | 
| protected List<InputDatafile> | inputDatafiles | 
| protected List<InputDataset> | inputDatasets | 
| protected List<OutputDatafile> | outputDatafiles | 
| protected List<OutputDataset> | outputDatasets | 
createId, createTime, id, modId, modTime| Constructor and Description | 
|---|
| Job() | 
| Modifier and Type | Method and Description | 
|---|---|
| Application | getApplication()Gets the value of the application property. | 
| List<InputDatafile> | getInputDatafiles()Gets the value of the inputDatafiles property. | 
| List<InputDataset> | getInputDatasets()Gets the value of the inputDatasets property. | 
| List<OutputDatafile> | getOutputDatafiles()Gets the value of the outputDatafiles property. | 
| List<OutputDataset> | getOutputDatasets()Gets the value of the outputDatasets property. | 
| void | setApplication(Application value)Sets the value of the application property. | 
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Application application
protected List<InputDatafile> inputDatafiles
protected List<InputDataset> inputDatasets
protected List<OutputDatafile> outputDatafiles
protected List<OutputDataset> outputDatasets
public Application getApplication()
Applicationpublic void setApplication(Application value)
value - allowed object is
     Applicationpublic List<InputDatafile> getInputDatafiles()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the inputDatafiles property.
 
 
For example, to add a new item, do as follows:
    getInputDatafiles().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 InputDatafile
public List<InputDataset> getInputDatasets()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the inputDatasets property.
 
 
For example, to add a new item, do as follows:
    getInputDatasets().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 InputDataset
public List<OutputDatafile> getOutputDatafiles()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the outputDatafiles property.
 
 
For example, to add a new item, do as follows:
    getOutputDatafiles().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 OutputDatafile
public List<OutputDataset> getOutputDatasets()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the outputDatasets property.
 
 
For example, to add a new item, do as follows:
    getOutputDatasets().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 OutputDataset
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.