Uses of Interface
org.jvnet.basicjaxb.xml.bind.model.origin.MPropertyInfoOrigin
Packages that use MPropertyInfoOrigin
Package
Description
-
Uses of MPropertyInfoOrigin in org.jvnet.basicjaxb.xml.bind.model.concrete
Methods in org.jvnet.basicjaxb.xml.bind.model.concrete that return MPropertyInfoOriginModifier and TypeMethodDescriptionprotected MPropertyInfoOriginCMInfoFactory.createAnyAttributePropertyInfoOrigin()protected MPropertyInfoOriginCMInfoFactory.createPropertyInfoOrigin(PI info) CMPropertyInfo.getOrigin()Constructors in org.jvnet.basicjaxb.xml.bind.model.concrete with parameters of type MPropertyInfoOriginModifierConstructorDescriptionCMAnyAttributePropertyInfo(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.basicjaxb.xml.bind.model.concrete.origin
Classes in org.jvnet.basicjaxb.xml.bind.model.concrete.origin that implement MPropertyInfoOriginModifier and TypeClassDescriptionclassclassCMPropertyInfoOrigin<T,C, PI extends org.glassfish.jaxb.core.v2.model.core.PropertyInfo<T, C>>