short[] shortArray = {(short) 30};
byte[] byteArray = {(byte) 1};
Short[] wrapperShortArray = {new Short((short) 23), new Short((short) 56)};
Byte[] wrapperByteArray = {new Byte((byte) 2), new Byte((byte) 15)};
BondInvestment sendValue = new BondInvestment();
sendValue.setOptions(callOptions);
sendValue.setOptions2(callOptions);
sendValue.setOptions3(callOptions[0]);
sendValue.setWrapperShortArray(wrapperShortArray);
sendValue.setWrapperByteArray(wrapperByteArray);
sendValue.setWrapperDouble(new Double(2323.232D));
sendValue.setWrapperFloat(new Float(23.023F));
sendValue.setWrapperInteger(new Integer(2093));
sendValue.setWrapperShort(new Short((short) 203));
sendValue.setWrapperByte(new Byte((byte) 20));
sendValue.setWrapperBoolean(new Boolean(true));
sendValue.setShortArray(shortArray);
sendValue.setByteArray(byteArray);
sendValue.setCallableDate(new Date(1012937861996L));
sendValue.setBondAmount(new BigDecimal("2675.23"));
sendValue.setPortfolioType(new BigInteger("2093"));
sendValue.setTradeExchange("NYSE");
sendValue.setFiftyTwoWeekHigh(45.012D);
sendValue.setLastTradePrice(87895.32F);
sendValue.setYield(5475L);
sendValue.setStockBeta(32);
sendValue.setDocType((short) 35);
sendValue.setTaxIndicator((byte) 3);
binding.methodBondInvestmentIn(sendValue);
} catch (RemoteException re) {
fail("Remote Exception caught: " + re);