Class Instrument
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Instrument
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DatasetInstrument>datasetInstrumentsprotected Stringdescriptionprotected Facilityfacilityprotected StringfullNameprotected List<InstrumentScientist>instrumentScientistsprotected List<InvestigationInstrument>investigationInstrumentsprotected Stringnameprotected Stringpidprotected List<Shift>shiftsprotected Stringtypeprotected Stringurl-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description Instrument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DatasetInstrument>getDatasetInstruments()Gets the value of the datasetInstruments property.StringgetDescription()Gets the value of the description property.FacilitygetFacility()Gets the value of the facility property.StringgetFullName()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.StringgetName()Gets the value of the name property.StringgetPid()Gets the value of the pid property.List<Shift>getShifts()Gets the value of the shifts property.StringgetType()Gets the value of the type property.StringgetUrl()Gets the value of the url property.voidsetDescription(String value)Sets the value of the description property.voidsetFacility(Facility value)Sets the value of the facility property.voidsetFullName(String value)Sets the value of the fullName property.voidsetName(String value)Sets the value of the name property.voidsetPid(String value)Sets the value of the pid property.voidsetType(String value)Sets the value of the type property.voidsetUrl(String value)Sets the value of the url property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
datasetInstruments
protected List<DatasetInstrument> datasetInstruments
-
description
protected String description
-
facility
protected Facility facility
-
fullName
protected String fullName
-
instrumentScientists
protected List<InstrumentScientist> instrumentScientists
-
investigationInstruments
protected List<InvestigationInstrument> investigationInstruments
-
name
protected String name
-
pid
protected String pid
-
type
protected String type
-
url
protected String url
-
-
Method Detail
-
getDatasetInstruments
public List<DatasetInstrument> getDatasetInstruments()
Gets the value of the datasetInstruments property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getFacility
public Facility getFacility()
Gets the value of the facility property.- Returns:
- possible object is
Facility
-
setFacility
public void setFacility(Facility value)
Sets the value of the facility property.- Parameters:
value- allowed object isFacility
-
getFullName
public String getFullName()
Gets the value of the fullName property.- Returns:
- possible object is
String
-
setFullName
public void setFullName(String value)
Sets the value of the fullName property.- Parameters:
value- allowed object isString
-
getInstrumentScientists
public List<InstrumentScientist> getInstrumentScientists()
Gets the value of the instrumentScientists property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
getInvestigationInstruments
public List<InvestigationInstrument> getInvestigationInstruments()
Gets the value of the investigationInstruments property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPid
public String getPid()
Gets the value of the pid property.- Returns:
- possible object is
String
-
setPid
public void setPid(String value)
Sets the value of the pid property.- Parameters:
value- allowed object isString
-
getShifts
public List<Shift> getShifts()
Gets the value of the shifts property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
-