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

Class XsEFractionDigitsImpl

Implemented Interfaces:
XsEFractionDigits, XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTNumFacet, XsTOpenAttrs

public class XsEFractionDigitsImpl
extends XsTNumFacetImpl
implements XsEFractionDigits

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

Constructor Summary

XsEFractionDigitsImpl(XsObject pParent)

Method Summary

String
getFacetName()

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

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

XsEFractionDigitsImpl

protected XsEFractionDigitsImpl(XsObject pParent)

Method Details

getFacetName

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