org.apache.ws.jaxme.xs.xml.impl

Class XsTNumFacetImpl

public abstract class XsTNumFacetImpl extends XsTFixedFacetImpl implements XsTNumFacet

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>
 

Author: Jochen Wiedmann

Constructor Summary
protected XsTNumFacetImpl(XsObject pParent)
Method Summary
longgetValue()
voidsetValue(long pValue)
voidvalidate()

Constructor Detail

XsTNumFacetImpl

protected XsTNumFacetImpl(XsObject pParent)

Method Detail

getValue

public long getValue()

setValue

public void setValue(long pValue)

validate

public void validate()