Class ARG_ChangeSetListIn

java.lang.Object
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 Details

    • 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
    • withSealed

      public boolean withSealed
      true, if the list of change sets includes sealed change sets
    • valStart

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

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

    • ARG_ChangeSetListIn

      public ARG_ChangeSetListIn()
    • ARG_ChangeSetListIn

      public ARG_ChangeSetListIn(boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd)
  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal 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
    • resolveReferences

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