org.apache.ws.jaxme.xs.xml
Interface XsTNumFacet
- XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTOpenAttrs
- XsEFractionDigits, XsELength, XsEMaxLength, XsEMinLength, XsETotalDigits
- XsEFractionDigitsImpl, XsELengthImpl, XsEMaxLengthImpl, XsEMinLengthImpl, XsETotalDigitsImpl, XsTNumFacetImpl
public interface XsTNumFacet
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>
getValue
public long getValue()
setValue
public void setValue(long pValue)
throws SAXException