org.w3._2001.xmlschema
Class WhiteSpace
java.lang.Object
org.w3._2001.xmlschema.OpenAttrs
org.w3._2001.xmlschema.Annotated
org.w3._2001.xmlschema.Facet
org.w3._2001.xmlschema.WhiteSpace
- All Implemented Interfaces:
- java.io.Serializable
public class WhiteSpace
- extends Facet
- implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}facet">
<sequence>
<element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
</sequence>
<attribute name="value" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="preserve"/>
<enumeration value="replace"/>
<enumeration value="collapse"/>
</restriction>
</simpleType>
</attribute>
<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 |
WhiteSpace
public WhiteSpace()
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 Facet
Copyright © 2011 evolveum. All Rights Reserved.