Class HertzFloatType
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
-
- edu.sc.seis.seisFile.fdsnws.stationxml.FloatType
-
- edu.sc.seis.seisFile.fdsnws.stationxml.HertzFloatType
-
public class HertzFloatType extends FloatType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_UNIT
-
Constructor Summary
Constructors Constructor Description HertzFloatType()
HertzFloatType(float value)
HertzFloatType(float value, java.lang.Float plusError, java.lang.Float minusError)
HertzFloatType(javax.xml.stream.XMLEventReader reader, java.lang.String tagName)
-
Method Summary
-
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
getMinusError, getPlusError, getValue, hasMinusError, hasPlusError
-
-
-
-
Field Detail
-
DEFAULT_UNIT
public static final java.lang.String DEFAULT_UNIT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HertzFloatType
public HertzFloatType()
-
HertzFloatType
public HertzFloatType(float value, java.lang.Float plusError, java.lang.Float minusError)
-
HertzFloatType
public HertzFloatType(float value)
-
HertzFloatType
public HertzFloatType(javax.xml.stream.XMLEventReader reader, java.lang.String tagName) throws StationXMLException, javax.xml.stream.XMLStreamException
- Throws:
StationXMLException
javax.xml.stream.XMLStreamException
-
-