public class DiscoveryURL extends java.lang.Object implements RegistryObject
| Constructor and Description |
|---|
DiscoveryURL()
Construct a new discoveryURL with null usetype and url values.
|
DiscoveryURL(java.lang.String type,
java.lang.String url)
Construct a new discoveryURL with the given usetype and url.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUseType()
Returns the usetype of this discoveryURL.
|
java.lang.String |
getValue()
Returns the url of this discoveryURL.
|
void |
setUseType(java.lang.String useType)
Sets the usetype of this discoveryURL to the given usetype.
|
void |
setValue(java.lang.String url)
Sets the url of this discoveryURL to the given url.
|
public DiscoveryURL()
public DiscoveryURL(java.lang.String type,
java.lang.String url)
type - The usetype of this discoveryURL.url - The url of this discoveryURLpublic void setUseType(java.lang.String useType)
useType - The new usetype of this discoveryURL.public java.lang.String getUseType()
public void setValue(java.lang.String url)
url - The new url of this discoveryURL.public java.lang.String getValue()
Copyright ? 2003 Apache Software Foundation. All rights reserved.