Class ARG_NotifyCountersItem
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_NotifyCountersItem
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_NotifyCountersItem
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintid of the optional conditionintnumber of creations in the requested periodintnumber of deletions in the requested periodintnumber of modifications in the requested periodthe element's namethe element's namespace namethe element's stereotypethe element's URIthe element's UUID -
Constructor Summary
Constructors -
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
-
UUID
the element's UUID -
conditionId
public int conditionIdid of the optional condition -
URI
the element's URI -
name
the element's name -
namespaceName
the element's namespace name -
stereotype
the element's stereotype -
creationsCount
public int creationsCountnumber of creations in the requested period -
modificationsCount
public int modificationsCountnumber of modifications in the requested period -
deletionsCount
public int deletionsCountnumber of deletions in the requested period
-
-
Constructor Details
-
ARG_NotifyCountersItem
public ARG_NotifyCountersItem() -
ARG_NotifyCountersItem
-
-
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
-