org.apache.ws.jaxme.generator.sg

Interface SimpleContentSG

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

Method Details

getContentTypeSG

public TypeSG getContentTypeSG()
            throws SAXException
Returns the content elements simple type.

getPropertySG

public PropertySG getPropertySG()
            throws SAXException
Returns the content elements PropertySG.

getTypeSG

public TypeSG getTypeSG()
            throws SAXException
Returns the complex type, to which this content element belongs.

init

public void init()
            throws SAXException
Initializes the SimpleContentSG.

newPropertySGChain

public Object newPropertySGChain()
            throws SAXException
Creates an instance of PropertySGChain generating the content element.