Module org.glassfish.jaxb.runtime
Interface TypeDefParticle
-
- All Superinterfaces:
com.sun.xml.txw2.TypedXmlWriter
- All Known Subinterfaces:
ComplexExtension,ComplexRestriction,ComplexType,ComplexTypeModel
public interface TypeDefParticle extends com.sun.xml.txw2.TypedXmlWriterAuto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExplicitGroupall()ExplicitGroupchoice()ExplicitGroupsequence()
-
-
-
Method Detail
-
all
ExplicitGroup all()
-
sequence
ExplicitGroup sequence()
-
choice
ExplicitGroup choice()
-
-