public class Matchers extends Object implements Serializable
Java class for Matchers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Matchers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="schemas" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatchersSchemasType" minOccurs="0"/>
<element name="tables" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatchersTablesType" minOccurs="0"/>
<element name="fields" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatchersFieldsType" minOccurs="0"/>
<element name="routines" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatchersRoutinesType" minOccurs="0"/>
<element name="sequences" type="{http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd}MatchersSequencesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersFieldType> |
fields |
protected List<MatchersRoutineType> |
routines |
protected List<MatchersSchemaType> |
schemas |
protected List<MatchersSequenceType> |
sequences |
protected List<MatchersTableType> |
tables |
| Constructor and Description |
|---|
Matchers() |
protected List<MatchersSchemaType> schemas
protected List<MatchersTableType> tables
protected List<MatchersFieldType> fields
protected List<MatchersRoutineType> routines
protected List<MatchersSequenceType> sequences
public List<MatchersSchemaType> getSchemas()
public void setSchemas(List<MatchersSchemaType> schemas)
public List<MatchersTableType> getTables()
public void setTables(List<MatchersTableType> tables)
public List<MatchersFieldType> getFields()
public void setFields(List<MatchersFieldType> fields)
public List<MatchersRoutineType> getRoutines()
public void setRoutines(List<MatchersRoutineType> routines)
public List<MatchersSequenceType> getSequences()
public void setSequences(List<MatchersSequenceType> sequences)
public Matchers withSchemas(MatchersSchemaType... values)
public Matchers withSchemas(Collection<MatchersSchemaType> values)
public Matchers withSchemas(List<MatchersSchemaType> schemas)
public Matchers withTables(MatchersTableType... values)
public Matchers withTables(Collection<MatchersTableType> values)
public Matchers withTables(List<MatchersTableType> tables)
public Matchers withFields(MatchersFieldType... values)
public Matchers withFields(Collection<MatchersFieldType> values)
public Matchers withFields(List<MatchersFieldType> fields)
public Matchers withRoutines(MatchersRoutineType... values)
public Matchers withRoutines(Collection<MatchersRoutineType> values)
public Matchers withRoutines(List<MatchersRoutineType> routines)
public Matchers withSequences(MatchersSequenceType... values)
public Matchers withSequences(Collection<MatchersSequenceType> values)
public Matchers withSequences(List<MatchersSequenceType> sequences)
Copyright © 2015. All Rights Reserved.