Package de.dlr.proseo.model.joborder
Class ProcessingParameter
java.lang.Object
de.dlr.proseo.model.joborder.ProcessingParameter
Processing_Parameter 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 constructorProcessingParameter(String name, String value) Constructor with parameter name and value arguments -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildXML(Document doc, Element parentElement, JobOrderVersion jobOrderVersion, Boolean prosEOAttributes) Add contents of this to XML node parentElement.getName()Gets the processing parameter namegetValue()Gets the processing parameter valuevoidRead info from XML sub treevoidSets the processing parameter namevoidSets the processing parameter value
-
Constructor Details
-
ProcessingParameter
public ProcessingParameter()No-argument constructor -
ProcessingParameter
Constructor with parameter name and value arguments- Parameters:
name- the name to setvalue- the value to set
-
-
Method Details
-
getName
Gets the processing parameter name- Returns:
- the processing parameter name
-
setName
Sets the processing parameter name- Parameters:
name- the name to set
-
getValue
Gets the processing parameter value- Returns:
- the value
-
setValue
Sets the processing parameter value- Parameters:
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- Parameters:
doc- The DocumentparentElement- The node to add this as childjobOrderVersion- the Job Order file specification version to applyprosEOAttributes- if true, write attributes of prosEO specific data
-
read
Read info from XML sub tree- Parameters:
thisNode- XML node containing information
-