public class TypePattern extends Object
| Constructor and Description |
|---|
TypePattern()
Instantiates a new xsd type pattern.
|
TypePattern(Pattern pattern,
String xsdType)
Instantiates a new type pattern.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern()
Gets the pattern.
|
String |
getXsdType()
Gets the xsd type.
|
boolean |
match(String name)
Match.
|
void |
setPattern(Pattern pattern)
Sets the pattern.
|
void |
setXsdType(String xsdType)
Sets the xsd type.
|
public Pattern getPattern()
public String getXsdType()
public boolean match(String name)
name - the namepublic void setPattern(Pattern pattern)
pattern - the new patternpublic void setXsdType(String xsdType)
xsdType - the new xsd typeCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.