Class DataUsed
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.DataUsed
public class DataUsed
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEMENT_NAME -
Constructor Summary
Constructors Constructor Description DataUsed(javax.xml.stream.XMLEventReader reader) -
Method Summary
Modifier and Type Method Description intgetComponentCount()floatgetLongestPeriod()floatgetShortestPeriod()intgetStationCount()java.lang.StringgetWaveType()voidsetComponentCount(int componentCount)voidsetLongestPeriod(float longestPeriod)voidsetShortestPeriod(float shortestPeriod)voidsetStationCount(int stationCount)voidsetWaveType(java.lang.String waveType)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
DataUsed
public DataUsed(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Details
-
getComponentCount
public int getComponentCount() -
getLongestPeriod
public float getLongestPeriod() -
getShortestPeriod
public float getShortestPeriod() -
getStationCount
public int getStationCount() -
getWaveType
public java.lang.String getWaveType() -
setComponentCount
public void setComponentCount(int componentCount) -
setLongestPeriod
public void setLongestPeriod(float longestPeriod) -
setShortestPeriod
public void setShortestPeriod(float shortestPeriod) -
setStationCount
public void setStationCount(int stationCount) -
setWaveType
public void setWaveType(java.lang.String waveType)
-