Class FacetImpl

    • Field Detail

      • name

        private final java.lang.String name
      • fixed

        private boolean fixed
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: XSFacet
        Gets the name of the facet, such as "length".
        Specified by:
        getName in interface XSFacet
      • getValue

        public XmlString getValue()
        Description copied from interface: XSFacet
        Gets the value of the facet.
        Specified by:
        getValue in interface XSFacet
      • isFixed

        public boolean isFixed()
        Description copied from interface: XSFacet
        Returns true if this facet is "fixed".
        Specified by:
        isFixed in interface XSFacet