Uses of Interface
org.jvnet.jaxb2_commons.xml.bind.model.origin.MPropertyInfoOrigin
-
Packages that use MPropertyInfoOrigin Package Description org.jvnet.jaxb2_commons.xml.bind.model.concrete org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin -
-
Uses of MPropertyInfoOrigin in org.jvnet.jaxb2_commons.xml.bind.model.concrete
Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MPropertyInfoOrigin Modifier and Type Method Description protected MPropertyInfoOriginCMInfoFactory. createAnyAttributePropertyInfoOrigin()protected MPropertyInfoOriginCMInfoFactory. createPropertyInfoOrigin(PI info)MPropertyInfoOriginCMPropertyInfo. getOrigin()Constructors in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MPropertyInfoOrigin 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) -
Uses of MPropertyInfoOrigin in org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin
Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin that implement MPropertyInfoOrigin Modifier and Type Class Description classCMAnyAttributePropertyInfoOriginclassCMPropertyInfoOrigin<T,C,PI extends com.sun.xml.bind.v2.model.core.PropertyInfo<T,C>>
-