org.omg.dds
Class Duration_t

java.lang.Object
  extended by org.omg.dds.Duration_t
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL struct "Duration_t".

Version:
generated at Dec 2, 2008 2:43:18 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 int nanosec
           
 int sec
           
 
Constructor Summary
Duration_t()
           
Duration_t(int sec, int nanosec)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sec

public int sec

nanosec

public int nanosec
Constructor Detail

Duration_t

public Duration_t()

Duration_t

public Duration_t(int sec,
                  int nanosec)