Package de.dlr.proseo.model.joborder
Klasse TimeInterval
java.lang.Object
de.dlr.proseo.model.joborder.TimeInterval
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
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNo-argument constructorTimeInterval
(String start, String stop, String fileName) Constructor with time interval start/stop times and file name -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Add contents of this to XML node parentElement.Gets the file namegetStart()
Gets the time interval startgetStop()
Gets the time interval endvoid
Read info from XML sub treevoid
setFileName
(String fileName) Sets the file namevoid
Sets the time interval startvoid
Sets the time interval end
-
Konstruktordetails
-
TimeInterval
public TimeInterval()No-argument constructor -
TimeInterval
Constructor with time interval start/stop times and file name- Parameter:
start
- the interval start time to setstop
- the interval stop time to setfileName
- the file name to set
-
-
Methodendetails
-
getStart
Gets the time interval start- Gibt zurück:
- the interval start time
-
setStart
Sets the time interval start- Parameter:
start
- the interval start time to set
-
getStop
Gets the time interval end- Gibt zurück:
- the interval stop time
-
setStop
Sets the time interval end- Parameter:
stop
- the interval stop time to set
-
getFileName
Gets the file name- Gibt zurück:
- the file name
-
setFileName
Sets the file name- Parameter:
fileName
- the file name to set
-
buildXML
Add contents of this to XML node parentElement. Use doc to create elements- Parameter:
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- Parameter:
thisNode
- XML node containing information
-