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 XsGTypeDefParticleImpl  view XsGTypeDefParticleImpl download XsGTypeDefParticleImpl.java

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

public class XsGTypeDefParticleImpl
extends java.lang.Object
implements org.apache.ws.jaxme.xs.xml.XsGTypeDefParticle

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  org.apache.ws.jaxme.xs.xml.XsTTypeDefParticle particle
           
 
Constructor Summary
protected XsGTypeDefParticleImpl(org.apache.ws.jaxme.xs.xml.XsObject pOwner)
           
 
Method Summary
 org.apache.ws.jaxme.xs.xml.XsTAll createAll()
           
 org.apache.ws.jaxme.xs.xml.XsEChoice createChoice()
           
 org.apache.ws.jaxme.xs.xml.XsTGroupRef createGroup()
           
 org.apache.ws.jaxme.xs.xml.XsESequence createSequence()
           
 org.apache.ws.jaxme.xs.xml.XsTTypeDefParticle getTypeDefParticle()
           
protected  void setTypeDefParticle(org.apache.ws.jaxme.xs.xml.XsTTypeDefParticle pParticle)
           
 
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

particle

private org.apache.ws.jaxme.xs.xml.XsTTypeDefParticle particle
Constructor Detail

XsGTypeDefParticleImpl

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

setTypeDefParticle

protected void setTypeDefParticle(org.apache.ws.jaxme.xs.xml.XsTTypeDefParticle pParticle)

getTypeDefParticle

public org.apache.ws.jaxme.xs.xml.XsTTypeDefParticle getTypeDefParticle()
Specified by:
getTypeDefParticle in interface org.apache.ws.jaxme.xs.xml.XsGTypeDefParticle

createGroup

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

createAll

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

createSequence

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

createChoice

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