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