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.
|
abstractsELEM_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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAbstract, addAbstracts, getAbstracts, removeAbstractsprotected 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 Inspectionlink - the link element to addpublic void removeLink(Link link)
removeLink in interface Inspectionlink - the link element to removepublic Link[] getLinks()
getLinks in interface Inspectionpublic void addNamespace(java.lang.String localName,
java.lang.String value)
addNamespace in interface InspectionlocalName - the local name part of the namespacevalue - the namespace valuepublic QName[] getNamespaces()
getNamespaces in interface Inspectionpublic void removeNamespace(java.lang.String localName,
java.lang.String value)
removeNamespace in interface InspectionlocalName - the local name part of the namespacevalue - the namespace valuepublic void addService(Service service)
addService in interface Inspectionservice - the service element to addpublic void removeService(Service service)
removeService in interface Inspectionservice - the service element to removepublic Service[] getServices()
getServices in interface Inspectionpublic java.lang.String getTargetNamespace()
getTargetNamespace in interface Inspectionpublic void setTargetNamespace(java.lang.String targetNamespace)
setTargetNamespace in interface Inspectionnamespace - the target namespacepublic java.lang.String toXMLString()
toXMLString in interface WSILElementCopyright ? 2001 International Business Machines Corporation. All Rights Reserved.