Package org.icatproject
Class Parameter
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Parameter
-
- Direct Known Subclasses:
DataCollectionParameter,DatafileParameter,DatasetParameter,InvestigationParameter,SampleParameter
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendardateTimeValueprotected Doubleerrorprotected DoublenumericValueprotected DoublerangeBottomprotected DoublerangeTopprotected StringstringValueprotected ParameterTypetype-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDateTimeValue()Gets the value of the dateTimeValue property.DoublegetError()Gets the value of the error property.DoublegetNumericValue()Gets the value of the numericValue property.DoublegetRangeBottom()Gets the value of the rangeBottom property.DoublegetRangeTop()Gets the value of the rangeTop property.StringgetStringValue()Gets the value of the stringValue property.ParameterTypegetType()Gets the value of the type property.voidsetDateTimeValue(XMLGregorianCalendar value)Sets the value of the dateTimeValue property.voidsetError(Double value)Sets the value of the error property.voidsetNumericValue(Double value)Sets the value of the numericValue property.voidsetRangeBottom(Double value)Sets the value of the rangeBottom property.voidsetRangeTop(Double value)Sets the value of the rangeTop property.voidsetStringValue(String value)Sets the value of the stringValue property.voidsetType(ParameterType value)Sets the value of the type property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
dateTimeValue
protected XMLGregorianCalendar dateTimeValue
-
error
protected Double error
-
numericValue
protected Double numericValue
-
rangeBottom
protected Double rangeBottom
-
rangeTop
protected Double rangeTop
-
stringValue
protected String stringValue
-
type
protected ParameterType type
-
-
Method Detail
-
getDateTimeValue
public XMLGregorianCalendar getDateTimeValue()
Gets the value of the dateTimeValue property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTimeValue
public void setDateTimeValue(XMLGregorianCalendar value)
Sets the value of the dateTimeValue property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getError
public Double getError()
Gets the value of the error property.- Returns:
- possible object is
Double
-
setError
public void setError(Double value)
Sets the value of the error property.- Parameters:
value- allowed object isDouble
-
getNumericValue
public Double getNumericValue()
Gets the value of the numericValue property.- Returns:
- possible object is
Double
-
setNumericValue
public void setNumericValue(Double value)
Sets the value of the numericValue property.- Parameters:
value- allowed object isDouble
-
getRangeBottom
public Double getRangeBottom()
Gets the value of the rangeBottom property.- Returns:
- possible object is
Double
-
setRangeBottom
public void setRangeBottom(Double value)
Sets the value of the rangeBottom property.- Parameters:
value- allowed object isDouble
-
getRangeTop
public Double getRangeTop()
Gets the value of the rangeTop property.- Returns:
- possible object is
Double
-
setRangeTop
public void setRangeTop(Double value)
Sets the value of the rangeTop property.- Parameters:
value- allowed object isDouble
-
getStringValue
public String getStringValue()
Gets the value of the stringValue property.- Returns:
- possible object is
String
-
setStringValue
public void setStringValue(String value)
Sets the value of the stringValue property.- Parameters:
value- allowed object isString
-
getType
public ParameterType getType()
Gets the value of the type property.- Returns:
- possible object is
ParameterType
-
setType
public void setType(ParameterType value)
Sets the value of the type property.- Parameters:
value- allowed object isParameterType
-
-