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="{http://icatproject.org}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="{http://icatproject.org}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, setModTime
protected XMLGregorianCalendar dateTimeValue
protected Double error
protected Double numericValue
protected Double rangeBottom
protected Double rangeTop
protected String stringValue
protected ParameterType type
public XMLGregorianCalendar getDateTimeValue()
XMLGregorianCalendar
public void setDateTimeValue(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Double getError()
Double
public void setError(Double value)
value
- allowed object is
Double
public Double getNumericValue()
Double
public void setNumericValue(Double value)
value
- allowed object is
Double
public Double getRangeBottom()
Double
public void setRangeBottom(Double value)
value
- allowed object is
Double
public Double getRangeTop()
Double
public void setRangeTop(Double value)
value
- allowed object is
Double
public String getStringValue()
String
public void setStringValue(String value)
value
- allowed object is
String
public ParameterType getType()
ParameterType
public void setType(ParameterType value)
value
- allowed object is
ParameterType
Copyright © 2022 The ICAT Collaboration. All rights reserved.