org.w3._2001.xmlschema
Class TopLevelSimpleType
java.lang.Object
org.w3._2001.xmlschema.OpenAttrs
org.w3._2001.xmlschema.Annotated
org.w3._2001.xmlschema.SimpleType
org.w3._2001.xmlschema.TopLevelSimpleType
- All Implemented Interfaces:
- java.io.Serializable
public class TopLevelSimpleType
- extends SimpleType
- implements java.io.Serializable
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>
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TopLevelSimpleType
public TopLevelSimpleType()
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 SimpleType
Copyright © 2011 evolveum. All Rights Reserved.