public class GetBusinessDetailExt extends java.lang.Object implements RegistryObject, Inquiry
Constructor and Description |
---|
GetBusinessDetailExt()
Construct a new empty get_businessDetailExt 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() |
java.lang.String |
getGeneric() |
void |
setBusinessKeyVector(java.util.Vector keys)
Sets the BusinessKey Vector
|
void |
setGeneric(java.lang.String genericValue) |
public GetBusinessDetailExt()
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 void setBusinessKeyVector(java.util.Vector keys)
keys
- The new collection of BusinessKeyspublic java.util.Vector getBusinessKeyVector()
Copyright ? 2003 Apache Software Foundation. All rights reserved.