Class BusinessPropertyCT
- 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.BusinessPropertyCT
-
public class BusinessPropertyCT extends VariableCT
Business property typeJava class for BusinessProperty_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessProperty_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="classOfBusinessProperty" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}BusinessPropertyClassifier_ST" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BusinessPropertyClassifierST
classOfBusinessProperty
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 BusinessPropertyCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessPropertyClassifierST
getClassOfBusinessProperty()
Gets the value of the classOfBusinessProperty 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
setClassOfBusinessProperty(BusinessPropertyClassifierST value)
Sets the value of the classOfBusinessProperty 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
-
classOfBusinessProperty
protected BusinessPropertyClassifierST classOfBusinessProperty
-
-
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
-
getClassOfBusinessProperty
public BusinessPropertyClassifierST getClassOfBusinessProperty()
Gets the value of the classOfBusinessProperty property.- Returns:
- possible object is
BusinessPropertyClassifierST
-
setClassOfBusinessProperty
public void setClassOfBusinessProperty(BusinessPropertyClassifierST value)
Sets the value of the classOfBusinessProperty property.- Parameters:
value
- allowed object isBusinessPropertyClassifierST
-
-