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.String
ELEMENT_NAME
-
Constructor Summary
Constructors Constructor Description MomentTensor(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Modifier and Type Method Description java.lang.String
getCategory()
float
getClvd()
java.util.List<Comment>
getCommentList()
CreationInfo
getCreationInfo()
DataUsed
getDataUsed()
java.lang.String
getDerivedOriginID()
float
getDoubleCouple()
java.lang.String
getMethodID()
java.lang.String
getMomentMagnitudeID()
java.lang.String
getPublicId()
RealQuantity
getScalarMoment()
Tensor
getTensor()
void
setCategory(java.lang.String category)
void
setClvd(float clvd)
void
setCommentList(java.util.List<Comment> commentList)
void
setCreationInfo(CreationInfo creationInfo)
void
setDataUsed(DataUsed dataUsed)
void
setDerivedOriginID(java.lang.String derivedOriginID)
void
setDoubleCouple(float doubleCouple)
void
setMethodID(java.lang.String methodID)
void
setMomentMagnitudeID(java.lang.String momentMagnitudeID)
void
setPublicId(java.lang.String publicId)
void
setScalarMoment(RealQuantity scalarMoment)
void
setTensor(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.XMLStreamException
SeisFileException
-
-
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
-