Class EnvironmentalPropertyCT
- 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.EnvironmentalPropertyCT
-
public class EnvironmentalPropertyCT extends VariableCT
Environmental Property informationJava class for EnvironmentalProperty_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnvironmentalProperty_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT"> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="classOfEnvProperty" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}EnvironmentalConditions_ST" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EnvironmentalConditionsSTclassOfEnvPropertyprotected FloatdefaultValueprotected Floatmaxprotected Floatminprotected Stringvalue-
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 EnvironmentalPropertyCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentalConditionsSTgetClassOfEnvProperty()Gets the value of the classOfEnvProperty property.FloatgetDefaultValue()Gets the value of the defaultValue property.FloatgetMax()Gets the value of the max property.FloatgetMin()Gets the value of the min property.StringgetValue()Gets the value of the value property.voidsetClassOfEnvProperty(EnvironmentalConditionsST value)Sets the value of the classOfEnvProperty property.voidsetDefaultValue(Float value)Sets the value of the defaultValue property.voidsetMax(Float value)Sets the value of the max property.voidsetMin(Float value)Sets the value of the min property.voidsetValue(String value)Sets the value of the value property.-
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
-
-
-
-
Field Detail
-
min
protected Float min
-
max
protected Float max
-
value
protected String value
-
defaultValue
protected Float defaultValue
-
classOfEnvProperty
protected EnvironmentalConditionsST classOfEnvProperty
-
-
Method Detail
-
setMin
public void setMin(Float value)
Sets the value of the min property.- Parameters:
value- allowed object isFloat
-
setMax
public void setMax(Float value)
Sets the value of the max property.- Parameters:
value- allowed object isFloat
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getDefaultValue
public Float getDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
Float
-
setDefaultValue
public void setDefaultValue(Float value)
Sets the value of the defaultValue property.- Parameters:
value- allowed object isFloat
-
getClassOfEnvProperty
public EnvironmentalConditionsST getClassOfEnvProperty()
Gets the value of the classOfEnvProperty property.- Returns:
- possible object is
EnvironmentalConditionsST
-
setClassOfEnvProperty
public void setClassOfEnvProperty(EnvironmentalConditionsST value)
Sets the value of the classOfEnvProperty property.- Parameters:
value- allowed object isEnvironmentalConditionsST
-
-