org.mule.devkit.model.schema
Class TopLevelComplexType

java.lang.Object
  extended by org.mule.devkit.model.schema.OpenAttrs
      extended by org.mule.devkit.model.schema.Annotated
          extended by org.mule.devkit.model.schema.ComplexType
              extended by org.mule.devkit.model.schema.TopLevelComplexType

public class TopLevelComplexType
extends ComplexType

Java class for topLevelComplexType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="topLevelComplexType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}complexType">
       <sequence>
         <element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
         <group ref="{http://www.w3.org/2001/XMLSchema}complexTypeModel"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.mule.devkit.model.schema.ComplexType
_abstract, _final, all, anyAttribute, attributeOrAttributeGroup, block, choice, complexContent, group, mixed, name, sequence, simpleContent
 
Fields inherited from class org.mule.devkit.model.schema.Annotated
annotation, id
 
Constructor Summary
TopLevelComplexType()
           
 
Method Summary
 
Methods inherited from class org.mule.devkit.model.schema.ComplexType
getAll, getAnyAttribute, getAttributeOrAttributeGroup, getBlock, getChoice, getComplexContent, getFinal, getGroup, getName, getSequence, getSimpleContent, isAbstract, isMixed, setAbstract, setAll, setAnyAttribute, setChoice, setComplexContent, setGroup, setMixed, setName, setSequence, setSimpleContent
 
Methods inherited from class org.mule.devkit.model.schema.Annotated
getAnnotation, getId, setAnnotation, setId
 
Methods inherited from class org.mule.devkit.model.schema.OpenAttrs
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopLevelComplexType

public TopLevelComplexType()


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.