com.ibm.uddi.datatypes
Class DiscoveryUrl

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.DiscoveryUrl
All Implemented Interfaces:
java.io.Serializable

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

Corresponds to UDDI v2.0 'discoveryURL' element.

See Also:
Serialized Form

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

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

DiscoveryUrl

public DiscoveryUrl()
Method Detail

getURL

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

setURL

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

getUseType

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

setUseType

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