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

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

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

Methods in net.sf.jaxme.generator.sg that return SimpleContentSG
 SimpleContentSG ComplexTypeSGChain.getSimpleContentSG(ComplexTypeSG pController)
           
 SimpleContentSG ComplexTypeSG.getSimpleContentSG()
          If the data type has simple content: Returns an instance of SimpleContentSG.
 

Methods in net.sf.jaxme.generator.sg with parameters of type SimpleContentSG
 void SimpleContentSGChain.init(SimpleContentSG pController)
           
 java.lang.Object SimpleContentSGChain.newPropertySGChain(SimpleContentSG pController)
           
 PropertySG SimpleContentSGChain.getPropertySG(SimpleContentSG pController)
           
 TypeSG SimpleContentSGChain.getTypeSG(SimpleContentSG pController)
           
 TypeSG SimpleContentSGChain.getContentTypeSG(SimpleContentSG pController)
           
 

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

Classes in net.sf.jaxme.generator.sg.impl that implement SimpleContentSG
 class SimpleContentSGImpl
           
 

Methods in net.sf.jaxme.generator.sg.impl that return SimpleContentSG
 SimpleContentSG JAXBComplexTypeSG.getSimpleContentSG(ComplexTypeSG pController)
           
 SimpleContentSG ComplexTypeSGImpl.getSimpleContentSG()
           
 SimpleContentSG ComplexTypeSGChainImpl.getSimpleContentSG(ComplexTypeSG pController)
           
 

Methods in net.sf.jaxme.generator.sg.impl with parameters of type SimpleContentSG
 void SimpleContentSGChainImpl.init(SimpleContentSG pController)
           
 java.lang.Object SimpleContentSGChainImpl.newPropertySGChain(SimpleContentSG pController)
           
 PropertySG SimpleContentSGChainImpl.getPropertySG(SimpleContentSG pController)
           
 TypeSG SimpleContentSGChainImpl.getTypeSG(SimpleContentSG pController)
           
 TypeSG SimpleContentSGChainImpl.getContentTypeSG(SimpleContentSG pController)
           
 java.lang.Object JAXBSimpleContentTypeSG.newPropertySGChain(SimpleContentSG pController)
           
 void JAXBSimpleContentTypeSG.init(SimpleContentSG pController)
           
 PropertySG JAXBSimpleContentTypeSG.getPropertySG(SimpleContentSG pController)
           
 TypeSG JAXBSimpleContentTypeSG.getTypeSG(SimpleContentSG pController)
           
 TypeSG JAXBSimpleContentTypeSG.getContentTypeSG(SimpleContentSG pController)