edu.sc.seis.seisFile.fdsnws.quakeml
Class CreationInfo

java.lang.Object
  extended by edu.sc.seis.seisFile.fdsnws.quakeml.CreationInfo

public class CreationInfo
extends java.lang.Object


Constructor Summary
CreationInfo(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.lang.String getAgencyID()
           
 java.lang.String getAgencyURI()
           
 java.lang.String getAuthor()
           
 java.lang.String getAuthorURI()
           
 java.lang.String getCreationTime()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreationInfo

public CreationInfo(javax.xml.stream.XMLEventReader reader)
             throws javax.xml.stream.XMLStreamException,
                    SeisFileException
Throws:
javax.xml.stream.XMLStreamException
SeisFileException
Method Detail

getAgencyID

public java.lang.String getAgencyID()

getAgencyURI

public java.lang.String getAgencyURI()

getAuthor

public java.lang.String getAuthor()

getAuthorURI

public java.lang.String getAuthorURI()

getCreationTime

public java.lang.String getCreationTime()

getVersion

public java.lang.String getVersion()