Class DatasetTechnique


  • public class DatasetTechnique
    extends EntityBaseBean

    Java class for datasetTechnique complex type.

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

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

      • DatasetTechnique

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

        public Technique getTechnique()
        Gets the value of the technique property.
        Returns:
        possible object is Technique
      • setTechnique

        public void setTechnique​(Technique value)
        Sets the value of the technique property.
        Parameters:
        value - allowed object is Technique