Class TimeWindow
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.quakeml.TimeWindow
-
public class TimeWindow extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_NAME
-
Constructor Summary
Constructors Constructor Description TimeWindow(javax.xml.stream.XMLEventReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Float
getBegin()
java.lang.Float
getEnd()
java.lang.String
getReference()
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TimeWindow
public TimeWindow(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-