Class ARG_SectionClientExpandIn
java.lang.Object
de.mid.innovator.srv2api.icw2model.ARG_SectionClientExpandIn
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_SectionClientExpandIn
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionlist of elements for addinglist of container elements already part of the section but containing elements for adding or removinglist of elements for removing -
Constructor Summary
ConstructorsConstructorDescriptionARG_SectionClientExpandIn(List<ADClientAble> seqAdd, List<ADClientAble> seqRemove, List<ADClientAble> seqContainer) -
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
-
seqAdd
list of elements for adding -
seqRemove
list of elements for removing -
seqContainer
list of container elements already part of the section but containing elements for adding or removing
-
-
Constructor Details
-
ARG_SectionClientExpandIn
public ARG_SectionClientExpandIn() -
ARG_SectionClientExpandIn
public ARG_SectionClientExpandIn(List<ADClientAble> seqAdd, List<ADClientAble> seqRemove, List<ADClientAble> seqContainer)
-
-
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
-