Retrieves the child business object that occupies a specified position in a business object array.
public BusinessObjectInterface getBusinessObject(int index);
The child business object, or null if there is no business object at the specified position in the business object array.
See also the description of the setBusinessObject() method.