26 if (
$value instanceof \CIMMessageParamAttach)
32 $this->attach = \CIMMessageParamAttach::GetAttachByJson(
$value);
33 if ($this->attach ===
null)
39 if (isset($this->attach))
41 $this->value = $this->attach->getArray();
42 $this->jsonValue = $this->attach->getJson();