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

Class XsGTypeDefParticleImpl

public class XsGTypeDefParticleImpl extends Object implements XsGTypeDefParticle

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

  
    
      
        'complexType' uses this
      
    
    
      
      
      
      
    
  
 

Author: Jochen Wiedmann

Constructor Summary
protected XsGTypeDefParticleImpl(XsObject pOwner)
Method Summary
XsTAllcreateAll()
XsEChoicecreateChoice()
XsTGroupRefcreateGroup()
XsESequencecreateSequence()
XsTTypeDefParticlegetTypeDefParticle()
protected voidsetTypeDefParticle(XsTTypeDefParticle pParticle)

Constructor Detail

XsGTypeDefParticleImpl

protected XsGTypeDefParticleImpl(XsObject pOwner)

Method Detail

createAll

public XsTAll createAll()

createChoice

public XsEChoice createChoice()

createGroup

public XsTGroupRef createGroup()

createSequence

public XsESequence createSequence()

getTypeDefParticle

public XsTTypeDefParticle getTypeDefParticle()

setTypeDefParticle

protected void setTypeDefParticle(XsTTypeDefParticle pParticle)