public class BusinessDescriptionImpl extends ExtensionElementImpl implements BusinessDescription
Modifier and Type | Field and Description |
---|---|
protected BusinessKey |
businessKey
Business key.
|
protected DiscoveryURL |
discoveryURL
Discovery URL
|
protected java.lang.String |
location
location
|
qname
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 and Description |
---|
BusinessDescriptionImpl()
BusinessDescriptionImpl constructor comment.
|
Modifier and Type | Method and Description |
---|---|
BusinessKey |
createBusinessKey()
Create business key.
|
DiscoveryURL |
createDiscoveryURL()
Create discoveryURL.
|
BusinessKey |
getBusinessKey()
Get business key.
|
DiscoveryURL |
getDiscoveryURL()
Get discoveryURL.
|
java.lang.String |
getLocation()
Get location for this ServiceDescription.
|
void |
setBusinessKey(BusinessKey businessKey)
Set businessKey.
|
void |
setDiscoveryURL(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.
|
getQName, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getQName
protected BusinessKey businessKey
protected DiscoveryURL discoveryURL
protected java.lang.String location
public BusinessDescriptionImpl()
public BusinessKey createBusinessKey()
createBusinessKey
in interface BusinessDescription
public void setBusinessKey(BusinessKey businessKey)
setBusinessKey
in interface BusinessDescription
public BusinessKey getBusinessKey()
getBusinessKey
in interface BusinessDescription
public DiscoveryURL createDiscoveryURL()
createDiscoveryURL
in interface BusinessDescription
public void setDiscoveryURL(DiscoveryURL discoveryURL)
setDiscoveryURL
in interface BusinessDescription
public DiscoveryURL getDiscoveryURL()
getDiscoveryURL
in interface BusinessDescription
public java.lang.String getLocation()
getLocation
in interface BusinessDescription
public void setLocation(java.lang.String location)
setLocation
in interface BusinessDescription
public java.lang.String toXMLString()
toXMLString
in interface WSILElement
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.