net.sf.jaxme.xs.xml
Interface XsELength

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

public interface XsELength
extends XsTNumFacet

Interface of xs:length, following this specification:

  <xs:element name="length" id="length" type="xs:numFacet">
    <xs:annotation>
      <xs:documentation
        source="http://www.w3.org/TR/xmlschema-2/#element-length"/>
    </xs:annotation>
  </xs:element>
 

Author:
Jochen Wiedmann

Methods inherited from interface net.sf.jaxme.xs.xml.XsTNumFacet
getValue, setValue
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTFixedFacet
isFixed, setFixed
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTFacetBase
getFacetName
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate