org.apache.ws.jaxme.xs.xml.impl

Class XsEMaxExclusiveImpl

Implemented Interfaces:
XsEMaxExclusive, XsObject, XsTAnnotated, XsTFacet, XsTFacetBase, XsTFixedFacet, XsTOpenAttrs

public class XsEMaxExclusiveImpl
extends XsTFacetImpl
implements XsEMaxExclusive

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

Constructor Summary

XsEMaxExclusiveImpl(XsObject pParent)

Method Summary

String
getFacetName()

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTFacetImpl

getValue, setValue, validate

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTFixedFacetImpl

isFixed, setFixed

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTFacetBaseImpl

getFacetName

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl

createAnnotation, getAnnotation, getId, setId

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl

getOpenAttributes, setAttribute

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl

asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate

Constructor Details

XsEMaxExclusiveImpl

protected XsEMaxExclusiveImpl(XsObject pParent)

Method Details

getFacetName

public String getFacetName()
Specified by:
getFacetName in interface XsTFacetBase
Overrides:
getFacetName in interface XsTFacetBaseImpl