public class RegexConstraintType extends Object
Java class for regexConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="regexConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
| Constructor and Description |
|---|
RegexConstraintType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the value of the expression property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
protected String expression
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.