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="{http://icatproject.org}parameter"> <sequence> <element name="dataset" type="{http://icatproject.org}dataset" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Dataset |
dataset |
dateTimeValue, error, numericValue, rangeBottom, rangeTop, stringValue, type
createId, 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, setType
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected Dataset dataset
Copyright © 2022 The ICAT Collaboration. All rights reserved.