edu.sc.seis.seisFile.fdsnws.stationxml
Class Comment
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Comment
public Comment(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName)
throws javax.xml.stream.XMLStreamException,
StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
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