public class TypeTable extends Object
Constructor and Description |
---|
TypeTable() |
Modifier and Type | Method and Description |
---|---|
void |
addClassNameForQName(QName qname,
String className) |
void |
addComplexSchema(String name,
QName schemaType) |
String |
getClassNameForQName(QName qname) |
Map |
getComplexSchemaMap()
Return the complex type map
|
QName |
getComplexSchemaType(String name) |
QName |
getQNamefortheType(String typeName)
Get the qname for a type
first try the simple types if not try the complex types
|
QName |
getSimpleSchemaTypeName(String typeName)
Return the schema type QName given the type class name
|
boolean |
isSimpleType(String typeName)
Return whether the given type is a simple type or not
|
public static final QName ANY_TYPE
public QName getSimpleSchemaTypeName(String typeName)
typeName
- the name of the typepublic boolean isSimpleType(String typeName)
typeName
- the name of the typepublic Map getComplexSchemaMap()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.