public interface Inspection 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 |
---|---|
void |
addLink(Link link)
Add link element.
|
void |
addNamespace(java.lang.String localName,
java.lang.String value)
Add namespace.
|
void |
addService(Service service)
Add service element.
|
Link[] |
getLinks()
Get link elements.
|
QName[] |
getNamespaces()
Get list of namespaces.
|
Service[] |
getServices()
Get service elements.
|
java.lang.String |
getTargetNamespace()
Get the target namespace in which the WSDL elements
are defined.
|
void |
removeLink(Link link)
Remove link element.
|
void |
removeNamespace(java.lang.String localName,
java.lang.String value)
Remove namespace.
|
void |
removeService(Service service)
Remove service element.
|
void |
setTargetNamespace(java.lang.String targetNamespace)
Set the target namespace in which WSDL elements are defined.
|
addAbstract, addAbstracts, getAbstracts, removeAbstracts
toXMLString
static final java.lang.String ELEM_NAME
static final QName QNAME
void addLink(Link link)
link
- the link element to addLink[] getLinks()
void removeLink(Link link)
link
- the link element to removevoid addService(Service service)
service
- the service element to addService[] getServices()
void removeService(Service service)
service
- the service element to removejava.lang.String getTargetNamespace()
void setTargetNamespace(java.lang.String targetNamespace)
namespace
- the target namespacevoid addNamespace(java.lang.String localName, java.lang.String value)
localName
- the local name part of the namespacevalue
- the namespace valueQName[] getNamespaces()
void removeNamespace(java.lang.String localName, java.lang.String value)
localName
- the local name part of the namespacevalue
- the namespace valueCopyright ? 2001 International Business Machines Corporation. All Rights Reserved.