public abstract class TypeDetails
extends java.lang.Object
Each RepoPackage can optionally contain an instance of a subclass of TypeDetails.
Each JAXB-usable subclass should itself implement an interface that can be used to access the
actual type information and methods of the concrete subclass.
Notably this class is used to create JAXBElements when marshalling, since it is the one
class that has access to the ObjectFactory of the relevant extension (namely, the
extension in which it was defined).
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeDetails.GenericType |
| Constructor and Description |
|---|
TypeDetails() |