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

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

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

Classes in net.sf.jaxme.generator.sg.impl that implement PropertySGChain
 class JAXBPropertySG
           
 class MultiplePropertySG
           1.
 class PropertySGChainImpl
           
 

Methods in net.sf.jaxme.generator.sg.impl that return PropertySGChain
 PropertySGChain PropertySGImpl.getHeadOfChain()
           
 

Constructors in net.sf.jaxme.generator.sg.impl with parameters of type PropertySGChain
PropertySGImpl(PropertySGChain o)
           
PropertySGChainImpl(PropertySGChain o)
           
MultiplePropertySG(PropertySGChain pBase, ObjectSG pObjectSG, int pMinOccurs, int pMaxOccurs)
          Creates a new instance of MultipleObjectSG.