Class ValueSimpleCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ValueSimpleCT
-
- Direct Known Subclasses:
SymbolCT
public class ValueSimpleCT extends VariableBaseCT
Value of Simple datatypeJava class for ValueSimple_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueSimple_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableBase_CT"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="datatype" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IEC61131_DataType_ST" /> <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" default="REQ" /> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IEC61131DataTypeST
datatype
protected String
defaultValue
protected String
id
protected String
max
protected String
min
protected ReqOptST
reqOpt
protected String
value
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
decade, description, eClassIRDIRef, gid, increment, name, unit
-
-
Constructor Summary
Constructors Constructor Description ValueSimpleCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEC61131DataTypeST
getDatatype()
Gets the value of the datatype property.String
getDefaultValue()
Gets the value of the defaultValue property.String
getId()
Gets the value of the id property.String
getMax()
Gets the value of the max property.String
getMin()
Gets the value of the min property.ReqOptST
getReqOpt()
Gets the value of the reqOpt property.String
getValue()
Gets the value of the value property.void
setDatatype(IEC61131DataTypeST value)
Sets the value of the datatype property.void
setDefaultValue(String value)
Sets the value of the defaultValue property.void
setId(String value)
Sets the value of the id property.void
setMax(String value)
Sets the value of the max property.void
setMin(String value)
Sets the value of the min property.void
setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.void
setValue(String value)
Sets the value of the value property.-
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
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getDatatype
public IEC61131DataTypeST getDatatype()
Gets the value of the datatype property.- Returns:
- possible object is
IEC61131DataTypeST
-
setDatatype
public void setDatatype(IEC61131DataTypeST value)
Sets the value of the datatype property.- Parameters:
value
- allowed object isIEC61131DataTypeST
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
setReqOpt
public void setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.- Parameters:
value
- allowed object isReqOptST
-
getMin
public String getMin()
Gets the value of the min property.- Returns:
- possible object is
String
-
setMin
public void setMin(String value)
Sets the value of the min property.- Parameters:
value
- allowed object isString
-
getMax
public String getMax()
Gets the value of the max property.- Returns:
- possible object is
String
-
setMax
public void setMax(String value)
Sets the value of the max 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
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
-