Uses of Interface
net.sf.jaxme.xs.xml.XsTSimpleExplicitGroup

Packages that use XsTSimpleExplicitGroup
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsTSimpleExplicitGroup in net.sf.jaxme.xs.xml
 

Methods in net.sf.jaxme.xs.xml that return XsTSimpleExplicitGroup
 XsTSimpleExplicitGroup XsTNamedGroup.createSequence()
           
 XsTSimpleExplicitGroup XsTNamedGroup.getSequence()
           
 XsTSimpleExplicitGroup XsTNamedGroup.createChoice()
           
 XsTSimpleExplicitGroup XsTNamedGroup.getChoice()
           
 XsTSimpleExplicitGroup XsObjectFactory.newXsTSimpleExplicitGroup(XsObject pParent)
           
 

Uses of XsTSimpleExplicitGroup in net.sf.jaxme.xs.xml.impl
 

Classes in net.sf.jaxme.xs.xml.impl that implement XsTSimpleExplicitGroup
 class XsTSimpleExplicitGroupImpl
           
 

Methods in net.sf.jaxme.xs.xml.impl that return XsTSimpleExplicitGroup
 XsTSimpleExplicitGroup XsTNamedGroupImpl.createSequence()
           
 XsTSimpleExplicitGroup XsTNamedGroupImpl.getSequence()
           
 XsTSimpleExplicitGroup XsTNamedGroupImpl.createChoice()
           
 XsTSimpleExplicitGroup XsTNamedGroupImpl.getChoice()
           
 XsTSimpleExplicitGroup XsObjectFactoryImpl.newXsTSimpleExplicitGroup(XsObject pParent)