1 17 package org.apache.ws.jaxme.xs.xml; 18 19 20 44 public interface XsERedefine extends XsTOpenAttrs { 45 public void setId(XsID pID); 46 public XsID getId(); 47 48 public void setSchemaLocation(XsAnyURI pSchemaLocation); 49 public XsAnyURI getSchemaLocation(); 50 51 public XsEAnnotation createAnnotation(); 52 53 public XsETopLevelSimpleType createSimpleType(); 54 55 public XsTComplexType createComplexType(); 56 57 public XsTGroup createGroup(); 58 59 public XsTAttributeGroup createAttributeGroup(); 60 61 65 public Object [] getChilds(); 66 } 67 | Popular Tags |