Module com.sun.xml.bind
Interface TopLevelElement
-
- All Superinterfaces:
Annotated,ComplexTypeHost,Element,FixedOrDefault,SimpleTypeHost,TypedXmlWriter,TypeHost
public interface TopLevelElement extends Element, TypedXmlWriter
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopLevelElement_abstract(boolean value)TopLevelElement_final(String value)TopLevelElement_final(String[] value)TopLevelElementname(String value)TopLevelElementsubstitutionGroup(QName value)-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Annotated
annotation, id
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexTypeHost
complexType
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Element
block, block, nillable, type
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.FixedOrDefault
_default, fixed
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleTypeHost
simpleType
-
Methods inherited from interface com.sun.xml.txw2.TypedXmlWriter
_attribute, _attribute, _attribute, _cast, _cdata, _comment, _element, _element, _element, _element, _namespace, _namespace, _namespace, _pcdata, block, commit, commit, getDocument
-
-
-
-
Method Detail
-
_final
TopLevelElement _final(String[] value)
-
_final
TopLevelElement _final(String value)
-
_abstract
TopLevelElement _abstract(boolean value)
-
substitutionGroup
TopLevelElement substitutionGroup(QName value)
-
name
TopLevelElement name(String value)
-
-