com.ebmwebsourcing.commons.wsdl.impl.wsdl20
Class IncludeImpl

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
      extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractIncludeImpl<IncludeType>
          extended by com.ebmwebsourcing.commons.wsdl.impl.wsdl20.IncludeImpl
All Implemented Interfaces:
Include, WSDLElement, java.io.Serializable

public class IncludeImpl
extends AbstractIncludeImpl<IncludeType>
implements Include

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
IncludeImpl(IncludeType incl, Description parent)
           
 
Method Summary
 java.lang.String getLocationURI()
          Get the location URI of this import.
 java.util.List<org.w3c.dom.Element> getOtherElements()
          Get all the extensibility elements defined here.
 void setLocationURI(java.lang.String locationURI)
          Set the location URI of this import.
 
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, 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.Include
getDescription, setDescription
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

IncludeImpl

public IncludeImpl(IncludeType incl,
                   Description parent)
Method Detail

getLocationURI

public java.lang.String getLocationURI()
Description copied from interface: Include
Get the location URI of this import.

Specified by:
getLocationURI in interface Include

setLocationURI

public void setLocationURI(java.lang.String locationURI)
Description copied from interface: Include
Set the location URI of this import.

Specified by:
setLocationURI in interface Include
Parameters:
locationURI - the desired location URI

getOtherElements

public java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws WSDLException
Description copied from class: AbstractWSDLElementImpl
Get all the extensibility elements defined here.

Specified by:
getOtherElements in interface WSDLElement
Overrides:
getOtherElements in class AbstractWSDLElementImpl<IncludeType>
Throws:
WSDLException


Copyright © 2008 eBM WebSourcing. All Rights Reserved.