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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MomentTensor
public MomentTensor(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Detail
-
getCategory
public java.lang.String getCategory()
-
getClvd
public float getClvd()
-
getCommentList
public java.util.List<Comment> getCommentList()
-
getCreationInfo
public CreationInfo getCreationInfo()
-
getDataUsed
public DataUsed 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
public RealQuantity getScalarMoment()
-
getTensor
public Tensor getTensor()
-
setCategory
public void setCategory(java.lang.String category)
-
setClvd
public void setClvd(float clvd)
-
setCommentList
public void setCommentList(java.util.List<Comment> commentList)
-
setCreationInfo
public void setCreationInfo(CreationInfo creationInfo)
-
setDataUsed
public void setDataUsed(DataUsed dataUsed)
-
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
public void setScalarMoment(RealQuantity scalarMoment)
-
setTensor
public void setTensor(Tensor tensor)
-
-