public class DatasetType extends EntityBaseBean
Java class for datasetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datasetType">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="datasets" type="{http://icatproject.org}dataset" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="facility" type="{http://icatproject.org}facility" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Dataset> |
datasets |
protected String |
description |
protected Facility |
facility |
protected String |
name |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
DatasetType() |
| Modifier and Type | Method and Description |
|---|---|
List<Dataset> |
getDatasets()
Gets the value of the datasets property.
|
String |
getDescription()
Gets the value of the description property.
|
Facility |
getFacility()
Gets the value of the facility property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFacility(Facility value)
Sets the value of the facility property.
|
void |
setName(String value)
Sets the value of the name property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected String description
protected Facility facility
protected String name
public List<Dataset> getDatasets()
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 datasets property.
For example, to add a new item, do as follows:
getDatasets().add(newItem);
Objects of the following type(s) are allowed in the list
Dataset
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Facility getFacility()
Facilitypublic void setFacility(Facility value)
value - allowed object is
Facilitypublic String getName()
StringCopyright © 2013 The ICAT Collaboration. All rights reserved.