Class ARG_ADModelByFile

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_ADModelByFile
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] file
      file to import
      ADLogin login
      repository administrator login
      java.lang.String nameModel
      name of the new model.
      java.lang.String passCopy
      password of the copied model.
      java.lang.String password
      password of the new model.
    • Constructor Summary

      Constructors 
      Constructor Description
      ARG_ADModelByFile()  
      ARG_ADModelByFile​(ADLogin login, byte[] file, java.lang.String nameModel, java.lang.String password, java.lang.String passCopy)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • login

        public ADLogin login
        repository administrator login
      • file

        public byte[] file
        file to import
      • nameModel

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

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

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

      • ARG_ADModelByFile

        public ARG_ADModelByFile()
      • ARG_ADModelByFile

        public ARG_ADModelByFile​(ADLogin login,
                                 byte[] file,
                                 java.lang.String nameModel,
                                 java.lang.String password,
                                 java.lang.String passCopy)
    • Method Detail

      • 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