public interface Link extends WSILElementWithAbstract
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEM_NAME
Element name.
|
static QName |
QNAME
QName.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
getExtensionElement()
Get extension elment.
|
java.lang.String |
getLocation()
Get location for this link.
|
java.lang.String |
getReferencedNamespace()
Get referenced namespace for this link.
|
void |
setExtensionElement(ExtensionElement extensionElement)
Set extension element.
|
void |
setLocation(java.lang.String location)
Set location for this link.
|
void |
setReferencedNamespace(java.lang.String namespace)
Set referenced namespace for this link.
|
addAbstract, addAbstracts, getAbstracts, removeAbstracts
toXMLString
static final java.lang.String ELEM_NAME
static final QName QNAME
void setLocation(java.lang.String location)
location
- the location of the linked documentjava.lang.String getLocation()
void setReferencedNamespace(java.lang.String namespace)
namespace
- the namespace associated with the linked documentjava.lang.String getReferencedNamespace()
void setExtensionElement(ExtensionElement extensionElement)
extensionElement
- the extension element to set within the link elementExtensionElement getExtensionElement()
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.