public class MatchersSequenceType extends Object implements Serializable, XMLAppendable
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherRule |
sequenceIdentifier |
| Constructor and Description |
|---|
MatchersSequenceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(XMLBuilder builder) |
boolean |
equals(Object that) |
String |
getExpression()
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
|
MatcherRule |
getSequenceIdentifier()
This rule influences the naming of the generated
Sequence identifier. |
int |
hashCode() |
void |
setExpression(String value)
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
|
void |
setSequenceIdentifier(MatcherRule value)
This rule influences the naming of the generated
Sequence identifier. |
String |
toString() |
MatchersSequenceType |
withExpression(String value)
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
|
MatchersSequenceType |
withSequenceIdentifier(MatcherRule value)
This rule influences the naming of the generated
Sequence identifier. |
protected String expression
protected MatcherRule sequenceIdentifier
public String getExpression()
public void setExpression(String value)
public MatcherRule getSequenceIdentifier()
Sequence identifier.public void setSequenceIdentifier(MatcherRule value)
Sequence identifier.public MatchersSequenceType withExpression(String value)
public MatchersSequenceType withSequenceIdentifier(MatcherRule value)
Sequence identifier.public final void appendTo(XMLBuilder builder)
appendTo in interface XMLAppendableCopyright © 2021. All rights reserved.