Class Comment

java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.Comment

public class Comment
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Comment​(javax.xml.stream.XMLEventReader reader)  
  • Method Summary

    Modifier and Type Method Description
    CreationInfo getCreationInfo()  
    java.lang.String getText()  
    void setCreationInfo​(CreationInfo creationInfo)  
    void setText​(java.lang.String text)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Comment

      public Comment​(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
      Throws:
      javax.xml.stream.XMLStreamException
      SeisFileException
  • Method Details

    • getCreationInfo

      public CreationInfo getCreationInfo()
    • getText

      public java.lang.String getText()
    • setCreationInfo

      public void setCreationInfo​(CreationInfo creationInfo)
    • setText

      public void setText​(java.lang.String text)