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.String
ELEMENT_NAME
-
Constructor Summary
Constructors Constructor Description Tensor(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Modifier and Type Method Description RealQuantity
getMpp()
RealQuantity
getMrp()
RealQuantity
getMrr()
RealQuantity
getMrt()
RealQuantity
getMtp()
RealQuantity
getMtt()
void
setMpp(RealQuantity mpp)
void
setMrp(RealQuantity mrp)
void
setMrr(RealQuantity mrr)
void
setMrt(RealQuantity mrt)
void
setMtp(RealQuantity mtp)
void
setMtt(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.XMLStreamException
SeisFileException
-
-
Method Details
-
getMpp
-
getMrp
-
getMrr
-
getMrt
-
getMtp
-
getMtt
-
setMpp
-
setMrp
-
setMrr
-
setMrt
-
setMtp
-
setMtt
-