{
try {
File target = (File) object;
// if null, use delete method for optional primitives
if (value == null) {
target.deleteSIZE();
return;
}
target.setSIZE( ((java.lang.Long) value).longValue());
} catch (java.lang.Exception ex) {
throw new IllegalStateException(ex.toString());