public class XsEPatternImpl extends XsTFacetBaseImpl implements XsEPattern
Implementation of xs:pattern, following
this specification:
<xs:element name="pattern" id="pattern" type="xs:noFixedFacet">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-pattern"/>
</xs:annotation>
</xs:element>
| Modifier | Constructor and Description |
|---|---|
protected |
XsEPatternImpl(XsObject pParent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFacetName() |
java.lang.String |
getValue() |
void |
setValue(java.lang.String pValue) |
createAnnotation, getAnnotation, getId, setIdgetOpenAttributes, setAttributeasXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validateprotected XsEPatternImpl(XsObject pParent)
public void setValue(java.lang.String pValue)
setValue in interface XsEPatternpublic java.lang.String getValue()
getValue in interface XsEPatternpublic java.lang.String getFacetName()
getFacetName in interface XsTFacetBasegetFacetName in class XsTFacetBaseImpl