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

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

public class EmptyElementBeanSG
extends BeanSGImpl

Implementation of BeanSG for empty elements.


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

Constructor Detail

EmptyElementBeanSG

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