|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.IfEvent.Origin
public abstract class Origin
Contains information contributed to an estimate of the origin of an event.
Field Summary | |
---|---|
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 Summary | |
---|---|
Origin()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public Origin()
Method Detail |
---|
public abstract java.lang.String get_id()
public java.lang.String[] _truncatable_ids()
_truncatable_ids
in interface org.omg.CORBA.portable.ValueBase
public void _read(org.omg.CORBA.portable.InputStream in)
_read
in interface org.omg.CORBA.portable.Streamable
public void _write(org.omg.CORBA.portable.OutputStream out)
_write
in interface org.omg.CORBA.portable.Streamable
public org.omg.CORBA.TypeCode _type()
_type
in interface org.omg.CORBA.portable.Streamable
public 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |