toolbox.uddi
Class ProviderInfo

Package class diagram package ProviderInfo
java.lang.Object
  extended by toolbox.uddi.ProviderInfo

public class ProviderInfo
extends java.lang.Object

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

ProviderInfo

public ProviderInfo()
Default constructor.

Method Detail

setProviderName

public void setProviderName(java.lang.String providerName)
Set the name of the provider that is described by this ProviderInfo instance.

Parameters:
providerName - String containing the name of the provider that is described by this ProviderInfo instance.

getProviderName

public java.lang.String getProviderName()
Return the name of the provider that is described by this ProviderInfo instance.

Returns:
String containing the name of the provider that is described by this ProviderInfo instance.

setDescription

public void setDescription(java.lang.String description)
Set the description of the provider that is described by this ProviderInfo instance.

Parameters:
description - String containing the description of the provider that is described by this ProviderInfo instance.

getDescription

public java.lang.String getDescription()
Return the description of the provider that is described by this ProviderInfo instance.

Returns:
String containing the description of the provider that is described by this ProviderInfo instance.

setDiscoveryURLs

public void setDiscoveryURLs(java.util.List urlList)
Set the discovery URL's of the provider that is described by this ProviderInfo instance.

Parameters:
urlList - List containing the discovery URL's of the provider that is described by this ProviderInfo instance.

getDiscoveryURLs

public java.util.List getDiscoveryURLs()
Return the discovery URL's of the provider that is described by this ProviderInfo instance.

Returns:
List containing the discovery URL's of the provider that is described by this ProviderInfo instance.