| Package | Description |
|---|---|
| org.jvnet.jaxb2_commons.xml.bind.model.concrete | |
| org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin |
| Modifier and Type | Method | Description |
|---|---|---|
protected MPropertyInfoOrigin |
CMInfoFactory.createAnyAttributePropertyInfoOrigin() |
|
protected MPropertyInfoOrigin |
CMInfoFactory.createPropertyInfoOrigin(PI info) |
|
MPropertyInfoOrigin |
CMPropertyInfo.getOrigin() |
| 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) |
|
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 | Class | Description |
|---|---|---|
class |
CMAnyAttributePropertyInfoOrigin |
|
class |
CMPropertyInfoOrigin<T,C,PI extends com.sun.xml.bind.v2.model.core.PropertyInfo<T,C>> |
Copyright © 2005–2018. All rights reserved.