Class VariableCT

  • Direct Known Subclasses:
    BusinessPropertyCT

    public class VariableCT
    extends VariableBaseCT
    Definition of Variable type

    Java class for Variable_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Variable_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" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • VariableCT

        public VariableCT()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • 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 is ReqOptST