001 package org.omg.TimeBase;
002
003 /**
004 * Generated from IDL struct "UtcT".
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:27 AM
008 */
009
010 public final class UtcT
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public UtcT(){}
014 public long time;
015 public int inacclo;
016 public short inacchi;
017 public short tdf;
018 public UtcT(long time, int inacclo, short inacchi, short tdf)
019 {
020 this.time = time;
021 this.inacclo = inacclo;
022 this.inacchi = inacchi;
023 this.tdf = tdf;
024 }
025 }