Class VariableCTWComplex
- 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.VariableCTWComplex
-
- Direct Known Subclasses:
VariableBooleanCT
,VariableNumCT
,VariableStringCT
public class VariableCTWComplex extends VariableCT
Definition of Variable type with Complex structuresJava class for Variable_CT_wComplex complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Variable_CT_wComplex"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT"> <sequence> <element name="ComplexValue" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ValueComplex_CT" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ValueComplexCT
complexValue
-
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 VariableCTWComplex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueComplexCT
getComplexValue()
Gets the value of the complexValue property.void
setComplexValue(ValueComplexCT value)
Sets the value of the complexValue 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
-
complexValue
protected ValueComplexCT complexValue
-
-
Method Detail
-
getComplexValue
public ValueComplexCT getComplexValue()
Gets the value of the complexValue property.- Returns:
- possible object is
ValueComplexCT
-
setComplexValue
public void setComplexValue(ValueComplexCT value)
Sets the value of the complexValue property.- Parameters:
value
- allowed object isValueComplexCT
-
-