Class InstrumentScientist


  • public class InstrumentScientist
    extends EntityBaseBean

    Java class for instrumentScientist complex type.

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

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

      • InstrumentScientist

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

        public User getUser()
        Gets the value of the user property.
        Returns:
        possible object is User
      • setUser

        public void setUser​(User value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is User