Class AbstractSequenceImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,Elmt extends AbsItfElement>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSequenceImpl<E,Elmt>
-
- All Implemented Interfaces:
Serializable,AbsItfGroup<Elmt>,AbsItfSequence<Elmt>,SchemaElement
- Direct Known Subclasses:
SequenceImpl
public abstract class AbstractSequenceImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,Elmt extends AbsItfElement> extends AbstractSchemaElementImpl<E> implements AbsItfSequence<Elmt>
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Elmt>elements-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description AbstractSequenceImpl(E model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(Elmt elmt)List<Elmt>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
createElement
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Field Detail
-
elements
protected List<Elmt extends AbsItfElement> elements
-
-
Constructor Detail
-
AbstractSequenceImpl
public AbstractSequenceImpl(E model, AbstractSchemaElementImpl parent)
-
-
Method Detail
-
getElements
public List<Elmt> getElements()
- Specified by:
getElementsin interfaceAbsItfGroup<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated>
-
addElement
public void addElement(Elmt elmt)
- Specified by:
addElementin interfaceAbsItfGroup<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated>
-
-