Module org.glassfish.jaxb.runtime
Interface SchemaTop
-
- All Superinterfaces:
ComplexTypeHost,Redefinable,SimpleTypeHost,com.sun.xml.txw2.TypedXmlWriter,TypeHost
- All Known Subinterfaces:
Schema
public interface SchemaTop extends com.sun.xml.txw2.TypedXmlWriter, Redefinable
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopLevelAttributeattribute()TopLevelElementelement()-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexTypeHost
complexType
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleTypeHost
simpleType
-
-
-
-
Method Detail
-
attribute
TopLevelAttribute attribute()
-
element
TopLevelElement element()
-
-