public class MatcherRule extends Object implements Serializable, XMLAppendable
Java class for MatcherRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatcherRule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="transform" type="{http://www.jooq.org/xsd/jooq-codegen-3.14.0.xsd}MatcherTransformType" minOccurs="0"/>
<element name="expression" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherTransformType |
transform |
| Constructor and Description |
|---|
MatcherRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(XMLBuilder builder) |
boolean |
equals(Object that) |
String |
getExpression()
A replacement expression that transforms the matched expression in a new value.
|
MatcherTransformType |
getTransform()
A pre-defined transformation type that transforms this rule's output into a specific format.
|
int |
hashCode() |
void |
setExpression(String value)
A replacement expression that transforms the matched expression in a new value.
|
void |
setTransform(MatcherTransformType value)
A pre-defined transformation type that transforms this rule's output into a specific format.
|
String |
toString() |
MatcherRule |
withExpression(String value)
A replacement expression that transforms the matched expression in a new value.
|
MatcherRule |
withTransform(MatcherTransformType value)
A pre-defined transformation type that transforms this rule's output into a specific format.
|
protected MatcherTransformType transform
protected String expression
public MatcherTransformType getTransform()
public void setTransform(MatcherTransformType value)
public String getExpression()
public void setExpression(String value)
public MatcherRule withTransform(MatcherTransformType value)
public MatcherRule withExpression(String value)
public final void appendTo(XMLBuilder builder)
appendTo in interface XMLAppendableCopyright © 2021. All rights reserved.