Uses of Class
com.sun.tools.xjc.model.CReferencePropertyInfo
Packages that use CReferencePropertyInfo
Package
Description
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.Front-end that reads schema(s) and produce BGM.
Object Model that represents customization declarations.
-
Uses of CReferencePropertyInfo in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model with parameters of type CReferencePropertyInfoModifier and TypeMethodDescriptionCPropertyVisitor.onReference(CReferencePropertyInfo p) CPropertyVisitor2.visit(CReferencePropertyInfo t, P p) Visits a CReferencePropertyInfo type. -
Uses of CReferencePropertyInfo in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader with parameters of type CReferencePropertyInfoModifier and TypeMethodDescriptionvoidRawTypeSet.addTo(CReferencePropertyInfo prop) protected abstract voidRawTypeSet.Ref.toElementRef(CReferencePropertyInfo prop) -
Uses of CReferencePropertyInfo in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type CReferencePropertyInfoModifier and TypeMethodDescriptionprotected voidRawTypeSetBuilder.CClassRef.toElementRef(CReferencePropertyInfo prop) protected voidRawTypeSetBuilder.CElementInfoRef.toElementRef(CReferencePropertyInfo prop) protected voidRawTypeSetBuilder.WildcardRef.toElementRef(CReferencePropertyInfo prop) protected voidRawTypeSetBuilder.XmlTypeRef.toElementRef(CReferencePropertyInfo prop) The whole type set can be later bound to a reference property, in which case we need to generate additional code to wrap this type reference into an element class. -
Uses of CReferencePropertyInfo in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return CReferencePropertyInfoModifier and TypeMethodDescriptionBIProperty.createContentExtendedMixedReferenceProperty(String defaultName, XSComponent source, RawTypeSet types) BIProperty.createDummyExtendedMixedReferenceProperty(String defaultName, XSComponent source, RawTypeSet types) BIProperty.createReferenceProperty(String defaultName, boolean forConstant, XSComponent source, RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended)