public class OutputDatafile extends EntityBaseBean
Java class for outputDatafile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="outputDatafile">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="datafile" type="{http://icatproject.org}datafile" minOccurs="0"/>
<element name="job" type="{http://icatproject.org}job" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Datafile |
datafile |
protected Job |
job |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
OutputDatafile() |
| Modifier and Type | Method and Description |
|---|---|
Datafile |
getDatafile()
Gets the value of the datafile property.
|
Job |
getJob()
Gets the value of the job property.
|
void |
setDatafile(Datafile value)
Sets the value of the datafile 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.