1 17 package org.apache.ws.jaxme.xs.xml; 18 19 20 36 public interface XsGAttrDecls { 37 39 public XsTAttribute createAttribute(); 40 41 44 public XsTAttribute[] getAttributes(); 45 46 48 public XsTAttributeGroupRef createAttributeGroup(); 49 50 53 public XsTAttributeGroupRef[] getAttributeGroups(); 54 55 57 public XsTWildcard createAnyAttribute(); 58 59 62 public XsTWildcard getAnyAttribute(); 63 64 68 public Object [] getAllAttributes(); 69 } 70 | Popular Tags |