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, validate
isFixed, setFixed
createAnnotation, getAnnotation, getId, setId
getOpenAttributes, setAttribute
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
isFixed, setFixed
createAnnotation, getAnnotation, getId, setId
getOpenAttributes
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
protected XsETotalDigitsImpl(XsObject pParent)
public void setValue(long pValue) throws org.xml.sax.SAXException
setValue
in interface XsTNumFacet
setValue
in class XsTNumFacetImpl
org.xml.sax.SAXException
public java.lang.String getFacetName()
getFacetName
in interface XsTFacetBase
getFacetName
in class XsTFacetBaseImpl