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 Details

    • UUID

      public String UUID
      the element's UUID
    • conditionId

      public int conditionId
      id of the optional condition
    • URI

      public String URI
      the element's URI
    • name

      public String name
      the element's name
    • namespaceName

      public String namespaceName
      the element's namespace name
    • stereotype

      public String stereotype
      the element's stereotype
    • creationsCount

      public int creationsCount
      number of creations in the requested period
    • modificationsCount

      public int modificationsCount
      number of modifications in the requested period
    • deletionsCount

      public int deletionsCount
      number of deletions in the requested period
  • Constructor Details

    • ARG_NotifyCountersItem

      public ARG_NotifyCountersItem()
    • ARG_NotifyCountersItem

      public ARG_NotifyCountersItem(String UUID, int conditionId, String URI, String name, String namespaceName, String stereotype, int creationsCount, int modificationsCount, int deletionsCount)
  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble