public interface XsTNumFacet extends XsTFixedFacet
Interface 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>
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
void |
setValue(long pValue) |
isFixed, setFixedgetFacetNamecreateAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate