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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
onlyActive
true, if the list of change sets is restricted to active change setsboolean
restrictOnLogin
true, if the list of change sets is restricted to the actual loginARG_ChangeSetPeriod
valEnd
restrict the list of change sets by end timeARG_ChangeSetPeriod
valStart
restrict the list of change sets by starting timeboolean
withSealed
true, if the list of change sets includes sealed change sets
-
Constructor Summary
Constructors Constructor Description ARG_ChangeSetListIn()
ARG_ChangeSetListIn(boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd)
-
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
-
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 Detail
-
ARG_ChangeSetListIn
public ARG_ChangeSetListIn()
-
ARG_ChangeSetListIn
public ARG_ChangeSetListIn(boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd)
-
-
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
-
-