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

All Superinterfaces:
Annotated, ComplexTypeHost, FixedOrDefault, SimpleTypeHost, TypedXmlWriter, TypeHost
All Known Subinterfaces:
LocalElement, TopLevelElement

public interface Element
extends Annotated, ComplexTypeHost, FixedOrDefault, SimpleTypeHost, TypedXmlWriter

Auto-generated, do not edit.


Method Summary
 Element block(String value)
           
 Element block(String[] value)
           
 Element nillable(boolean value)
           
 Element type(QName value)
           
 
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

type

Element type(QName value)

block

Element block(String[] value)

block

Element block(String value)

nillable

Element nillable(boolean value)


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