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

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

public class EventParameters
extends java.lang.Object


Constructor Summary
EventParameters(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.util.List<Comment> getCommentList()
           
 CreationInfo getCreationInfo()
           
 java.lang.String getDescription()
           
 EventIterator getEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventParameters

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

getDescription

public java.lang.String getDescription()

getCreationInfo

public CreationInfo getCreationInfo()

getEvents

public EventIterator getEvents()

getCommentList

public java.util.List<Comment> getCommentList()