org.ow2.easywsdl.schema.impl
Class AllImpl

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

public class AllImpl
extends AbstractAllImpl<All,Element>
implements All

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractAllImpl
elements
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AllImpl(All model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 void addElement(Element elmt)
           
 Element createElement()
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractAllImpl
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
getElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

AllImpl

public AllImpl(All model,
               AbstractSchemaElementImpl parent)
Method Detail

createElement

public Element createElement()
Specified by:
createElement in interface AbsItfAll<Element>

addElement

public void addElement(Element elmt)
Specified by:
addElement in interface AbsItfAll<Element>
Overrides:
addElement in class AbstractAllImpl<All,Element>


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