org.w3._2001.xmlschema
Class LocalComplexType
java.lang.Object
org.w3._2001.xmlschema.OpenAttrs
org.w3._2001.xmlschema.Annotated
org.w3._2001.xmlschema.ComplexType
org.w3._2001.xmlschema.LocalComplexType
- All Implemented Interfaces:
- java.io.Serializable
public class LocalComplexType
- extends ComplexType
- implements java.io.Serializable
Java class for localComplexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="localComplexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}complexType">
<sequence>
<element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
<group ref="{http://www.w3.org/2001/XMLSchema}complexTypeModel"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Fields inherited from class org.w3._2001.xmlschema.ComplexType |
_abstract, _final, all, anyAttribute, attributeOrAttributeGroup, block, choice, complexContent, group, mixed, name, sequence, simpleContent |
Method Summary |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class org.w3._2001.xmlschema.ComplexType |
getAll, getAnyAttribute, getAttributeOrAttributeGroup, getBlock, getChoice, getComplexContent, getFinal, getGroup, getName, getSequence, getSimpleContent, isAbstract, isMixed, setAbstract, setAll, setAnyAttribute, setChoice, setComplexContent, setGroup, setMixed, setName, setSequence, setSimpleContent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalComplexType
public LocalComplexType()
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 ComplexType
Copyright © 2011 evolveum. All Rights Reserved.