org.exolab.castor.builder.types
public abstract class XSPatternBase extends XSType
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:00 $
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