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

Class XsGTypeDefParticleImpl

Implemented Interfaces:
XsGTypeDefParticle

public class XsGTypeDefParticleImpl
extends java.lang.Object
implements XsGTypeDefParticle

Implementation of the xs:typeDefParticle group, as specified by the following:
  
    
      
        'complexType' uses this
      
    
    
      
      
      
      
    
  
 
Author:
Jochen Wiedmann

Constructor Summary

XsGTypeDefParticleImpl(XsObject pOwner)

Method Summary

XsTAll
createAll()
XsEChoice
createChoice()
XsTGroupRef
createGroup()
XsESequence
createSequence()
XsTTypeDefParticle
getTypeDefParticle()
protected void
setTypeDefParticle(XsTTypeDefParticle pParticle)

Constructor Details

XsGTypeDefParticleImpl

protected XsGTypeDefParticleImpl(XsObject pOwner)

Method Details

createAll

public XsTAll createAll()
Specified by:
createAll in interface XsGTypeDefParticle

createChoice

public XsEChoice createChoice()
Specified by:
createChoice in interface XsGTypeDefParticle

createGroup

public XsTGroupRef createGroup()
Specified by:
createGroup in interface XsGTypeDefParticle

createSequence

public XsESequence createSequence()
Specified by:
createSequence in interface XsGTypeDefParticle

getTypeDefParticle

public XsTTypeDefParticle getTypeDefParticle()
Specified by:
getTypeDefParticle in interface XsGTypeDefParticle

setTypeDefParticle

protected void setTypeDefParticle(XsTTypeDefParticle pParticle)