de.mid.innovator.srv2api.icw2dg
Class ARG_DocuContent

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2dg.ARG_DocuContent
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_DocuContent
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 boolean bold
          cell content is displayed as bold text
 String content
          Content of this table cell
 boolean isImage
          cell content is an image.
 ELElement ohElem
          the OH of the referenced element
 
Constructor Summary
ARG_DocuContent()
           
ARG_DocuContent(ELElement ohElem, String content, boolean bold, boolean isImage)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bold

public boolean bold
cell content is displayed as bold text


content

public String content
Content of this table cell


isImage

public boolean isImage
cell content is an image.


ohElem

public ELElement ohElem
the OH of the referenced element

Constructor Detail

ARG_DocuContent

public ARG_DocuContent()

ARG_DocuContent

public ARG_DocuContent(ELElement ohElem,
                       String content,
                       boolean bold,
                       boolean isImage)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble