/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.stdole; import com.wilutions.com.*; /** * OLE_HANDLE. * */ @SuppressWarnings("all") public class OLE_HANDLE { static boolean __typelib__loaded = __TypeLib.load(); private Integer value; public OLE_HANDLE() {} public OLE_HANDLE(Integer v) { this.value = value; } public Integer getValue() { return value; } public void setValue(Integer v) { value = v;} }