Package de.mid.innovator.srv2api.icw2dm
Class ARG_AddInformationItem
java.lang.Object
de.mid.innovator.srv2api.icw2dm.ARG_AddInformationItem
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddInformationItem
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue create additional elementsname of the new information itemthe new information item is created after this item or at the end otherwise -
Constructor Summary
ConstructorsConstructorDescriptionARG_AddInformationItem(DMInformationItem ohItem, String name, boolean isMaintaining) -
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
-
ohItem
the new information item is created after this item or at the end otherwise -
name
name of the new information item -
isMaintaining
public boolean isMaintainingtrue create additional elements
-
-
Constructor Details
-
ARG_AddInformationItem
public ARG_AddInformationItem() -
ARG_AddInformationItem
-
-
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
-