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

Class XsTFacetImpl

public abstract class XsTFacetImpl extends XsTFixedFacetImpl

Implementation of a facet, following this specification:

  <xs:complexType name="facet">
    <xs:complexContent>
      <xs:extension base="xs:annotated">
        <xs:attribute name="value" use="required"/>
        <xs:attribute name="fixed" type="xs:boolean" use="optional"
                    default="false"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
 

Author: Jochen Wiedmann

Constructor Summary
protected XsTFacetImpl(XsObject pParent)
Method Summary
StringgetValue()
voidsetValue(String pValue)
voidvalidate()

Constructor Detail

XsTFacetImpl

protected XsTFacetImpl(XsObject pParent)

Method Detail

getValue

public String getValue()

setValue

public void setValue(String pValue)

validate

public void validate()