| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.ws.jaxme.xs.xml.impl.XsObjectImplorg.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImplorg.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImplorg.apache.ws.jaxme.xs.xml.impl.XsTComplexTypeImplXsTLocalComplexType and
XsTComplexType.
Follows this specification:
<xs:complexType name="complexType" abstract="true">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:complexTypeModel"/>
<xs:attribute name="name" type="xs:NCName">
<xs:annotation>
<xs:documentation>
Will be restricted to required or forbidden
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="mixed" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>
Not allowed if simpleContent child is chosen.
May be overriden by setting on complexContent child.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="abstract" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="final" type="xs:derivationSet"/>
<xs:attribute name="block" type="xs:derivationSet"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:group name="complexTypeModel">
<xs:choice>
<xs:element ref="xs:simpleContent"/>
<xs:element ref="xs:complexContent"/>
<xs:sequence>
<xs:annotation>
<xs:documentation>
This branch is short for <complexContent>
<restriction base="xs:anyType">
...
</restriction>
</complexContent>
</xs:documentation>
</xs:annotation>
<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
</xs:choice>
</xs:group>
<xs:group name="typeDefParticle">
<xs:annotation>
<xs:documentation>
'complexType' uses this
</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="group" type="xs:groupRef"/>
<xs:element ref="xs:all"/>
<xs:element ref="xs:choice"/>
<xs:element ref="xs:sequence"/>
</xs:choice>
</xs:group>
Constructor Summary | |
| |
Method Summary | |
XsTAll | |
XsTWildcard | |
XsTAttribute | |
XsTAttributeGroupRef | |
XsEChoice | |
XsEComplexContent | |
XsTGroupRef | |
XsESequence | |
XsESimpleContent | |
Object[] | |
XsTWildcard | |
XsTAttributeGroupRef[] | |
XsTAttribute[] | |
XsEComplexContent | |
XsDerivationSet |
|
XsNCName |
|
XsESimpleContent | |
XsTTypeDefParticle | |
boolean | |
boolean |
|
void |
|
void |
|
void |
|
void | |
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl | |
createAnnotation, getAnnotation, getId, setId | |
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl | |
getOpenAttributes, setAttribute | |
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl | |
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate | |
public XsTWildcard createAnyAttribute()
- Specified by:
- createAnyAttribute in interface XsGAttrDecls
public XsTAttribute createAttribute()
- Specified by:
- createAttribute in interface XsGAttrDecls
public XsTAttributeGroupRef createAttributeGroup()
- Specified by:
- createAttributeGroup in interface XsGAttrDecls
public XsEChoice createChoice()
- Specified by:
- createChoice in interface XsGTypeDefParticle
public XsEComplexContent createComplexContent()
- Specified by:
- createComplexContent in interface XsTComplexType
public XsESequence createSequence()
- Specified by:
- createSequence in interface XsGTypeDefParticle
public XsESimpleContent createSimpleContent()
- Specified by:
- createSimpleContent in interface XsTComplexType
public Object[] getAllAttributes()
- Specified by:
- getAllAttributes in interface XsGAttrDecls
public XsTWildcard getAnyAttribute()
- Specified by:
- getAnyAttribute in interface XsGAttrDecls
public XsTAttributeGroupRef[] getAttributeGroups()
- Specified by:
- getAttributeGroups in interface XsGAttrDecls
public XsTAttribute[] getAttributes()
- Specified by:
- getAttributes in interface XsGAttrDecls
public XsEComplexContent getComplexContent()
- Specified by:
- getComplexContent in interface XsTComplexType
public XsESimpleContent getSimpleContent()
- Specified by:
- getSimpleContent in interface XsTComplexType
public XsTTypeDefParticle getTypeDefParticle()
- Specified by:
- getTypeDefParticle in interface XsGTypeDefParticle
public void setAbstract(boolean pAbstract)
- Specified by:
- setAbstract in interface XsTComplexType