de.mid.innovator.srv2api.icw2meta
Class ARG_ChangeSetListIn

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

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


Field Summary
 boolean onlyActive
          true, if the list of change sets is restricted to active change sets
 boolean restrictOnLogin
          true, if the list of change sets is restricted to the actual login
 ARG_ChangeSetPeriod valEnd
          restrict the list of change sets by end time
 ARG_ChangeSetPeriod valStart
          restrict the list of change sets by starting time
 
Constructor Summary
ARG_ChangeSetListIn()
           
ARG_ChangeSetListIn(boolean onlyActive, boolean restrictOnLogin, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd)
           
 
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

onlyActive

public boolean onlyActive
true, if the list of change sets is restricted to active change sets


restrictOnLogin

public boolean restrictOnLogin
true, if the list of change sets is restricted to the actual login


valEnd

public ARG_ChangeSetPeriod valEnd
restrict the list of change sets by end time


valStart

public ARG_ChangeSetPeriod valStart
restrict the list of change sets by starting time

Constructor Detail

ARG_ChangeSetListIn

public ARG_ChangeSetListIn()

ARG_ChangeSetListIn

public ARG_ChangeSetListIn(boolean onlyActive,
                           boolean restrictOnLogin,
                           ARG_ChangeSetPeriod valStart,
                           ARG_ChangeSetPeriod valEnd)
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