Package de.dlr.proseo.model.joborder
Class 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
- Author:
- Ernst Melchinger
-
Constructor Summary
ConstructorsConstructorDescriptionNo-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 -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd contents of this to XML node parentElement.Gets the file nameGets the file system typeGets the original file namevoidRead info from XML sub treevoidsetFileName(String fileName) Sets the file namevoidSets the file system typevoidsetOriginalFileName(String originalFileName) Sets the original file name
-
Constructor Details
-
IpfFileName
Constructor with file name and file system type arguments- Parameters:
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"- Parameters:
fileName- the file name to set
-
-
Method Details
-
getFileName
Gets the file name- Returns:
- the file name
-
setFileName
Sets the file name- Parameters:
fileName- the file name to set
-
getOriginalFileName
Gets the original file name- Returns:
- the original file name
-
setOriginalFileName
Sets the original file name- Parameters:
originalFileName- the original file name to set
-
getFSType
Gets the file system type- Returns:
- the file system type
-
setFSType
Sets the file system type- Parameters:
fSType- the file system type 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
-