public class Matchers extends Object implements Serializable, XMLAppendable
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersCatalogType> |
catalogs |
protected List<MatchersEmbeddableType> |
embeddables |
protected List<MatchersEnumType> |
enums |
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<MatchersCatalogType> catalogs
protected List<MatchersSchemaType> schemas
protected List<MatchersTableType> tables
protected List<MatchersFieldType> fields
protected List<MatchersRoutineType> routines
protected List<MatchersSequenceType> sequences
protected List<MatchersEnumType> enums
protected List<MatchersEmbeddableType> embeddables
public List<MatchersCatalogType> getCatalogs()
public void setCatalogs(List<MatchersCatalogType> catalogs)
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 List<MatchersEnumType> getEnums()
public void setEnums(List<MatchersEnumType> enums)
public List<MatchersEmbeddableType> getEmbeddables()
public void setEmbeddables(List<MatchersEmbeddableType> embeddables)
public Matchers withCatalogs(MatchersCatalogType... values)
public Matchers withCatalogs(Collection<MatchersCatalogType> values)
public Matchers withCatalogs(List<MatchersCatalogType> catalogs)
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)
public Matchers withEnums(MatchersEnumType... values)
public Matchers withEnums(Collection<MatchersEnumType> values)
public Matchers withEnums(List<MatchersEnumType> enums)
public Matchers withEmbeddables(MatchersEmbeddableType... values)
public Matchers withEmbeddables(Collection<MatchersEmbeddableType> values)
public Matchers withEmbeddables(List<MatchersEmbeddableType> embeddables)
public final void appendTo(XMLBuilder builder)
appendTo in interface XMLAppendableCopyright © 2021. All rights reserved.