Interface XmlBoolean

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlTokenSource
All Known Implementing Classes:
XmlBooleanImpl, XmlBooleanRestriction

public interface XmlBoolean extends XmlAnySimpleType
Corresponds to the XML Schema xs:boolean type.

Naturally, convertible to Java boolean.

  • Field Details

  • Method Details

    • getBooleanValue

      boolean getBooleanValue()
      Returns this value as a boolean
    • setBooleanValue

      void setBooleanValue(boolean v)
      Sets this value as a boolean