public abstract class Parameter extends EntityBaseBean
Java class for parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parameter">
<complexContent>
<extension base="{client.icat3.uk}entityBaseBean">
<sequence>
<element name="dateTimeValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="numericValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="rangeBottom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="rangeTop" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="stringValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{client.icat3.uk}parameterType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateTimeValue |
protected Double |
error |
protected Double |
numericValue |
protected Double |
rangeBottom |
protected Double |
rangeTop |
protected String |
stringValue |
protected ParameterType |
type |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateTimeValue()
Gets the value of the dateTimeValue property.
|
Double |
getError()
Gets the value of the error property.
|
Double |
getNumericValue()
Gets the value of the numericValue property.
|
Double |
getRangeBottom()
Gets the value of the rangeBottom property.
|
Double |
getRangeTop()
Gets the value of the rangeTop property.
|
String |
getStringValue()
Gets the value of the stringValue property.
|
ParameterType |
getType()
Gets the value of the type property.
|
void |
setDateTimeValue(XMLGregorianCalendar value)
Sets the value of the dateTimeValue property.
|
void |
setError(Double value)
Sets the value of the error property.
|
void |
setNumericValue(Double value)
Sets the value of the numericValue property.
|
void |
setRangeBottom(Double value)
Sets the value of the rangeBottom property.
|
void |
setRangeTop(Double value)
Sets the value of the rangeTop property.
|
void |
setStringValue(String value)
Sets the value of the stringValue property.
|
void |
setType(ParameterType value)
Sets the value of the type property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected XMLGregorianCalendar dateTimeValue
protected Double error
protected Double numericValue
protected Double rangeBottom
protected Double rangeTop
protected String stringValue
protected ParameterType type
public XMLGregorianCalendar getDateTimeValue()
XMLGregorianCalendarpublic void setDateTimeValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Double getError()
Doublepublic void setError(Double value)
value - allowed object is
Doublepublic Double getNumericValue()
Doublepublic void setNumericValue(Double value)
value - allowed object is
Doublepublic Double getRangeBottom()
Doublepublic void setRangeBottom(Double value)
value - allowed object is
Doublepublic Double getRangeTop()
Doublepublic void setRangeTop(Double value)
value - allowed object is
Doublepublic String getStringValue()
Stringpublic void setStringValue(String value)
value - allowed object is
Stringpublic ParameterType getType()
ParameterTypepublic void setType(ParameterType value)
value - allowed object is
ParameterTypeCopyright © 2012 The ICAT Collaboration. All Rights Reserved.