BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.datatypes
Class DiscoveryURL

java.lang.Object
  extended byweblogic.uddi.client.structures.datatypes.TextNode
      extended byweblogic.uddi.client.structures.datatypes.DiscoveryURL

public class DiscoveryURL
extends TextNode

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

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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.


DiscoveryURL

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

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.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.