Class Span
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.stationxml.Span
-
public class Span extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Span(javax.xml.stream.XMLEventReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEnd()
int
getMaximumTimeTear()
java.lang.String
getNumberSegments()
java.lang.String
getStart()
-
-
-
Constructor Detail
-
Span
public Span(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-