org.apache.woden.wsdl20.xml
Interface ImportElement

All Superinterfaces:
AttributeExtensible, DocumentableElement, ElementExtensible, NestedElement, WSDLElement

public interface ImportElement
extends DocumentableElement, NestedElement

Represents the WSDL 2.0 <import> element.

Author:
John Kaputin (jkaputin@apache.org)

Method Summary
 DescriptionElement getDescriptionElement()
           
 URI getLocation()
           
 URI getNamespace()
           
 void setDescriptionElement(DescriptionElement desc)
           
 void setLocation(URI locURI)
           
 void setNamespace(URI nsURI)
           
 
Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement
addDocumentationElement, getDocumentationElements
 
Methods inherited from interface org.apache.woden.wsdl20.xml.NestedElement
getParentElement
 
Methods inherited from interface org.apache.woden.wsdl20.xml.WSDLElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
 
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

void setNamespace(URI nsURI)

getNamespace

URI getNamespace()

setLocation

void setLocation(URI locURI)

getLocation

URI getLocation()

setDescriptionElement

void setDescriptionElement(DescriptionElement desc)

getDescriptionElement

DescriptionElement getDescriptionElement()


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