edu.sc.seis.seisFile.fdsnws.stationxml
Class FloatNoUnitType
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.FloatNoUnitType
- Direct Known Subclasses:
- FloatType
public class FloatNoUnitType
- extends java.lang.Object
Constructor Summary |
FloatNoUnitType(float coefficient,
java.lang.Float plusError,
java.lang.Float minusError,
java.lang.String tagName)
|
FloatNoUnitType(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatNoUnitType
public FloatNoUnitType(javax.xml.stream.XMLEventReader reader,
java.lang.String tagName)
throws javax.xml.stream.XMLStreamException,
StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
FloatNoUnitType
public FloatNoUnitType(float coefficient,
java.lang.Float plusError,
java.lang.Float minusError,
java.lang.String tagName)
throws StationXMLException,
javax.xml.stream.XMLStreamException
- Throws:
StationXMLException
javax.xml.stream.XMLStreamException
getTagName
public java.lang.String getTagName()
getValue
public float getValue()
getPlusError
public java.lang.Float getPlusError()
getMinusError
public java.lang.Float getMinusError()
hasPlusError
public boolean hasPlusError()
hasMinusError
public boolean hasMinusError()