Class ValueSubRangeCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ValueSubRangeCT
-
public class ValueSubRangeCT extends Object
Value of Subrange data type (IEC61131)Java class for ValueSubRange_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueSubRange_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Value" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ValueSimple_CT"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ValueSimpleCT
value
-
Constructor Summary
Constructors Constructor Description ValueSubRangeCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSimpleCT
getValue()
Gets the value of the value property.void
setValue(ValueSimpleCT value)
Sets the value of the value property.
-
-
-
Field Detail
-
value
protected ValueSimpleCT value
-
-
Method Detail
-
getValue
public ValueSimpleCT getValue()
Gets the value of the value property.- Returns:
- possible object is
ValueSimpleCT
-
setValue
public void setValue(ValueSimpleCT value)
Sets the value of the value property.- Parameters:
value
- allowed object isValueSimpleCT
-
-