|
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.OverviewURL
OverviewURL holds a URL reference to a long form of an overview document that covers the way a particular TModel specific reference is used as a component of an overall Web service description. The suggested format is a URL that is suitable for retrieving an HTML based description via a Web browser or HTTP GET operation.
| Field Summary | |
protected java.lang.String |
overviewURL
The OverviewURL information. |
static UseType |
TEXT
OverviewURL use type 'text'. |
protected UseType |
useType
The use type. |
static UseType |
WSDLINTERFACE
OverviewURL use type 'wsdlInterface'. |
| Constructor Summary | |
OverviewURL(java.lang.String overviewURL)
OverviewURL constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this OverviewURL. |
UseType |
getUseType()
Gets the use type. |
void |
setUseType(UseType useType)
Sets the use type. |
java.lang.String |
toString()
String representation of this OverviewURL. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this OverviewURL. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String overviewURL
public static final UseType TEXT
public static final UseType WSDLINTERFACE
protected UseType useType
| Constructor Detail |
public OverviewURL(java.lang.String overviewURL)
overviewURL - The OverviewURL information.| Method Detail |
public void setUseType(UseType useType)
useType - The use type.public UseType getUseType()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this OverviewURL.public 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 | |||||||||