org.apache.ws.jaxme.xs.xml
Interface XsEMinExclusive

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

public interface XsEMinExclusive
extends XsTFacet

Interface of xs:minExclusive, following this specification:

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

Author:
Jochen Wiedmann

Method Summary
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFacet
getValue, setValue
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFixedFacet
isFixed, setFixed
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFacetBase
getFacetName
 
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.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate