Uses of Class
com.sun.tools.xjc.reader.xmlschema.BGMBuilder
-
Packages that use BGMBuilder Package Description com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. -
-
Uses of BGMBuilder in com.sun.tools.xjc.reader.xmlschema
Fields in com.sun.tools.xjc.reader.xmlschema declared as BGMBuilder Modifier and Type Field Description protected BGMBuilder
ColorBinder. builder
protected BGMBuilder
ColorBinder. builder
protected BGMBuilder
ColorBinder. builder
protected BGMBuilder
ColorBinder. builder
protected BGMBuilder
ParticleBinder. builder
protected BGMBuilder
RawTypeSetBuilder. builder
protected BGMBuilder
SimpleTypeBuilder. builder
-
Uses of BGMBuilder in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return BGMBuilder Modifier and Type Method Description BGMBuilder
BindInfo. getBuilder()
Back pointer to the BGMBuilder which is building a BGM from schema components including this customization.Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type BGMBuilder Modifier and Type Method Description void
BindInfo. setOwner(BGMBuilder _builder, XSComponent _owner)
Sets the owner schema component and a reference to BGMBuilder.
-