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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Tensor
public Tensor(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Detail
-
getMpp
public RealQuantity getMpp()
-
getMrp
public RealQuantity getMrp()
-
getMrr
public RealQuantity getMrr()
-
getMrt
public RealQuantity getMrt()
-
getMtp
public RealQuantity getMtp()
-
getMtt
public RealQuantity getMtt()
-
setMpp
public void setMpp(RealQuantity mpp)
-
setMrp
public void setMrp(RealQuantity mrp)
-
setMrr
public void setMrr(RealQuantity mrr)
-
setMrt
public void setMrt(RealQuantity mrt)
-
setMtp
public void setMtp(RealQuantity mtp)
-
setMtt
public void setMtt(RealQuantity mtt)
-
-