public class InvestigationInstrument extends EntityBaseBean
Java class for investigationInstrument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigationInstrument">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="instrument" type="{http://icatproject.org}instrument" minOccurs="0"/>
<element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Instrument |
instrument |
protected Investigation |
investigation |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
InvestigationInstrument() |
| Modifier and Type | Method and Description |
|---|---|
Instrument |
getInstrument()
Gets the value of the instrument property.
|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
void |
setInstrument(Instrument value)
Sets the value of the instrument property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Instrument instrument
protected Investigation investigation
public Instrument getInstrument()
Instrumentpublic void setInstrument(Instrument value)
value - allowed object is
Instrumentpublic Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
InvestigationCopyright © 2022 The ICAT Collaboration. All rights reserved.