Class EventParameters
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.EventParameters
public class EventParameters
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description EventParameters(javax.xml.stream.XMLEventReader reader) -
Method Summary
Modifier and Type Method Description java.util.List<Comment>getCommentList()CreationInfogetCreationInfo()java.lang.StringgetDescription()EventIteratorgetEvents()voidsetCommentList(java.util.List<Comment> commentList)voidsetCreationInfo(CreationInfo creationInfo)voidsetDescription(java.lang.String description)voidsetEvents(EventIterator events)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EventParameters
public EventParameters(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Details
-
setDescription
public void setDescription(java.lang.String description) -
setCreationInfo
-
setEvents
-
setCommentList
-
getDescription
public java.lang.String getDescription() -
getCreationInfo
-
getEvents
-
getCommentList
-