|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.DiscoveryURL
DiscoveryURL is a URL pointing to an external (typed by convention) discovery doc.
| Field Summary | |
static UseType |
BUSINESSENTITY
DiscoveryURL use type 'businessEntity'. |
protected java.lang.String |
discoveryURL
String data characterising the DiscoveryURL. |
static UseType |
HOMEPAGE
DiscoveryURL use type 'homepage'. |
protected UseType |
useType
The name of the convention that the referenced document follows. |
| Constructor Summary | |
DiscoveryURL(java.lang.String discoveryURL)
DiscoveryURL constructor. |
|
DiscoveryURL(java.lang.String discoveryURL,
UseType useType)
DiscoveryURL constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this DiscoveryURL. |
UseType |
getUseType()
Gets the attribute that is used to describe the type of address in freeform text. |
void |
setUseType(UseType useType)
Sets the attribute that is used to describe the type of address in freeform text. |
java.lang.String |
toString()
Returns a String representation of the DiscoveryURL. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this DiscoveryURL. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String discoveryURL
public static final UseType BUSINESSENTITY
public static final UseType HOMEPAGE
protected UseType useType
| Constructor Detail |
public DiscoveryURL(java.lang.String discoveryURL,
UseType useType)
discoveryURL - String data characterising the DiscoveryURL.useType - Attribute that designates the name of the convention that
the referenced document follows.public DiscoveryURL(java.lang.String discoveryURL)
discoveryURL - String data characterising the DiscoveryURL.| Method Detail |
public UseType getUseType()
public void setUseType(UseType useType)
useType - A description of the type of address in freeform text.public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this DiscoveryURL.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||