org.apache.wsil
Interface Description

All Superinterfaces:
java.io.Serializable, WSILElement, WSILElementWithAbstract
All Known Implementing Classes:
DescriptionImpl

public interface Description
extends WSILElementWithAbstract

WS-Inspection description element.

Version:
1.0
Author:
Peter Brittenham

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 description.
 java.lang.String getReferencedNamespace()
          Get referenced namespace for this description.
 void setExtensionElement(ExtensionElement extensionElement)
          Set extension element.
 void setLocation(java.lang.String location)
          Set location for this description.
 void setReferencedNamespace(java.lang.String namespace)
          Set referenced namespace for this description.
 
Methods inherited from interface org.apache.wsil.WSILElementWithAbstract
addAbstract, addAbstracts, getAbstracts, removeAbstracts
 
Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
 

Field Detail

ELEM_NAME

static final java.lang.String ELEM_NAME
Element name.

See Also:
Constant Field Values

QNAME

static final QName QNAME
QName.

Method Detail

setLocation

void setLocation(java.lang.String location)
Set location for this description.

Parameters:
location - the location of the service description document

getLocation

java.lang.String getLocation()
Get location for this description.

Returns:
Returns the location for the service description document.

setReferencedNamespace

void setReferencedNamespace(java.lang.String namespace)
Set referenced namespace for this description.

Parameters:
namespace - the namespace associated with the service description document

getReferencedNamespace

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


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.