Uses of Interface
net.sf.jaxme.generator.sg.GroupSG

Packages that use GroupSG
net.sf.jaxme.generator.sg   
net.sf.jaxme.generator.sg.impl   
 

Uses of GroupSG in net.sf.jaxme.generator.sg
 

Methods in net.sf.jaxme.generator.sg that return GroupSG
 GroupSG[] SGFactoryChain.getGroups(SGFactory pController)
           
 GroupSG SGFactoryChain.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 GroupSG SGFactoryChain.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0)
           
 GroupSG SGFactoryChain.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 GroupSG SGFactoryChain.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0)
           
 GroupSG SGFactory.newGroupSG(net.sf.jaxme.xs.XSGroup pGroup)
          Creates a new instance of GroupSG generating the given schema.
 GroupSG SGFactory.getGroupSG(net.sf.jaxme.xs.XSGroup pGroup)
          Returns an instance of GroupSG generating the given schema.
 GroupSG SGFactory.newGroupSG(net.sf.jaxme.xs.XSGroup pGroup, Context pClassContext)
          Creates a new instance of GroupSG, which is embedded into the given Context.
 GroupSG SGFactory.getGroupSG(net.sf.jaxme.xs.XSGroup pGroup, Context pClassContext)
          Returns an instance of GroupSG, which is embedded into the given Context.
 GroupSG[] SGFactory.getGroups()
          Returns an array of all groups created by the factory.
 GroupSG[] SchemaSGChain.getGroups(SchemaSG pController)
           
 GroupSG SchemaSGChain.getGroup(SchemaSG pController, net.sf.jaxme.xs.xml.XsQName p0)
           
 GroupSG[] SchemaSG.getGroups()
          Returns the schemas model groups.
 GroupSG SchemaSG.getGroup(net.sf.jaxme.xs.xml.XsQName pName)
          Returns the schemas global group with the given name or null, if no such type exists.
 GroupSG ParticleSGChain.getGroupSG(ParticleSG pController)
           
 GroupSG ParticleSG.getGroupSG()
          If the particle is a group, returns the particles GroupSG.
 GroupSG ComplexContentSGChain.getGroupSG(ComplexContentSG pController)
           
 GroupSG ComplexContentSG.getGroupSG()
          Returns the child elements.
 

Methods in net.sf.jaxme.generator.sg with parameters of type GroupSG
 void GroupSGChain.generate(GroupSG pController)
           
 Context GroupSGChain.getClassContext(GroupSG pController)
           
 net.sf.jaxme.js.JavaSource GroupSGChain.getXMLInterface(GroupSG pController)
           
 net.sf.jaxme.js.JavaSource GroupSGChain.getXMLImplementation(GroupSG pController)
           
 boolean GroupSGChain.isGlobal(GroupSG pController)
           
 boolean GroupSGChain.isAll(GroupSG pController)
           
 boolean GroupSGChain.isChoice(GroupSG pController)
           
 boolean GroupSGChain.isSequence(GroupSG pController)
           
 void GroupSGChain.generateProperties(GroupSG pController, net.sf.jaxme.js.JavaSource p0)
           
 void GroupSGChain.generateXMLInterfaceSubclasses(GroupSG pController, net.sf.jaxme.js.JavaSource p0)
           
 void GroupSGChain.generateXMLImplementationSubclasses(GroupSG pController, net.sf.jaxme.js.JavaSource p0)
           
 void GroupSGChain.generateXMLHandlersElements(GroupSG pController, net.sf.jaxme.js.JavaSource p0, net.sf.jaxme.js.DirectAccessible p1)
           
 void GroupSGChain.generateXMLSerializersElements(GroupSG pController, net.sf.jaxme.js.JavaSource p0)
           
 ParticleSG[] GroupSGChain.getParticles(GroupSG pController)
           
 java.lang.Object GroupSGChain.newParticleSG(GroupSG pController, net.sf.jaxme.xs.XSParticle p0)
           
 void GroupSGChain.init(GroupSG pController)
           
 Locator GroupSGChain.getLocator(GroupSG pController)
           
 SchemaSG GroupSGChain.getSchema(GroupSG pController)
           
 SGFactory GroupSGChain.getFactory(GroupSG pController)
           
 

Uses of GroupSG in net.sf.jaxme.generator.sg.impl
 

Classes in net.sf.jaxme.generator.sg.impl that implement GroupSG
 class GroupSGImpl
           
 

Methods in net.sf.jaxme.generator.sg.impl that return GroupSG
 GroupSG[] SGFactoryImpl.getGroups()
           
 GroupSG SGFactoryImpl.getGroupSG(net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 GroupSG SGFactoryImpl.getGroupSG(net.sf.jaxme.xs.XSGroup p0)
           
 GroupSG SGFactoryImpl.newGroupSG(net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 GroupSG SGFactoryImpl.newGroupSG(net.sf.jaxme.xs.XSGroup p0)
           
 GroupSG[] SGFactoryChainImpl.getGroups(SGFactory pController)
           
 GroupSG SGFactoryChainImpl.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 GroupSG SGFactoryChainImpl.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0)
           
 GroupSG SGFactoryChainImpl.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0, Context p1)
           
 GroupSG SGFactoryChainImpl.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup p0)
           
 GroupSG[] SchemaSGImpl.getGroups()
           
 GroupSG SchemaSGImpl.getGroup(net.sf.jaxme.xs.xml.XsQName p0)
           
 GroupSG[] SchemaSGChainImpl.getGroups(SchemaSG pController)
           
 GroupSG SchemaSGChainImpl.getGroup(SchemaSG pController, net.sf.jaxme.xs.xml.XsQName p0)
           
 GroupSG ParticleSGImpl.getGroupSG()
           
 GroupSG ParticleSGChainImpl.getGroupSG(ParticleSG pController)
           
 GroupSG JAXBSGFactory.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup pGroup)
           
 GroupSG JAXBSGFactory.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup pGroup)
           
 GroupSG JAXBSGFactory.getGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup pGroup, Context pClassContext)
           
 GroupSG JAXBSGFactory.newGroupSG(SGFactory pController, net.sf.jaxme.xs.XSGroup pGroup, Context pClassContext)
           
 GroupSG[] JAXBSGFactory.getGroups(SGFactory pController)
           
 GroupSG[] JAXBSchemaSG.getGroups(SchemaSG pController)
           
 GroupSG JAXBSchemaSG.getGroup(SchemaSG pController, net.sf.jaxme.xs.xml.XsQName pName)
           
 GroupSG JAXBParticleSG.getGroupSG(ParticleSG pController)
           
 GroupSG JAXBComplexContentTypeSG.getGroupSG(ComplexContentSG pController)
           
 GroupSG ComplexContentSGImpl.getGroupSG()
           
 GroupSG ComplexContentSGChainImpl.getGroupSG(ComplexContentSG pController)
           
 

Methods in net.sf.jaxme.generator.sg.impl with parameters of type GroupSG
 java.lang.Object JAXBGroupSG.newParticleSG(GroupSG pController, net.sf.jaxme.xs.XSParticle pParticle)
           
 Context JAXBGroupSG.getClassContext(GroupSG pController)
           
 SGFactory JAXBGroupSG.getFactory(GroupSG pController)
           
 SchemaSG JAXBGroupSG.getSchema(GroupSG pController)
           
 Locator JAXBGroupSG.getLocator(GroupSG pController)
           
 ParticleSG[] JAXBGroupSG.getParticles(GroupSG pController)
           
 void JAXBGroupSG.init(GroupSG pController)
           
 boolean JAXBGroupSG.isAll(GroupSG pController)
           
 boolean JAXBGroupSG.isGlobal(GroupSG pController)
           
 boolean JAXBGroupSG.isChoice(GroupSG pController)
           
 boolean JAXBGroupSG.isSequence(GroupSG pController)
           
 net.sf.jaxme.js.JavaSource JAXBGroupSG.getXMLInterface(GroupSG pController)
           
 net.sf.jaxme.js.JavaSource JAXBGroupSG.getXMLImplementation(GroupSG pController)
           
 void JAXBGroupSG.generateProperties(GroupSG pController, net.sf.jaxme.js.JavaSource pSource)
          Called to fill the given JavaSource instance with getters and setters, matching the properties.
 void JAXBGroupSG.generateXMLInterfaceSubclasses(GroupSG pController, net.sf.jaxme.js.JavaSource pSource)
           
 void JAXBGroupSG.generateXMLImplementationSubclasses(GroupSG pController, net.sf.jaxme.js.JavaSource pSource)
           
 void JAXBGroupSG.generateXMLSerializersElements(GroupSG pController, net.sf.jaxme.js.JavaSource pSource)
           
 net.sf.jaxme.js.JavaMethod JAXBGroupSG.getXMLHandlersEndElementMethod(GroupSG pController, net.sf.jaxme.js.JavaSource pSource, net.sf.jaxme.js.DirectAccessible pLevelVar, net.sf.jaxme.js.DirectAccessible pStateVar, net.sf.jaxme.js.DirectAccessible pHandlerVar)
           
 net.sf.jaxme.js.JavaMethod JAXBGroupSG.getXMLHandlersCharactersMethod(GroupSG pController, net.sf.jaxme.js.JavaSource pSource, net.sf.jaxme.js.DirectAccessible pHandlerVar)
           
 void JAXBGroupSG.generateXMLHandlersElements(GroupSG pController, net.sf.jaxme.js.JavaSource pSource, net.sf.jaxme.js.DirectAccessible pLevelVar)
           
 void JAXBGroupSG.generate(GroupSG pController)
           
 void GroupSGChainImpl.generate(GroupSG pController)
           
 Context GroupSGChainImpl.getClassContext(GroupSG pController)
           
 net.sf.jaxme.js.JavaSource GroupSGChainImpl.getXMLInterface(GroupSG pController)
           
 net.sf.jaxme.js.JavaSource GroupSGChainImpl.getXMLImplementation(GroupSG pController)
           
 boolean GroupSGChainImpl.isGlobal(GroupSG pController)
           
 boolean GroupSGChainImpl.isAll(GroupSG pController)
           
 boolean GroupSGChainImpl.isChoice(GroupSG pController)
           
 boolean GroupSGChainImpl.isSequence(GroupSG pController)
           
 void GroupSGChainImpl.generateProperties(GroupSG pController, net.sf.jaxme.js.JavaSource p0)
           
 void GroupSGChainImpl.generateXMLInterfaceSubclasses(GroupSG pController, net.sf.jaxme.js.JavaSource p0)
           
 void GroupSGChainImpl.generateXMLImplementationSubclasses(GroupSG pController, net.sf.jaxme.js.JavaSource p0)
           
 void GroupSGChainImpl.generateXMLHandlersElements(GroupSG pController, net.sf.jaxme.js.JavaSource p0, net.sf.jaxme.js.DirectAccessible p1)
           
 void GroupSGChainImpl.generateXMLSerializersElements(GroupSG pController, net.sf.jaxme.js.JavaSource p0)
           
 ParticleSG[] GroupSGChainImpl.getParticles(GroupSG pController)
           
 java.lang.Object GroupSGChainImpl.newParticleSG(GroupSG pController, net.sf.jaxme.xs.XSParticle p0)
           
 void GroupSGChainImpl.init(GroupSG pController)
           
 Locator GroupSGChainImpl.getLocator(GroupSG pController)
           
 SchemaSG GroupSGChainImpl.getSchema(GroupSG pController)
           
 SGFactory GroupSGChainImpl.getFactory(GroupSG pController)
           
 

Constructors in net.sf.jaxme.generator.sg.impl with parameters of type GroupSG
JAXBParticleSG(GroupSG pGroup, net.sf.jaxme.xs.XSParticle pParticle, Context pClassContext)
          Creates a new instance of JAXBParticleSG.java.