| Package | Description |
|---|---|
| org.jvnet.jaxb2_commons.xml.bind.model | |
| org.jvnet.jaxb2_commons.xml.bind.model.concrete |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MClassInfo<T,C extends T> |
|
interface |
MClassRef<T,C extends T> |
|
interface |
MClassTypeInfo<T,C extends T,O> |
|
interface |
MElementInfo<T,C extends T> |
|
interface |
MPackageInfo |
| Modifier and Type | Method | Description |
|---|---|---|
MContainer |
MContained.getContainer() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CMClassInfo<T,C extends T> |
|
class |
CMClassRef<T,C extends T> |
|
class |
CMElementInfo<T,C extends T> |
|
class |
CMPackageInfo |
| Modifier and Type | Method | Description |
|---|---|---|
MContainer |
CMClassInfo.getContainer() |
|
MContainer |
CMClassRef.getContainer() |
|
MContainer |
CMElementInfo.getContainer() |
|
MContainer |
CMEnumLeafInfo.getContainer() |
|
protected abstract MContainer |
CMInfoFactory.getContainer(CI info) |
|
protected abstract MContainer |
CMInfoFactory.getContainer(EI info) |
|
protected abstract MContainer |
CMInfoFactory.getContainer(ELI info) |
| Constructor | Description |
|---|---|
CMClassInfo(MClassInfoOrigin origin,
C targetType,
MPackageInfo _package,
MContainer container,
String localName,
MClassTypeInfo<T,C,?> baseTypeInfo,
QName elementName,
QName typeName) |
|
CMClassRef(MClassRefOrigin origin,
C targetType,
Class<?> targetClass,
MPackageInfo _package,
MContainer container,
String localName) |
|
CMElementInfo(MElementInfoOrigin origin,
MPackageInfo _package,
MContainer container,
String localName,
QName elementName,
MClassInfo<T,C> scope,
MTypeInfo<T,C> typeInfo,
QName substitutionHead,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
|
CMEnumLeafInfo(MEnumLeafInfoOrigin origin,
C targetClass,
MPackageInfo _package,
MContainer container,
String localName,
MTypeInfo<T,C> baseTypeInfo,
QName elementName,
QName typeName) |
Copyright © 2005–2018. All rights reserved.