org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractAllImpl<E extends Annotated,Elmt extends AbsItfElement>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractAllImpl<E,Elmt>
All Implemented Interfaces:
java.io.Serializable, AbsItfAll<Elmt>, SchemaElement
Direct Known Subclasses:
AllImpl

public abstract class AbstractAllImpl<E extends Annotated,Elmt extends AbsItfElement>
extends AbstractSchemaElementImpl<E>
implements AbsItfAll<Elmt>

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
protected  java.util.List<Elmt> elements
           
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractAllImpl(E model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 void addElement(Elmt elmt)
           
 java.util.List<Elmt> getElements()
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfAll
createElement
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Field Detail

elements

protected java.util.List<Elmt extends AbsItfElement> elements
Constructor Detail

AbstractAllImpl

public AbstractAllImpl(E model,
                       AbstractSchemaElementImpl parent)
Method Detail

getElements

public java.util.List<Elmt> getElements()
Specified by:
getElements in interface AbsItfAll<Elmt extends AbsItfElement>

addElement

public void addElement(Elmt elmt)
Specified by:
addElement in interface AbsItfAll<Elmt extends AbsItfElement>


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.