Class Tensor
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.Tensor
public class Tensor
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEMENT_NAME -
Constructor Summary
Constructors Constructor Description Tensor(javax.xml.stream.XMLEventReader reader) -
Method Summary
Modifier and Type Method Description RealQuantitygetMpp()RealQuantitygetMrp()RealQuantitygetMrr()RealQuantitygetMrt()RealQuantitygetMtp()RealQuantitygetMtt()voidsetMpp(RealQuantity mpp)voidsetMrp(RealQuantity mrp)voidsetMrr(RealQuantity mrr)voidsetMrt(RealQuantity mrt)voidsetMtp(RealQuantity mtp)voidsetMtt(RealQuantity mtt)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
-
Tensor
public Tensor(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Details
-
getMpp
-
getMrp
-
getMrr
-
getMrt
-
getMtp
-
getMtt
-
setMpp
-
setMrp
-
setMrr
-
setMrt
-
setMtp
-
setMtt
-