001 package org.omg.TimeBase;
002
003
004 /**
005 * org/omg/TimeBase/UtcT.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/TimeBase.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
009 */
010
011 public final class UtcT implements org.omg.CORBA.portable.IDLEntity
012 {
013 public long time = (long)0;
014
015 // 8 octets
016 public int inacclo = (int)0;
017
018 // 4 octets
019 public short inacchi = (short)0;
020
021 // 2 octets
022 public short tdf = (short)0;
023
024 public UtcT ()
025 {
026 } // ctor
027
028 public UtcT (long _time, int _inacclo, short _inacchi, short _tdf)
029 {
030 time = _time;
031 inacclo = _inacclo;
032 inacchi = _inacchi;
033 tdf = _tdf;
034 } // ctor
035
036 } // class UtcT