Class DataCollectionDatafile


  • public class DataCollectionDatafile
    extends EntityBaseBean

    Java class for dataCollectionDatafile complex type.

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

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

      • DataCollectionDatafile

        public DataCollectionDatafile()
    • 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
      • getDatafile

        public Datafile getDatafile()
        Gets the value of the datafile property.
        Returns:
        possible object is Datafile
      • setDatafile

        public void setDatafile​(Datafile value)
        Sets the value of the datafile property.
        Parameters:
        value - allowed object is Datafile