org.apache.ws.jaxme.generator.sg.impl
Class SimpleContentSGImpl

java.lang.Object
  extended by org.apache.ws.jaxme.generator.sg.impl.SimpleContentSGImpl
All Implemented Interfaces:
SimpleContentSG

public class SimpleContentSGImpl
extends java.lang.Object
implements SimpleContentSG


Constructor Summary
SimpleContentSGImpl(SimpleContentSGChain o)
           
 
Method Summary
 TypeSG getContentTypeSG()
          Returns the content elements simple type.
 SimpleContentSGChain getHeadOfChain()
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContentSGImpl

public SimpleContentSGImpl(SimpleContentSGChain o)
Method Detail

init

public void init()
          throws org.xml.sax.SAXException
Description copied from interface: SimpleContentSG

Initializes the SimpleContentSG.

Specified by:
init in interface SimpleContentSG
Throws:
org.xml.sax.SAXException

newPropertySGChain

public java.lang.Object newPropertySGChain()
                                    throws org.xml.sax.SAXException
Description copied from interface: SimpleContentSG

Creates an instance of PropertySGChain generating the content element.

Specified by:
newPropertySGChain in interface SimpleContentSG
Throws:
org.xml.sax.SAXException

getPropertySG

public PropertySG getPropertySG()
                         throws org.xml.sax.SAXException
Description copied from interface: SimpleContentSG

Returns the content elements PropertySG.

Specified by:
getPropertySG in interface SimpleContentSG
Throws:
org.xml.sax.SAXException

getTypeSG

public TypeSG getTypeSG()
                 throws org.xml.sax.SAXException
Description copied from interface: SimpleContentSG

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

Specified by:
getTypeSG in interface SimpleContentSG
Throws:
org.xml.sax.SAXException

getContentTypeSG

public TypeSG getContentTypeSG()
                        throws org.xml.sax.SAXException
Description copied from interface: SimpleContentSG

Returns the content elements simple type.

Specified by:
getContentTypeSG in interface SimpleContentSG
Throws:
org.xml.sax.SAXException

getHeadOfChain

public SimpleContentSGChain getHeadOfChain()