org.apache.juddi.datatype.request
Class GetBusinessDetail

java.lang.Object
  extended by org.apache.juddi.datatype.request.GetBusinessDetail
All Implemented Interfaces:
java.io.Serializable, RegistryObject, Inquiry

public class GetBusinessDetail
extends java.lang.Object
implements RegistryObject, Inquiry

"Used to get the full businessEntity information for one or more businesses. Returns a businessDetail message."

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
GetBusinessDetail()
          Construct a new empty get_businessDetail request.
 
Method Summary
 void addBusinessKey(BusinessKey key)
          Add a BusinessKey to the collection of BusinessKeys
 void addBusinessKey(java.lang.String key)
          Add a reference to an extended business entity.
 java.util.Vector getBusinessKeyVector()
          Returns the BusinessKey Vector
 java.lang.String getGeneric()
           
 void setBusinessKeyVector(java.util.Vector keys)
          Sets the BusinessKey Vector
 void setGeneric(java.lang.String genericValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetBusinessDetail

public GetBusinessDetail()
Construct a new empty get_businessDetail request.

Method Detail

setGeneric

public void setGeneric(java.lang.String genericValue)
Parameters:
genericValue -

getGeneric

public java.lang.String getGeneric()
Returns:
String UDDI request's generic value.

addBusinessKey

public void addBusinessKey(BusinessKey key)
Add a BusinessKey to the collection of BusinessKeys

Parameters:
key - The new BusinessKey to add

addBusinessKey

public void addBusinessKey(java.lang.String key)
Add a reference to an extended business entity.

Parameters:
key - The key of the referenced extended business entity.
Throws:
java.lang.ClassCastException - If the given key is not a businesskey.

getBusinessKeyVector

public java.util.Vector getBusinessKeyVector()
Returns the BusinessKey Vector


setBusinessKeyVector

public void setBusinessKeyVector(java.util.Vector keys)
Sets the BusinessKey Vector

Parameters:
keys - The new collection of BusinessKeys


Copyright © 2004-2007. All Rights Reserved.