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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
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)
-
-
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-