Class AbstractXMLElementImpl<E>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
-
- All Implemented Interfaces:
Serializable,SchemaElement,XMLElement
public abstract class AbstractXMLElementImpl<E> extends AbstractSchemaElementImpl<E> implements XMLElement
Abstract super class for all WSDL Elements, providing some basic common functionality.- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description AbstractXMLElementImpl()AbstractXMLElementImpl(E model, AbstractXMLElementImpl parent)
-
Method Summary
-
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.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
-
-
-
-
Constructor Detail
-
AbstractXMLElementImpl
public AbstractXMLElementImpl()
-
AbstractXMLElementImpl
public AbstractXMLElementImpl(E model, AbstractXMLElementImpl parent)
-
-