Class TimeWindow


  • public class TimeWindow
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ELEMENT_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeWindow​(javax.xml.stream.XMLEventReader reader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Float getBegin()  
      java.lang.Float getEnd()  
      java.lang.String getReference()  
      void setBegin​(java.lang.Float begin)  
      void setEnd​(java.lang.Float end)  
      void setReference​(java.lang.String reference)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeWindow

        public TimeWindow​(javax.xml.stream.XMLEventReader reader)
                   throws javax.xml.stream.XMLStreamException,
                          SeisFileException
        Throws:
        javax.xml.stream.XMLStreamException
        SeisFileException
    • Method Detail

      • getBegin

        public java.lang.Float getBegin()
      • getEnd

        public java.lang.Float getEnd()
      • getReference

        public java.lang.String getReference()
      • setBegin

        public void setBegin​(java.lang.Float begin)
      • setEnd

        public void setEnd​(java.lang.Float end)
      • setReference

        public void setReference​(java.lang.String reference)