Class DataCollection


  • public class DataCollection
    extends EntityBaseBean

    Java class for dataCollection complex type.

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

     <complexType name="dataCollection">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="dataCollectionDatafiles" type="{http://icatproject.org}dataCollectionDatafile" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dataCollectionDatasets" type="{http://icatproject.org}dataCollectionDataset" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dataCollectionInvestigations" type="{http://icatproject.org}dataCollectionInvestigation" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dataPublications" type="{http://icatproject.org}dataPublication" maxOccurs="unbounded" minOccurs="0"/>
             <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="jobsAsInput" type="{http://icatproject.org}job" maxOccurs="unbounded" minOccurs="0"/>
             <element name="jobsAsOutput" type="{http://icatproject.org}job" maxOccurs="unbounded" minOccurs="0"/>
             <element name="parameters" type="{http://icatproject.org}dataCollectionParameter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DataCollection

        public DataCollection()
    • Method Detail

      • getDataCollectionDatafiles

        public List<DataCollectionDatafile> getDataCollectionDatafiles()
        Gets the value of the dataCollectionDatafiles property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dataCollectionDatafiles property.

        For example, to add a new item, do as follows:

            getDataCollectionDatafiles().add(newItem);
         

        Objects of the following type(s) are allowed in the list DataCollectionDatafile

      • getDataCollectionDatasets

        public List<DataCollectionDataset> getDataCollectionDatasets()
        Gets the value of the dataCollectionDatasets property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dataCollectionDatasets property.

        For example, to add a new item, do as follows:

            getDataCollectionDatasets().add(newItem);
         

        Objects of the following type(s) are allowed in the list DataCollectionDataset

      • getDataCollectionInvestigations

        public List<DataCollectionInvestigation> getDataCollectionInvestigations()
        Gets the value of the dataCollectionInvestigations property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dataCollectionInvestigations property.

        For example, to add a new item, do as follows:

            getDataCollectionInvestigations().add(newItem);
         

        Objects of the following type(s) are allowed in the list DataCollectionInvestigation

      • getDataPublications

        public List<DataPublication> getDataPublications()
        Gets the value of the dataPublications property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dataPublications property.

        For example, to add a new item, do as follows:

            getDataPublications().add(newItem);
         

        Objects of the following type(s) are allowed in the list DataPublication

      • getDoi

        public String getDoi()
        Gets the value of the doi property.
        Returns:
        possible object is String
      • setDoi

        public void setDoi​(String value)
        Sets the value of the doi property.
        Parameters:
        value - allowed object is String
      • getJobsAsInput

        public List<Job> getJobsAsInput()
        Gets the value of the jobsAsInput property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the jobsAsInput property.

        For example, to add a new item, do as follows:

            getJobsAsInput().add(newItem);
         

        Objects of the following type(s) are allowed in the list Job

      • getJobsAsOutput

        public List<Job> getJobsAsOutput()
        Gets the value of the jobsAsOutput property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the jobsAsOutput property.

        For example, to add a new item, do as follows:

            getJobsAsOutput().add(newItem);
         

        Objects of the following type(s) are allowed in the list Job

      • getParameters

        public List<DataCollectionParameter> getParameters()
        Gets the value of the parameters property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the parameters property.

        For example, to add a new item, do as follows:

            getParameters().add(newItem);
         

        Objects of the following type(s) are allowed in the list DataCollectionParameter