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>
Modifier and Type | Field and Description |
---|---|
protected Dataset |
dataset |
protected Instrument |
instrument |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
DatasetInstrument() |
Modifier and Type | Method and Description |
---|---|
Dataset |
getDataset()
Gets the value of the dataset property.
|
Instrument |
getInstrument()
Gets the value of the instrument property.
|
void |
setDataset(Dataset value)
Sets the value of the dataset property.
|
void |
setInstrument(Instrument value)
Sets the value of the instrument property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected Dataset dataset
protected Instrument instrument
public Dataset getDataset()
Dataset
public void setDataset(Dataset value)
value
- allowed object is
Dataset
public Instrument getInstrument()
Instrument
public void setInstrument(Instrument value)
value
- allowed object is
Instrument
Copyright © 2022 The ICAT Collaboration. All rights reserved.