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 booleanonlyActivetrue, if the list of change sets is restricted to active change setsbooleanrestrictOnLogintrue, if the list of change sets is restricted to the actual loginARG_ChangeSetPeriodvalEndrestrict the list of change sets by end timeARG_ChangeSetPeriodvalStartrestrict the list of change sets by starting timebooleanwithSealedtrue, 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 voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-