weblogic.uddi.client.structures.request
Class  GetBusinessDetail
java.lang.Object
  |
  +--weblogic.uddi.client.structures.request.Request
        |
        +--weblogic.uddi.client.structures.request.GetBusinessDetail
- Direct Known Subclasses: 
- GetBusinessDetailExt
- public class GetBusinessDetail- extends Request
The get_businessDetail message is used to obtain detail information about one or more
 business entities. To retrieve the information, one or more business keys are required.
- Author: 
- Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
 
 
| Method Summary | 
|  void | addBusinessKey(java.lang.String businessKey)Add a new BusinessKey to the set of current BusinessKey
 | 
|  java.util.Vector | getBusinessKeyVector()Gets the current set of BusinessKey
 | 
|  void | setBusinessKeyVector(java.util.Vector keyVector)Sets a new set of BusinessKeys
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
GetBusinessDetail
public GetBusinessDetail()
- Class Constructor
addBusinessKey
public void addBusinessKey(java.lang.String businessKey)
- Add a new BusinessKey to the set of current BusinessKey- 
- 
 
- Parameters:
- businessKey- New BusinessKey
 
setBusinessKeyVector
public void setBusinessKeyVector(java.util.Vector keyVector)
- Sets a new set of BusinessKeys- 
- 
 
- Parameters:
- keyVector- New BusinessKey set
 
getBusinessKeyVector
public java.util.Vector getBusinessKeyVector()
- Gets the current set of BusinessKey- 
- 
 
- Returns:
- Current set of BusinessKey