org.apache.ws.jaxme.generator.sg.impl.ccsg
Class SimpleContentBeanSG

java.lang.Object
  extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.BeanSGImpl
      extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementBeanSG
          extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.SimpleContentBeanSG
All Implemented Interfaces:
BeanSG

public class SimpleContentBeanSG
extends EmptyElementBeanSG

Implementation of BeanSG for elements with simple content.


Field Summary
 
Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.BeanSGImpl
ctSG
 
Constructor Summary
SimpleContentBeanSG(ComplexTypeSG pType, JavaSource pJs)
          Creates a new instance generating properties for the given type into the Java class pJs.
 
Method Summary
 void generate()
          Creates the various bean properties.
 
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.BeanSGImpl
getJavaSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContentBeanSG

public SimpleContentBeanSG(ComplexTypeSG pType,
                           JavaSource pJs)
Creates a new instance generating properties for the given type into the Java class pJs.

Method Detail

generate

public void generate()
              throws org.xml.sax.SAXException
Description copied from interface: BeanSG
Creates the various bean properties.

Specified by:
generate in interface BeanSG
Overrides:
generate in class BeanSGImpl
Throws:
org.xml.sax.SAXException