Package org.ow2.easywsdl.schema.impl
Class AllImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractAllImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.All,Element>
-
- org.ow2.easywsdl.schema.impl.AllImpl
-
- All Implemented Interfaces:
Serializable,AbsItfAll<Element>,AbsItfGroup<Element>,All,SchemaElement
public class AllImpl extends AbstractAllImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.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
Constructors Constructor Description AllImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.All 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.AbstractAllImpl
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
-
AllImpl
public AllImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.All 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 classAbstractAllImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.All,Element>
-
-