org.apache.woden.internal.wsdl20
Class ImportImpl

java.lang.Object
  extended byorg.apache.woden.internal.wsdl20.WSDLElementImpl
      extended byorg.apache.woden.internal.wsdl20.WSDLObjectImpl
          extended byorg.apache.woden.internal.wsdl20.DocumentableImpl
              extended byorg.apache.woden.internal.wsdl20.WSDLReferenceImpl
                  extended byorg.apache.woden.internal.wsdl20.ImportImpl
All Implemented Interfaces:
AttributeExtensible, DocumentableElement, ElementExtensible, ImportElement, WSDLComponent, WSDLElement

public class ImportImpl
extends WSDLReferenceImpl
implements ImportElement

This class implements the <wsdl:import> element.

Author:
jkaputin@apache.org

Constructor Summary
ImportImpl()
           
 
Method Summary
 java.net.URI getNamespace()
           
 void setNamespace(java.net.URI nsURI)
           
 
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLReferenceImpl
addDocumentationElement, getDescriptionElement, getDocumentationElements, getLocation, setDescriptionElement, setLocation
 
Methods inherited from class org.apache.woden.internal.wsdl20.DocumentableImpl
addDocumentationElement
 
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLObjectImpl
containsComponent, equals, getComponentExtensionsForNamespace, setComponentExtensions
 
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLElementImpl
addExtensionElement, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, setExtensionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.woden.wsdl20.xml.ImportElement
getDescriptionElement, getLocation, setDescriptionElement, setLocation
 
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
 

Constructor Detail

ImportImpl

public ImportImpl()
Method Detail

setNamespace

public void setNamespace(java.net.URI nsURI)
Specified by:
setNamespace in interface ImportElement

getNamespace

public java.net.URI getNamespace()
Specified by:
getNamespace in interface ImportElement


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