org.w3._2001.xmlschema
Class LocalElement

java.lang.Object
  extended by org.w3._2001.xmlschema.OpenAttrs
      extended by org.w3._2001.xmlschema.Annotated
          extended by org.w3._2001.xmlschema.Element
              extended by org.w3._2001.xmlschema.LocalElement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NarrowMaxMin

public class LocalElement
extends Element
implements java.io.Serializable

Java class for localElement complex type.

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

 <complexType name="localElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}element">
       <sequence>
         <element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="simpleType" type="{http://www.w3.org/2001/XMLSchema}localSimpleType"/>
           <element name="complexType" type="{http://www.w3.org/2001/XMLSchema}localComplexType"/>
         </choice>
         <group ref="{http://www.w3.org/2001/XMLSchema}identityConstraint" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.w3._2001.xmlschema.Element
_abstract, _default, _final, block, complexType, fixed, form, identityConstraint, maxOccurs, minOccurs, name, nillable, ref, simpleType, substitutionGroup, type
 
Fields inherited from class org.w3._2001.xmlschema.Annotated
annotation, id
 
Constructor Summary
LocalElement()
           
 
Method Summary
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class org.w3._2001.xmlschema.Element
getBlock, getComplexType, getDefault, getFinal, getFixed, getForm, getIdentityConstraint, getMaxOccurs, getMinOccurs, getName, getRef, getSimpleType, getSubstitutionGroup, getType, isAbstract, isNillable, setAbstract, setComplexType, setDefault, setFixed, setForm, setMaxOccurs, setMinOccurs, setName, setNillable, setRef, setSimpleType, setSubstitutionGroup, setType
 
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

LocalElement

public LocalElement()
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 Element


Copyright © 2011 evolveum. All Rights Reserved.