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
public class ARG_DocuOut extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description ARG_DocuHeaderFooterfooterAfooter appendixARG_DocuHeaderFooterfooterMfooter main textARG_DocuHeaderFooterfooterTOCfooter table of contentsARG_DocuHeaderFooterheadingAheading appendixARG_DocuHeaderFooterheadingMheading main textARG_DocuHeaderFooterheadingTOCheading table of contentsjava.lang.StringindexEntry1index entry format 1java.lang.StringindexEntry2index entry format 2java.util.List<ARG_Map>paramValuesMap of parameter names and valuesjava.util.List<ARG_DocuNode>seqNodeList of child nodesARG_DocuTitletitletitle page
-
Constructor Summary
Constructors Constructor Description ARG_DocuOut()ARG_DocuOut(ARG_DocuTitle title, ARG_DocuHeaderFooter headingM, ARG_DocuHeaderFooter footerM, ARG_DocuHeaderFooter headingTOC, ARG_DocuHeaderFooter footerTOC, ARG_DocuHeaderFooter headingA, ARG_DocuHeaderFooter footerA, java.lang.String indexEntry1, java.lang.String indexEntry2, java.util.List<ARG_DocuNode> seqNode, java.util.List<ARG_Map> paramValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
title
public ARG_DocuTitle title
title page
-
headingM
public ARG_DocuHeaderFooter headingM
heading main text
-
footerM
public ARG_DocuHeaderFooter footerM
footer main text
-
headingTOC
public ARG_DocuHeaderFooter headingTOC
heading table of contents
-
footerTOC
public ARG_DocuHeaderFooter footerTOC
footer table of contents
-
headingA
public ARG_DocuHeaderFooter headingA
heading appendix
-
footerA
public ARG_DocuHeaderFooter footerA
footer appendix
-
indexEntry1
public java.lang.String indexEntry1
index entry format 1
-
indexEntry2
public java.lang.String indexEntry2
index entry format 2
-
seqNode
public java.util.List<ARG_DocuNode> seqNode
List of child nodes
-
paramValues
public java.util.List<ARG_Map> paramValues
Map of parameter names and values
-
-
Constructor Detail
-
ARG_DocuOut
public ARG_DocuOut()
-
ARG_DocuOut
public ARG_DocuOut(ARG_DocuTitle title, ARG_DocuHeaderFooter headingM, ARG_DocuHeaderFooter footerM, ARG_DocuHeaderFooter headingTOC, ARG_DocuHeaderFooter footerTOC, ARG_DocuHeaderFooter headingA, ARG_DocuHeaderFooter footerA, java.lang.String indexEntry1, java.lang.String indexEntry2, java.util.List<ARG_DocuNode> seqNode, java.util.List<ARG_Map> paramValues)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-