de.mid.innovator.srv2api.icw2class
Class ARG_ModifySlotValue

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

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


Field Summary
 List<Boolean> seqBoolVal
          List of boolean values to be set
 List<CLInstSpec> seqOHVal
          List of ID values to be set
 List<String> seqStrVal
          List of string values to be set
 
Constructor Summary
ARG_ModifySlotValue()
           
ARG_ModifySlotValue(List<String> seqStrVal, List<CLInstSpec> seqOHVal, List<Boolean> seqBoolVal)
           
 
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

seqBoolVal

public List<Boolean> seqBoolVal
List of boolean values to be set


seqOHVal

public List<CLInstSpec> seqOHVal
List of ID values to be set


seqStrVal

public List<String> seqStrVal
List of string values to be set

Constructor Detail

ARG_ModifySlotValue

public ARG_ModifySlotValue()

ARG_ModifySlotValue

public ARG_ModifySlotValue(List<String> seqStrVal,
                           List<CLInstSpec> seqOHVal,
                           List<Boolean> seqBoolVal)
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