Uses of Class
com.sun.tools.xjc.model.CReferencePropertyInfo
-
Packages that use CReferencePropertyInfo Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.bindinfo 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 CReferencePropertyInfo Modifier and Type Method Description VCPropertyVisitor. onReference(CReferencePropertyInfo p)RCPropertyVisitor2. 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 CReferencePropertyInfo Modifier and Type Method Description voidRawTypeSet. 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 CReferencePropertyInfo Modifier and Type Method Description protected 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 CReferencePropertyInfo Modifier and Type Method Description CReferencePropertyInfoBIProperty. createContentExtendedMixedReferenceProperty(String defaultName, XSComponent source, RawTypeSet types)CReferencePropertyInfoBIProperty. createDummyExtendedMixedReferenceProperty(String defaultName, XSComponent source, RawTypeSet types)CReferencePropertyInfoBIProperty. createReferenceProperty(String defaultName, boolean forConstant, XSComponent source, RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended)
-