| 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.XsTAllImpl
<xs:complexType name="all">
<xs:annotation>
<xs:documentation>
Only elements allowed inside
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="xs:explicitGroup">
<xs:group ref="xs:allModel"/>
<xs:attribute name="minOccurs" use="optional" default="1">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="maxOccurs" use="optional" default="1">
<xs:simpleType>
<xs:restriction base="xs:allNNI">
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Constructor Summary | |
| |
Method Summary | |
XsTAll | |
XsEAny | |
XsEChoice | |
XsTLocalElement | |
XsTGroupRef | |
XsESequence | |
int |
|
int | |
XsNCName |
|
XsTParticle[] | |
XsQName |
|
void |
|
void |
|
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 XsTLocalElement createElement()
- Specified by:
- createElement in interface XsGParticle
public XsESequence createSequence()
- Specified by:
- createSequence in interface XsGParticle
public int getMaxOccurs()
-1 for 'unbounded'
- Specified by:
- getMaxOccurs in interface XsAGOccurs
public void setMaxOccurs(String pMaxOccurs)
Either of 'unbounded' or a nonnegative integer value.
- Specified by:
- setMaxOccurs in interface XsAGOccurs
public void setMinOccurs(int pMinOccurs)
- Specified by:
- setMinOccurs in interface XsAGOccurs
public void setRef(String pRef)
throws SAXExceptionpublic void validate()
throws SAXExceptionValidates whether the attribute groups constraints are met.
- Specified by:
- validate in interface XsObject
- validate in interface XsAGDefRef
- validate in interface XsAGOccurs
- Overrides:
- validate in interface XsObjectImpl