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
XsEChoicecreateChoice()
XsTLocalElementcreateElement()
XsTGroupRefcreateGroupRef()
XsESequencecreateSequence()
XsEChoicegetChoice()
XsTLocalElementgetElement()
XsTGroupRefgetGroupRef()
XsESequencegetSequence()

Method Detail

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()