net.sf.jaxme.xs.xml
Interface XsEMaxInclusive

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacet, XsTFacetBase, XsTFixedFacet
All Known Implementing Classes:
XsEMaxInclusiveImpl

public interface XsEMaxInclusive
extends XsTFacet

Interface of xs:maxInclusive, following this specification:

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

Author:
Jochen Wiedmann

Methods inherited from interface net.sf.jaxme.xs.xml.XsTFacet
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