public class GetBusinessDetail extends java.lang.Object implements RegistryObject, Inquiry
| Constructor and Description |
|---|
GetBusinessDetail()
Construct a new empty get_businessDetail request.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public GetBusinessDetail()
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void addBusinessKey(BusinessKey key)
key - The new BusinessKey to addpublic void addBusinessKey(java.lang.String key)
key - The key of the referenced extended business entity.java.lang.ClassCastException - If the given key is not a businesskey.public java.util.Vector getBusinessKeyVector()
public void setBusinessKeyVector(java.util.Vector keys)
keys - The new collection of BusinessKeysCopyright ? 2003 Apache Software Foundation. All rights reserved.