Module org.glassfish.jaxb.runtime
Interface LocalElement
-
- All Superinterfaces:
Annotated,ComplexTypeHost,Element,FixedOrDefault,Occurs,SimpleTypeHost,com.sun.xml.txw2.TypedXmlWriter,TypeHost
public interface LocalElement extends com.sun.xml.txw2.TypedXmlWriter, Element, Occurs
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalElementform(String value)LocalElementname(String value)LocalElementref(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.Occurs
maxOccurs, maxOccurs, minOccurs
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleTypeHost
simpleType
-
-
-
-
Method Detail
-
form
LocalElement form(String value)
-
name
LocalElement name(String value)
-
ref
LocalElement ref(QName value)
-
-