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

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

public class Magnitude
extends java.lang.Object


Constructor Summary
Magnitude(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 CreationInfo getCreationInfo()
           
 RealQuantity getMag()
           
 java.lang.String getOriginId()
           
 java.lang.String getPublicId()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Magnitude

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

getPublicId

public java.lang.String getPublicId()

getOriginId

public java.lang.String getOriginId()

getType

public java.lang.String getType()

getMag

public RealQuantity getMag()

getCreationInfo

public CreationInfo getCreationInfo()