public abstract class PredictedArrival
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue
| Modifier and Type | Field and Description |
|---|---|
Quantity |
dtdh |
protected java.lang.String |
id |
java.lang.String |
model_id |
java.lang.String |
name |
ParameterRef[] |
parm_ids |
Quantity |
ray_parameter |
Quantity |
travel_time |
| Constructor and Description |
|---|
PredictedArrival() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in) |
java.lang.String[] |
_truncatable_ids() |
org.omg.CORBA.TypeCode |
_type() |
void |
_write(org.omg.CORBA.portable.OutputStream out) |
protected java.lang.String id
public java.lang.String name
public Quantity travel_time
public Quantity ray_parameter
public Quantity dtdh
public java.lang.String model_id
public ParameterRef[] parm_ids
public java.lang.String[] _truncatable_ids()
_truncatable_ids in interface org.omg.CORBA.portable.ValueBasepublic void _read(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamablepublic org.omg.CORBA.TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamable