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

Class SimpleContentSGImpl

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.
Object
newPropertySGChain()
Creates an instance of PropertySGChain generating the content element.

Constructor Details

SimpleContentSGImpl

public SimpleContentSGImpl(SimpleContentSGChain o)

Method Details

getContentTypeSG

public TypeSG getContentTypeSG()
            throws SAXException
Returns the content elements simple type.
Specified by:
getContentTypeSG in interface SimpleContentSG

getHeadOfChain

public SimpleContentSGChain getHeadOfChain()

getPropertySG

public PropertySG getPropertySG()
            throws SAXException
Returns the content elements PropertySG.
Specified by:
getPropertySG in interface SimpleContentSG

getTypeSG

public TypeSG getTypeSG()
            throws SAXException
Returns the complex type, to which this content element belongs.
Specified by:
getTypeSG in interface SimpleContentSG

init

public void init()
            throws SAXException
Initializes the SimpleContentSG.
Specified by:
init in interface SimpleContentSG

newPropertySGChain

public Object newPropertySGChain()
            throws SAXException
Creates an instance of PropertySGChain generating the content element.
Specified by:
newPropertySGChain in interface SimpleContentSG