org.apache.ws.jaxme.generator.sg
Interface ComplexContentSG

All Known Implementing Classes:
ComplexContentSGImpl

public interface ComplexContentSG

Author:
Jochen Wiedmann

Method Summary
 GroupSG getGroupSG()
          Returns the child elements.
 void init()
          Initializes the ComplexContentSG.
 

Method Detail

init

public void init()
          throws org.xml.sax.SAXException

Initializes the ComplexContentSG.

Throws:
org.xml.sax.SAXException

getGroupSG

public GroupSG getGroupSG()

Returns the child elements.