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

All Known Implementing Classes:
SimpleContentSGImpl

public interface SimpleContentSG

Author:
Jochen Wiedmann

Method Summary
 TypeSG getContentTypeSG()
          Returns the content elements simple type.
 PropertySG getPropertySG()
          Returns the content elements PropertySG.
 TypeSG getTypeSG()
          Returns the complex type, to which this content element belongs.
 void init()
          Initializes the SimpleContentSG.
 java.lang.Object newPropertySGChain()
          Creates an instance of PropertySGChain generating the content element.
 

Method Detail

init

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

Initializes the SimpleContentSG.

Throws:
org.xml.sax.SAXException

newPropertySGChain

java.lang.Object newPropertySGChain()
                                    throws org.xml.sax.SAXException

Creates an instance of PropertySGChain generating the content element.

Throws:
org.xml.sax.SAXException

getPropertySG

PropertySG getPropertySG()
                         throws org.xml.sax.SAXException

Returns the content elements PropertySG.

Throws:
org.xml.sax.SAXException

getTypeSG

TypeSG getTypeSG()
                 throws org.xml.sax.SAXException

Returns the complex type, to which this content element belongs.

Throws:
org.xml.sax.SAXException

getContentTypeSG

TypeSG getContentTypeSG()
                        throws org.xml.sax.SAXException

Returns the content elements simple type.

Throws:
org.xml.sax.SAXException