Class BusinessDescriptionImpl
- java.lang.Object
-
- org.apache.wsil.impl.extension.ExtensionElementImpl
-
- org.apache.wsil.impl.extension.uddi.BusinessDescriptionImpl
-
- All Implemented Interfaces:
java.io.Serializable
,ExtensionElement
,BusinessDescription
,WSILElement
public class BusinessDescriptionImpl extends ExtensionElementImpl implements BusinessDescription
This class contains the implementation for a <wsiluddi:businessDescription> element.- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.uddi4j.util.BusinessKey
businessKey
Business key.protected org.uddi4j.util.DiscoveryURL
discoveryURL
Discovery URLprotected java.lang.String
location
location-
Fields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
qname
-
Fields inherited from interface org.apache.wsil.extension.uddi.BusinessDescription
BUSINESS_KEY_ELEM_NAME, BUSINESS_KEY_QNAME, BUSINESS_KEY_QNAME_V2, DISCOVERY_URL_ELEM_NAME, DISCOVERY_URL_QNAME, DISCOVERY_URL_QNAME_V2, ELEM_NAME, QNAME, QNAME_V2
-
-
Constructor Summary
Constructors Constructor Description BusinessDescriptionImpl()
BusinessDescriptionImpl constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uddi4j.util.BusinessKey
createBusinessKey()
Create business key.org.uddi4j.util.DiscoveryURL
createDiscoveryURL()
Create discoveryURL.org.uddi4j.util.BusinessKey
getBusinessKey()
Get business key.org.uddi4j.util.DiscoveryURL
getDiscoveryURL()
Get discoveryURL.java.lang.String
getLocation()
Get location for this ServiceDescription.void
setBusinessKey(org.uddi4j.util.BusinessKey businessKey)
Set businessKey.void
setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)
Set discoveryURL.void
setLocation(java.lang.String location)
Set location for this ServiceDescription.java.lang.String
toXMLString()
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
-
createBusinessKey
public org.uddi4j.util.BusinessKey createBusinessKey()
Create business key.- Specified by:
createBusinessKey
in interfaceBusinessDescription
-
setBusinessKey
public void setBusinessKey(org.uddi4j.util.BusinessKey businessKey)
Set businessKey.- Specified by:
setBusinessKey
in interfaceBusinessDescription
-
getBusinessKey
public org.uddi4j.util.BusinessKey getBusinessKey()
Get business key.- Specified by:
getBusinessKey
in interfaceBusinessDescription
-
createDiscoveryURL
public org.uddi4j.util.DiscoveryURL createDiscoveryURL()
Create discoveryURL.- Specified by:
createDiscoveryURL
in interfaceBusinessDescription
-
setDiscoveryURL
public void setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)
Set discoveryURL.- Specified by:
setDiscoveryURL
in interfaceBusinessDescription
-
getDiscoveryURL
public org.uddi4j.util.DiscoveryURL getDiscoveryURL()
Get discoveryURL.- Specified by:
getDiscoveryURL
in interfaceBusinessDescription
-
getLocation
public java.lang.String getLocation()
Get location for this ServiceDescription.- Specified by:
getLocation
in interfaceBusinessDescription
-
setLocation
public void setLocation(java.lang.String location)
Set location for this ServiceDescription.- Specified by:
setLocation
in interfaceBusinessDescription
-
toXMLString
public java.lang.String toXMLString()
XML string representation of this object.- Specified by:
toXMLString
in interfaceWSILElement
- Returns:
- Returns the XML string format of this element.
-
-