com.ibm.uddi.datatypes

Class DiscoveryUrl

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.DiscoveryUrl
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class DiscoveryUrl
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'discoveryURL' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
DiscoveryUrl()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getURL()
Deprecated. Returns the URL of this DiscoveryUrl.
  1. java.lang.String
getUseType()
Deprecated. Returns the useType of this DiscoveryUrl.
  1. void
setURL(java.lang.String URL)
Deprecated. Sets the URL of this DiscoveryUrl.
  1. 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

  1. public DiscoveryUrl()
Deprecated.

Method Detail

getURL

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

setURL

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

getUseType

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

setUseType

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