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 EnvironmentalConditionsST
classOfEnvProperty
protected Float
defaultValue
protected Float
max
protected Float
min
protected String
value
-
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 EnvironmentalConditionsST
getClassOfEnvProperty()
Gets the value of the classOfEnvProperty property.Float
getDefaultValue()
Gets the value of the defaultValue property.Float
getMax()
Gets the value of the max property.Float
getMin()
Gets the value of the min property.String
getValue()
Gets the value of the value property.void
setClassOfEnvProperty(EnvironmentalConditionsST value)
Sets the value of the classOfEnvProperty property.void
setDefaultValue(Float value)
Sets the value of the defaultValue property.void
setMax(Float value)
Sets the value of the max property.void
setMin(Float value)
Sets the value of the min property.void
setValue(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
-
-