org.apache.ws.jaxme.xs.xml.impl
public class XsTAllImpl extends XsTAnnotatedImpl implements XsTAll
Implementation of the following type:
<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 | |
---|---|
protected | XsTAllImpl(XsObject pParent) |
Method Summary | |
---|---|
XsTAll | createAll() |
XsEAny | createAny() |
XsEChoice | createChoice() |
XsTLocalElement | createElement() |
XsTGroupRef | createGroup() |
XsESequence | createSequence() |
int | getMaxOccurs() |
int | getMinOccurs() |
XsNCName | getName() |
XsTParticle[] | getParticles() |
XsQName | getRef() |
void | setMaxOccurs(String pMaxOccurs) |
void | setMinOccurs(int pMinOccurs) |
void | setName(XsNCName pName) |
void | setRef(XsQName pRef) |
void | setRef(String pRef) |
void | validate() |