public class Instrument extends EntityBaseBean
Java class for instrument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="instrument">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="facility" type="{http://icatproject.org}facility" minOccurs="0"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="instrumentScientists" type="{http://icatproject.org}instrumentScientist" maxOccurs="unbounded" minOccurs="0"/>
<element name="investigations" type="{http://icatproject.org}investigation" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Facility |
facility |
protected String |
fullName |
protected List<InstrumentScientist> |
instrumentScientists |
protected List<Investigation> |
investigations |
protected String |
name |
protected String |
type |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
Instrument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Facility |
getFacility()
Gets the value of the facility property.
|
String |
getFullName()
Gets the value of the fullName property.
|
List<InstrumentScientist> |
getInstrumentScientists()
Gets the value of the instrumentScientists property.
|
List<Investigation> |
getInvestigations()
Gets the value of the investigations property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFacility(Facility value)
Sets the value of the facility property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected String description
protected Facility facility
protected String fullName
protected List<InstrumentScientist> instrumentScientists
protected List<Investigation> investigations
protected String name
protected String type
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Facility getFacility()
Facilitypublic void setFacility(Facility value)
value - allowed object is
Facilitypublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic List<InstrumentScientist> getInstrumentScientists()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the instrumentScientists property.
For example, to add a new item, do as follows:
getInstrumentScientists().add(newItem);
Objects of the following type(s) are allowed in the list
InstrumentScientist
public List<Investigation> getInvestigations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the investigations property.
For example, to add a new item, do as follows:
getInvestigations().add(newItem);
Objects of the following type(s) are allowed in the list
Investigation
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2013 The ICAT Collaboration. All Rights Reserved.