IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class DiscoveryUrl

java.lang.Object
  extended by com.ibm.uddi.datatypes.DiscoveryUrl
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class DiscoveryUrl
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'discoveryURL' element.

See Also:
Serialized Form

Constructor Summary
DiscoveryUrl()
          Deprecated.  
 
Method Summary
 java.lang.String getURL()
          Deprecated. Returns the URL of this DiscoveryUrl.
 java.lang.String getUseType()
          Deprecated. Returns the useType of this DiscoveryUrl.
 void setURL(java.lang.String URL)
          Deprecated. Sets the URL of this DiscoveryUrl.
 void setUseType(java.lang.String useType)
          Deprecated. Sets the useType of this DiscoveryUrl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryUrl

public DiscoveryUrl()
Deprecated. 
Method Detail

getURL

public java.lang.String getURL()
Deprecated. 
Returns the URL of this DiscoveryUrl.

Returns:
the URL of this DiscoveryUrl.

setURL

public void setURL(java.lang.String URL)
Deprecated. 
Sets the URL of this DiscoveryUrl.

Parameters:
URL - the URL of this DiscoveryUrl.

getUseType

public java.lang.String getUseType()
Deprecated. 
Returns the useType of this DiscoveryUrl.

Returns:
the useType of this DiscoveryUrl.

setUseType

public void setUseType(java.lang.String useType)
Deprecated. 
Sets the useType of this DiscoveryUrl.

Parameters:
useType - the useType of this DiscoveryUrl.

IBM WebSphere Application ServerTM
Release 8