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

XsTGroupRef createGroup()

createAll

XsTAll createAll()

createSequence

XsESequence createSequence()

createChoice

XsEChoice createChoice()

getTypeDefParticle

XsTTypeDefParticle getTypeDefParticle()