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

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

public class JAXBSimpleContentTypeSG
extends java.lang.Object
implements SimpleContentSGChain

Author:
Jochen Wiedmann

Constructor Summary
protected JAXBSimpleContentTypeSG(ComplexTypeSG pComplexTypeSG, XSType pType)
          Creates a new instance of JAXBSimpleContentSG.java.
 
Method Summary
 TypeSG getContentTypeSG(SimpleContentSG pController)
           
 PropertySG getPropertySG(SimpleContentSG pController)
           
 TypeSG getTypeSG(SimpleContentSG pController)
           
 void init(SimpleContentSG pController)
           
 java.lang.Object newPropertySGChain(SimpleContentSG pController)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBSimpleContentTypeSG

protected JAXBSimpleContentTypeSG(ComplexTypeSG pComplexTypeSG,
                                  XSType pType)
                           throws org.xml.sax.SAXException

Creates a new instance of JAXBSimpleContentSG.java.

Throws:
org.xml.sax.SAXException
Method Detail

newPropertySGChain

public java.lang.Object newPropertySGChain(SimpleContentSG pController)
                                    throws org.xml.sax.SAXException
Specified by:
newPropertySGChain in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException

init

public void init(SimpleContentSG pController)
          throws org.xml.sax.SAXException
Specified by:
init in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException

getPropertySG

public PropertySG getPropertySG(SimpleContentSG pController)
                         throws org.xml.sax.SAXException
Specified by:
getPropertySG in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException

getTypeSG

public TypeSG getTypeSG(SimpleContentSG pController)
                 throws org.xml.sax.SAXException
Specified by:
getTypeSG in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException

getContentTypeSG

public TypeSG getContentTypeSG(SimpleContentSG pController)
                        throws org.xml.sax.SAXException
Specified by:
getContentTypeSG in interface SimpleContentSGChain
Throws:
org.xml.sax.SAXException