Class DataCollectionDataset


  • public class DataCollectionDataset
    extends EntityBaseBean

    Java class for dataCollectionDataset complex type.

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

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

      • DataCollectionDataset

        public DataCollectionDataset()
    • Method Detail

      • getDataCollection

        public DataCollection getDataCollection()
        Gets the value of the dataCollection property.
        Returns:
        possible object is DataCollection
      • setDataCollection

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