org.apache.ws.jaxme.xs.xml

Interface XsTFacet

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTOpenAttrs
Known Subinterfaces:
XsEMaxExclusive, XsEMaxInclusive, XsEMinExclusive, XsEMinInclusive, XsEWhiteSpace
Known Implementing Classes:
XsEMaxExclusiveImpl, XsEMaxInclusiveImpl, XsEMinExclusiveImpl, XsEMinInclusiveImpl, XsEWhiteSpaceImpl

public interface XsTFacet
extends XsTFixedFacet

Interface 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

Method Summary

String
getValue()
void
setValue(String 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 String getValue()

setValue

public void setValue(String pValue)