public class ServiceDescriptionImpl extends ExtensionElementImpl implements ServiceDescription
| Modifier and Type | Field and Description |
|---|---|
protected org.uddi4j.util.DiscoveryURL |
discoveryURL
Discovery URL
|
protected java.lang.String |
location
location
|
protected org.uddi4j.util.ServiceKey |
serviceKey
Service key.
|
qnameDISCOVERY_URL_ELEM_NAME, DISCOVERY_URL_QNAME, DISCOVERY_URL_QNAME_V2, ELEM_NAME, QNAME, QNAME_V2, SERVICE_KEY_ELEM_NAME, SERVICE_KEY_QNAME, SERVICE_KEY_QNAME_V2| Constructor and Description |
|---|
ServiceDescriptionImpl()
ServiceDescriptionImpl constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
org.uddi4j.util.DiscoveryURL |
createDiscoveryURL()
Create discoveryURL.
|
org.uddi4j.util.ServiceKey |
createServiceKey()
Create service key.
|
org.uddi4j.util.DiscoveryURL |
getDiscoveryURL()
Get discoveryURL.
|
java.lang.String |
getLocation()
Get location for this ServiceDescription.
|
org.uddi4j.util.ServiceKey |
getServiceKey()
Get service key.
|
void |
setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)
Set discoveryURL.
|
void |
setLocation(java.lang.String location)
Set location for this ServiceDescription.
|
void |
setServiceKey(org.uddi4j.util.ServiceKey serviceKey)
Set serviceKey.
|
java.lang.String |
toXMLString()
XML string representation of this object.
|
getQName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetQNameprotected org.uddi4j.util.ServiceKey serviceKey
protected org.uddi4j.util.DiscoveryURL discoveryURL
protected java.lang.String location
public ServiceDescriptionImpl()
public org.uddi4j.util.ServiceKey createServiceKey()
createServiceKey in interface ServiceDescriptionpublic void setServiceKey(org.uddi4j.util.ServiceKey serviceKey)
setServiceKey in interface ServiceDescriptionpublic org.uddi4j.util.ServiceKey getServiceKey()
getServiceKey in interface ServiceDescriptionpublic org.uddi4j.util.DiscoveryURL createDiscoveryURL()
createDiscoveryURL in interface ServiceDescriptionpublic void setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)
setDiscoveryURL in interface ServiceDescriptionpublic org.uddi4j.util.DiscoveryURL getDiscoveryURL()
getDiscoveryURL in interface ServiceDescriptionpublic java.lang.String getLocation()
getLocation in interface ServiceDescriptionpublic void setLocation(java.lang.String location)
setLocation in interface ServiceDescriptionpublic java.lang.String toXMLString()
toXMLString in interface WSILElementCopyright ? 2001 International Business Machines Corporation. All Rights Reserved.