Class ServiceDescriptionImpl
- java.lang.Object
-
- org.apache.wsil.impl.extension.ExtensionElementImpl
-
- org.apache.wsil.impl.extension.uddi.ServiceDescriptionImpl
-
- All Implemented Interfaces:
java.io.Serializable,ExtensionElement,ServiceDescription,WSILElement
public class ServiceDescriptionImpl extends ExtensionElementImpl implements ServiceDescription
This class contains the implementation for a <wsiluddi:serviceDescription> element.- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.uddi4j.util.DiscoveryURLdiscoveryURLDiscovery URLprotected java.lang.Stringlocationlocationprotected org.uddi4j.util.ServiceKeyserviceKeyService key.-
Fields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
qname
-
Fields inherited from interface org.apache.wsil.extension.uddi.ServiceDescription
DISCOVERY_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 Summary
Constructors Constructor Description ServiceDescriptionImpl()ServiceDescriptionImpl constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uddi4j.util.DiscoveryURLcreateDiscoveryURL()Create discoveryURL.org.uddi4j.util.ServiceKeycreateServiceKey()Create service key.org.uddi4j.util.DiscoveryURLgetDiscoveryURL()Get discoveryURL.java.lang.StringgetLocation()Get location for this ServiceDescription.org.uddi4j.util.ServiceKeygetServiceKey()Get service key.voidsetDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)Set discoveryURL.voidsetLocation(java.lang.String location)Set location for this ServiceDescription.voidsetServiceKey(org.uddi4j.util.ServiceKey serviceKey)Set serviceKey.java.lang.StringtoXMLString()XML string representation of this object.-
Methods inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
getQName, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.wsil.extension.ExtensionElement
getQName
-
-
-
-
Method Detail
-
createServiceKey
public org.uddi4j.util.ServiceKey createServiceKey()
Create service key.- Specified by:
createServiceKeyin interfaceServiceDescription
-
setServiceKey
public void setServiceKey(org.uddi4j.util.ServiceKey serviceKey)
Set serviceKey.- Specified by:
setServiceKeyin interfaceServiceDescription
-
getServiceKey
public org.uddi4j.util.ServiceKey getServiceKey()
Get service key.- Specified by:
getServiceKeyin interfaceServiceDescription
-
createDiscoveryURL
public org.uddi4j.util.DiscoveryURL createDiscoveryURL()
Create discoveryURL.- Specified by:
createDiscoveryURLin interfaceServiceDescription
-
setDiscoveryURL
public void setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)
Set discoveryURL.- Specified by:
setDiscoveryURLin interfaceServiceDescription
-
getDiscoveryURL
public org.uddi4j.util.DiscoveryURL getDiscoveryURL()
Get discoveryURL.- Specified by:
getDiscoveryURLin interfaceServiceDescription
-
getLocation
public java.lang.String getLocation()
Get location for this ServiceDescription.- Specified by:
getLocationin interfaceServiceDescription
-
setLocation
public void setLocation(java.lang.String location)
Set location for this ServiceDescription.- Specified by:
setLocationin interfaceServiceDescription
-
toXMLString
public java.lang.String toXMLString()
XML string representation of this object.- Specified by:
toXMLStringin interfaceWSILElement- Returns:
- Returns the XML string format of this element.
-
-