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, setId
getOpenAttributes, setAttribute
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAnnotation, getAnnotation, getId, setId
getOpenAttributes
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
protected XsEPatternImpl(XsObject pParent)
public void setValue(java.lang.String pValue)
setValue
in interface XsEPattern
public java.lang.String getValue()
getValue
in interface XsEPattern
public java.lang.String getFacetName()
getFacetName
in interface XsTFacetBase
getFacetName
in class XsTFacetBaseImpl