public class InspectionImpl extends WSILElementWithAbstractImpl implements Inspection
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
links
Links.
|
protected java.util.List |
namespaces
Namespace list.
|
protected java.util.List |
services
Services.
|
protected java.lang.String |
targetNamespace
Target namespace.
|
abstracts
ELEM_NAME, QNAME
Constructor and Description |
---|
InspectionImpl()
InspectionImpl constructor comment.
|
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)
Removed service element.
|
void |
setTargetNamespace(java.lang.String targetNamespace)
Set the target namespace in which WSDL elements are defined.
|
java.lang.String |
toXMLString()
XML string representation of this object.
|
addAbstract, addAbstracts, getAbstracts, removeAbstracts, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAbstract, addAbstracts, getAbstracts, removeAbstracts
protected java.util.List links
protected java.util.List services
protected java.lang.String targetNamespace
protected java.util.List namespaces
public void addLink(Link link)
addLink
in interface Inspection
link
- the link element to addpublic void removeLink(Link link)
removeLink
in interface Inspection
link
- the link element to removepublic Link[] getLinks()
getLinks
in interface Inspection
public void addNamespace(java.lang.String localName, java.lang.String value)
addNamespace
in interface Inspection
localName
- the local name part of the namespacevalue
- the namespace valuepublic QName[] getNamespaces()
getNamespaces
in interface Inspection
public void removeNamespace(java.lang.String localName, java.lang.String value)
removeNamespace
in interface Inspection
localName
- the local name part of the namespacevalue
- the namespace valuepublic void addService(Service service)
addService
in interface Inspection
service
- the service element to addpublic void removeService(Service service)
removeService
in interface Inspection
service
- the service element to removepublic Service[] getServices()
getServices
in interface Inspection
public java.lang.String getTargetNamespace()
getTargetNamespace
in interface Inspection
public void setTargetNamespace(java.lang.String targetNamespace)
setTargetNamespace
in interface Inspection
namespace
- the target namespacepublic java.lang.String toXMLString()
toXMLString
in interface WSILElement
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.