Class ARG_ADModelByFile

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

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

    • login

      public ADLogin login
      repository administrator login
    • file

      public Path file
      file to import
    • nameModel

      public String nameModel
      name of the new model. If not set the name of the copied one will be used
    • password

      public String password
      password of the new model. If not set the password of the copied one will be used
    • passCopy

      public String passCopy
      password of the copied model. Must be set if a new password should be set
  • Constructor Details

    • ARG_ADModelByFile

      public ARG_ADModelByFile()
    • ARG_ADModelByFile

      public ARG_ADModelByFile(ADLogin login, Path file, String nameModel, String password, String passCopy)
  • 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