org.apache.ws.jaxme.xs.xml

Interface XsGTypeDefParticle

public interface XsGTypeDefParticle

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

  
    
      
        'complexType' uses this
      
    
    
      
      
      
      
    
  
 

Author: Jochen Wiedmann

Method Summary
XsTAllcreateAll()
XsEChoicecreateChoice()
XsTGroupRefcreateGroup()
XsESequencecreateSequence()
XsTTypeDefParticlegetTypeDefParticle()

Method Detail

createAll

public XsTAll createAll()

createChoice

public XsEChoice createChoice()

createGroup

public XsTGroupRef createGroup()

createSequence

public XsESequence createSequence()

getTypeDefParticle

public XsTTypeDefParticle getTypeDefParticle()