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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Float
getConfidenceLevel()
java.lang.Float
getUncertainty()
java.lang.Float
getValue()
java.lang.String
toString()
-
-
-
Constructor Detail
-
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
-
-