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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Comment>
getCommentList()
CreationInfo
getCreationInfo()
java.lang.String
getDescription()
EventIterator
getEvents()
void
setCommentList(java.util.List<Comment> commentList)
void
setCreationInfo(CreationInfo creationInfo)
void
setDescription(java.lang.String description)
void
setEvents(EventIterator events)
-
-
-
Constructor Detail
-
EventParameters
public EventParameters(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Detail
-
setDescription
public void setDescription(java.lang.String description)
-
setCreationInfo
public void setCreationInfo(CreationInfo creationInfo)
-
setEvents
public void setEvents(EventIterator events)
-
setCommentList
public void setCommentList(java.util.List<Comment> commentList)
-
getDescription
public java.lang.String getDescription()
-
getCreationInfo
public CreationInfo getCreationInfo()
-
getEvents
public EventIterator getEvents()
-
getCommentList
public java.util.List<Comment> getCommentList()
-
-