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="arguments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="inputDataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/>
<element name="outputDataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Application |
application |
protected String |
arguments |
protected DataCollection |
inputDataCollection |
protected DataCollection |
outputDataCollection |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Gets the value of the application property.
|
String |
getArguments()
Gets the value of the arguments property.
|
DataCollection |
getInputDataCollection()
Gets the value of the inputDataCollection property.
|
DataCollection |
getOutputDataCollection()
Gets the value of the outputDataCollection property.
|
void |
setApplication(Application value)
Sets the value of the application property.
|
void |
setArguments(String value)
Sets the value of the arguments property.
|
void |
setInputDataCollection(DataCollection value)
Sets the value of the inputDataCollection property.
|
void |
setOutputDataCollection(DataCollection value)
Sets the value of the outputDataCollection property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Application application
protected String arguments
protected DataCollection inputDataCollection
protected DataCollection outputDataCollection
public Application getApplication()
Applicationpublic void setApplication(Application value)
value - allowed object is
Applicationpublic String getArguments()
Stringpublic void setArguments(String value)
value - allowed object is
Stringpublic DataCollection getInputDataCollection()
DataCollectionpublic void setInputDataCollection(DataCollection value)
value - allowed object is
DataCollectionpublic DataCollection getOutputDataCollection()
DataCollectionpublic void setOutputDataCollection(DataCollection value)
value - allowed object is
DataCollectionCopyright © 2022 The ICAT Collaboration. All rights reserved.