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