Klasse SensingTime

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

public class SensingTime extends Object
Sensing_Time information For details see Generic IPF Interface Specification issue 1 revision 8 - 03/08/2009 MMFI-GSEG-EOPG-TN-07-0003
Autor:
Ernst Melchinger
  • Konstruktordetails

    • SensingTime

      public SensingTime()
      No-argument constructor
    • SensingTime

      public SensingTime(String start, String stop)
      Constructor with sensing start and stop time arguments
      Parameter:
      start - the sensing start time to set
      stop - the sensing stop time to set
  • Methodendetails

    • getStart

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

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

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

      public void setStop(String stop)
      Sets the sensing stop time
      Parameter:
      stop - the sensing stop time 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