|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Link
Link element within a WS-Inspection document.
| Field Summary | |
|---|---|
static java.lang.String |
ELEM_NAME
Element name. |
static QName |
QNAME
QName. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.wsil.WSILElementWithAbstract |
|---|
addAbstract, addAbstracts, getAbstracts, removeAbstracts |
| Methods inherited from interface org.apache.wsil.WSILElement |
|---|
toXMLString |
| Field Detail |
|---|
static final java.lang.String ELEM_NAME
static final QName QNAME
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||