|
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.response.base.RelatedBusinessInfo
A RelatedBusinessInfo holds information about a related business.
| Field Summary | |
protected BusinessKey |
businessKey
The BusinessKey of the related business. |
protected Descriptions |
descriptions
The Descriptions of the related business. |
protected Names |
names
The Names of the related business. |
protected SharedRelationships |
sharedRelationships
The SharedRelationShips of the related business. |
| Constructor Summary | |
RelatedBusinessInfo(BusinessKey businessKey,
Names names,
Descriptions descriptions,
SharedRelationships sharedRelationships)
RelatedBusinessInfo constructor. |
|
| Method Summary | |
BusinessKey |
getBusinessKey()
Gets the BusinessKey of the related business. |
Descriptions |
getDescriptions()
Gets the Descriptions of the related business |
Names |
getNames()
Gets the Names of the related business. |
SharedRelationships |
getSharedRelationships()
Gets the SharedRelationShips of the related business. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BusinessKey businessKey
protected Names names
protected Descriptions descriptions
protected SharedRelationships sharedRelationships
| Constructor Detail |
public RelatedBusinessInfo(BusinessKey businessKey,
Names names,
Descriptions descriptions,
SharedRelationships sharedRelationships)
businessKey - The BusinessKey of the related business.names - The Names of the related business.descriptions - The Descriptions of the related business.| Method Detail |
public BusinessKey getBusinessKey()
public Names getNames()
public Descriptions getDescriptions()
public SharedRelationships getSharedRelationships()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||