java.lang.Object
org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsTComplexTypeImpl
org.apache.ws.jaxme.xs.xml.impl.XsTLocalComplexTypeImpl
- All Implemented Interfaces:
- org.apache.ws.jaxme.xs.xml.XsGAttrDecls, org.apache.ws.jaxme.xs.xml.XsGTypeDefParticle, org.apache.ws.jaxme.xs.xml.XsObject, org.apache.ws.jaxme.xs.xml.XsRedefinable, org.apache.ws.jaxme.xs.xml.XsTAnnotated, org.apache.ws.jaxme.xs.xml.XsTComplexType, org.apache.ws.jaxme.xs.xml.XsTLocalComplexType, org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
- public class XsTLocalComplexTypeImpl
- extends XsTComplexTypeImpl
- implements org.apache.ws.jaxme.xs.xml.XsTLocalComplexType
Interface of a local xs:complexType,
following the specification below:
<xs:complexType name="localComplexType">
<xs:complexContent>
<xs:restriction base="xs:complexType">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
<xs:group ref="xs:complexTypeModel"/>
</xs:sequence>
<xs:attribute name="name" use="prohibited"/>
<xs:attribute name="abstract" use="prohibited"/>
<xs:attribute name="final" use="prohibited"/>
<xs:attribute name="block" use="prohibited"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl |
|
| Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTComplexTypeImpl |
createAll, createAnyAttribute, createAttribute, createAttributeGroup, createChoice, createComplexContent, createGroup, createSequence, createSimpleContent, getAllAttributes, getAnyAttribute, getAttributeGroups, getAttributes, getComplexContent, getFinal, getName, getSimpleContent, getTypeDefParticle, isAbstract, isMixed, setAbstract, setFinal, setMixed, setName |
| Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl |
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XsTLocalComplexTypeImpl
protected XsTLocalComplexTypeImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)