|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wsil.impl.extension.ExtensionElementImpl
org.apache.wsil.impl.extension.uddi.BusinessDescriptionImpl
public class BusinessDescriptionImpl
This class contains the implementation for a <wsiluddi:businessDescription> element.
| Field Summary | |
|---|---|
protected BusinessKey |
businessKey
Business key. |
protected DiscoveryURL |
discoveryURL
Discovery URL |
protected 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 | |
|---|---|
BusinessDescriptionImpl()
BusinessDescriptionImpl constructor comment. |
|
| Method Summary | |
|---|---|
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. |
| 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 Detail |
|---|
protected BusinessKey businessKey
protected DiscoveryURL discoveryURL
protected java.lang.String location
| Constructor Detail |
|---|
public BusinessDescriptionImpl()
| Method Detail |
|---|
public BusinessKey createBusinessKey()
createBusinessKey in interface BusinessDescriptionpublic void setBusinessKey(BusinessKey businessKey)
setBusinessKey in interface BusinessDescriptionpublic BusinessKey getBusinessKey()
getBusinessKey in interface BusinessDescriptionpublic DiscoveryURL createDiscoveryURL()
createDiscoveryURL in interface BusinessDescriptionpublic void setDiscoveryURL(DiscoveryURL discoveryURL)
setDiscoveryURL in interface BusinessDescriptionpublic DiscoveryURL getDiscoveryURL()
getDiscoveryURL in interface BusinessDescriptionpublic java.lang.String getLocation()
getLocation in interface BusinessDescriptionpublic void setLocation(java.lang.String location)
setLocation in interface BusinessDescriptionpublic java.lang.String toXMLString()
toXMLString in interface WSILElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||