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