org.ow2.easywsdl.wsdl.api.abstractItf
Interface AbsItfInclude<D extends AbsItfDescription>

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
AbsItfImport<D>, Import, Include
All Known Implementing Classes:
AbstractImportImpl, AbstractIncludeImpl, ImportImpl, ImportImpl, IncludeImpl

public interface AbsItfInclude<D extends AbsItfDescription>
extends WSDLElement

This interface represents an include, and may contain a reference to the included definition.

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 D getDescription()
          This property can be used to hang a referenced Definition, and the top-level Definition (i.e. the one with the <import>) will use this Definition when resolving referenced WSDL parts.
 java.net.URI getLocationURI()
          Get the location URI of this import.
 void setDescription(D description)
          This property can be used to hang a referenced Definition, and the top-level Definition (i.e. the one with the <import>) will use this Definition when resolving referenced WSDL parts.
 void setLocationURI(java.net.URI locationURI)
          Set the location URI of this import.
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

setLocationURI

void setLocationURI(java.net.URI locationURI)
Set the location URI of this import.

Parameters:
locationURI - the desired location URI

getLocationURI

java.net.URI getLocationURI()
Get the location URI of this import.

Returns:
the location URI of this import or null if undefined.

setDescription

void setDescription(D description)
This property can be used to hang a referenced Definition, and the top-level Definition (i.e. the one with the <import>) will use this Definition when resolving referenced WSDL parts. This would need to be made into a generic reference to handle other types of referenced documents.


getDescription

D getDescription()
This property can be used to hang a referenced Definition, and the top-level Definition (i.e. the one with the <import>) will use this Definition when resolving referenced WSDL parts. This would need to be made into a generic reference to handle other types of referenced documents.



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