org.apache.juddi.datatype.request
Class FindRelatedBusinesses
java.lang.Object
org.apache.juddi.datatype.request.FindRelatedBusinesses
- All Implemented Interfaces:
- Inquiry, RegistryObject, java.io.Serializable
- public class FindRelatedBusinesses
- extends java.lang.Object
- implements RegistryObject, Inquiry
- Author:
- Steve Viens (sviens@apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindRelatedBusinesses
public FindRelatedBusinesses()
setBusinessKey
public void setBusinessKey(java.lang.String key)
- Sets the businesskey of this find_related_business request to the given key. Only
businesses related to the of the referenced businessEntity are returned.
- Parameters:
key
- A reference to the businessEntity.
setBusinessKey
public void setBusinessKey(BusinessKey key)
- Sets the businesskey of this find_related_business request to the given key. Only
businesses related to the of the referenced businessEntity are returned.
- Parameters:
key
- An instance of BusinessKey
getBusinessKey
public java.lang.String getBusinessKey()
- Returns the businesskey of this find_related_business request. Only businesses related
to the of the referenced businessEntity are returned.
- Returns:
- The businesskey of the referenced businessEntity.
setGeneric
public void setGeneric(java.lang.String genericValue)
- Parameters:
genericValue
-
getGeneric
public java.lang.String getGeneric()
- Returns:
- String UDDI request's generic value.
getKeyedReference
public KeyedReference getKeyedReference()
setKeyedReference
public void setKeyedReference(KeyedReference keyedRef)
getMaxRows
public int getMaxRows()
setMaxRows
public void setMaxRows(int maxRows)
setMaxRows
public void setMaxRows(java.lang.String maxRows)
addFindQualifier
public void addFindQualifier(FindQualifier findQualifier)
setFindQualifiers
public void setFindQualifiers(FindQualifiers findQualifiers)
getFindQualifiers
public FindQualifiers getFindQualifiers()
Copyright ? 2003 Apache Software Foundation. All rights reserved.