public class MatchersRoutineType extends Object implements Serializable
Java class for MatchersRoutineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatchersRoutineType">
<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="routineClass" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="routineMethod" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="routineImplements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherRule |
routineClass |
protected String |
routineImplements |
protected MatcherRule |
routineMethod |
| Constructor and Description |
|---|
MatchersRoutineType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the value of the expression property.
|
MatcherRule |
getRoutineClass()
Gets the value of the routineClass property.
|
String |
getRoutineImplements()
Gets the value of the routineImplements property.
|
MatcherRule |
getRoutineMethod()
Gets the value of the routineMethod property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setRoutineClass(MatcherRule value)
Sets the value of the routineClass property.
|
void |
setRoutineImplements(String value)
Sets the value of the routineImplements property.
|
void |
setRoutineMethod(MatcherRule value)
Sets the value of the routineMethod property.
|
MatchersRoutineType |
withExpression(String value) |
MatchersRoutineType |
withRoutineClass(MatcherRule value) |
MatchersRoutineType |
withRoutineImplements(String value) |
MatchersRoutineType |
withRoutineMethod(MatcherRule value) |
protected String expression
protected MatcherRule routineClass
protected MatcherRule routineMethod
protected String routineImplements
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic MatcherRule getRoutineClass()
MatcherRulepublic void setRoutineClass(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getRoutineMethod()
MatcherRulepublic void setRoutineMethod(MatcherRule value)
value - allowed object is
MatcherRulepublic String getRoutineImplements()
Stringpublic void setRoutineImplements(String value)
value - allowed object is
Stringpublic MatchersRoutineType withExpression(String value)
public MatchersRoutineType withRoutineClass(MatcherRule value)
public MatchersRoutineType withRoutineMethod(MatcherRule value)
public MatchersRoutineType withRoutineImplements(String value)
Copyright © 2015. All Rights Reserved.