Interface Link

All Superinterfaces:
Serializable, WSILElement, WSILElementWithAbstract
All Known Implementing Classes:
LinkImpl

public interface Link extends WSILElementWithAbstract
Link element within a WS-Inspection document.
Version:
1.0
Author:
Peter Brittenham
  • Field Details

  • Method Details

    • setLocation

      void setLocation(String location)
      Set location for this link.
      Parameters:
      location - the location of the linked document
    • getLocation

      String getLocation()
      Get location for this link.
      Returns:
      Returns the location for the linked document.
    • setReferencedNamespace

      void setReferencedNamespace(String namespace)
      Set referenced namespace for this link.
      Parameters:
      namespace - the namespace associated with the linked document
    • getReferencedNamespace

      String getReferencedNamespace()
      Get referenced namespace for this link.
      Returns:
      Returns the namespace for the referenced service description document.
    • setExtensionElement

      void setExtensionElement(ExtensionElement extensionElement)
      Set extension element.
      Parameters:
      extensionElement - the extension element to set within the link element
    • getExtensionElement

      ExtensionElement getExtensionElement()
      Get extension elment.
      Returns:
      Returns the extension element within the link element.