edu.sc.seis.seisFile.fdsnws.quakeml
Class Origin
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.Origin
public class Origin
- extends java.lang.Object
Constructor Summary |
Origin(javax.xml.stream.XMLEventReader reader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Origin
public Origin(javax.xml.stream.XMLEventReader reader)
throws javax.xml.stream.XMLStreamException,
SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTime
public Time getTime()
getLatitude
public RealQuantity getLatitude()
getLongitude
public RealQuantity getLongitude()
getDepth
public RealQuantity getDepth()
getCommentList
public java.util.List<Comment> getCommentList()
getWaveformID
public java.lang.String getWaveformID()
getCreationInfo
public CreationInfo getCreationInfo()
getPublicId
public java.lang.String getPublicId()
getIrisContributor
public java.lang.String getIrisContributor()
getIrisCatalog
public java.lang.String getIrisCatalog()
getArrivalList
public java.util.List<Arrival> getArrivalList()