edu.sc.seis.seisFile.fdsnws.stationxml
Class Comment

java.lang.Object
  extended by edu.sc.seis.seisFile.fdsnws.stationxml.Comment

public class Comment
extends java.lang.Object


Constructor Summary
Comment(javax.xml.stream.XMLEventReader reader, java.lang.String tagName)
           
 
Method Summary
 Person getAuthor()
           
 java.lang.String getBeginEffectiveTime()
           
 java.lang.String getEndEffectiveTime()
           
 int getId()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Comment

public Comment(javax.xml.stream.XMLEventReader reader,
               java.lang.String tagName)
        throws javax.xml.stream.XMLStreamException,
               StationXMLException
Throws:
javax.xml.stream.XMLStreamException
StationXMLException
Method Detail

getValue

public java.lang.String getValue()

getBeginEffectiveTime

public java.lang.String getBeginEffectiveTime()

getEndEffectiveTime

public java.lang.String getEndEffectiveTime()

getId

public int getId()

getAuthor

public Person getAuthor()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object