Class Time
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.quakeml.Time
-
public class Time extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Time(javax.xml.stream.XMLEventReader reader, java.lang.String elementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Float
getConfidenceLevel()
java.lang.Float
getLowerUncertainty()
java.lang.Float
getUncertainty()
java.lang.Float
getUpperUncertainty()
java.lang.String
getValue()
-
-
-
Constructor Detail
-
Time
public Time(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
getUncertainty
public java.lang.Float getUncertainty()
-
getLowerUncertainty
public java.lang.Float getLowerUncertainty()
-
getUpperUncertainty
public java.lang.Float getUpperUncertainty()
-
getConfidenceLevel
public java.lang.Float getConfidenceLevel()
-
-