org.exolab.castor.builder.types
public abstract class XSPatternBase extends XSType
Version: $Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
Constructor Summary | |
---|---|
protected | XSPatternBase(short type)
Creates a new XSPatternBase |
XSPatternBase(short type, String pattern)
Creates a new XSPatternBase with the given regular
expression and type.
|
Method Summary | |
---|---|
String | getPattern()
Returns the pattern facet for this XSType
|
void | setPattern(String pattern)
Sets the pattern facet for this XSType |
Parameters: type that this XSType represents
Parameters: type that this XSType represents pattern the regular expression
Returns: the pattern facet for this XSType
Parameters: pattern the regular expression for this XSType