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.BusinessKeybusinessKeyBusiness key.protected org.uddi4j.util.DiscoveryURLdiscoveryURLDiscovery URLprotected java.lang.Stringlocationlocation-
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.BusinessKeycreateBusinessKey()Create business key.org.uddi4j.util.DiscoveryURLcreateDiscoveryURL()Create discoveryURL.org.uddi4j.util.BusinessKeygetBusinessKey()Get business key.org.uddi4j.util.DiscoveryURLgetDiscoveryURL()Get discoveryURL.java.lang.StringgetLocation()Get location for this ServiceDescription.voidsetBusinessKey(org.uddi4j.util.BusinessKey businessKey)Set businessKey.voidsetDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)Set discoveryURL.voidsetLocation(java.lang.String location)Set location for this ServiceDescription.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
-
createBusinessKey
public org.uddi4j.util.BusinessKey createBusinessKey()
Create business key.- Specified by:
createBusinessKeyin interfaceBusinessDescription
-
setBusinessKey
public void setBusinessKey(org.uddi4j.util.BusinessKey businessKey)
Set businessKey.- Specified by:
setBusinessKeyin interfaceBusinessDescription
-
getBusinessKey
public org.uddi4j.util.BusinessKey getBusinessKey()
Get business key.- Specified by:
getBusinessKeyin interfaceBusinessDescription
-
createDiscoveryURL
public org.uddi4j.util.DiscoveryURL createDiscoveryURL()
Create discoveryURL.- Specified by:
createDiscoveryURLin interfaceBusinessDescription
-
setDiscoveryURL
public void setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)
Set discoveryURL.- Specified by:
setDiscoveryURLin interfaceBusinessDescription
-
getDiscoveryURL
public org.uddi4j.util.DiscoveryURL getDiscoveryURL()
Get discoveryURL.- Specified by:
getDiscoveryURLin interfaceBusinessDescription
-
getLocation
public java.lang.String getLocation()
Get location for this ServiceDescription.- Specified by:
getLocationin interfaceBusinessDescription
-
setLocation
public void setLocation(java.lang.String location)
Set location for this ServiceDescription.- Specified by:
setLocationin interfaceBusinessDescription
-
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.
-
-