1 17 package org.apache.ws.jaxme.xs.xml; 18 19 34 public interface XsGNestedParticle { 35 public XsTLocalElement createElement(); 36 public XsTLocalElement getElement(); 37 38 public XsTGroupRef createGroupRef(); 39 public XsTGroupRef getGroupRef(); 40 41 public XsEChoice createChoice(); 42 public XsEChoice getChoice(); 43 44 public XsESequence createSequence(); 45 public XsESequence getSequence(); 46 } 47 | Popular Tags |