Class MomentTensor


  • public class MomentTensor
    extends java.lang.Object
    • 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()
      • 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()
      • 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)