| Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MClassInfo |
void |
CMModel.addClassInfo(MClassInfo<T,C> classInfo)
|
protected CMAnyAttributePropertyInfo<T,C> |
CMInfoFactory.createAnyAttributePropertyInfo(MClassInfo<T,C> classInfo)
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createAnyElementPropertyInfo(MClassInfo<T,C> classInfo,
RPI rp)
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createAttributePropertyInfo(MClassInfo<T,C> classInfo,
API propertyInfo)
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createElementPropertyInfo(MClassInfo<T,C> classInfo,
EPI ep)
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createElementRefPropertyInfo(MClassInfo<T,C> classInfo,
RPI rp)
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createElementRefsPropertyInfo(MClassInfo<T,C> classInfo,
RPI rp)
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createElementsPropertyInfo(MClassInfo<T,C> classInfo,
EPI ep)
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createValuePropertyInfo(MClassInfo<T,C> classInfo,
VPI propertyInfo)
|
void |
CMModel.removeClassInfo(MClassInfo<T,C> classInfo)
|
| Constructors in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MClassInfo |
CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName)
|
CMAnyElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed)
|
CMAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo,
QName attributeName)
|
CMElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName)
|
CMElementRefPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed)
|
CMElementRefsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
Collection<MElementTypeInfo<T,C>> elementTypeInfos,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed)
|
CMElementsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
Collection<MElementTypeInfo<T,C>> elementTypeInfos,
QName wrapperElementName)
|
CMPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection)
|
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo)
|
CMValuePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo)
|