1 17 package org.apache.ws.jaxme.xs.xml; 18 19 import org.xml.sax.SAXException ; 20 21 22 77 public interface XsERestriction extends XsTAnnotated, XsGSimpleRestrictionModel { 78 public void setBase(XsQName pBase); 79 80 public XsQName getBase(); 81 82 public XsTLocalSimpleType createSimpleType() throws SAXException ; 83 84 public XsTLocalSimpleType getSimpleType(); 85 } 86 | Popular Tags |