|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Description
WS-Inspection description element.
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 |
---|
static final java.lang.String ELEM_NAME
static final QName QNAME
Method Detail |
---|
void setLocation(java.lang.String location)
location
- the location of the service description documentjava.lang.String getLocation()
void setReferencedNamespace(java.lang.String namespace)
namespace
- the namespace associated with the service description documentjava.lang.String getReferencedNamespace()
void setExtensionElement(ExtensionElement extensionElement)
extensionElement
- the extension element to set within the description elementExtensionElement getExtensionElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |