Class 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>
     
    • Constructor Detail

      • Instrument

        public Instrument()
    • 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 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

      • 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 is String
      • 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 is Facility
      • 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 is String
      • 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 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

      • 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 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

      • 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 is String
      • 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 is String
      • 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 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

      • 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 is String
      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

        public void setUrl​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String