Пример #1
0
            private void send_receiveOutLRInfo(com.vip.haitao.loading.osp.service.HtReceiveOutLoadingReleaseParam param_)
            {
                InitInvocation("receiveOutLRInfo");

                receiveOutLRInfo_args args = new receiveOutLRInfo_args();

                args.SetParam(param_);

                SendBase(args, receiveOutLRInfo_argsHelper.getInstance());
            }
Пример #2
0
            public void Read(receiveOutLRInfo_args structs, Protocol iprot)
            {
                if (true)
                {
                    com.vip.haitao.loading.osp.service.HtReceiveOutLoadingReleaseParam value;

                    value = new com.vip.haitao.loading.osp.service.HtReceiveOutLoadingReleaseParam();
                    com.vip.haitao.loading.osp.service.HtReceiveOutLoadingReleaseParamHelper.getInstance().Read(value, iprot);

                    structs.SetParam(value);
                }



                Validate(structs);
            }
Пример #3
0
 public void SetParam(com.vip.haitao.loading.osp.service.HtReceiveOutLoadingReleaseParam value)
 {
     this.param_ = value;
 }
Пример #4
0
 public com.vip.haitao.loading.osp.service.PostResponse receiveOutLRInfo(com.vip.haitao.loading.osp.service.HtReceiveOutLoadingReleaseParam param_)
 {
     send_receiveOutLRInfo(param_);
     return(recv_receiveOutLRInfo());
 }