public class Strategy extends Object implements Serializable
Java class for Strategy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Strategy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="matchers" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}Matchers" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Matchers |
matchers |
protected String |
name |
| Constructor and Description |
|---|
Strategy() |
| Modifier and Type | Method and Description |
|---|---|
Matchers |
getMatchers()
Gets the value of the matchers property.
|
String |
getName()
Gets the value of the name property.
|
void |
setMatchers(Matchers value)
Sets the value of the matchers property.
|
void |
setName(String value)
Sets the value of the name property.
|
Strategy |
withMatchers(Matchers value) |
Strategy |
withName(String value) |
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Matchers getMatchers()
Matcherspublic void setMatchers(Matchers value)
value - allowed object is
MatchersCopyright © 2015. All Rights Reserved.