| Package | Description |
|---|---|
| org.jvnet.jaxb2_commons.xml.bind.model | |
| org.jvnet.jaxb2_commons.xml.bind.model.concrete | |
| org.jvnet.jaxb2_commons.xml.bind.model.util |
| Modifier and Type | Method | Description |
|---|---|---|
MClassInfo<T,C> |
MModelInfo.getClassInfo(String name) |
|
MClassInfo<T,C> |
MPropertyInfo.getClassInfo() |
|
MClassInfo<T,C> |
MElementInfo.getScope() |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<MClassInfo<T,C>> |
MModelInfo.getClassInfos() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MModelInfo.addClassInfo(MClassInfo<T,C> classInfo) |
|
MElementInfo<T,C> |
MClassInfo.createElementInfo(MClassInfo<T,C> scope,
QName substitutionHead) |
|
MElementInfo<T,C> |
MEnumLeafInfo.createElementInfo(MClassInfo<T,C> scope,
QName substitutionHead) |
|
void |
MModelInfo.removeClassInfo(MClassInfo<T,C> classInfo) |
|
V |
MClassTypeInfoVisitor.visitClassInfo(MClassInfo<T,C> info) |
|
V |
MPackagedTypeInfoVisitor.visitClassInfo(MClassInfo<T,C> info) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CMClassInfo<T,C extends T> |
| Modifier and Type | Method | Description |
|---|---|---|
protected MClassInfo<T,C> |
CMInfoFactory.createClassInfo(CI info) |
|
MClassInfo<T,C> |
CMModel.getClassInfo(String name) |
|
MClassInfo<T,C> |
CMPropertyInfo.getClassInfo() |
|
MClassInfo<T,C> |
CMElementInfo.getScope() |
|
protected abstract MClassInfo<T,C> |
CMInfoFactory.getScope(CI info) |
|
protected MClassInfo<T,C> |
CMInfoFactory.getTypeInfo(CI info) |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<MClassInfo<T,C>> |
CMModel.getClassInfos() |
| Constructor | Description |
|---|---|
CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName) |
|
CMAnyElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed) |
|
CMAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo,
QName attributeName,
boolean required,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
|
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) |
|
CMElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName,
boolean nillable,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
|
CMElementRefPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
|
CMElementRefsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
Collection<MElement<T,C>> elementTypeInfos,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed) |
|
CMElementsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
Collection<MElementTypeRef<T,C>> elementTypeInfos,
QName wrapperElementName) |
|
CMPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required) |
|
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
boolean required,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
|
CMValuePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
| Modifier and Type | Method | Description |
|---|---|---|
V |
DefaultTypeInfoVisitor.visitClassInfo(MClassInfo<T,C> info) |
Copyright © 2005–2018. All rights reserved.