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="{client.icat3.uk}entityBaseBean"> <sequence> <element name="complete" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="datafiles" type="{client.icat3.uk}datafile" 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="inputDatasets" type="{client.icat3.uk}inputDataset" maxOccurs="unbounded" minOccurs="0"/> <element name="investigation" type="{client.icat3.uk}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="outputDatasets" type="{client.icat3.uk}outputDataset" maxOccurs="unbounded" minOccurs="0"/> <element name="parameters" type="{client.icat3.uk}datasetParameter" maxOccurs="unbounded" minOccurs="0"/> <element name="sample" type="{client.icat3.uk}sample" minOccurs="0"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="type" type="{client.icat3.uk}datasetType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
complete |
protected List<Datafile> |
datafiles |
protected String |
description |
protected String |
doi |
protected XMLGregorianCalendar |
endDate |
protected List<InputDataset> |
inputDatasets |
protected Investigation |
investigation |
protected String |
location |
protected String |
name |
protected List<OutputDataset> |
outputDatasets |
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<Datafile> |
getDatafiles()
Gets the value of the datafiles 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.
|
List<InputDataset> |
getInputDatasets()
Gets the value of the inputDatasets 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<OutputDataset> |
getOutputDatasets()
Gets the value of the outputDatasets 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 |
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, setModTime
protected boolean complete
protected String description
protected String doi
protected XMLGregorianCalendar endDate
protected List<InputDataset> inputDatasets
protected Investigation investigation
protected String location
protected String name
protected List<OutputDataset> outputDatasets
protected List<DatasetParameter> parameters
protected Sample sample
protected XMLGregorianCalendar startDate
protected DatasetType type
public boolean isComplete()
public void setComplete(boolean value)
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 String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public void setDoi(String value)
value
- allowed object is
String
public XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public List<InputDataset> getInputDatasets()
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 inputDatasets property.
For example, to add a new item, do as follows:
getInputDatasets().add(newItem);
Objects of the following type(s) are allowed in the list
InputDataset
public Investigation getInvestigation()
Investigation
public void setInvestigation(Investigation value)
value
- allowed object is
Investigation
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public List<OutputDataset> getOutputDatasets()
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 outputDatasets property.
For example, to add a new item, do as follows:
getOutputDatasets().add(newItem);
Objects of the following type(s) are allowed in the list
OutputDataset
public 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()
Sample
public void setSample(Sample value)
value
- allowed object is
Sample
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public DatasetType getType()
DatasetType
public void setType(DatasetType value)
value
- allowed object is
DatasetType
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.