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

Class XsEPatternImpl

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
protected XsEPatternImpl(XsObject pParent)
Method Summary
StringgetFacetName()
StringgetValue()
voidsetValue(String pValue)

Constructor Detail

XsEPatternImpl

protected XsEPatternImpl(XsObject pParent)

Method Detail

getFacetName

public String getFacetName()

getValue

public String getValue()

setValue

public void setValue(String pValue)