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="{http://icatproject.org}entityBaseBean"> <sequence> <element name="application" type="{http://icatproject.org}application" minOccurs="0"/> <element name="inputDatafiles" type="{http://icatproject.org}inputDatafile" maxOccurs="unbounded" minOccurs="0"/> <element name="inputDatasets" type="{http://icatproject.org}inputDataset" maxOccurs="unbounded" minOccurs="0"/> <element name="outputDatafiles" type="{http://icatproject.org}outputDatafile" maxOccurs="unbounded" minOccurs="0"/> <element name="outputDatasets" type="{http://icatproject.org}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, setModTime
protected Application application
protected List<InputDatafile> inputDatafiles
protected List<InputDataset> inputDatasets
protected List<OutputDatafile> outputDatafiles
protected List<OutputDataset> outputDatasets
public Application getApplication()
Application
public void setApplication(Application value)
value
- allowed object is
Application
public 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.