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>
| Modifier | Constructor and Description |
|---|---|
protected |
XsTFacetImpl(XsObject pParent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
void |
setValue(java.lang.String pValue) |
void |
validate()
Validates the internal state of the type, attribute, element,
or whatever object.
|
isFixed, setFixedgetFacetNamecreateAnnotation, getAnnotation, getId, setIdgetOpenAttributes, setAttributeasXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFacetNamecreateAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObjectprotected XsTFacetImpl(XsObject pParent)
public void setValue(java.lang.String pValue)
public java.lang.String getValue()
public void validate()
throws org.xml.sax.SAXException
XsObjectvalidate in interface XsObjectvalidate in class XsObjectImplorg.xml.sax.SAXException