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 Detail

createElement

XsTLocalElement createElement()

getElement

XsTLocalElement getElement()

createGroupRef

XsTGroupRef createGroupRef()

getGroupRef

XsTGroupRef getGroupRef()

createChoice

XsEChoice createChoice()

getChoice

XsEChoice getChoice()

createSequence

XsESequence createSequence()

getSequence

XsESequence getSequence()