|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.uddi.client.structures.datatypes.TextNode
weblogic.uddi.client.structures.datatypes.DiscoveryURL
public class DiscoveryURL
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 |
|---|
public DiscoveryURL()
public DiscoveryURL(String val)
val - value of the discovery URL.
public DiscoveryURL(String ut,
String val)
ut - use type of the discovery URL.val - value of the discovery URL.| Method Detail |
|---|
public String getUseType()
public void setUseType(String val)
val - the new value of the use type.
|
Documentation is available at http://e-docs.bea.com/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||