Class InvestigationInstrument


  • public class InvestigationInstrument
    extends EntityBaseBean

    Java class for investigationInstrument complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="investigationInstrument">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="instrument" type="{http://icatproject.org}instrument" minOccurs="0"/>
             <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • InvestigationInstrument

        public InvestigationInstrument()
    • Method Detail

      • getInstrument

        public Instrument getInstrument()
        Gets the value of the instrument property.
        Returns:
        possible object is Instrument
      • setInstrument

        public void setInstrument​(Instrument value)
        Sets the value of the instrument property.
        Parameters:
        value - allowed object is Instrument
      • getInvestigation

        public Investigation getInvestigation()
        Gets the value of the investigation property.
        Returns:
        possible object is Investigation
      • setInvestigation

        public void setInvestigation​(Investigation value)
        Sets the value of the investigation property.
        Parameters:
        value - allowed object is Investigation