org.apache.ws.jaxme.xs.xml

Interface XsEMinLength

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTNumFacet, XsTOpenAttrs
Known Implementing Classes:
XsEMinLengthImpl

public interface XsEMinLength
extends XsTNumFacet

Interface of xs:minLength, following this specification:
  <xs:element name="minLength" id="minLength" type="xs:numFacet">
    <xs:annotation>
      <xs:documentation
        source="http://www.w3.org/TR/xmlschema-2/#element-minLength"/>
    </xs:annotation>
  </xs:element>
 
Author:
Jochen Wiedmann

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject

getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated

createAnnotation, getAnnotation, getId, setId

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFacetBase

getFacetName

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFixedFacet

isFixed, setFixed

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTNumFacet

getValue, setValue

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs

getOpenAttributes