org.apache.ws.jaxme.xs.xml

Interface XsGNestedParticle

public interface XsGNestedParticle

Interface of the xs:nestedParticle group, as specified by the following:
  
    
      
      
      
      
      
    
  
 
Author:
Jochen Wiedmann

Method Summary

XsEChoice
createChoice()
XsTLocalElement
createElement()
XsTGroupRef
createGroupRef()
XsESequence
createSequence()
XsEChoice
getChoice()
XsTLocalElement
getElement()
XsTGroupRef
getGroupRef()
XsESequence
getSequence()

Method Details

createChoice

public XsEChoice createChoice()

createElement

public XsTLocalElement createElement()

createGroupRef

public XsTGroupRef createGroupRef()

createSequence

public XsESequence createSequence()

getChoice

public XsEChoice getChoice()

getElement

public XsTLocalElement getElement()

getGroupRef

public XsTGroupRef getGroupRef()

getSequence

public XsESequence getSequence()