public class SampleParameter extends Parameter
Java class for sampleParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sampleParameter"> <complexContent> <extension base="{http://icatproject.org}parameter"> <sequence> <element name="sample" type="{http://icatproject.org}sample" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Sample |
sample |
dateTimeValue, error, numericValue, rangeBottom, rangeTop, stringValue, type
createId, createTime, id, modId, modTime
Constructor and Description |
---|
SampleParameter() |
Modifier and Type | Method and Description |
---|---|
Sample |
getSample()
Gets the value of the sample property.
|
void |
setSample(Sample value)
Sets the value of the sample 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 Sample sample
Copyright © 2022 The ICAT Collaboration. All rights reserved.