Package de.mid.innovator.srv2api.icw2dg
Class ARG_DocuOut
java.lang.Object
de.mid.innovator.srv2api.icw2dg.ARG_DocuOut
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionfooter appendixfooter main textfooter table of contentsheading appendixheading main textheading table of contentsindex entry format 1index entry format 2Map of parameter names and valuesList of child nodestitle page -
Constructor Summary
ConstructorsConstructorDescriptionARG_DocuOut(ARG_DocuTitle title, ARG_DocuHeaderFooter headingM, ARG_DocuHeaderFooter footerM, ARG_DocuHeaderFooter headingTOC, ARG_DocuHeaderFooter footerTOC, ARG_DocuHeaderFooter headingA, ARG_DocuHeaderFooter footerA, String indexEntry1, String indexEntry2, List<ARG_DocuNode> seqNode, List<ARG_Map> paramValues) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
title
title page -
headingM
heading main text -
headingTOC
heading table of contents -
headingA
heading appendix -
indexEntry1
index entry format 1 -
indexEntry2
index entry format 2 -
seqNode
List of child nodes -
paramValues
Map of parameter names and values
-
-
Constructor Details
-
ARG_DocuOut
public ARG_DocuOut()
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-