java.lang.Object
org.jooq.meta.AbstractDefinition
org.jooq.meta.DefaultXMLSchemaCollectionDefinition
- All Implemented Interfaces:
Definition,XMLSchemaCollectionDefinition
public class DefaultXMLSchemaCollectionDefinition
extends AbstractDefinition
implements XMLSchemaCollectionDefinition
- Author:
- Lukas Eder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet theXMLNamespaceDefinitioninstances belonging to this schema collection.Get a list of types that have been declared as potential root elements in the XSDs.Methods inherited from class org.jooq.meta.AbstractDefinition
create, create, equals, getCatalog, getComment, getConnection, getDatabase, getDefinitionPath, getDialect, getInputName, getName, getOutputName, getOverload, getPackage, getPartiallyQualifiedNames, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getPartiallyQualifiedNames, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSynthetic
-
Constructor Details
-
DefaultXMLSchemaCollectionDefinition
-
-
Method Details
-
getNamespaces
Description copied from interface:XMLSchemaCollectionDefinitionGet theXMLNamespaceDefinitioninstances belonging to this schema collection.- Specified by:
getNamespacesin interfaceXMLSchemaCollectionDefinition
-
getRootElementTypes
Description copied from interface:XMLSchemaCollectionDefinitionGet a list of types that have been declared as potential root elements in the XSDs.- Specified by:
getRootElementTypesin interfaceXMLSchemaCollectionDefinition
-