Class PropertyCT
- 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.PropertyCT
-
public class PropertyCT extends VariableCT
Property typeJava class for Property_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Property_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT"> <sequence> <element name="Choices" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ag_choiceData"/> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="typeOfProperty"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString"> <enumeration value="NORMAL"/> <enumeration value="SELECTIVE"/> </restriction> </simpleType> </attribute> <attribute name="classOfProperty" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyCT.ChoicesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected PropertyCT.Choiceschoicesprotected StringclassOfPropertyprotected StringdefaultValueprotected Doublemaxprotected Doubleminprotected StringtypeOfPropertyprotected 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 PropertyCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyCT.ChoicesgetChoices()Gets the value of the choices property.StringgetClassOfProperty()Gets the value of the classOfProperty property.StringgetDefaultValue()Gets the value of the defaultValue property.DoublegetMax()Gets the value of the max property.DoublegetMin()Gets the value of the min property.StringgetTypeOfProperty()Gets the value of the typeOfProperty property.StringgetValue()Gets the value of the value property.voidsetChoices(PropertyCT.Choices value)Sets the value of the choices property.voidsetClassOfProperty(String value)Sets the value of the classOfProperty property.voidsetDefaultValue(String 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.voidsetTypeOfProperty(String value)Sets the value of the typeOfProperty 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
-
-
-
-
Method Detail
-
getChoices
public PropertyCT.Choices getChoices()
Gets the value of the choices property.- Returns:
- possible object is
PropertyCT.Choices
-
setChoices
public void setChoices(PropertyCT.Choices value)
Sets the value of the choices property.- Parameters:
value- allowed object isPropertyCT.Choices
-
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
-
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 String getDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
public void setDefaultValue(String value)
Sets the value of the defaultValue property.- Parameters:
value- allowed object isString
-
getTypeOfProperty
public String getTypeOfProperty()
Gets the value of the typeOfProperty property.- Returns:
- possible object is
String
-
setTypeOfProperty
public void setTypeOfProperty(String value)
Sets the value of the typeOfProperty property.- Parameters:
value- allowed object isString
-
getClassOfProperty
public String getClassOfProperty()
Gets the value of the classOfProperty property.- Returns:
- possible object is
String
-
-