Class SchemaTypeInfo
- java.lang.Object
-
- org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-
public class SchemaTypeInfo extends Object
INTERNAL:Purpose:Provide additional information about JAXB 2.0 Generated Schemas to callers.
Responsibilities:
- Store information about a schema type generated for a specific class
- Store information about any globalElementDeclarations that were generated for a specific class
- Act as an integration point with WebServices
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.
- Since:
- Oracle TopLink 11.1.1.0.0
- Author:
- mmacivor
- See Also:
Generator
-
-
Constructor Summary
Constructors Constructor Description SchemaTypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<QName>
getGlobalElementDeclarations()
QName
getSchemaTypeName()
void
setGlobalElementDeclarations(ArrayList<QName> elementDeclarations)
void
setSchemaTypeName(QName typeName)
-