org.apache.ws.jaxme.xs.xml
Interface XsTFacet
- XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTOpenAttrs
- XsEMaxExclusive, XsEMaxInclusive, XsEMinExclusive, XsEMinInclusive, XsEWhiteSpace
- XsEMaxExclusiveImpl, XsEMaxInclusiveImpl, XsEMinExclusiveImpl, XsEMinInclusiveImpl, XsEWhiteSpaceImpl
public interface XsTFacet
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>
getValue
public String getValue()
setValue
public void setValue(String pValue)