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="datasetInstruments" type="{http://icatproject.org}datasetInstrument" maxOccurs="unbounded" minOccurs="0"/>
<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="investigationInstruments" type="{http://icatproject.org}investigationInstrument" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="shifts" type="{http://icatproject.org}shift" maxOccurs="unbounded" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DatasetInstrument> |
datasetInstruments |
protected String |
description |
protected Facility |
facility |
protected String |
fullName |
protected List<InstrumentScientist> |
instrumentScientists |
protected List<InvestigationInstrument> |
investigationInstruments |
protected String |
name |
protected String |
pid |
protected List<Shift> |
shifts |
protected String |
type |
protected String |
url |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
Instrument() |
| Modifier and Type | Method and Description |
|---|---|
List<DatasetInstrument> |
getDatasetInstruments()
Gets the value of the datasetInstruments property.
|
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<InvestigationInstrument> |
getInvestigationInstruments()
Gets the value of the investigationInstruments property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPid()
Gets the value of the pid property.
|
List<Shift> |
getShifts()
Gets the value of the shifts property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url 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 |
setPid(String value)
Sets the value of the pid property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected List<DatasetInstrument> datasetInstruments
protected String description
protected Facility facility
protected String fullName
protected List<InstrumentScientist> instrumentScientists
protected List<InvestigationInstrument> investigationInstruments
protected String name
protected String pid
protected String type
protected String url
public List<DatasetInstrument> getDatasetInstruments()
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 datasetInstruments property.
For example, to add a new item, do as follows:
getDatasetInstruments().add(newItem);
Objects of the following type(s) are allowed in the list
DatasetInstrument
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<InvestigationInstrument> getInvestigationInstruments()
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 investigationInstruments property.
For example, to add a new item, do as follows:
getInvestigationInstruments().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationInstrument
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPid()
Stringpublic void setPid(String value)
value - allowed object is
Stringpublic List<Shift> getShifts()
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 shifts property.
For example, to add a new item, do as follows:
getShifts().add(newItem);
Objects of the following type(s) are allowed in the list
Shift
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2022 The ICAT Collaboration. All rights reserved.