Interface Link

    • Field Detail

      • QNAME

        static final QName QNAME
        QName.
    • Method Detail

      • setLocation

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

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

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

        java.lang.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.