org.apache.ws.jaxme.xs.xml

Interface XsGTypeDefParticle

Known Subinterfaces:
XsGComplexTypeModel, XsTComplexRestrictionType, XsTComplexType, XsTExtensionType, XsTLocalComplexType, XsTRestrictionType, XsTSimpleRestrictionType, XsTTopLevelComplexType
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 Details

createAll

public XsTAll createAll()

createChoice

public XsEChoice createChoice()

createGroup

public XsTGroupRef createGroup()

createSequence

public XsESequence createSequence()

getTypeDefParticle

public XsTTypeDefParticle getTypeDefParticle()