Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.uddi.client.structures.datatypes
Class DiscoveryURL

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.TextNode
      extended by weblogic.uddi.client.structures.datatypes.DiscoveryURL

public class DiscoveryURL
extends TextNode

The discoveryURL structure hold a string that is a web adddressaable discovery document.


Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.datatypes.TextNode
value
 
Constructor Summary
DiscoveryURL()
          Class constructor.
DiscoveryURL(String val)
          Class construstor specifying the initialization values.
DiscoveryURL(String ut, String val)
          Class construstor specifying the initialization values.
 
Method Summary
 String getUseType()
          Gets the value of the use type.
 void setUseType(String val)
          Sets the value of the use type.
 
Methods inherited from class weblogic.uddi.client.structures.datatypes.TextNode
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryURL

public DiscoveryURL()
Class constructor.


DiscoveryURL

public DiscoveryURL(String val)
Class construstor specifying the initialization values.

Parameters:
val - value of the discovery URL.

DiscoveryURL

public DiscoveryURL(String ut,
                    String val)
Class construstor specifying the initialization values.

Parameters:
ut - use type of the discovery URL.
val - value of the discovery URL.
Method Detail

getUseType

public String getUseType()
Gets the value of the use type.

Returns:
the current value of the use type.

setUseType

public void setUseType(String val)
Sets the value of the use type.

Parameters:
val - the new value of the use type.

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06