Class EventParameters


  • public class EventParameters
    extends java.lang.Object
    • 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)
      • setCommentList

        public void setCommentList​(java.util.List<Comment> commentList)
      • getDescription

        public java.lang.String getDescription()
      • getCommentList

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