edu.sc.seis.seisFile.stationxml
Class IrisCommentList

java.lang.Object
  extended by edu.sc.seis.seisFile.stationxml.IrisCommentList

public class IrisCommentList
extends java.lang.Object


Constructor Summary
IrisCommentList(java.lang.String elementName)
           
IrisCommentList(javax.xml.stream.XMLEventReader reader, java.lang.String elementName)
           
 
Method Summary
 java.lang.String getElementName()
           
 java.util.List<IrisComment> getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IrisCommentList

public IrisCommentList(java.lang.String elementName)

IrisCommentList

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

getElementName

public java.lang.String getElementName()

getList

public java.util.List<IrisComment> getList()