org.apache.ws.jaxme.xs.xml.impl
Class XsETotalDigitsImpl
java.lang.Object
   org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
       org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
           org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
               org.apache.ws.jaxme.xs.xml.impl.XsTFacetBaseImpl
org.apache.ws.jaxme.xs.xml.impl.XsTFacetBaseImpl
                   org.apache.ws.jaxme.xs.xml.impl.XsTFixedFacetImpl
org.apache.ws.jaxme.xs.xml.impl.XsTFixedFacetImpl
                       org.apache.ws.jaxme.xs.xml.impl.XsTNumFacetImpl
org.apache.ws.jaxme.xs.xml.impl.XsTNumFacetImpl
                           org.apache.ws.jaxme.xs.xml.impl.XsETotalDigitsImpl
org.apache.ws.jaxme.xs.xml.impl.XsETotalDigitsImpl
- All Implemented Interfaces: 
- XsETotalDigits, XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTNumFacet, XsTOpenAttrs
- public class XsETotalDigitsImpl- extends XsTNumFacetImpl- implements XsETotalDigits
Implementation of xs:totalDigits,
 following this specification:
 
  <xs:element name="totalDigits" id="totalDigits">
    <xs:annotation>
      <xs:documentation
        source="http://www.w3.org/TR/xmlschema-2/#element-totalDigits"/>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:restriction base="xs:numFacet">
          <xs:sequence>
            <xs:element ref="xs:annotation" minOccurs="0"/>
          </xs:sequence>
          <xs:attribute name="value" type="xs:positiveInteger" use="required"/>
        </xs:restriction>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
 
- Author:
- Jochen Wiedmann
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
 
 
XsETotalDigitsImpl
protected XsETotalDigitsImpl(XsObject pParent)
setValue
public void setValue(long pValue)
              throws org.xml.sax.SAXException
- 
- Specified by:
- setValuein interface- XsTNumFacet
- Overrides:
- setValuein class- XsTNumFacetImpl
 
- 
- Throws:
- org.xml.sax.SAXException
 
getFacetName
public java.lang.String getFacetName()
- 
- Specified by:
- getFacetNamein interface- XsTFacetBase
- Specified by:
- getFacetNamein class- XsTFacetBaseImpl
 
-