Class Control


  • public class Control
    extends Object

    Java class for Control complex type.

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

     <complexType name="Control">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="controlValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
           </sequence>
           <attribute name="type" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}NumericOID" />
           <attribute name="criticality" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • controlValue

        protected Object controlValue
      • criticality

        protected Boolean criticality
    • Constructor Detail

      • Control

        public Control()
    • Method Detail

      • getControlValue

        public Object getControlValue()
        Gets the value of the controlValue property.
        Returns:
        possible object is Object
      • setControlValue

        public void setControlValue​(Object value)
        Sets the value of the controlValue property.
        Parameters:
        value - allowed object is Object
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • isCriticality

        public boolean isCriticality()
        Gets the value of the criticality property.
        Returns:
        possible object is Boolean
      • setCriticality

        public void setCriticality​(Boolean value)
        Sets the value of the criticality property.
        Parameters:
        value - allowed object is Boolean