com.sun.xml.bind.v2.schemagen.xmlschema
Interface TopLevelElement

All Superinterfaces:
Annotated, ComplexTypeHost, Element, FixedOrDefault, SimpleTypeHost, TypedXmlWriter, TypeHost

public interface TopLevelElement
extends Element, TypedXmlWriter

Auto-generated, do not edit.


Method Summary
 TopLevelElement _abstract(boolean value)
           
 TopLevelElement _final(String value)
           
 TopLevelElement _final(String[] value)
           
 TopLevelElement name(String value)
           
 TopLevelElement substitutionGroup(QName value)
           
 
Methods inherited from interface com.sun.xml.bind.v2.schemagen.xmlschema.Element
block, block, nillable, type
 
Methods inherited from interface com.sun.xml.bind.v2.schemagen.xmlschema.Annotated
annotation, id
 
Methods inherited from interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeHost
complexType
 
Methods inherited from interface com.sun.xml.bind.v2.schemagen.xmlschema.FixedOrDefault
_default, fixed
 
Methods inherited from interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleTypeHost
simpleType
 

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)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.