|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.uddi.ProviderInfo
public class ProviderInfo
Simple Java Bean to encapsulate the essential properties of a UDDI Provider.
| Constructor Summary | |
|---|---|
ProviderInfo()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Return the description of the provider that is described by this ProviderInfo instance. |
java.util.List |
getDiscoveryURLs()
Return the discovery URL's of the provider that is described by this ProviderInfo instance. |
java.lang.String |
getProviderName()
Return the name of the provider that is described by this ProviderInfo instance. |
void |
setDescription(java.lang.String description)
Set the description of the provider that is described by this ProviderInfo instance. |
void |
setDiscoveryURLs(java.util.List urlList)
Set the discovery URL's of the provider that is described by this ProviderInfo instance. |
void |
setProviderName(java.lang.String providerName)
Set the name of the provider that is described by this ProviderInfo instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderInfo()
| Method Detail |
|---|
public void setProviderName(java.lang.String providerName)
providerName - String containing the name of the provider
that is described by this ProviderInfo instance.public java.lang.String getProviderName()
public void setDescription(java.lang.String description)
description - String containing the description of the provider
that is described by this ProviderInfo instance.public java.lang.String getDescription()
public void setDiscoveryURLs(java.util.List urlList)
urlList - List containing the discovery URL's of the provider
that is described by this ProviderInfo instance.public java.util.List getDiscoveryURLs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||