org.mule.devkit.model.schema
Class TopLevelSimpleType

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.SimpleType
              extended by org.mule.devkit.model.schema.TopLevelSimpleType

public class TopLevelSimpleType
extends SimpleType

Java class for topLevelSimpleType complex type.

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

 <complexType name="topLevelSimpleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}simpleType">
       <sequence>
         <element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
         <group ref="{http://www.w3.org/2001/XMLSchema}simpleDerivation"/>
       </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.SimpleType
_final, list, name, restriction, union
 
Fields inherited from class org.mule.devkit.model.schema.Annotated
annotation, id
 
Constructor Summary
TopLevelSimpleType()
           
 
Method Summary
 
Methods inherited from class org.mule.devkit.model.schema.SimpleType
getFinal, getList, getName, getRestriction, getUnion, setList, setName, setRestriction, setUnion
 
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

TopLevelSimpleType

public TopLevelSimpleType()


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.