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
All Methods Instance Methods Concrete Methods 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)
-
-
-
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.XMLStreamException
SeisFileException
-
-
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)
-
-