org.apache.ws.jaxme.xs.xml.impl
Class XsTNumFacetImpl
- XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTNumFacet, XsTOpenAttrs
public abstract class XsTNumFacetImpl
Implementation of
xs:numFacet
, following
this specification:
<xs:complexType name="numFacet">
<xs:complexContent>
<xs:restriction base="xs:facet">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
long | getValue()
|
void | setValue(long pValue)
|
void | validate() - Validates the internal state of the type, attribute, element,
or whatever object.
|
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
XsTNumFacetImpl
protected XsTNumFacetImpl(XsObject pParent)
validate
public void validate()
throws SAXException
Validates the internal state of the type, attribute, element,
or whatever object.
- validate in interface XsObject
- validate in interface XsObjectImpl