public class SchemaTypeInfo extends Object
Purpose:Provide additional information about JAXB 2.0 Generated Schemas to callers.
Responsibilities:
This class was created as a means to return specific information about generated schema artifacts for a particular java class. A Map of SchemaTypeInfo is returned from schema generation operations on TopLinkJAXB20Generator.
Generator
Constructor and Description |
---|
SchemaTypeInfo() |
Modifier and Type | Method and Description |
---|---|
ArrayList<QName> |
getGlobalElementDeclarations() |
QName |
getSchemaTypeName() |
void |
setGlobalElementDeclarations(ArrayList<QName> elementDeclarations) |
void |
setSchemaTypeName(QName typeName) |
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference