532533534535536537538539540541542
} public void sendIOI( IOI ioi ) { // *** Required fields *** // IOIid IOIid ioiID = new IOIid( ioi.getID() ); // IOITransType IOITransType ioiType = null; if ( ioi.getType().equals("NEW") ) ioiType = new IOITransType( IOITransType.NEW );