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