net.sf.jaxme.xs.xml
Interface XsEPattern
- All Superinterfaces:
- XsObject, XsTAnnotated, XsTFacetBase
- All 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 |
java.lang.String |
getValue()
|
void |
setValue(java.lang.String pValue)
|
setValue
public void setValue(java.lang.String pValue)
getValue
public java.lang.String getValue()