public class MatchersSequenceType extends Object implements Serializable
Java class for MatchersSequenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatchersSequenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="expression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sequenceIdentifier" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherRule |
sequenceIdentifier |
| Constructor and Description |
|---|
MatchersSequenceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the value of the expression property.
|
MatcherRule |
getSequenceIdentifier()
Gets the value of the sequenceIdentifier property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setSequenceIdentifier(MatcherRule value)
Sets the value of the sequenceIdentifier property.
|
MatchersSequenceType |
withExpression(String value) |
MatchersSequenceType |
withSequenceIdentifier(MatcherRule value) |
protected String expression
protected MatcherRule sequenceIdentifier
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic MatcherRule getSequenceIdentifier()
MatcherRulepublic void setSequenceIdentifier(MatcherRule value)
value - allowed object is
MatcherRulepublic MatchersSequenceType withExpression(String value)
public MatchersSequenceType withSequenceIdentifier(MatcherRule value)
Copyright © 2015. All Rights Reserved.