org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractXMLElementImpl<E>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
All Implemented Interfaces:
java.io.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
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.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

AbstractXMLElementImpl

public AbstractXMLElementImpl()

AbstractXMLElementImpl

public AbstractXMLElementImpl(E model,
                              AbstractXMLElementImpl parent)


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.