com.ebmwebsourcing.commons.wsdl.api.abstractElmt
Class AbstractImportImpl<E>

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
      extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractIncludeImpl<E>
          extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractImportImpl<E>
All Implemented Interfaces:
Import, Include, WSDLElement, java.io.Serializable
Direct Known Subclasses:
ImportImpl, ImportImpl

public abstract class AbstractImportImpl<E>
extends AbstractIncludeImpl<E>
implements Import

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractIncludeImpl
desc, parent
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation, model
 
Constructor Summary
AbstractImportImpl(E model, Description parent)
          Default constructor
 
Method Summary
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractIncludeImpl
getDescription, getParentDescription, setDescription, setParentDescription
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.Import
getNamespaceURI, setNamespaceURI
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.Include
getDescription, getLocationURI, setDescription, setLocationURI
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Constructor Detail

AbstractImportImpl

public AbstractImportImpl(E model,
                          Description parent)
Default constructor

Parameters:
impt - the model
parent - the parent description


Copyright © 2008 eBM WebSourcing. All Rights Reserved.