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

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.XsTSimpleExplicitGroupImpl
All Implemented Interfaces:
XsObject, XsTAnnotated, XsTOpenAttrs, XsTSimpleExplicitGroup

public class XsTSimpleExplicitGroupImpl
extends XsTAnnotatedImpl
implements XsTSimpleExplicitGroup

Author:
Jochen Wiedmann

Constructor Summary
protected XsTSimpleExplicitGroupImpl(XsObject pParent)
           
 
Method Summary
protected  void addParticle(XsTNestedParticle pParticle)
           
 XsEAny createAny()
           
 XsEChoice createChoice()
           
 XsTLocalElement createElement()
           
 XsTGroupRef createGroup()
           
 XsESequence createSequence()
           
 XsTNestedParticle[] getParticles()
           
 
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
 

Constructor Detail

XsTSimpleExplicitGroupImpl

protected XsTSimpleExplicitGroupImpl(XsObject pParent)
Method Detail

addParticle

protected void addParticle(XsTNestedParticle pParticle)

createElement

public XsTLocalElement createElement()
Specified by:
createElement in interface XsTSimpleExplicitGroup

createGroup

public XsTGroupRef createGroup()
Specified by:
createGroup in interface XsTSimpleExplicitGroup

createChoice

public XsEChoice createChoice()
Specified by:
createChoice in interface XsTSimpleExplicitGroup

createSequence

public XsESequence createSequence()
Specified by:
createSequence in interface XsTSimpleExplicitGroup

createAny

public XsEAny createAny()
Specified by:
createAny in interface XsTSimpleExplicitGroup

getParticles

public XsTNestedParticle[] getParticles()
Specified by:
getParticles in interface XsTSimpleExplicitGroup