Interface Description

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

public interface Description extends WSILElementWithAbstract
WS-Inspection description element.
Version:
1.0
Author:
Peter Brittenham
  • Field Details

  • Method Details

    • setLocation

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

      String getLocation()
      Get location for this description.
      Returns:
      Returns the location for the service description document.
    • setReferencedNamespace

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

      String getReferencedNamespace()
      Get referenced namespace for this description.
      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 description element
    • getExtensionElement

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