org.apache.ws.jaxme.xs.xml
Interface XsGTypeDefParticle

All Known Subinterfaces:
XsGComplexTypeModel, XsTComplexRestrictionType, XsTComplexType, XsTExtensionType, XsTLocalComplexType, XsTRestrictionType, XsTSimpleRestrictionType, XsTTopLevelComplexType
All Known Implementing Classes:
XsGComplexTypeModelImpl, XsGTypeDefParticleImpl, XsTComplexRestrictionTypeImpl, XsTComplexTypeImpl, XsTExtensionTypeImpl, XsTLocalComplexTypeImpl, XsTRestrictionTypeImpl, XsTSimpleRestrictionTypeImpl, XsTTopLevelComplexTypeImpl

public interface XsGTypeDefParticle

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

  
    
      
        'complexType' uses this
      
    
    
      
      
      
      
    
  
 

Author:
Jochen Wiedmann

Method Summary
 XsTAll createAll()
           
 XsEChoice createChoice()
           
 XsTGroupRef createGroup()
           
 XsESequence createSequence()
           
 XsTTypeDefParticle getTypeDefParticle()
           
 

Method Detail

createGroup

public XsTGroupRef createGroup()

createAll

public XsTAll createAll()

createSequence

public XsESequence createSequence()

createChoice

public XsEChoice createChoice()

getTypeDefParticle

public XsTTypeDefParticle getTypeDefParticle()