Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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.XsTGroupImpl
org.apache.ws.jaxme.xs.xml.impl.XsTRealGroupImpl
xs:realGroup
type, as specified
by the following:
<xs:complexType name="realGroup"> <xs:complexContent> <xs:restriction base="xs:group"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0" maxOccurs="1"> <xs:element ref="xs:all"/> <xs:element ref="xs:choice"/> <xs:element ref="xs:sequence"/> </xs:choice> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType>Implementation note: This interface does not define any additional methods. However, the
validate()
method must ensure, that either of xs:all
,
xs:choice
, or xs:sequence
is set.
Constructor Summary | |
|
Method Summary | |
XsTAll | |
XsEAny | |
XsEChoice | |
XsTLocalElement | |
XsTGroupRef | |
XsESequence | |
void |
|
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTGroupImpl | |
createAll , createAny , createChoice , createElement , createGroup , createSequence , getMaxOccurs , getMinOccurs , getName , getParticles , getRef , setMaxOccurs , setMinOccurs , setName , setRef , setRef |
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 XsTAll createAll()
- Specified by:
- createAll in interface XsGParticle
- Overrides:
- createAll in interface XsTGroupImpl
public XsEAny createAny()
- Specified by:
- createAny in interface XsGParticle
- Overrides:
- createAny in interface XsTGroupImpl
public XsEChoice createChoice()
- Specified by:
- createChoice in interface XsGParticle
- Overrides:
- createChoice in interface XsTGroupImpl
public XsTLocalElement createElement()
- Specified by:
- createElement in interface XsGParticle
- Overrides:
- createElement in interface XsTGroupImpl
public XsTGroupRef createGroup()
- Specified by:
- createGroup in interface XsGParticle
- Overrides:
- createGroup in interface XsTGroupImpl
public XsESequence createSequence()
- Specified by:
- createSequence in interface XsGParticle
- Overrides:
- createSequence in interface XsTGroupImpl
public void validate()
Validates the internal state of the type, attribute, element, or whatever object.
- Specified by:
- validate in interface XsObject
- validate in interface XsAGDefRef
- validate in interface XsAGOccurs
- Overrides:
- validate in interface XsObjectImpl