org.omg.TimeBase
Class UtcT

java.lang.Object
  extended byorg.omg.TimeBase.UtcT
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class UtcT
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "UtcT"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 short inacchi
           
 int inacclo
           
 short tdf
           
 long time
           
 
Constructor Summary
UtcT()
           
UtcT(long time, int inacclo, short inacchi, short tdf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public long time

inacclo

public int inacclo

inacchi

public short inacchi

tdf

public short tdf
Constructor Detail

UtcT

public UtcT()

UtcT

public UtcT(long time,
            int inacclo,
            short inacchi,
            short tdf)