Class ARG_GuestAllow

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_GuestAllow
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_GuestAllow extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • model

      public ADModel model
      model id
    • allowLogin

      public boolean allowLogin
      flag if login is allowed
    • text

      public String text
      lock text
  • Constructor Details

    • ARG_GuestAllow

      public ARG_GuestAllow()
    • ARG_GuestAllow

      public ARG_GuestAllow(ADModel model, boolean allowLogin, String text)
  • 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