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

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended by org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended by org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended by org.apache.ws.jaxme.xs.xml.impl.XsTGroupImpl
                  extended by org.apache.ws.jaxme.xs.xml.impl.XsTExplicitGroupImpl
                      extended by org.apache.ws.jaxme.xs.xml.impl.XsEChoiceImpl
All 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
protected 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
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsAGDefRef
getName, getRef, setName, setRef, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsAGOccurs
getMaxOccurs, getMinOccurs, setMaxOccurs, setMinOccurs, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsGParticle
createAll, createAny, createChoice, createElement, createGroup, createSequence, getParticles
 

Constructor Detail

XsEChoiceImpl

protected XsEChoiceImpl(XsObject pParent)