Interface ComplexType
-
- All Superinterfaces:
Annotated
,AttrDecls
,ComplexTypeModel
,TypeDefParticle
,TypedXmlWriter
public interface ComplexType extends Annotated, ComplexTypeModel, TypedXmlWriter
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComplexType
_abstract(boolean value)
ComplexType
_final(String value)
ComplexType
_final(String[] value)
ComplexType
block(String value)
ComplexType
block(String[] value)
ComplexType
name(String value)
-
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.AttrDecls
anyAttribute, attribute
-
Methods inherited from interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeModel
complexContent, mixed, simpleContent
-
Methods inherited from interface com.sun.xml.bind.v2.schemagen.xmlschema.TypeDefParticle
all, choice, sequence
-
Methods inherited from interface com.sun.xml.txw2.TypedXmlWriter
_attribute, _attribute, _attribute, _cast, _cdata, _comment, _element, _element, _element, _element, _namespace, _namespace, _namespace, _pcdata, block, commit, commit, getDocument
-
-
-
-
Method Detail
-
_final
ComplexType _final(String[] value)
-
_final
ComplexType _final(String value)
-
block
ComplexType block(String[] value)
-
block
ComplexType block(String value)
-
_abstract
ComplexType _abstract(boolean value)
-
name
ComplexType name(String value)
-
-