Data Types and Structure
The input value object for a query database operation represents a where clause for the query. The output value object for a query database operation returns the query results in an array.
This code sample shows the structure for the show value object:
public class ShowAddressBook extends MessageValueObject implements
Serializable {
private AddressBook addressBook[];
...
}