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

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.impl.XsGTypeDefParticleImpl
All 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
protected XsGTypeDefParticleImpl(XsObject pOwner)
           
 
Method Summary
 XsTAll createAll()
           
 XsEChoice createChoice()
           
 XsTGroupRef createGroup()
           
 XsESequence createSequence()
           
 XsTTypeDefParticle getTypeDefParticle()
           
protected  void setTypeDefParticle(XsTTypeDefParticle pParticle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsGTypeDefParticleImpl

protected XsGTypeDefParticleImpl(XsObject pOwner)
Method Detail

setTypeDefParticle

protected void setTypeDefParticle(XsTTypeDefParticle pParticle)

getTypeDefParticle

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

createGroup

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

createAll

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

createSequence

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

createChoice

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