org.apache.ws.jaxme.xs.xml.impl

Class XsEPatternImpl

Implemented Interfaces:
XsEPattern, XsObject, XsTAnnotated, XsTFacetBase, XsTOpenAttrs

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>
 
Author:
Jochen Wiedmann

Constructor Summary

XsEPatternImpl(XsObject pParent)

Method Summary

String
getFacetName()
String
getValue()
void
setValue(String pValue)

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTFacetBaseImpl

getFacetName

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl

createAnnotation, getAnnotation, getId, setId

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl

getOpenAttributes, setAttribute

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl

asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate

Constructor Details

XsEPatternImpl

protected XsEPatternImpl(XsObject pParent)

Method Details

getFacetName

public String getFacetName()
Specified by:
getFacetName in interface XsTFacetBase
Overrides:
getFacetName in interface XsTFacetBaseImpl

getValue

public String getValue()
Specified by:
getValue in interface XsEPattern

setValue

public void setValue(String pValue)
Specified by:
setValue in interface XsEPattern