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

Class XsESequenceImpl

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

public class XsESequenceImpl
extends XsTExplicitGroupImpl
implements XsESequence

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

Constructor Summary

XsESequenceImpl(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

XsESequenceImpl

protected XsESequenceImpl(XsObject pParent)