org.ow2.easywsdl.wsdl.decorator
Class DecoratorImportImpl<D extends AbsItfDescription>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
org.ow2.easywsdl.wsdl.decorator.Decorator<AbsItfImport<D>>
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
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
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 |
DecoratorImportImpl
public DecoratorImportImpl(AbsItfImport<D> impt)
throws WSDLException
- Throws:
WSDLException
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.