Package org.apache.wsil
Interface Link
- All Superinterfaces:
Serializable
,WSILElement
,WSILElementWithAbstract
- All Known Implementing Classes:
LinkImpl
Link element within a WS-Inspection document.
- Version:
- 1.0
- Author:
- Peter Brittenham
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet extension elment.Get location for this link.Get referenced namespace for this link.void
setExtensionElement
(ExtensionElement extensionElement) Set extension element.void
setLocation
(String location) Set location for this link.void
setReferencedNamespace
(String namespace) Set referenced namespace for this link.Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
Methods inherited from interface org.apache.wsil.WSILElementWithAbstract
addAbstract, addAbstracts, getAbstracts, removeAbstracts
-
Field Details
-
ELEM_NAME
Element name.- See Also:
-
QNAME
QName.
-
-
Method Details
-
setLocation
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
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
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.
-