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

Packages that use XsTGroupRef
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.jaxb.impl   
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsTGroupRef in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs with parameters of type XsTGroupRef
 XSGroup XSObjectFactory.newXSGroup(XSObject pParent, XsTGroupRef pGroup)
          Returns a new instance of XSGroup.
 

Uses of XsTGroupRef in net.sf.jaxme.xs.impl
 

Methods in net.sf.jaxme.xs.impl with parameters of type XsTGroupRef
 XSGroup XSObjectFactoryImpl.newXSGroup(XSObject pParent, XsTGroupRef pGroupRef)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XsTGroupRef
XSGroupImpl(XSObject pParent, XsTGroupRef pBaseGroup)
           
 

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

Methods in net.sf.jaxme.xs.jaxb.impl with parameters of type XsTGroupRef
 XSGroup JAXBObjectFactoryImpl.newXSGroup(XSObject pParent, XsTGroupRef pGroupRef)
           
 

Constructors in net.sf.jaxme.xs.jaxb.impl with parameters of type XsTGroupRef
JAXBGroupImpl(XSObject pParent, XsTGroupRef pBaseGroup)
          Creates a new instance of JAXBGroupImpl.
 

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

Methods in net.sf.jaxme.xs.xml that return XsTGroupRef
 XsTGroupRef XsTSimpleExplicitGroup.createGroup()
           
 XsTGroupRef XsObjectFactory.newXsTGroupRef(XsObject pParent)
           
 XsTGroupRef XsGTypeDefParticle.createGroup()
           
 XsTGroupRef XsGParticle.createGroup()
           
 XsTGroupRef XsGNestedParticle.createGroupRef()
           
 XsTGroupRef XsGNestedParticle.getGroupRef()
           
 

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

Classes in net.sf.jaxme.xs.xml.impl that implement XsTGroupRef
 class XsTGroupRefImpl
          Implementation of the xs:groupRef type, with the following specification:
 

Methods in net.sf.jaxme.xs.xml.impl that return XsTGroupRef
 XsTGroupRef XsTSimpleExplicitGroupImpl.createGroup()
           
 XsTGroupRef XsTRestrictionTypeImpl.createGroup()
           
 XsTGroupRef XsTRealGroupImpl.createGroup()
           
 XsTGroupRef XsTGroupImpl.createGroup()
           
 XsTGroupRef XsTExtensionTypeImpl.createGroup()
           
 XsTGroupRef XsTComplexTypeImpl.createGroup()
           
 XsTGroupRef XsTAllImpl.createGroup()
           
 XsTGroupRef XsObjectFactoryImpl.newXsTGroupRef(XsObject pParent)
           
 XsTGroupRef XsGTypeDefParticleImpl.createGroup()
           
 XsTGroupRef XsGParticleImpl.createGroup()
           
 XsTGroupRef XsGComplexTypeModelImpl.createGroup()