001 package org.omg.IIOP; 002 003 /** 004 * Generated from IDL struct "Version". 005 * 006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 007 * @version generated at Jun 18, 2012 10:36:58 AM 008 */ 009 010 public final class Version 011 implements org.omg.CORBA.portable.IDLEntity 012 { 013 public Version(){} 014 public byte major; 015 public byte minor; 016 public Version(byte major, byte minor) 017 { 018 this.major = major; 019 this.minor = minor; 020 } 021 }