Class Event
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.Event
public class Event
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_NAME
-
Constructor Summary
Constructors Constructor Description Event(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Modifier and Type Method Description java.util.List<Amplitude>
getAmplitudeList()
java.util.List<Comment>
getCommentList()
CreationInfo
getCreationInfo()
java.util.List<EventDescription>
getDescriptionList()
java.util.List<FocalMechanism>
getFocalMechanismList()
int
getIrisFECode()
java.util.List<Magnitude>
getMagnitudeList()
java.util.List<Origin>
getOriginList()
java.util.List<Pick>
getPickList()
java.lang.String
getPreferredFocalMechanismID()
Magnitude
getPreferredMagnitude()
Finds the preferred magnitude, returns null if no magnitude matches the preferredMagnitudeIDjava.lang.String
getPreferredMagnitudeID()
java.lang.String
getPreferredOriginID()
java.lang.String
getPublicId()
java.util.List<StationMagnitude>
getStationMagnitudeList()
java.lang.String
getType()
-
Field Details
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
Event
public Event(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Details
-
getPreferredOriginID
public java.lang.String getPreferredOriginID() -
getPreferredMagnitudeID
public java.lang.String getPreferredMagnitudeID() -
getPreferredMagnitude
Finds the preferred magnitude, returns null if no magnitude matches the preferredMagnitudeID- Returns:
- preferred magnitude
-
getPreferredFocalMechanismID
public java.lang.String getPreferredFocalMechanismID() -
getDescriptionList
-
getCommentList
-
getOriginList
-
getPublicId
public java.lang.String getPublicId() -
getMagnitudeList
-
getStationMagnitudeList
-
getIrisFECode
public int getIrisFECode() -
getPickList
-
getType
public java.lang.String getType() -
getCreationInfo
-
getFocalMechanismList
-
getAmplitudeList
-