edu.sc.seis.seisFile.fdsnws.quakeml
Class Origin

java.lang.Object
  extended by edu.sc.seis.seisFile.fdsnws.quakeml.Origin

public class Origin
extends java.lang.Object


Constructor Summary
Origin(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.util.List<Arrival> getArrivalList()
           
 java.util.List<Comment> getCommentList()
           
 CreationInfo getCreationInfo()
           
 RealQuantity getDepth()
           
 java.lang.String getIrisCatalog()
           
 java.lang.String getIrisContributor()
           
 RealQuantity getLatitude()
           
 RealQuantity getLongitude()
           
 java.lang.String getPublicId()
           
 Time getTime()
           
 java.lang.String getWaveformID()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Origin

public Origin(javax.xml.stream.XMLEventReader reader)
       throws javax.xml.stream.XMLStreamException,
              SeisFileException
Throws:
javax.xml.stream.XMLStreamException
SeisFileException
Method Detail

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()