public BondInvestment methodBondInvestmentOut() throws RemoteException {
short[] shortArray = {(short) 36};
byte[] byteArray = {(byte) 7};
CallOptions[] callOptions = new CallOptions[2];
callOptions[0] = new CallOptions();
Calendar date = Calendar.getInstance();
TimeZone gmt = TimeZone.getTimeZone("GMT");
date.setTimeZone(gmt);
date.setTime(new Date(1013441507308L));
callOptions[0].setCallDate(date);
callOptions[1] = new CallOptions();
date = Calendar.getInstance();
date.setTimeZone(gmt);
date.setTime(new Date(1013441507328L));
callOptions[1].setCallDate(date);
Short[] wrapperShortArray = {new Short((short) 33), new Short((short) 86)};