Module org.glassfish.jaxb.runtime
Interface NestedParticle
-
- All Superinterfaces:
com.sun.xml.txw2.TypedXmlWriter
- All Known Subinterfaces:
ExplicitGroup
public interface NestedParticle extends com.sun.xml.txw2.TypedXmlWriterAuto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Anyany()ExplicitGroupchoice()LocalElementelement()ExplicitGroupsequence()
-
-
-
Method Detail
-
element
LocalElement element()
-
any
Any any()
-
sequence
ExplicitGroup sequence()
-
choice
ExplicitGroup choice()
-
-