public interface InterfaceDefinition<T extends Interface>
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.xmlbeans.SchemaType | findType(QName name) | 
| Collection<String> | getDefinedNamespaces() | 
| DefinitionCache | getDefinitionCache() | 
| T | getInterface() | 
| org.apache.xmlbeans.SchemaTypeLoader | getSchemaTypeLoader() | 
| org.apache.xmlbeans.SchemaTypeSystem | getSchemaTypeSystem() | 
| String | getTargetNamespace() | 
| boolean | hasSchemaTypes() | 
String getTargetNamespace()
org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
org.apache.xmlbeans.SchemaTypeSystem getSchemaTypeSystem()
boolean hasSchemaTypes()
Collection<String> getDefinedNamespaces() throws Exception
Exceptionorg.apache.xmlbeans.SchemaType findType(QName name)
DefinitionCache getDefinitionCache()
T getInterface()
Copyright © 2019. All Rights Reserved.