org.ow2.easywsdl.schema.impl
Class SequenceImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSequenceImpl<ExplicitGroup,Element>
          extended by org.ow2.easywsdl.schema.impl.SequenceImpl
All Implemented Interfaces:
java.io.Serializable, AbsItfGroup<Element>, AbsItfSequence<Element>, SchemaElement, Sequence

public class SequenceImpl
extends AbstractSequenceImpl<ExplicitGroup,Element>
implements Sequence

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSequenceImpl
elements
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
SequenceImpl(ExplicitGroup model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 void addElement(Element elmt)
           
 Element createElement()
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSequenceImpl
getElements
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfGroup
getElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

SequenceImpl

public SequenceImpl(ExplicitGroup model,
                    AbstractSchemaElementImpl parent)
Method Detail

createElement

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

addElement

public void addElement(Element elmt)
Specified by:
addElement in interface AbsItfGroup<Element>
Overrides:
addElement in class AbstractSequenceImpl<ExplicitGroup,Element>


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