Class XmlSchemaFacet

All Implemented Interfaces:
XmlSchemaObjectBase
Direct Known Subclasses:
XmlSchemaEnumerationFacet, XmlSchemaMaxExclusiveFacet, XmlSchemaMaxInclusiveFacet, XmlSchemaMinExclusiveFacet, XmlSchemaMinInclusiveFacet, XmlSchemaNumericFacet, XmlSchemaPatternFacet, XmlSchemaWhiteSpaceFacet

public abstract class XmlSchemaFacet extends XmlSchemaAnnotated
Abstract class for all facets that are used when simple types are derived by restriction.
  • Field Details

    • fixed

      boolean fixed
    • value

      Object value
  • Constructor Details

    • XmlSchemaFacet

      protected XmlSchemaFacet()
      Creates new XmlSchemaFacet
    • XmlSchemaFacet

      protected XmlSchemaFacet(Object value, boolean fixed)
  • Method Details

    • construct

      public static XmlSchemaFacet construct(Element el)
    • getValue

      public Object getValue()
    • isFixed

      public boolean isFixed()
    • setFixed

      public void setFixed(boolean fixed)
    • setValue

      public void setValue(Object value)