edu.sc.seis.seisFile.fdsnws.quakeml
Class Event
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.Event
public class Event
- extends java.lang.Object
Constructor Summary |
Event(javax.xml.stream.XMLEventReader reader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event(javax.xml.stream.XMLEventReader reader)
throws javax.xml.stream.XMLStreamException,
SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
getPreferredOriginID
public java.lang.String getPreferredOriginID()
getPreferredMagnitudeID
public java.lang.String getPreferredMagnitudeID()
getPreferredFocalMechanismID
public java.lang.String getPreferredFocalMechanismID()
getDescriptionList
public java.util.List<EventDescription> getDescriptionList()
getCommentList
public java.util.List<Comment> getCommentList()
getOriginList
public java.util.List<Origin> getOriginList()
getPublicId
public java.lang.String getPublicId()
getMagnitudeList
public java.util.List<Magnitude> getMagnitudeList()
getIrisFECode
public int getIrisFECode()
getPickList
public java.util.List<Pick> getPickList()
getType
public java.lang.String getType()
getCreationInfo
public CreationInfo getCreationInfo()