Class VariableBooleanCT

  • Direct Known Subclasses:
    VariableTypeForEventPortCT

    public class VariableBooleanCT
    extends VariableCTWComplex
    Boolean variable type

    Java class for VariableBoolean_CT complex type.

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

     <complexType name="VariableBoolean_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT_wComplex">
           <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • defaultValue

        protected Boolean defaultValue
    • Constructor Detail

      • VariableBooleanCT

        public VariableBooleanCT()
    • Method Detail

      • isDefaultValue

        public Boolean isDefaultValue()
        Gets the value of the defaultValue property.
        Returns:
        possible object is Boolean
      • setDefaultValue

        public void setDefaultValue​(Boolean value)
        Sets the value of the defaultValue property.
        Parameters:
        value - allowed object is Boolean
      • isValue

        public Boolean isValue()
        Gets the value of the value property.
        Returns:
        possible object is Boolean
      • setValue

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