org.apache.ws.jaxme.xs.xml

Interface XsTNumFacet

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTOpenAttrs
Known Subinterfaces:
XsEFractionDigits, XsELength, XsEMaxLength, XsEMinLength, XsETotalDigits
Known Implementing Classes:
XsEFractionDigitsImpl, XsELengthImpl, XsEMaxLengthImpl, XsEMinLengthImpl, XsETotalDigitsImpl, XsTNumFacetImpl

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>
 
Author:
Jochen Wiedmann

Method Summary

long
getValue()
void
setValue(long pValue)

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject

getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated

createAnnotation, getAnnotation, getId, setId

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFacetBase

getFacetName

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFixedFacet

isFixed, setFixed

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs

getOpenAttributes

Method Details

getValue

public long getValue()

setValue

public void setValue(long pValue)
            throws SAXException