Class MomentTensor
java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.MomentTensor
public class MomentTensor
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEMENT_NAME -
Constructor Summary
Constructors Constructor Description MomentTensor(javax.xml.stream.XMLEventReader reader) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCategory()floatgetClvd()java.util.List<Comment>getCommentList()CreationInfogetCreationInfo()DataUsedgetDataUsed()java.lang.StringgetDerivedOriginID()floatgetDoubleCouple()java.lang.StringgetMethodID()java.lang.StringgetMomentMagnitudeID()java.lang.StringgetPublicId()RealQuantitygetScalarMoment()TensorgetTensor()voidsetCategory(java.lang.String category)voidsetClvd(float clvd)voidsetCommentList(java.util.List<Comment> commentList)voidsetCreationInfo(CreationInfo creationInfo)voidsetDataUsed(DataUsed dataUsed)voidsetDerivedOriginID(java.lang.String derivedOriginID)voidsetDoubleCouple(float doubleCouple)voidsetMethodID(java.lang.String methodID)voidsetMomentMagnitudeID(java.lang.String momentMagnitudeID)voidsetPublicId(java.lang.String publicId)voidsetScalarMoment(RealQuantity scalarMoment)voidsetTensor(Tensor tensor)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
-
MomentTensor
public MomentTensor(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Details
-
getCategory
public java.lang.String getCategory() -
getClvd
public float getClvd() -
getCommentList
-
getCreationInfo
-
getDataUsed
-
getDerivedOriginID
public java.lang.String getDerivedOriginID() -
getDoubleCouple
public float getDoubleCouple() -
getMethodID
public java.lang.String getMethodID() -
getMomentMagnitudeID
public java.lang.String getMomentMagnitudeID() -
getPublicId
public java.lang.String getPublicId() -
getScalarMoment
-
getTensor
-
setCategory
public void setCategory(java.lang.String category) -
setClvd
public void setClvd(float clvd) -
setCommentList
-
setCreationInfo
-
setDataUsed
-
setDerivedOriginID
public void setDerivedOriginID(java.lang.String derivedOriginID) -
setDoubleCouple
public void setDoubleCouple(float doubleCouple) -
setMethodID
public void setMethodID(java.lang.String methodID) -
setMomentMagnitudeID
public void setMomentMagnitudeID(java.lang.String momentMagnitudeID) -
setPublicId
public void setPublicId(java.lang.String publicId) -
setScalarMoment
-
setTensor
-