Class DataCollectionParameter


  • public class DataCollectionParameter
    extends Parameter

    Java class for dataCollectionParameter complex type.

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

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

      • DataCollectionParameter

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