org.w3._2001.xmlschema
Class TopLevelAttribute

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

public class TopLevelAttribute
extends Attribute
implements java.io.Serializable

Java class for topLevelAttribute complex type.

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

 <complexType name="topLevelAttribute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}attribute">
       <sequence>
         <element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
         <element name="simpleType" type="{http://www.w3.org/2001/XMLSchema}localSimpleType" minOccurs="0"/>
       </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.Attribute
_default, fixed, form, name, ref, simpleType, type, use
 
Fields inherited from class org.w3._2001.xmlschema.Annotated
annotation, id
 
Constructor Summary
TopLevelAttribute()
           
 
Method Summary
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class org.w3._2001.xmlschema.Attribute
getDefault, getFixed, getForm, getName, getRef, getSimpleType, getType, getUse, setDefault, setFixed, setForm, setName, setRef, setSimpleType, setType, setUse
 
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

TopLevelAttribute

public TopLevelAttribute()
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 Attribute


Copyright © 2011 evolveum. All Rights Reserved.