public class InputDatafile extends EntityBaseBean
Java class for inputDatafile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inputDatafile"> <complexContent> <extension base="{client.icat3.uk}entityBaseBean"> <sequence> <element name="datafile" type="{client.icat3.uk}datafile" minOccurs="0"/> <element name="job" type="{client.icat3.uk}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 |
---|
InputDatafile() |
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, setModTime
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.