com.ibm.uddi.datatypes
Class DiscoveryUrl
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
DiscoveryUrl()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getURL()
Deprecated. Returns the URL of this DiscoveryUrl.
|
|
getUseType()
Deprecated. Returns the useType of this DiscoveryUrl.
|
|
setURL(java.lang.String URL)
Deprecated. Sets the URL of this DiscoveryUrl.
|
|
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.