Klasse ProcessingParameter

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

public class ProcessingParameter extends Object
Processing_Parameter 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

    • ProcessingParameter

      public ProcessingParameter()
      No-argument constructor
    • ProcessingParameter

      public ProcessingParameter(String name, String value)
      Constructor with parameter name and value arguments
      Parameter:
      name - the name to set
      value - the value to set
  • Methodendetails

    • getName

      public String getName()
      Gets the processing parameter name
      Gibt zurück:
      the processing parameter name
    • setName

      public void setName(String name)
      Sets the processing parameter name
      Parameter:
      name - the name to set
    • getValue

      public String getValue()
      Gets the processing parameter value
      Gibt zurück:
      the value
    • setValue

      public void setValue(String value)
      Sets the processing parameter value
      Parameter:
      value - the value to set
    • buildXML

      public void buildXML(Document doc, Element parentElement, JobOrderVersion jobOrderVersion, 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
      jobOrderVersion - the Job Order file specification version to apply
      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