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
Modifier and Type Method Description java.lang.FloatgetConfidenceLevel()java.lang.FloatgetLowerUncertainty()java.lang.FloatgetUncertainty()java.lang.FloatgetUpperUncertainty()java.lang.StringgetValue()voidsetConfidenceLevel(java.lang.Float confidenceLevel)voidsetLowerUncertainty(java.lang.Float lowerUncertainty)voidsetUncertainty(java.lang.Float uncertainty)voidsetUpperUncertainty(java.lang.Float upperUncertainty)voidsetValue(java.lang.String value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Time
public Time(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Details
-
getConfidenceLevel
public java.lang.Float getConfidenceLevel() -
getLowerUncertainty
public java.lang.Float getLowerUncertainty() -
getUncertainty
public java.lang.Float getUncertainty() -
getUpperUncertainty
public java.lang.Float getUpperUncertainty() -
getValue
public java.lang.String getValue() -
setConfidenceLevel
public void setConfidenceLevel(java.lang.Float confidenceLevel) -
setLowerUncertainty
public void setLowerUncertainty(java.lang.Float lowerUncertainty) -
setUncertainty
public void setUncertainty(java.lang.Float uncertainty) -
setUpperUncertainty
public void setUpperUncertainty(java.lang.Float upperUncertainty) -
setValue
public void setValue(java.lang.String value)
-