예제 #1
0
 /**
  * Retrieves the DepositObjectDataList that results from the DepositFindRequest call
  *
  * @return DepositObjectDataList resulting from udt call
  */
 public DepositObjectDataList getOutput() {
   return DepositObjectHelper.fromMapList(outputMap, "DepositList");
 }