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

Class XsETotalDigitsImpl

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

Constructor Summary
protected XsETotalDigitsImpl(XsObject pParent)
Method Summary
StringgetFacetName()
voidsetValue(long pValue)

Constructor Detail

XsETotalDigitsImpl

protected XsETotalDigitsImpl(XsObject pParent)

Method Detail

getFacetName

public String getFacetName()

setValue

public void setValue(long pValue)