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 Summary
FieldsModifier and TypeFieldDescriptionbooleantrue, if the list of change sets is restricted to active change setsbooleantrue, if the list of change sets is restricted to the actual loginrestrict the list of change sets by end timerestrict the list of change sets by starting timebooleantrue, if the list of change sets includes sealed change sets -
Constructor Summary
ConstructorsConstructorDescriptionARG_ChangeSetListIn(boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
onlyActive
public boolean onlyActivetrue, if the list of change sets is restricted to active change sets -
restrictOnLogin
public boolean restrictOnLogintrue, if the list of change sets is restricted to the actual login -
withSealed
public boolean withSealedtrue, if the list of change sets includes sealed change sets -
valStart
restrict the list of change sets by starting time -
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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-