Module org.glassfish.jaxb.runtime
Interface ComplexTypeModel
-
- All Superinterfaces:
AttrDecls,TypeDefParticle,com.sun.xml.txw2.TypedXmlWriter
- All Known Subinterfaces:
ComplexType
public interface ComplexTypeModel extends com.sun.xml.txw2.TypedXmlWriter, AttrDecls, TypeDefParticle
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComplexContentcomplexContent()ComplexTypeModelmixed(boolean value)SimpleContentsimpleContent()-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.AttrDecls
anyAttribute, attribute
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TypeDefParticle
all, choice, sequence
-
-
-
-
Method Detail
-
simpleContent
SimpleContent simpleContent()
-
complexContent
ComplexContent complexContent()
-
mixed
ComplexTypeModel mixed(boolean value)
-
-