Class AttributeBooleanType


  • public class AttributeBooleanType
    extends AttributeType

    Java class for AttributeBooleanType complex type.

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

     <complexType name="AttributeBooleanType">
       <complexContent>
         <extension base="{}AttributeType">
           <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • value

        protected boolean value
    • Constructor Detail

      • AttributeBooleanType

        public AttributeBooleanType()
    • Method Detail

      • isValue

        public boolean isValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(boolean value)
        Sets the value of the value property.