|
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.BusinessInfo
BusinessInfo is used as a short form of the BusinessEntity as a first pass result set for "find businesses" queries.
| Field Summary | |
protected BusinessKey |
businessKey
Pointer to the complete BusinessEntity element. |
protected Descriptions |
descriptions
Descriptions associated to the BusinessEntity. |
protected Names |
names
The Names of the BusinessEntity. |
protected ServiceInfos |
serviceInfos
Information on the services available from the BusinessEntity. |
| Constructor Summary | |
BusinessInfo(BusinessKey businessKey,
Names names,
Descriptions descriptions,
ServiceInfos serviceInfos)
BusinessInfo constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this BusinessEntityExt. |
BusinessKey |
getBusinessKey()
Gets the pointer to the complete BusinessEntity element. |
Descriptions |
getDescriptions()
Gets the Descriptions associated to the BusinessEntity element. |
Names |
getNames()
Gets the Names of the BusinessEntity element. |
ServiceInfos |
getServiceInfos()
Gets information on the services available from the BusinessEntity. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BusinessKey businessKey
protected Names names
protected Descriptions descriptions
protected ServiceInfos serviceInfos
| Constructor Detail |
public BusinessInfo(BusinessKey businessKey,
Names names,
Descriptions descriptions,
ServiceInfos serviceInfos)
businessKey - Pointer to the complete BusinessEntity element.names - The Names of the BusinessEntity.descriptions - Descriptions associated to the BusinessEntity.serviceInfos - Information on the services available from the BusinessEntity.| Method Detail |
public BusinessKey getBusinessKey()
public Names getNames()
public Descriptions getDescriptions()
public ServiceInfos getServiceInfos()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.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 | |||||||||