org.apache.ws.jaxme.xs.xml.impl

Class XsEChoiceImpl

Implemented Interfaces:
XsAGDefRef, XsAGOccurs, XsEChoice, XsGParticle, XsObject, XsTAnnotated, XsTExplicitGroup, XsTGroup, XsTNestedParticle, XsTOpenAttrs, XsTParticle, XsTTypeDefParticle

public class XsEChoiceImpl
extends XsTExplicitGroupImpl
implements XsEChoice

Implementation of the xs:choice element, with the following specification:
  <xs:element name="choice" type="xs:explicitGroup" id="choice">
    <xs:annotation>
      <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-choice"/>
    </xs:annotation>
  </xs:element>
 
Author:
Jochen Wiedmann

Constructor Summary

XsEChoiceImpl(XsObject pParent)

Method Summary

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTExplicitGroupImpl

setName, setRef, setRef

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

Constructor Details

XsEChoiceImpl

protected XsEChoiceImpl(XsObject pParent)