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, typecreateId, 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, setTypegetCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Sample sample
Copyright © 2012 The ICAT Collaboration. All Rights Reserved.