org.ow2.easywsdl.wsdl.decorator
Class DecoratorImportImpl<D extends AbsItfDescription>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
              extended by org.ow2.easywsdl.wsdl.decorator.Decorator<AbsItfImport<D>>
                  extended by org.ow2.easywsdl.wsdl.decorator.DecoratorImportImpl<D>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement

public abstract class DecoratorImportImpl<D extends AbsItfDescription>
extends Decorator<AbsItfImport<D>>

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
internalObject
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DecoratorImportImpl(AbsItfImport<D> impt)
           
 
Method Summary
 D getDescription()
           
 java.net.URI getLocationURI()
           
 java.lang.String getNamespaceURI()
           
 void setDescription(D arg0)
           
 void setLocationURI(java.net.URI arg0)
           
 void setNamespaceURI(java.lang.String arg0)
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getOtherElements, getParent, hashCode, setDocumentation
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecoratorImportImpl

public DecoratorImportImpl(AbsItfImport<D> impt)
                    throws WSDLException
Throws:
WSDLException
Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()

setNamespaceURI

public void setNamespaceURI(java.lang.String arg0)

getDescription

public D getDescription()

getLocationURI

public java.net.URI getLocationURI()

setDescription

public void setDescription(D arg0)

setLocationURI

public void setLocationURI(java.net.URI arg0)


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