Class RealQuantity
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.RealQuantity
public class RealQuantity
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RealQuantity(float value)
RealQuantity(javax.xml.stream.XMLEventReader reader, java.lang.String tagName)
-
Method Summary
Modifier and Type Method Description java.lang.Float
getConfidenceLevel()
java.lang.Float
getUncertainty()
java.lang.Float
getValue()
java.lang.String
toString()
-
Constructor Details
-
RealQuantity
public RealQuantity(float value) -
RealQuantity
public RealQuantity(javax.xml.stream.XMLEventReader reader, java.lang.String tagName) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Details
-
getValue
public java.lang.Float getValue() -
getConfidenceLevel
public java.lang.Float getConfidenceLevel() -
getUncertainty
public java.lang.Float getUncertainty() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-