org.apache.juddi.datatype
Class OverviewURL

java.lang.Object
  extended by org.apache.juddi.datatype.OverviewURL
All Implemented Interfaces:
java.io.Serializable, RegistryObject

public class OverviewURL
extends java.lang.Object
implements RegistryObject

Used in BusinessEntity as the Name of the BusinessEntity, in BusinessService as the name of the BusinessService and in TModel as the name of the TModel.

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
OverviewURL()
          Construct a new initialized name instance.
OverviewURL(java.lang.String url)
          Construct a new name with a given name.
 
Method Summary
 java.lang.String getValue()
          Returns the overviewURL value as a String.
 void setValue(java.lang.String url)
          Sets the name of this name-object to the new given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverviewURL

public OverviewURL()
Construct a new initialized name instance.


OverviewURL

public OverviewURL(java.lang.String url)
Construct a new name with a given name.

Parameters:
url - The name of the new name-object.
Method Detail

setValue

public void setValue(java.lang.String url)
Sets the name of this name-object to the new given name.

Parameters:
url - The new name for this name-object.

getValue

public java.lang.String getValue()
Returns the overviewURL value as a String.

Returns:
The overviewURL as a String.


Copyright © 2004-2007. All Rights Reserved.