org.apache.ws.jaxme.generator.sg

Interface SimpleContentSG

public interface SimpleContentSG

Author: Jochen Wiedmann

Method Summary
TypeSGgetContentTypeSG()

Returns the content elements simple type.

PropertySGgetPropertySG()

Returns the content elements PropertySG.

TypeSGgetTypeSG()

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

voidinit()

Initializes the SimpleContentSG.

ObjectnewPropertySGChain()

Creates an instance of org.apache.ws.jaxme.generator.sg.PropertySGChain generating the content element.

Method Detail

getContentTypeSG

public TypeSG getContentTypeSG()

Returns the content elements simple type.

getPropertySG

public PropertySG getPropertySG()

Returns the content elements PropertySG.

getTypeSG

public TypeSG getTypeSG()

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

init

public void init()

Initializes the SimpleContentSG.

newPropertySGChain

public Object newPropertySGChain()

Creates an instance of org.apache.ws.jaxme.generator.sg.PropertySGChain generating the content element.