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 BGMBuilderColorBinder. builderprotected BGMBuilderColorBinder. builderprotected BGMBuilderColorBinder. builderprotected BGMBuilderColorBinder. builderprotected BGMBuilderParticleBinder. builderprotected BGMBuilderRawTypeSetBuilder. builderprotected BGMBuilderSimpleTypeBuilder. 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 BGMBuilderBindInfo. 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 voidBindInfo. setOwner(BGMBuilder _builder, XSComponent _owner)Sets the owner schema component and a reference to BGMBuilder.
-