public class MatchersTableType extends Object implements Serializable
Java class for MatchersTableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatchersTableType">
<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="tableClass" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="tableIdentifier" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="tableImplements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recordClass" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="recordImplements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="interfaceClass" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="interfaceImplements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="daoClass" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="daoImplements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pojoClass" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatcherRule" minOccurs="0"/>
<element name="pojoExtends" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pojoImplements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MatcherRule |
daoClass |
protected String |
daoImplements |
protected String |
expression |
protected MatcherRule |
interfaceClass |
protected String |
interfaceImplements |
protected MatcherRule |
pojoClass |
protected String |
pojoExtends |
protected String |
pojoImplements |
protected MatcherRule |
recordClass |
protected String |
recordImplements |
protected MatcherRule |
tableClass |
protected MatcherRule |
tableIdentifier |
protected String |
tableImplements |
| Constructor and Description |
|---|
MatchersTableType() |
| Modifier and Type | Method and Description |
|---|---|
MatcherRule |
getDaoClass()
Gets the value of the daoClass property.
|
String |
getDaoImplements()
Gets the value of the daoImplements property.
|
String |
getExpression()
Gets the value of the expression property.
|
MatcherRule |
getInterfaceClass()
Gets the value of the interfaceClass property.
|
String |
getInterfaceImplements()
Gets the value of the interfaceImplements property.
|
MatcherRule |
getPojoClass()
Gets the value of the pojoClass property.
|
String |
getPojoExtends()
Gets the value of the pojoExtends property.
|
String |
getPojoImplements()
Gets the value of the pojoImplements property.
|
MatcherRule |
getRecordClass()
Gets the value of the recordClass property.
|
String |
getRecordImplements()
Gets the value of the recordImplements property.
|
MatcherRule |
getTableClass()
Gets the value of the tableClass property.
|
MatcherRule |
getTableIdentifier()
Gets the value of the tableIdentifier property.
|
String |
getTableImplements()
Gets the value of the tableImplements property.
|
void |
setDaoClass(MatcherRule value)
Sets the value of the daoClass property.
|
void |
setDaoImplements(String value)
Sets the value of the daoImplements property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setInterfaceClass(MatcherRule value)
Sets the value of the interfaceClass property.
|
void |
setInterfaceImplements(String value)
Sets the value of the interfaceImplements property.
|
void |
setPojoClass(MatcherRule value)
Sets the value of the pojoClass property.
|
void |
setPojoExtends(String value)
Sets the value of the pojoExtends property.
|
void |
setPojoImplements(String value)
Sets the value of the pojoImplements property.
|
void |
setRecordClass(MatcherRule value)
Sets the value of the recordClass property.
|
void |
setRecordImplements(String value)
Sets the value of the recordImplements property.
|
void |
setTableClass(MatcherRule value)
Sets the value of the tableClass property.
|
void |
setTableIdentifier(MatcherRule value)
Sets the value of the tableIdentifier property.
|
void |
setTableImplements(String value)
Sets the value of the tableImplements property.
|
MatchersTableType |
withDaoClass(MatcherRule value) |
MatchersTableType |
withDaoImplements(String value) |
MatchersTableType |
withExpression(String value) |
MatchersTableType |
withInterfaceClass(MatcherRule value) |
MatchersTableType |
withInterfaceImplements(String value) |
MatchersTableType |
withPojoClass(MatcherRule value) |
MatchersTableType |
withPojoExtends(String value) |
MatchersTableType |
withPojoImplements(String value) |
MatchersTableType |
withRecordClass(MatcherRule value) |
MatchersTableType |
withRecordImplements(String value) |
MatchersTableType |
withTableClass(MatcherRule value) |
MatchersTableType |
withTableIdentifier(MatcherRule value) |
MatchersTableType |
withTableImplements(String value) |
protected String expression
protected MatcherRule tableClass
protected MatcherRule tableIdentifier
protected String tableImplements
protected MatcherRule recordClass
protected String recordImplements
protected MatcherRule interfaceClass
protected String interfaceImplements
protected MatcherRule daoClass
protected String daoImplements
protected MatcherRule pojoClass
protected String pojoExtends
protected String pojoImplements
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic MatcherRule getTableClass()
MatcherRulepublic void setTableClass(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getTableIdentifier()
MatcherRulepublic void setTableIdentifier(MatcherRule value)
value - allowed object is
MatcherRulepublic String getTableImplements()
Stringpublic void setTableImplements(String value)
value - allowed object is
Stringpublic MatcherRule getRecordClass()
MatcherRulepublic void setRecordClass(MatcherRule value)
value - allowed object is
MatcherRulepublic String getRecordImplements()
Stringpublic void setRecordImplements(String value)
value - allowed object is
Stringpublic MatcherRule getInterfaceClass()
MatcherRulepublic void setInterfaceClass(MatcherRule value)
value - allowed object is
MatcherRulepublic String getInterfaceImplements()
Stringpublic void setInterfaceImplements(String value)
value - allowed object is
Stringpublic MatcherRule getDaoClass()
MatcherRulepublic void setDaoClass(MatcherRule value)
value - allowed object is
MatcherRulepublic String getDaoImplements()
Stringpublic void setDaoImplements(String value)
value - allowed object is
Stringpublic MatcherRule getPojoClass()
MatcherRulepublic void setPojoClass(MatcherRule value)
value - allowed object is
MatcherRulepublic String getPojoExtends()
Stringpublic void setPojoExtends(String value)
value - allowed object is
Stringpublic String getPojoImplements()
Stringpublic void setPojoImplements(String value)
value - allowed object is
Stringpublic MatchersTableType withExpression(String value)
public MatchersTableType withTableClass(MatcherRule value)
public MatchersTableType withTableIdentifier(MatcherRule value)
public MatchersTableType withTableImplements(String value)
public MatchersTableType withRecordClass(MatcherRule value)
public MatchersTableType withRecordImplements(String value)
public MatchersTableType withInterfaceClass(MatcherRule value)
public MatchersTableType withInterfaceImplements(String value)
public MatchersTableType withDaoClass(MatcherRule value)
public MatchersTableType withDaoImplements(String value)
public MatchersTableType withPojoClass(MatcherRule value)
public MatchersTableType withPojoExtends(String value)
public MatchersTableType withPojoImplements(String value)
Copyright © 2015. All Rights Reserved.