public class InputDataset extends EntityBaseBean
Java class for inputDataset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inputDataset">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="dataset" type="{http://icatproject.org}dataset" minOccurs="0"/>
<element name="job" type="{http://icatproject.org}job" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Dataset |
dataset |
protected Job |
job |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
InputDataset() |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
getDataset()
Gets the value of the dataset property.
|
Job |
getJob()
Gets the value of the job property.
|
void |
setDataset(Dataset value)
Sets the value of the dataset property.
|
void |
setJob(Job value)
Sets the value of the job property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeCopyright © 2013 The ICAT Collaboration. All Rights Reserved.