org.w3._2001.xmlschema
Class All
java.lang.Object
org.w3._2001.xmlschema.OpenAttrs
org.w3._2001.xmlschema.Annotated
org.w3._2001.xmlschema.Group
org.w3._2001.xmlschema.ExplicitGroup
org.w3._2001.xmlschema.All
- All Implemented Interfaces:
- java.io.Serializable
public class All
- extends ExplicitGroup
- implements java.io.Serializable
Only elements allowed inside
Java class for all complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="all">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}explicitGroup">
<group ref="{http://www.w3.org/2001/XMLSchema}allModel"/>
<attribute name="minOccurs" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="maxOccurs" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}allNNI">
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Constructor Summary |
All()
|
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 |
All
public All()
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 ExplicitGroup
Copyright © 2011 evolveum. All Rights Reserved.