Klasse IpfFileName

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

public class IpfFileName extends Object
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
  • Konstruktordetails

    • IpfFileName

      public IpfFileName(String fileName, String fSType)
      Constructor with file name and file system type arguments
      Parameter:
      fileName - the file name to set
      fSType - the file system type to set
    • IpfFileName

      public IpfFileName()
      No-argument constructor, sets the file system type to the default value "POSIX"
    • IpfFileName

      public IpfFileName(String fileName)
      Constructor with file name argument, sets the file system type to the default value "POSIX"
      Parameter:
      fileName - the file name to set
  • Methodendetails

    • getFileName

      public String getFileName()
      Gets the file name
      Gibt zurück:
      the file name
    • setFileName

      public void setFileName(String fileName)
      Sets the file name
      Parameter:
      fileName - the file name to set
    • getOriginalFileName

      public String getOriginalFileName()
      Gets the original file name
      Gibt zurück:
      the original file name
    • setOriginalFileName

      public void setOriginalFileName(String originalFileName)
      Sets the original file name
      Parameter:
      originalFileName - the original file name to set
    • getFSType

      public String getFSType()
      Gets the file system type
      Gibt zurück:
      the file system type
    • setFSType

      public void setFSType(String fSType)
      Sets the file system type
      Parameter:
      fSType - the file system type 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