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

All Superinterfaces:
Annotated, ComplexTypeHost, Element, FixedOrDefault, Occurs, SimpleTypeHost, com.sun.xml.txw2.TypedXmlWriter, TypeHost

public interface LocalElement
extends Element, Occurs, com.sun.xml.txw2.TypedXmlWriter

Auto-generated, do not edit.


Method Summary
 LocalElement form(String value)
           
 LocalElement name(String value)
           
 LocalElement ref(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
 
Methods inherited from interface com.sun.xml.bind.v2.schemagen.xmlschema.Occurs
maxOccurs, maxOccurs, minOccurs
 

Method Detail

form

LocalElement form(String value)

name

LocalElement name(String value)

ref

LocalElement ref(QName value)


Copyright © 2014 Oracle Corporation. All Rights Reserved.