Package de.dlr.proseo.model.joborder
Class SensingTime
java.lang.Object
de.dlr.proseo.model.joborder.SensingTime
Sensing_Time information
For details see Generic IPF Interface Specification issue 1 revision 8 -
03/08/2009 MMFI-GSEG-EOPG-TN-07-0003
- Author:
- Ernst Melchinger
-
Constructor Summary
ConstructorsConstructorDescriptionNo-argument constructorSensingTime(String start, String stop) Constructor with sensing start and stop time arguments -
Method Summary
-
Constructor Details
-
SensingTime
public SensingTime()No-argument constructor -
SensingTime
Constructor with sensing start and stop time arguments- Parameters:
start- the sensing start time to setstop- the sensing stop time to set
-
-
Method Details
-
getStart
Gets the sensing start time- Returns:
- the sensing start time
-
setStart
Sets the sensing start time- Parameters:
start- the sensing start time to set
-
getStop
Gets the sensing stop time- Returns:
- the sensing stop time
-
setStop
Sets the sensing stop time- Parameters:
stop- the sensing stop time to set
-
buildXML
Add contents of this to XML node parentElement. Use doc to create elements- Parameters:
doc- The DocumentparentElement- The node to add this as childprosEOAttributes- if true, write attributes of prosEO specific data
-
read
Read info from XML sub tree- Parameters:
thisNode- XML node containing information
-