org.apache.ws.jaxme.xs.xml.impl

Class XsGParticleImpl

public class XsGParticleImpl extends Object implements XsGParticle

Implementation of the xs:typeDefParticle group, as specified by the following:

  
    
      
        'complexType' uses this
      
    
    
      
      
      
      
    
  
 

Author: Jochen Wiedmann

Constructor Summary
protected XsGParticleImpl(XsObject pOwner)
Method Summary
protected voidaddParticle(XsTParticle pParticle)
XsTAllcreateAll()
XsEAnycreateAny()
XsEChoicecreateChoice()
XsTLocalElementcreateElement()
XsTGroupRefcreateGroup()
XsESequencecreateSequence()
XsTParticle[]getParticles()

Constructor Detail

XsGParticleImpl

protected XsGParticleImpl(XsObject pOwner)

Method Detail

addParticle

protected void addParticle(XsTParticle pParticle)

createAll

public XsTAll createAll()

createAny

public XsEAny createAny()

createChoice

public XsEChoice createChoice()

createElement

public XsTLocalElement createElement()

createGroup

public XsTGroupRef createGroup()

createSequence

public XsESequence createSequence()

getParticles

public XsTParticle[] getParticles()