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>
| Modifier | Constructor and Description |
|---|---|
protected |
XsETotalDigitsImpl(XsObject pParent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFacetName() |
void |
setValue(long pValue) |
getValue, validateisFixed, setFixedcreateAnnotation, getAnnotation, getId, setIdgetOpenAttributes, setAttributeasXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueisFixed, setFixedcreateAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validateprotected XsETotalDigitsImpl(XsObject pParent)
public void setValue(long pValue)
throws org.xml.sax.SAXException
setValue in interface XsTNumFacetsetValue in class XsTNumFacetImplorg.xml.sax.SAXExceptionpublic java.lang.String getFacetName()
getFacetName in interface XsTFacetBasegetFacetName in class XsTFacetBaseImpl