Klasse TimeInterval

java.lang.Object
de.dlr.proseo.model.joborder.TimeInterval

public class TimeInterval extends Object
Time interval for input elements (Time_Interval Job Order element) (note that in contrast to IpfFileName, file names in time intervals do not carry the FSType attribute) For details see Generic IPF Interface Specification issue 1 revision 8 - 03/08/2009 MMFI-GSEG-EOPG-TN-07-0003
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • TimeInterval

      public TimeInterval()
      No-argument constructor
    • TimeInterval

      public TimeInterval(String start, String stop, String fileName)
      Constructor with time interval start/stop times and file name
      Parameter:
      start - the interval start time to set
      stop - the interval stop time to set
      fileName - the file name to set
  • Methodendetails

    • getStart

      public String getStart()
      Gets the time interval start
      Gibt zurück:
      the interval start time
    • setStart

      public void setStart(String start)
      Sets the time interval start
      Parameter:
      start - the interval start time to set
    • getStop

      public String getStop()
      Gets the time interval end
      Gibt zurück:
      the interval stop time
    • setStop

      public void setStop(String stop)
      Sets the time interval end
      Parameter:
      stop - the interval stop time to set
    • getFileName

      public String getFileName()
      Gets the file name
      Gibt zurück:
      the file name
    • setFileName

      public void setFileName(String fileName)
      Sets the file name
      Parameter:
      fileName - the file name to set
    • buildXML

      public void buildXML(Document doc, Element parentElement, Boolean prosEOAttributes)
      Add contents of this to XML node parentElement. Use doc to create elements
      Parameter:
      doc - The Document
      parentElement - The node to add this as child
      prosEOAttributes - if true, write attributes of prosEO specific data
    • read

      public void read(Node thisNode)
      Read info from XML sub tree
      Parameter:
      thisNode - XML node containing information