com.sun.xml.bind.v2.schemagen.xmlschema
Interface ComplexType

All Superinterfaces:
Annotated, AttrDecls, ComplexTypeModel, TypeDefParticle, com.sun.xml.txw2.TypedXmlWriter

public interface ComplexType
extends Annotated, ComplexTypeModel, com.sun.xml.txw2.TypedXmlWriter


Method Summary
 ComplexType _abstract(boolean value)
           
 ComplexType _final(java.lang.String value)
           
 ComplexType _final(java.lang.String[] value)
           
 ComplexType block(java.lang.String value)
           
 ComplexType block(java.lang.String[] value)
           
 ComplexType name(java.lang.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.ComplexTypeModel
complexContent, mixed, simpleContent
 
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.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(java.lang.String[] value)

_final

ComplexType _final(java.lang.String value)

block

ComplexType block(java.lang.String[] value)

block

ComplexType block(java.lang.String value)

_abstract

ComplexType _abstract(boolean value)

name

ComplexType name(java.lang.String value)