public class DatasetParameter extends Parameter
Java class for datasetParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datasetParameter">
<complexContent>
<extension base="{client.icat3.uk}parameter">
<sequence>
<element name="dataset" type="{client.icat3.uk}dataset" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Dataset |
dataset |
dateTimeValue, error, numericValue, rangeBottom, rangeTop, stringValue, typecreateId, createTime, id, modId, modTime| Constructor and Description |
|---|
DatasetParameter() |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
getDataset()
Gets the value of the dataset property.
|
void |
setDataset(Dataset value)
Sets the value of the dataset property.
|
getDateTimeValue, getError, getNumericValue, getRangeBottom, getRangeTop, getStringValue, getType, setDateTimeValue, setError, setNumericValue, setRangeBottom, setRangeTop, setStringValue, setTypegetCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Dataset dataset
Copyright © 2012 The ICAT Collaboration. All Rights Reserved.