org.apache.woden.wsdl20.xml
Interface ImportElement

All Superinterfaces:
AttributeExtensible, DocumentableElement, ElementExtensible, WSDLElement
All Known Implementing Classes:
ImportImpl

public interface ImportElement
extends DocumentableElement

Represents the WSDL 2.0 <import> element.

Author:
John Kaputin (jkaputin@apache.org)

Method Summary
 DescriptionElement getDescriptionElement()
           
 java.net.URI getLocation()
           
 java.net.URI getNamespace()
           
 void setDescriptionElement(DescriptionElement desc)
           
 void setLocation(java.net.URI locURI)
           
 void setNamespace(java.net.URI nsURI)
           
 
Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement
addDocumentationElement, getDocumentationElements
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
 

Method Detail

setNamespace

public void setNamespace(java.net.URI nsURI)

getNamespace

public java.net.URI getNamespace()

setLocation

public void setLocation(java.net.URI locURI)

getLocation

public java.net.URI getLocation()

setDescriptionElement

public void setDescriptionElement(DescriptionElement desc)

getDescriptionElement

public DescriptionElement getDescriptionElement()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.