1 17 package org.apache.ws.jaxme.xs.xml; 18 19 20 39 public interface XsTSimpleExplicitGroup extends XsTAnnotated { 40 public XsTLocalElement createElement(); 41 public XsTGroupRef createGroup(); 42 public XsEChoice createChoice(); 43 public XsESequence createSequence(); 44 public XsEAny createAny(); 45 public XsTNestedParticle[] getParticles(); 46 } 47 | Popular Tags |