Class 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>
     
    • Constructor Detail

      • ValueSubRangeCT

        public ValueSubRangeCT()
    • Method Detail

      • setValue

        public void setValue​(ValueSimpleCT value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is ValueSimpleCT