org.w3._2001.xmlschema
Class SimpleRestrictionType
java.lang.Object
org.w3._2001.xmlschema.OpenAttrs
org.w3._2001.xmlschema.Annotated
org.w3._2001.xmlschema.RestrictionType
org.w3._2001.xmlschema.SimpleRestrictionType
- All Implemented Interfaces:
- java.io.Serializable
public class SimpleRestrictionType
- extends RestrictionType
- implements java.io.Serializable
Java class for simpleRestrictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="simpleRestrictionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}restrictionType">
<sequence>
<element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
<choice minOccurs="0">
<group ref="{http://www.w3.org/2001/XMLSchema}simpleRestrictionModel"/>
</choice>
<group ref="{http://www.w3.org/2001/XMLSchema}attrDecls"/>
</sequence>
<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 org.w3._2001.xmlschema.RestrictionType |
getAll, getAnyAttribute, getAttributeOrAttributeGroup, getBase, getChoice, getFacets, getGroup, getSequence, getSimpleType, setAll, setAnyAttribute, setBase, setChoice, setGroup, setSequence, setSimpleType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleRestrictionType
public SimpleRestrictionType()
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 RestrictionType
Copyright © 2011 evolveum. All Rights Reserved.