|
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.Name
Name class.
| Field Summary | |
protected UDDILocale |
locale
The locale defining the language used for the name. |
protected java.lang.String |
name
The name information. |
| Constructor Summary | |
Name(java.lang.String name)
Name constructor. |
|
Name(java.lang.String name,
UDDILocale locale)
Name constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this Name. |
UDDILocale |
getLocale()
Gets the locale defining the language used for the name. |
java.lang.String |
toString()
Gets a String representation of the Name. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this Name. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected UDDILocale locale
| Constructor Detail |
public Name(java.lang.String name)
name - The name information.
public Name(java.lang.String name,
UDDILocale locale)
name - The name information.locale - The locale defining the language used for the name.| Method Detail |
public UDDILocale getLocale()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this Name.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 | |||||||||