Class BooleanTypeImpl

    • Constructor Detail

      • BooleanTypeImpl

        public BooleanTypeImpl​(org.apache.xmlbeans.SchemaType sType)
    • Method Detail

      • getValue

        public boolean getValue()
        Gets the "value" element
        Specified by:
        getValue in interface BooleanType
      • xgetValue

        public org.apache.xmlbeans.XmlBoolean xgetValue()
        Gets (as xml) the "value" element
        Specified by:
        xgetValue in interface BooleanType
      • isSetValue

        public boolean isSetValue()
        True if has "value" element
        Specified by:
        isSetValue in interface BooleanType
      • setValue

        public void setValue​(boolean value)
        Sets the "value" element
        Specified by:
        setValue in interface BooleanType
      • xsetValue

        public void xsetValue​(org.apache.xmlbeans.XmlBoolean value)
        Sets (as xml) the "value" element
        Specified by:
        xsetValue in interface BooleanType
      • unsetValue

        public void unsetValue()
        Unsets the "value" element
        Specified by:
        unsetValue in interface BooleanType