Class BusinessDescriptionImpl
java.lang.Object
org.apache.wsil.impl.extension.ExtensionElementImpl
org.apache.wsil.impl.extension.uddi.BusinessDescriptionImpl
- All Implemented Interfaces:
Serializable
,ExtensionElement
,BusinessDescription
,WSILElement
This class contains the implementation for a
<wsiluddi:businessDescription> element.
- Version:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.uddi4j.util.BusinessKey
Business key.protected org.uddi4j.util.DiscoveryURL
Discovery URLprotected String
locationFields 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 -
Method Summary
Modifier and TypeMethodDescriptionorg.uddi4j.util.BusinessKey
Create business key.org.uddi4j.util.DiscoveryURL
Create discoveryURL.org.uddi4j.util.BusinessKey
Get business key.org.uddi4j.util.DiscoveryURL
Get discoveryURL.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
(String location) Set location for this ServiceDescription.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
-
Field Details
-
businessKey
protected org.uddi4j.util.BusinessKey businessKeyBusiness key. -
discoveryURL
protected org.uddi4j.util.DiscoveryURL discoveryURLDiscovery URL -
location
location
-
-
Constructor Details
-
BusinessDescriptionImpl
public BusinessDescriptionImpl()BusinessDescriptionImpl constructor comment.
-
-
Method Details
-
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
Get location for this ServiceDescription.- Specified by:
getLocation
in interfaceBusinessDescription
-
setLocation
Set location for this ServiceDescription.- Specified by:
setLocation
in interfaceBusinessDescription
-
toXMLString
XML string representation of this object.- Specified by:
toXMLString
in interfaceWSILElement
- Returns:
- Returns the XML string format of this element.
-