Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.xs.xml.impl
Class XsGParticleImpl  view XsGParticleImpl download XsGParticleImpl.java

java.lang.Object
  extended byorg.apache.ws.jaxme.xs.xml.impl.XsGParticleImpl
All Implemented Interfaces:
org.apache.ws.jaxme.xs.xml.XsGParticle

public class XsGParticleImpl
extends java.lang.Object
implements org.apache.ws.jaxme.xs.xml.XsGParticle

Implementation of the xs:typeDefParticle group, as specified by the following:

  
    
      
        'complexType' uses this
      
    
    
      
      
      
      
    
  
 


Field Summary
private  org.apache.ws.jaxme.xs.xml.XsObject owner
           
private  java.util.List particles
           
 
Constructor Summary
protected XsGParticleImpl(org.apache.ws.jaxme.xs.xml.XsObject pOwner)
           
 
Method Summary
protected  void addParticle(org.apache.ws.jaxme.xs.xml.XsTParticle pParticle)
           
 org.apache.ws.jaxme.xs.xml.XsTAll createAll()
           
 org.apache.ws.jaxme.xs.xml.XsEAny createAny()
           
 org.apache.ws.jaxme.xs.xml.XsEChoice createChoice()
           
 org.apache.ws.jaxme.xs.xml.XsTLocalElement createElement()
           
 org.apache.ws.jaxme.xs.xml.XsTGroupRef createGroup()
           
 org.apache.ws.jaxme.xs.xml.XsESequence createSequence()
           
 org.apache.ws.jaxme.xs.xml.XsTParticle[] getParticles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

private final org.apache.ws.jaxme.xs.xml.XsObject owner

particles

private java.util.List particles
Constructor Detail

XsGParticleImpl

protected XsGParticleImpl(org.apache.ws.jaxme.xs.xml.XsObject pOwner)
Method Detail

addParticle

protected void addParticle(org.apache.ws.jaxme.xs.xml.XsTParticle pParticle)

createElement

public org.apache.ws.jaxme.xs.xml.XsTLocalElement createElement()
Specified by:
createElement in interface org.apache.ws.jaxme.xs.xml.XsGParticle

createGroup

public org.apache.ws.jaxme.xs.xml.XsTGroupRef createGroup()
Specified by:
createGroup in interface org.apache.ws.jaxme.xs.xml.XsGParticle

createAll

public org.apache.ws.jaxme.xs.xml.XsTAll createAll()
Specified by:
createAll in interface org.apache.ws.jaxme.xs.xml.XsGParticle

createSequence

public org.apache.ws.jaxme.xs.xml.XsESequence createSequence()
Specified by:
createSequence in interface org.apache.ws.jaxme.xs.xml.XsGParticle

createChoice

public org.apache.ws.jaxme.xs.xml.XsEChoice createChoice()
Specified by:
createChoice in interface org.apache.ws.jaxme.xs.xml.XsGParticle

createAny

public org.apache.ws.jaxme.xs.xml.XsEAny createAny()
Specified by:
createAny in interface org.apache.ws.jaxme.xs.xml.XsGParticle

getParticles

public org.apache.ws.jaxme.xs.xml.XsTParticle[] getParticles()
Specified by:
getParticles in interface org.apache.ws.jaxme.xs.xml.XsGParticle