Class DatasetInstrument


  • public class DatasetInstrument
    extends EntityBaseBean

    Java class for datasetInstrument complex type.

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

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

      • DatasetInstrument

        public DatasetInstrument()
    • Method Detail

      • getDataset

        public Dataset getDataset()
        Gets the value of the dataset property.
        Returns:
        possible object is Dataset
      • setDataset

        public void setDataset​(Dataset value)
        Sets the value of the dataset property.
        Parameters:
        value - allowed object is Dataset
      • 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