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_DocuHeaderFooter
footerA
footer appendixARG_DocuHeaderFooter
footerM
footer main textARG_DocuHeaderFooter
footerTOC
footer table of contentsARG_DocuHeaderFooter
headingA
heading appendixARG_DocuHeaderFooter
headingM
heading main textARG_DocuHeaderFooter
headingTOC
heading table of contentsjava.lang.String
indexEntry1
index entry format 1java.lang.String
indexEntry2
index entry format 2java.util.List<ARG_Map>
paramValues
Map of parameter names and valuesjava.util.List<ARG_DocuNode>
seqNode
List of child nodesARG_DocuTitle
title
title 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 void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(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:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-