Package org.icatproject
Class DatasetInstrument
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.DatasetInstrument
-
public class DatasetInstrument extends EntityBaseBean
Java class for datasetInstrument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datasetInstrument"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="dataset" type="{http://icatproject.org}dataset" minOccurs="0"/> <element name="instrument" type="{http://icatproject.org}instrument" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Datasetdatasetprotected Instrumentinstrument-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description DatasetInstrument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetgetDataset()Gets the value of the dataset property.InstrumentgetInstrument()Gets the value of the instrument property.voidsetDataset(Dataset value)Sets the value of the dataset property.voidsetInstrument(Instrument value)Sets the value of the instrument property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
dataset
protected Dataset dataset
-
instrument
protected Instrument instrument
-
-
Method Detail
-
getDataset
public Dataset getDataset()
Gets the value of the dataset property.- Returns:
- possible object is
Dataset
-
setDataset
public void setDataset(Dataset value)
Sets the value of the dataset property.- Parameters:
value- allowed object isDataset
-
getInstrument
public Instrument getInstrument()
Gets the value of the instrument property.- Returns:
- possible object is
Instrument
-
setInstrument
public void setInstrument(Instrument value)
Sets the value of the instrument property.- Parameters:
value- allowed object isInstrument
-
-