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, setModTime
protected Application application
protected String arguments
protected DataCollection inputDataCollection
protected DataCollection outputDataCollection
public Application getApplication()
Application
public void setApplication(Application value)
value
- allowed object is
Application
public String getArguments()
String
public void setArguments(String value)
value
- allowed object is
String
public DataCollection getInputDataCollection()
DataCollection
public void setInputDataCollection(DataCollection value)
value
- allowed object is
DataCollection
public DataCollection getOutputDataCollection()
DataCollection
public void setOutputDataCollection(DataCollection value)
value
- allowed object is
DataCollection
Copyright © 2022 The ICAT Collaboration. All rights reserved.