| 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.XsGComplexTypeModelImplxs:complexTypeModel,
as specified by the following:
<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>
Constructor Summary | |
| |
Method Summary | |
XsTAll | |
XsTWildcard | |
XsTAttribute | |
XsTAttributeGroupRef | |
XsEChoice | |
XsEComplexContent | |
XsTGroupRef | |
XsESequence | |
XsESimpleContent | |
Object[] | |
XsTWildcard | |
XsTAttributeGroupRef[] | |
XsTAttribute[] | |
XsEComplexContent | |
XsESimpleContent | |
XsTTypeDefParticle | |
void |
|
protected void | |
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 XsGComplexTypeModel
public XsESequence createSequence()
- Specified by:
- createSequence in interface XsGTypeDefParticle
public XsESimpleContent createSimpleContent()
- Specified by:
- createSimpleContent in interface XsGComplexTypeModel
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 XsGComplexTypeModel
public XsESimpleContent getSimpleContent()
- Specified by:
- getSimpleContent in interface XsGComplexTypeModel
public XsTTypeDefParticle getTypeDefParticle()
- Specified by:
- getTypeDefParticle in interface XsGTypeDefParticle
public void validate()
throws SAXExceptionprotected void validateOtherContent()