org.apache.ws.jaxme.generator.sg.impl.ccsg
Class GroupBeanSG
java.lang.Object
   org.apache.ws.jaxme.generator.sg.impl.ccsg.BeanSGImpl
org.apache.ws.jaxme.generator.sg.impl.ccsg.BeanSGImpl
       org.apache.ws.jaxme.generator.sg.impl.ccsg.GroupBeanSG
org.apache.ws.jaxme.generator.sg.impl.ccsg.GroupBeanSG
- All Implemented Interfaces: 
- BeanSG
- Direct Known Subclasses: 
- AllBeanSG, ChoiceBeanSG, SequenceBeanSG
- public abstract class GroupBeanSG- extends BeanSGImpl
Base implementation of BeanSG for elements
 with complex content.
 
| Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.BeanSGImpl | 
| ctSG | 
 
 
| Method Summary | 
|  void | generate()Creates the various bean properties.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ccSG
protected final ComplexContentSG ccSG
group
protected final GroupSG group
particles
protected final ParticleSG[] particles
GroupBeanSG
protected GroupBeanSG(ComplexTypeSG pType,
                      JavaSource pJs)
               throws org.xml.sax.SAXException
GroupBeanSG
protected GroupBeanSG(ComplexTypeSG pType,
                      GroupSG pGroup,
                      JavaSource pJs)
               throws org.xml.sax.SAXException
generate
public void generate()
              throws org.xml.sax.SAXException
- Description copied from interface: BeanSG
- Creates the various bean properties.
 
- 
- Specified by:
- generatein interface- BeanSG
- Overrides:
- generatein class- BeanSGImpl
 
- 
- Throws:
- org.xml.sax.SAXException