Interface Facet

All Superinterfaces:
Annotated, OpenAttrs, XmlObject, XmlTokenSource
All Known Subinterfaces:
NoFixedFacet, NumFacet, PatternDocument.Pattern, TotalDigitsDocument.TotalDigits, WhiteSpaceDocument.WhiteSpace
All Known Implementing Classes:
FacetImpl, NoFixedFacetImpl, NumFacetImpl, PatternDocumentImpl.PatternImpl, TotalDigitsDocumentImpl.TotalDigitsImpl, WhiteSpaceDocumentImpl.WhiteSpaceImpl

public interface Facet extends Annotated
An XML facet(@http://www.w3.org/2001/XMLSchema). This is a complex type.
  • Field Details

  • Method Details

    • getValue

      XmlAnySimpleType getValue()
      Gets the "value" attribute
    • setValue

      void setValue(XmlAnySimpleType value)
      Sets the "value" attribute
    • addNewValue

      XmlAnySimpleType addNewValue()
      Appends and returns a new empty "value" attribute
    • getFixed

      boolean getFixed()
      Gets the "fixed" attribute
    • xgetFixed

      XmlBoolean xgetFixed()
      Gets (as xml) the "fixed" attribute
    • isSetFixed

      boolean isSetFixed()
      True if has "fixed" attribute
    • setFixed

      void setFixed(boolean fixed)
      Sets the "fixed" attribute
    • xsetFixed

      void xsetFixed(XmlBoolean fixed)
      Sets (as xml) the "fixed" attribute
    • unsetFixed

      void unsetFixed()
      Unsets the "fixed" attribute