public abstract class Origin
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
catalog
The catalog to which this origin belongs, for example
FINGER, ISCCD, MHDF
|
protected java.lang.String |
contributor
The contributor of this origin, such as NEIC, ISC.
|
protected java.lang.String |
id
An id for this origin.
|
protected Magnitude[] |
magnitudes
The magnitude estimates for this event, associated with this
origin.
|
protected Location |
my_location
The estimate of where the event happened.
|
protected Time |
origin_time
The estimate of when the event happened.
|
protected ParameterRef[] |
parm_ids
Parameters assiciated with this Origin.
|
| Constructor and Description |
|---|
Origin() |
| 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) |
abstract java.lang.String |
get_id() |
java.lang.String |
getCatalog() |
java.lang.String |
getContributor() |
Location |
getLocation() |
Magnitude[] |
getMagnitudes() |
Time |
getOriginTime() |
ParameterRef[] |
getParmIds() |
void |
setCatalog(java.lang.String catalog) |
void |
setContributor(java.lang.String contributor) |
void |
setLocation(Location my_location) |
void |
setMagnitudes(Magnitude[] magnitudes) |
void |
setOriginTime(Time origin_time) |
void |
setParmIds(ParameterRef[] parm_ids) |
protected java.lang.String id
protected java.lang.String catalog
protected java.lang.String contributor
protected Time origin_time
protected Location my_location
protected Magnitude[] magnitudes
protected ParameterRef[] parm_ids
public abstract java.lang.String get_id()
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.Streamablepublic void setCatalog(java.lang.String catalog)
public java.lang.String getCatalog()
public void setContributor(java.lang.String contributor)
public java.lang.String getContributor()
public void setOriginTime(Time origin_time)
public Time getOriginTime()
public void setLocation(Location my_location)
public Location getLocation()
public void setMagnitudes(Magnitude[] magnitudes)
public Magnitude[] getMagnitudes()
public void setParmIds(ParameterRef[] parm_ids)
public ParameterRef[] getParmIds()