com.ebmwebsourcing.commons.wsdl.impl.wsdl20
Class ImportImpl
java.lang.Object
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractIncludeImpl<E>
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractImportImpl<ImportType>
com.ebmwebsourcing.commons.wsdl.impl.wsdl20.ImportImpl
- All Implemented Interfaces:
- Import, Include, WSDLElement, java.io.Serializable
public class ImportImpl
- extends AbstractImportImpl<ImportType>
- implements Import
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getLocationURI()
Get the location URI of this import. |
java.lang.String |
getNamespaceURI()
Get the namespace 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. |
void |
setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI of this import. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ImportImpl
public ImportImpl(ImportType impt,
Description parent)
getNamespaceURI
public java.lang.String getNamespaceURI()
- Description copied from interface:
Import
- Get the namespace URI of this import.
- Specified by:
getNamespaceURI in interface Import
setNamespaceURI
public void setNamespaceURI(java.lang.String namespaceURI)
- Description copied from interface:
Import
- Set the namespace URI of this import.
- Specified by:
setNamespaceURI in interface Import
- Parameters:
namespaceURI - the desired namespace URI
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<ImportType>
- Throws:
WSDLException
Copyright © 2008 eBM WebSourcing. All Rights Reserved.