001 package org.omg.CosTransactions;
002
003 /**
004 * Generated from IDL struct "otid_t".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Sep 6, 2011 5:12:30 AM
008 */
009
010 public final class otid_t
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public otid_t(){}
014 public int formatID;
015 public int bqual_length;
016 public byte[] tid;
017 public otid_t(int formatID, int bqual_length, byte[] tid)
018 {
019 this.formatID = formatID;
020 this.bqual_length = bqual_length;
021 this.tid = tid;
022 }
023 }