org.apache.ws.jaxme.xs.xml.impl
Class XsTFacetImpl
- XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTOpenAttrs
public abstract class XsTFacetImpl
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>
String | getValue()
|
void | setValue(String pValue)
|
void | validate() - Validates the internal state of the type, attribute, element,
or whatever object.
|
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
XsTFacetImpl
protected XsTFacetImpl(XsObject pParent)
getValue
public String getValue()
setValue
public void setValue(String pValue)
validate
public void validate()
throws SAXException
Validates the internal state of the type, attribute, element,
or whatever object.
- validate in interface XsObject
- validate in interface XsObjectImpl