Package de.dlr.proseo.model.joborder
Klasse IpfFileName
java.lang.Object
de.dlr.proseo.model.joborder.IpfFileName
File_Name information
For details see Generic IPF Interface Specification issue 1 revision 8 -
03/08/2009 MMFI-GSEG-EOPG-TN-07-0003
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNo-argument constructor, sets the file system type to the default value "POSIX"IpfFileName
(String fileName) Constructor with file name argument, sets the file system type to the default value "POSIX"IpfFileName
(String fileName, String fSType) Constructor with file name and file system type arguments -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Add contents of this to XML node parentElement.Gets the file nameGets the file system typeGets the original file namevoid
Read info from XML sub treevoid
setFileName
(String fileName) Sets the file namevoid
Sets the file system typevoid
setOriginalFileName
(String originalFileName) Sets the original file name
-
Konstruktordetails
-
IpfFileName
Constructor with file name and file system type arguments- Parameter:
fileName
- the file name to setfSType
- the file system type to set
-
IpfFileName
public IpfFileName()No-argument constructor, sets the file system type to the default value "POSIX" -
IpfFileName
Constructor with file name argument, sets the file system type to the default value "POSIX"- Parameter:
fileName
- the file name to set
-
-
Methodendetails
-
getFileName
Gets the file name- Gibt zurück:
- the file name
-
setFileName
Sets the file name- Parameter:
fileName
- the file name to set
-
getOriginalFileName
Gets the original file name- Gibt zurück:
- the original file name
-
setOriginalFileName
Sets the original file name- Parameter:
originalFileName
- the original file name to set
-
getFSType
Gets the file system type- Gibt zurück:
- the file system type
-
setFSType
Sets the file system type- Parameter:
fSType
- the file system type 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
-