Interface XSBoolean

All Superinterfaces:
XMLObject
All Known Subinterfaces:
Delegatable, Forwardable
All Known Implementing Classes:
DelegatableImpl, ForwardableImpl, XSBooleanImpl

public interface XSBoolean
extends XMLObject
XSBoolean is the xs:boolean schema type.
  • Field Details

    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
      Constant Field Values
    • TYPE_NAME

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details