public class ServiceImpl extends WSILElementWithAbstractImpl implements Service
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
descriptions
Descriptions.
|
protected java.util.Vector |
serviceNames
Service names.
|
abstracts
Constructor and Description |
---|
ServiceImpl()
ServiceImpl constructor comment.
|
Modifier and Type | Method and Description |
---|---|
void |
addDescription(Description description)
Add description element.
|
void |
addServiceName(ServiceName serviceName)
Add service name.
|
Description[] |
getDescriptions()
Get description elements.
|
ServiceName[] |
getServiceNames()
Get the service name.
|
void |
removeDescription(Description description)
Remove description element.
|
void |
removeServiceName(ServiceName serviceName)
Remove a service name.
|
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.Vector serviceNames
protected java.util.List descriptions
public void addDescription(Description description)
addDescription
in interface Service
description
- the description element to addpublic void removeDescription(Description description)
removeDescription
in interface Service
description
- the description element to removepublic Description[] getDescriptions()
getDescriptions
in interface Service
public void addServiceName(ServiceName serviceName)
addServiceName
in interface Service
serviceName
- the service name element to addpublic void removeServiceName(ServiceName serviceName)
removeServiceName
in interface Service
serviceName
- the service name element to removepublic ServiceName[] getServiceNames()
getServiceNames
in interface Service
public java.lang.String toXMLString()
toXMLString
in interface WSILElement
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.