net.sf.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

public XsTLocalElement createElement()

getElement

public XsTLocalElement getElement()

createGroupRef

public XsTGroupRef createGroupRef()

getGroupRef

public XsTGroupRef getGroupRef()

createChoice

public XsEChoice createChoice()

getChoice

public XsEChoice getChoice()

createSequence

public XsESequence createSequence()

getSequence

public XsESequence getSequence()