LiteralExpression tempRightExp = factory.createLiteralExpression(1000);
compFilter.addLeftValue(tempLeftExp);
compFilter.addRightValue(tempRightExp);
update2.setFilter(compFilter);
update2.addProperty("FAC_ID", "100");
TransactionRequest baseRequest = new TransactionRequest();
baseRequest.addSubRequest(update);
baseRequest.addSubRequest(update2);