Package org.ow2.easywsdl.schema.impl
Class SequenceImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSequenceImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.ExplicitGroup,Element>
-
- org.ow2.easywsdl.schema.impl.SequenceImpl
-
- All Implemented Interfaces:
Serializable,AbsItfGroup<Element>,AbsItfSequence<Element>,SchemaElement,Sequence
public class SequenceImpl extends AbstractSequenceImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.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
Constructors Constructor Description SequenceImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.ExplicitGroup model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(Element elmt)ElementcreateElement()-
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(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.ExplicitGroup model, AbstractSchemaElementImpl parent)
-
-
Method Detail
-
createElement
public Element createElement()
- Specified by:
createElementin interfaceAbsItfGroup<Element>
-
addElement
public void addElement(Element elmt)
- Specified by:
addElementin interfaceAbsItfGroup<Element>- Overrides:
addElementin classAbstractSequenceImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.ExplicitGroup,Element>
-
-