Class VariableBooleanCT
- 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
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableBooleanCT
-
- Direct Known Subclasses:
VariableTypeForEventPortCT
public class VariableBooleanCT extends VariableCTWComplex
Boolean variable typeJava class for VariableBoolean_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableBoolean_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT_wComplex"> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
defaultValue
protected Boolean
value
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
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 VariableBooleanCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isDefaultValue()
Gets the value of the defaultValue property.Boolean
isValue()
Gets the value of the value property.void
setDefaultValue(Boolean value)
Sets the value of the defaultValue property.void
setValue(Boolean value)
Sets the value of the value property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
getComplexValue, setComplexValue
-
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
-
isDefaultValue
public Boolean isDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
Boolean
-
setDefaultValue
public void setDefaultValue(Boolean value)
Sets the value of the defaultValue property.- Parameters:
value
- allowed object isBoolean
-
isValue
public Boolean isValue()
Gets the value of the value property.- Returns:
- possible object is
Boolean
-
-