Package de.dlr.proseo.model.joborder
Klasse 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
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNo-argument constructorProcessingParameter
(String name, String value) Constructor with parameter name and value arguments -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
buildXML
(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 valuevoid
Read info from XML sub treevoid
Sets the processing parameter namevoid
Sets the processing parameter value
-
Konstruktordetails
-
ProcessingParameter
public ProcessingParameter()No-argument constructor -
ProcessingParameter
Constructor with parameter name and value arguments- Parameter:
name
- the name to setvalue
- the value to set
-
-
Methodendetails
-
getName
Gets the processing parameter name- Gibt zurück:
- the processing parameter name
-
setName
Sets the processing parameter name- Parameter:
name
- the name to set
-
getValue
Gets the processing parameter value- Gibt zurück:
- the value
-
setValue
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 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- Parameter:
thisNode
- XML node containing information
-