Uses of Interface
net.sf.jaxme.xs.jaxb.JAXBSchemaBindings

Packages that use JAXBSchemaBindings
net.sf.jaxme.xs.jaxb   
net.sf.jaxme.xs.jaxb.impl   
 

Uses of JAXBSchemaBindings in net.sf.jaxme.xs.jaxb
 

Methods in net.sf.jaxme.xs.jaxb that return JAXBSchemaBindings
 JAXBSchemaBindings JAXBXsSchema.getJAXBSchemaBindings()
           
 JAXBSchemaBindings JAXBXsObjectFactory.newJAXBSchemaBindings(XsObject pParent)
          Returns a new instance of JAXBSchemaBindings.
 JAXBSchemaBindings JAXBSimpleContentType.getJAXBSchemaBindings()
          Returns the complex types schemaBindings.
 JAXBSchemaBindings JAXBPropertyOwner.getJAXBSchemaBindings()
          Returns the types schemaBindings.
 JAXBSchemaBindings JAXBClassOwner.getJAXBSchemaBindings()
          Returns the groups schemaBindings.
 

Uses of JAXBSchemaBindings in net.sf.jaxme.xs.jaxb.impl
 

Classes in net.sf.jaxme.xs.jaxb.impl that implement JAXBSchemaBindings
 class JAXBSchemaBindingsImpl
          Implementation of the SchemaBindings interface.
 

Methods in net.sf.jaxme.xs.jaxb.impl that return JAXBSchemaBindings
 JAXBSchemaBindings JAXBXsSchemaImpl.getJAXBSchemaBindings()
           
 JAXBSchemaBindings JAXBXsObjectFactoryImpl.newJAXBSchemaBindings(XsObject pParent)
           
 JAXBSchemaBindings JAXBTypeImpl.getJAXBSchemaBindings()
           
 JAXBSchemaBindings JAXBSimpleContentTypeImpl.getJAXBSchemaBindings()
           
 JAXBSchemaBindings JAXBGroupImpl.getJAXBSchemaBindings()
           
 JAXBSchemaBindings JAXBElementImpl.getJAXBSchemaBindings()
           
 JAXBSchemaBindings JAXBAttributeImpl.getJAXBSchemaBindings()
           
 JAXBSchemaBindings JAXBAppinfoImpl.createSchemaBindings()
          Creates a new instance of JAXBSchemaBindings.