org.ow2.easywsdl.xml.impl
Class AbstractXMLElementImpl<E>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.xml.impl.AbstractXMLElementImpl<E>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, XMLElement

public abstract class AbstractXMLElementImpl<E>
extends org.ow2.easywsdl.schema.api.abstractElmt.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
AbstractXMLElementImpl()
           
AbstractXMLElementImpl(E model, AbstractXMLElementImpl parent)
           
 
Method Summary
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.xml.api.XMLElement
getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

AbstractXMLElementImpl

public AbstractXMLElementImpl()

AbstractXMLElementImpl

public AbstractXMLElementImpl(E model,
                              AbstractXMLElementImpl parent)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.