public class Dataset extends EntityBaseBean
Java class for dataset complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="dataset">
   <complexContent>
     <extension base="{http://icatproject.org}entityBaseBean">
       <sequence>
         <element name="complete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="dataCollectionDatasets" type="{http://icatproject.org}dataCollectionDataset" maxOccurs="unbounded" minOccurs="0"/>
         <element name="datafiles" type="{http://icatproject.org}datafile" maxOccurs="unbounded" minOccurs="0"/>
         <element name="datasetInstruments" type="{http://icatproject.org}datasetInstrument" maxOccurs="unbounded" minOccurs="0"/>
         <element name="datasetTechniques" type="{http://icatproject.org}datasetTechnique" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="fileCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parameters" type="{http://icatproject.org}datasetParameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sample" type="{http://icatproject.org}sample" minOccurs="0"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="type" type="{http://icatproject.org}datasetType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected boolean | complete | 
| protected List<DataCollectionDataset> | dataCollectionDatasets | 
| protected List<Datafile> | datafiles | 
| protected List<DatasetInstrument> | datasetInstruments | 
| protected List<DatasetTechnique> | datasetTechniques | 
| protected String | description | 
| protected String | doi | 
| protected XMLGregorianCalendar | endDate | 
| protected Long | fileCount | 
| protected Long | fileSize | 
| protected Investigation | investigation | 
| protected String | location | 
| protected String | name | 
| protected List<DatasetParameter> | parameters | 
| protected Sample | sample | 
| protected XMLGregorianCalendar | startDate | 
| protected DatasetType | type | 
createId, createTime, id, modId, modTime| Constructor and Description | 
|---|
| Dataset() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DataCollectionDataset> | getDataCollectionDatasets()Gets the value of the dataCollectionDatasets property. | 
| List<Datafile> | getDatafiles()Gets the value of the datafiles property. | 
| List<DatasetInstrument> | getDatasetInstruments()Gets the value of the datasetInstruments property. | 
| List<DatasetTechnique> | getDatasetTechniques()Gets the value of the datasetTechniques property. | 
| String | getDescription()Gets the value of the description property. | 
| String | getDoi()Gets the value of the doi property. | 
| XMLGregorianCalendar | getEndDate()Gets the value of the endDate property. | 
| Long | getFileCount()Gets the value of the fileCount property. | 
| Long | getFileSize()Gets the value of the fileSize property. | 
| Investigation | getInvestigation()Gets the value of the investigation property. | 
| String | getLocation()Gets the value of the location property. | 
| String | getName()Gets the value of the name property. | 
| List<DatasetParameter> | getParameters()Gets the value of the parameters property. | 
| Sample | getSample()Gets the value of the sample property. | 
| XMLGregorianCalendar | getStartDate()Gets the value of the startDate property. | 
| DatasetType | getType()Gets the value of the type property. | 
| boolean | isComplete()Gets the value of the complete property. | 
| void | setComplete(boolean value)Sets the value of the complete property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setDoi(String value)Sets the value of the doi property. | 
| void | setEndDate(XMLGregorianCalendar value)Sets the value of the endDate property. | 
| void | setFileCount(Long value)Sets the value of the fileCount property. | 
| void | setFileSize(Long value)Sets the value of the fileSize property. | 
| void | setInvestigation(Investigation value)Sets the value of the investigation property. | 
| void | setLocation(String value)Sets the value of the location property. | 
| void | setName(String value)Sets the value of the name property. | 
| void | setSample(Sample value)Sets the value of the sample property. | 
| void | setStartDate(XMLGregorianCalendar value)Sets the value of the startDate property. | 
| void | setType(DatasetType value)Sets the value of the type property. | 
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected boolean complete
protected List<DataCollectionDataset> dataCollectionDatasets
protected List<DatasetInstrument> datasetInstruments
protected List<DatasetTechnique> datasetTechniques
protected String description
protected String doi
protected XMLGregorianCalendar endDate
protected Long fileCount
protected Long fileSize
protected Investigation investigation
protected String location
protected String name
protected List<DatasetParameter> parameters
protected Sample sample
protected XMLGregorianCalendar startDate
protected DatasetType type
public boolean isComplete()
public void setComplete(boolean value)
public List<DataCollectionDataset> getDataCollectionDatasets()
 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 JAXB 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
public List<Datafile> getDatafiles()
 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 JAXB object.
 This is why there is not a set method for the datafiles property.
 
 
For example, to add a new item, do as follows:
    getDatafiles().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Datafile
public List<DatasetInstrument> getDatasetInstruments()
 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 JAXB object.
 This is why there is not a set method for the datasetInstruments property.
 
 
For example, to add a new item, do as follows:
    getDatasetInstruments().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 DatasetInstrument
public List<DatasetTechnique> getDatasetTechniques()
 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 JAXB object.
 This is why there is not a set method for the datasetTechniques property.
 
 
For example, to add a new item, do as follows:
    getDatasetTechniques().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 DatasetTechnique
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic String getDoi()
Stringpublic void setDoi(String value)
value - allowed object is
     Stringpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic Long getFileCount()
Longpublic void setFileCount(Long value)
value - allowed object is
     Longpublic Long getFileSize()
Longpublic void setFileSize(Long value)
value - allowed object is
     Longpublic Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
     Investigationpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
     Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic List<DatasetParameter> getParameters()
 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 JAXB 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
 DatasetParameter
public Sample getSample()
Samplepublic void setSample(Sample value)
value - allowed object is
     Samplepublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic DatasetType getType()
DatasetTypepublic void setType(DatasetType value)
value - allowed object is
     DatasetTypeCopyright © 2022 The ICAT Collaboration. All rights reserved.