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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAbstract, addAbstracts, getAbstracts, removeAbstractsprotected java.util.Vector serviceNames
protected java.util.List descriptions
public void addDescription(Description description)
addDescription in interface Servicedescription - the description element to addpublic void removeDescription(Description description)
removeDescription in interface Servicedescription - the description element to removepublic Description[] getDescriptions()
getDescriptions in interface Servicepublic void addServiceName(ServiceName serviceName)
addServiceName in interface ServiceserviceName - the service name element to addpublic void removeServiceName(ServiceName serviceName)
removeServiceName in interface ServiceserviceName - the service name element to removepublic ServiceName[] getServiceNames()
getServiceNames in interface Servicepublic java.lang.String toXMLString()
toXMLString in interface WSILElementCopyright ? 2001 International Business Machines Corporation. All Rights Reserved.