org.apache.ws.jaxme.generator.sg.impl.ccsg
public class BeanGeneratingVisitor extends ParticleVisitorImpl
Constructor Summary | |
---|---|
BeanGeneratingVisitor(JavaSource pJs) Creates a new instance generating methods into the
given class. |
Method Summary | |
---|---|
void | complexElementParticle(GroupSG pGroup, ParticleSG pParticle) |
void | emptyType(ComplexTypeSG pType) |
protected JavaMethod | getGetMixedContentMethod() |
void | simpleContent(ComplexTypeSG pType) |
void | simpleElementParticle(GroupSG pGroup, ParticleSG pParticle) |
void | startComplexContent(ComplexTypeSG pType) |
void | wildcardParticle(ParticleSG particle) |
Parameters: pJs Bean class being generated.