Class VariableNumCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableNumCT
-
- Direct Known Subclasses:
VariableNumCTNoComplex
public class VariableNumCT extends VariableCTWComplex
Numeric variable type, includes complex typesJava class for VariableNum_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableNum_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT_wComplex"> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" default="0" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}double" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DoubledefaultValueprotected Doublemaxprotected Doubleminprotected Doublevalue-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
complexValue
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCT
datatype, id, reqOpt
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
decade, description, eClassIRDIRef, gid, increment, name, unit
-
-
Constructor Summary
Constructors Constructor Description VariableNumCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetDefaultValue()Gets the value of the defaultValue property.DoublegetMax()Gets the value of the max property.doublegetMin()Gets the value of the min property.DoublegetValue()Gets the value of the value property.voidsetDefaultValue(Double value)Sets the value of the defaultValue property.voidsetMax(Double value)Sets the value of the max property.voidsetMin(Double value)Sets the value of the min property.voidsetValue(Double value)Sets the value of the value property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
getComplexValue, setComplexValue
-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCT
getDatatype, getId, getReqOpt, setDatatype, setId, setReqOpt
-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
getDecade, getDescription, getEClassIRDIRef, getGid, getIncrement, getName, getUnit, setDecade, setDescription, setEClassIRDIRef, setGid, setIncrement, setName, setUnit
-
-
-
-
Method Detail
-
getValue
public Double getValue()
Gets the value of the value property.- Returns:
- possible object is
Double
-
setValue
public void setValue(Double value)
Sets the value of the value property.- Parameters:
value- allowed object isDouble
-
getMin
public double getMin()
Gets the value of the min property.- Returns:
- possible object is
Double
-
setMin
public void setMin(Double value)
Sets the value of the min property.- Parameters:
value- allowed object isDouble
-
getMax
public Double getMax()
Gets the value of the max property.- Returns:
- possible object is
Double
-
setMax
public void setMax(Double value)
Sets the value of the max property.- Parameters:
value- allowed object isDouble
-
getDefaultValue
public Double getDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
Double
-
-