org.apache.ws.jaxme.xs.xml

Interface XsEPattern

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacetBase, XsTOpenAttrs
Known Implementing Classes:
XsEPatternImpl

public interface XsEPattern
extends XsTFacetBase

Interface 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

Method Summary

String
getValue()
void
setValue(String pValue)

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject

getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated

createAnnotation, getAnnotation, getId, setId

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFacetBase

getFacetName

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs

getOpenAttributes

Method Details

getValue

public String getValue()

setValue

public void setValue(String pValue)