|
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.AuthorizedName
AuthorizedName is the recorded name of the individual that published a BusinessEntity. The AuthorizedName is computed by the controlling operator and should not be supplied within save_business operations.
| Field Summary | |
protected java.lang.String |
authorizedName
The authorized name information. |
| Constructor Summary | |
AuthorizedName(java.lang.String authorizedName)
AuthorizedName constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this AuthorizedName. |
java.lang.String |
toString()
Gets a String representation of this AuthorizedName. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this AuthorizedName. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String authorizedName
| Constructor Detail |
public AuthorizedName(java.lang.String authorizedName)
authorizedName - The authorized name information.| Method Detail |
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this AuthorizedName.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 | |||||||||