Uses of Class
com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo

Packages that use BindInfo
com.sun.tools.xjc.reader.xmlschema   
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
 

Uses of BindInfo in com.sun.tools.xjc.reader.xmlschema
 

Methods in com.sun.tools.xjc.reader.xmlschema that return BindInfo
 BindInfo BGMBuilder.getBindInfo(com.sun.xml.xsom.XSComponent schemaComponent)
          Gets the BindInfo object associated to a schema component.
 BindInfo BGMBuilder.getOrCreateBindInfo(com.sun.xml.xsom.XSComponent schemaComponent)
          Gets or creates the BindInfo object associated to a schema component.
 

Uses of BindInfo in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Fields in com.sun.tools.xjc.reader.xmlschema.bindinfo declared as BindInfo
static BindInfo BindInfo.empty
          An instance with the empty contents.
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type BindInfo
 void BindInfo.absorb(BindInfo bi)
          Merges all the declarations inside the given BindInfo to this BindInfo.
 void BIClass.setParent(BindInfo p)
           
 void BIDeclaration.setParent(BindInfo parent)
          Sets the parent BindInfo object of this declaration.
 void BIEnum.setParent(BindInfo p)
           
 void BIGlobalBinding.setParent(BindInfo parent)
           
 void BIProperty.setParent(BindInfo parent)