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 class
PropertyCT.Choices
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected PropertyCT.Choices
choices
protected String
classOfProperty
protected String
defaultValue
protected Double
max
protected Double
min
protected String
typeOfProperty
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 PropertyCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyCT.Choices
getChoices()
Gets the value of the choices property.String
getClassOfProperty()
Gets the value of the classOfProperty property.String
getDefaultValue()
Gets the value of the defaultValue property.Double
getMax()
Gets the value of the max property.Double
getMin()
Gets the value of the min property.String
getTypeOfProperty()
Gets the value of the typeOfProperty property.String
getValue()
Gets the value of the value property.void
setChoices(PropertyCT.Choices value)
Sets the value of the choices property.void
setClassOfProperty(String value)
Sets the value of the classOfProperty property.void
setDefaultValue(String value)
Sets the value of the defaultValue property.void
setMax(Double value)
Sets the value of the max property.void
setMin(Double value)
Sets the value of the min property.void
setTypeOfProperty(String value)
Sets the value of the typeOfProperty 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
-
-
-
-
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
-
-