org.w3._2001.xmlschema
Class TopLevelComplexType

java.lang.Object
  extended by org.w3._2001.xmlschema.OpenAttrs
      extended by org.w3._2001.xmlschema.Annotated
          extended by org.w3._2001.xmlschema.ComplexType
              extended by org.w3._2001.xmlschema.TopLevelComplexType
All Implemented Interfaces:
java.io.Serializable

public class TopLevelComplexType
extends ComplexType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.w3._2001.xmlschema.ComplexType
_abstract, _final, all, anyAttribute, attributeOrAttributeGroup, block, choice, complexContent, group, mixed, name, sequence, simpleContent
 
Fields inherited from class org.w3._2001.xmlschema.Annotated
annotation, id
 
Constructor Summary
TopLevelComplexType()
           
 
Method Summary
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class org.w3._2001.xmlschema.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.w3._2001.xmlschema.Annotated
getAnnotation, getId, setAnnotation, setId
 
Methods inherited from class org.w3._2001.xmlschema.OpenAttrs
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopLevelComplexType

public TopLevelComplexType()
Method Detail

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ComplexType


Copyright © 2011 evolveum. All Rights Reserved.