diff --git a/Hcs.Broker/Api/ApiBase.cs b/Hcs.Broker/Api/ApiBase.cs new file mode 100644 index 0000000..37a6ba8 --- /dev/null +++ b/Hcs.Broker/Api/ApiBase.cs @@ -0,0 +1,7 @@ +namespace Hcs.Broker.Api +{ + public abstract class ApiBase(Client client) + { + protected Client client = client; + } +} diff --git a/Hcs.Broker/Api/BillsApi.cs b/Hcs.Broker/Api/BillsApi.cs new file mode 100644 index 0000000..fe3f89f --- /dev/null +++ b/Hcs.Broker/Api/BillsApi.cs @@ -0,0 +1,65 @@ +using Hcs.Broker.Api.Payload.Bills; +using Hcs.Broker.Api.Request.Bills; +using Hcs.Service.Async.Bills; + +namespace Hcs.Broker.Api +{ + // http://open-gkh.ru/BillsServiceAsync/ + public class BillsApi(Client client) : ApiBase(client) + { + /// + /// Экспорт платежных документов + /// + /// Идентификатор платежного документа + /// Токен отмены + /// Платежные документы + public async Task> ExportPaymentDocumentDataByPaymentDocumentIDAsync(string paymentDocumentID, CancellationToken token = default) + { + var request = new ExportPaymentDocumentDataRequest(client); + return await request.ExecuteByPaymentDocumentIDAsync(paymentDocumentID, token); + } + + /// + /// Экспорт платежных документов + /// + /// Год + /// Месяц + /// Глобальный уникальный идентификатор дома по ФИАС + /// Номер лицевого счета/иной идентификатор плательщика + /// Токен отмены + /// Платежные документы + public async Task> ExportPaymentDocumentDataByAccountNumberAsync(short year, int month, string fiasHouseGuid, string accountNumber, CancellationToken token = default) + { + var request = new ExportPaymentDocumentDataRequest(client); + return await request.ExecuteByAccountNumberAsync(year, month, fiasHouseGuid, accountNumber, token); + } + + /// + /// Экспорт платежных документов + /// + /// Год + /// Месяц + /// Глобальный уникальный идентификатор дома по ФИАС + /// Номер платежного документа, по которому внесена плата, + /// присвоенный такому документу исполнителем в целях осуществления расчетов по внесению платы + /// Токен отмены + /// Платежные документы + public async Task> ExportPaymentDocumentDataByPaymentDocumentNumberAsync(short year, int month, string fiasHouseGuid, string paymentDocumentNumber, CancellationToken token = default) + { + var request = new ExportPaymentDocumentDataRequest(client); + return await request.ExecuteByPaymentDocumentNumberAsync(year, month, fiasHouseGuid, paymentDocumentNumber, token); + } + + /// + /// Импорт сведений о платежных документах + /// + /// Пейлоад сведений о платежных документах + /// Токен отмены + /// true, если операция выполнена успешно, иначе - false + public async Task ImportPaymentDocumentDataAsync(ImportPaymentDocumentDataPayload payload, CancellationToken token = default) + { + var request = new ImportPaymentDocumentDataRequest(client); + return await request.ExecuteAsync(payload, token); + } + } +} diff --git a/Hcs.Broker/Api/DeviceMeteringApi.cs b/Hcs.Broker/Api/DeviceMeteringApi.cs new file mode 100644 index 0000000..f254616 --- /dev/null +++ b/Hcs.Broker/Api/DeviceMeteringApi.cs @@ -0,0 +1,34 @@ +using Hcs.Broker.Api.Payload.DeviceMetering; +using Hcs.Broker.Api.Request.DeviceMetering; +using Hcs.Service.Async.DeviceMetering; + +namespace Hcs.Broker.Api +{ + // http://open-gkh.ru/DeviceMeteringServiceAsync/ + public class DeviceMeteringApi(Client client) : ApiBase(client) + { + /// + /// Экспорт истории показаний и поверок приборов учета пользователя, установленных в указанном доме + /// + /// Пейлоад выборки ПУ + /// Токен отмены + /// Лицевые счета + public async Task> ExportMeteringDeviceHistoryAsync(ExportMeteringDeviceHistoryPayload payload, CancellationToken token = default) + { + var request = new ExportMeteringDeviceHistoryRequest(client); + return await request.ExecuteAsync(payload, token); + } + + /// + /// Импорт показаний приборов учета + /// + /// Показания прибора учета + /// Токен отмены + /// true, если операция выполнена успешно, иначе - false + public async Task ImportMeteringDeviceValuesAsync(importMeteringDeviceValuesRequestMeteringDevicesValues values, CancellationToken token = default) + { + var request = new ImportMeteringDeviceValuesRequest(client); + return await request.ExecuteAsync(values, token); + } + } +} diff --git a/Hcs.Broker/Api/HouseManagementApi.cs b/Hcs.Broker/Api/HouseManagementApi.cs new file mode 100644 index 0000000..51510ed --- /dev/null +++ b/Hcs.Broker/Api/HouseManagementApi.cs @@ -0,0 +1,165 @@ +using Hcs.Broker.Api.Payload.HouseManagement; +using Hcs.Broker.Api.Request.HouseManagement; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api +{ + // http://open-gkh.ru/HouseManagementServiceAsync/ + public class HouseManagementApi(Client client) : ApiBase(client) + { + /// + /// Экспорт лицевых счетов + /// + /// Глобальный уникальный идентификатор дома по ФИАС + /// Токен отмены + /// Лицевые счета + public async Task> ExportAccountAsync(string fiasHouseGuid, CancellationToken token = default) + { + var request = new ExportAccountRequest(client); + return await request.ExecuteAsync(fiasHouseGuid, token); + } + + /// + /// Возвращает информацию о доме + /// + /// Глобальный уникальный идентификатор дома по ФИАС + /// Токен отмены + /// Информация о доме + public async Task> ExportHouseAsync(string fiasHouseGuid, CancellationToken token = default) + { + var request = new ExportHouseRequest(client); + return await request.ExecuteAsync(fiasHouseGuid, token); + } + + /// + /// Возвращает все договора ресурсоснабжения + /// + /// Токен отмены + /// Договора ресурсоснабжения + public async Task> ExportSupplyResourceContractDataAsync(CancellationToken token = default) + { + var request = new ExportSupplyResourceContractDataRequest(client); + return await request.ExecuteAsync(token); + } + + /// + /// Возвращает договор ресурсоснабжения по его идентификатору в ГИС ЖКХ + /// + /// Идентификатор договора ресурсоснабжения в ГИС ЖКХ + /// Токен отмены + /// Договор ресурсоснабжения + public async Task ExportSupplyResourceContractDataAsync(Guid contractRootGuid, CancellationToken token = default) + { + var request = new ExportSupplyResourceContractDataRequest(client); + return await request.ExecuteAsync(contractRootGuid, token); + } + + /// + /// Возвращает договор ресурсоснабжения по номеру договора в ГИС ЖКХ + /// + /// Номер договора ресурсоснабжения в ГИС ЖКХ + /// Токен отмены + /// Договор ресурсоснабжения + public async Task ExportSupplyResourceContractDataAsync(string contractNumber, CancellationToken token = default) + { + var request = new ExportSupplyResourceContractDataRequest(client); + return await request.ExecuteAsync(contractNumber, token); + } + + /// + /// Возвращает объекты жилищного фонда из договора ресурсоснабжения по его идентификатору + /// + /// Идентификатор договора ресурсоснабжения в ГИС ЖКХ + /// Токен отмены + /// Объекты жилищного фонда + public async Task> ExportSupplyResourceContractObjectAddressDataAsync(Guid contractRootGuid, CancellationToken token = default) + { + var request = new ExportSupplyResourceContractObjectAddressDataRequest(client); + return await request.ExecuteAsync(contractRootGuid, token); + } + + /// + /// Импорт лицевого счета + /// + /// Пейлоад лицевого счета + /// Токен отмены + /// true, если операция выполнена успешно, иначе - false + public async Task ImportAccountDataAsync(ImportAccountDataPayload payload, CancellationToken token = default) + { + var request = new ImportAccountDataRequest(client); + return await request.ExecuteAsync(payload, token); + } + + /// + /// Импорт сведений о ДУ (создание ДУ) + /// + /// Пейлоад ДУ + /// Токен отмены + /// Импортированный договор + public async Task ImportContractDataAsync(ImportContractDataPayload payload, CancellationToken token = default) + { + var request = new ImportContractDataRequest(client); + return await request.ExecuteAsync(payload, token); + } + + /// + /// Импорт данных дома + /// + /// Пейлоад данных дома + /// Токен отмены + /// true, если операция выполнена успешно, иначе - false + public async Task ImportHouseUODataAsync(ImportLivingHouseUODataPayload payload, CancellationToken token = default) + { + var request = new ImportHouseUODataRequest(client); + return await request.ExecuteAsync(payload, token); + } + + /// + /// Импорт прибора учета + /// + /// Прибор учета + /// Токен отмены + /// true, если операция выполнена успешно, иначе - false + public async Task ImportMeteringDeviceDataAsync(MeteringDeviceFullInformationType meteringDevice, CancellationToken token = default) + { + var request = new ImportMeteringDeviceDataRequest(client); + return await request.ExecuteAsync(meteringDevice, token); + } + + /// + /// Импорт новости для информирования граждан + /// + /// Пейлоад новости + /// Токен отмены + /// true, если операция выполнена успешно, иначе - false + public async Task ImportNotificationDataAsync(ImportNotificationDataPayload payload, CancellationToken token = default) + { + var request = new ImportNotificationDataRequest(client); + return await request.ExecuteAsync(payload, token); + } + + /// + /// Импорт договора ресурсоснабжения с РСО + /// + /// Пейлоад договора ресурсоснабжения + /// Токен отмены + /// Импортированный договор + public async Task ImportSupplyResourceContractDataAsync(ImportSupplyResourceContractDataPayload payload, CancellationToken token = default) + { + var request = new ImportSupplyResourceContractDataRequest(client); + return await request.ExecuteAsync(payload, token); + } + + /// + /// Импорт проекта договора ресурсоснабжения с РСО + /// + /// Пейлоад проекта договора ресурсоснабжения + /// Токен отмены + /// Импортированный проект договора + public async Task ImportSupplyResourceContractProjectAsync(ImportSupplyResourceContractProjectPayload payload, CancellationToken token = default) + { + var request = new ImportSupplyResourceContractProjectRequest(client); + return await request.ExecuteAsync(payload, token); + } + } +} diff --git a/Hcs.Broker/Api/NsiApi.cs b/Hcs.Broker/Api/NsiApi.cs new file mode 100644 index 0000000..38adde4 --- /dev/null +++ b/Hcs.Broker/Api/NsiApi.cs @@ -0,0 +1,29 @@ +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Api.Request.Nsi; +using Hcs.Service.Async.Nsi; + +namespace Hcs.Broker.Api +{ + // http://open-gkh.ru/NsiService/ + public class NsiApi(Client client) : ApiBase(client) + { + /// + /// Возвращает данные справочника поставщика информации + /// + /// Реестровый номер справочника + /// Токен отмены + /// Данные справочника + public async Task> ExportDataProviderNsiItemAsync(exportDataProviderNsiItemRequestRegistryNumber registryNumber, CancellationToken token = default) + { + try + { + var request = new ExportDataProviderNsiItemRequest(client); + return await request.ExecuteAsync(registryNumber, token); + } + catch (NoResultsRemoteException) + { + return []; + } + } + } +} diff --git a/Hcs.Broker/Api/NsiCommonApi.cs b/Hcs.Broker/Api/NsiCommonApi.cs new file mode 100644 index 0000000..9467e1c --- /dev/null +++ b/Hcs.Broker/Api/NsiCommonApi.cs @@ -0,0 +1,49 @@ +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Api.Request.NsiCommon; +using Hcs.Service.Async.NsiCommon; + +namespace Hcs.Broker.Api +{ + // http://open-gkh.ru/NsiCommonService/ + public class NsiCommonApi(Client client) : ApiBase(client) + { + /// + /// Возвращает данные общесистемного справочника + /// + /// Реестровый номер справочника + /// Группа справочников, где NSI - общесистемный, а NSIRAO - ОЖФ + /// Токен отмены + /// Данные общесистемного справочника + public async Task ExportNsiItemAsync(int registryNumber, ListGroup listGroup, CancellationToken token = default) + { + try + { + var request = new ExportNsiItemRequest(client); + return await request.ExecuteAsync(registryNumber, listGroup, token); + } + catch (NoResultsRemoteException) + { + return null; + } + } + + /// + /// Возвращает перечень общесистемных справочников с указанием даты последнего изменения каждого из них + /// + /// Группа справочников, где NSI - общесистемный, а NSIRAO - ОЖФ + /// Токен отмены + /// Перечень общесистемных справочников + public async Task ExportNsiListAsync(ListGroup listGroup, CancellationToken token = default) + { + try + { + var request = new ExportNsiListRequest(client); + return await request.ExecuteAsync(listGroup, token); + } + catch (NoResultsRemoteException) + { + return null; + } + } + } +} diff --git a/Hcs.Broker/Api/OrgRegistryCommonApi.cs b/Hcs.Broker/Api/OrgRegistryCommonApi.cs new file mode 100644 index 0000000..cb90011 --- /dev/null +++ b/Hcs.Broker/Api/OrgRegistryCommonApi.cs @@ -0,0 +1,49 @@ +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Api.Request.OrgRegistryCommon; +using Hcs.Service.Async.OrgRegistryCommon; + +namespace Hcs.Broker.Api +{ + // http://open-gkh.ru/OrganizationsRegistryCommonAsyncService/ + public class OrgRegistryCommonApi(Client client) : ApiBase(client) + { + /// + /// Экспорт сведений о поставщиках информации ИС + /// + /// Выгрузить только активных поставщиков данных + /// Токен отмены + /// Сведения о поставщиках данных + public async Task> ExportDataProviderAsync(bool isActual, CancellationToken token = default) + { + try + { + var request = new ExportDataProviderRequest(client); + return await request.ExecuteAsync(isActual, token); + } + catch (NoResultsRemoteException) + { + return []; + } + } + + /// + /// Экспорт сведений из реестра организаций + /// + /// ОГРН + /// КПП + /// Токен отмены + /// Сведения из реестра организаций + public async Task> ExportOrgRegistryAsync(string ogrn, string kpp, CancellationToken token = default) + { + try + { + var request = new ExportOrgRegistryRequest(client); + return await request.ExecuteAsync(ogrn, kpp, token); + } + catch (NoResultsRemoteException) + { + return []; + } + } + } +} diff --git a/Hcs.Broker/Api/Payload/Bills/ImportPaymentDocumentDataPayload.cs b/Hcs.Broker/Api/Payload/Bills/ImportPaymentDocumentDataPayload.cs new file mode 100644 index 0000000..24ec34b --- /dev/null +++ b/Hcs.Broker/Api/Payload/Bills/ImportPaymentDocumentDataPayload.cs @@ -0,0 +1,239 @@ +using Hcs.Broker.Api.Registry; +using Hcs.Broker.Api.Type; + +namespace Hcs.Broker.Api.Payload.Bills +{ + // http://open-gkh.ru/Bills/importPaymentDocumentRequest.html + public class ImportPaymentDocumentDataPayload + { + // http://open-gkh.ru/Bills/importPaymentDocumentRequest/PaymentInformation.html + public class PaymentInformation + { + /// + /// БИК банка получателя + /// + public string bankBIK; + + /// + /// Номер расчетного счета + /// + public string operatingAccountNumber; + } + + /// + /// Начисление по услуге + /// + // http://open-gkh.ru/Bills/PaymentDocumentType/ChargeInfo.html + public interface IChargeInfo { } + + /// + /// Главная коммунальная услуга + /// + // http://open-gkh.ru/Bills/PDServiceChargeType/MunicipalService.html + public class MunicipalService : IChargeInfo + { + /// + /// Необязательное. Перерасчеты, корректировки, руб. + /// + public decimal? moneyRecalculation; + + /// + /// Необязательное. Льготы, субсидии, скидки, руб. + /// + public decimal? moneyDiscount; + + /// + /// Необязательное. Норматив потребления коммунальных ресурсов в целях использования и содержания + /// общего имущества в многоквартирном доме. + /// + public decimal? houseOverallNeedsNorm; + + /// + /// Необязательное. Норматив потребления коммунальных услуг. + /// + public decimal? individualConsumptionNorm; + + /// + /// Необязательное. Текущие показания приборов учёта коммунальных ресурсов - индивидуальных + /// (квартирных). + /// + public decimal? individualConsumptionCurrentValue; + + /// + /// Необязательное. Текущие показания приборов учёта коммунальных ресурсов - коллективных (общедомовых). + /// + public decimal? houseOverallNeedsCurrentValue; + + /// + /// Необязательное. Суммарный объём коммунальных ресурсов в многоквартирном доме - в помещениях дома. + /// + public decimal? houseTotalIndividualConsumption; + + /// + /// Необязательное. Суммарный объём коммунальных ресурсов в многоквартирном доме - в целях содержания + /// общего имущества в многоквартирном доме. + /// + public decimal? houseTotalHouseOverallNeeds; + + /// + /// Необязательное. Способ определения объема коммунальных ресурсов при индивидуальном потреблении. + /// + public MunicipalServiceVolumeDeterminingMethod? individualConsumptionVolumeDeterminingMethod; + + /// + /// Необязательное. Объем/площадь/кол-во коммунальных ресурсов при индивидуальном потреблении. + /// + public decimal? individualConsumptionVolumeValue; + + /// + /// Необязательное. Способ определения объема коммунальных ресурсов при содержании общего имущества. + /// + public MunicipalServiceVolumeDeterminingMethod? overallConsumptionVolumeDeterminingMethod; + + /// + /// Необязательное. Объем/площадь/кол-во коммунальных ресурсов при содержании общего имущества. + /// + public decimal? overallConsumptionVolumeValue; + + /// + /// Необязательное. Размер повышающего коэффициента. + /// + public decimal? multiplyingFactorRatio; + + /// + /// Необязательное. Размер превышения платы, рассчитанной с применением повышающего коэффициента над + /// размером платы, рассчитанной без учета повышающего коэффициента, руб. + /// + public decimal? amountOfExcessFees; + + /// + /// К оплате за индивидуальное потребление коммунальной услуги, руб. + /// + public decimal? municipalServiceIndividualConsumptionPayable; + + /// + /// К оплате за общедомовое потребление коммунальной услуги, руб. + /// + public decimal? municipalServiceCommunalConsumptionPayable; + + /// + /// Необязательное. Размер платы за коммунальные услуги, индивидуальное потребление. + /// + public decimal? amountOfPaymentMunicipalServiceIndividualConsumption; + + /// + /// Необязательное. Размер платы за коммунальные услуги, общедомовые нужды. + /// + public decimal? amountOfPaymentMunicipalServiceCommunalConsumption; + + /// + /// Код услуги из справочника "Вид коммунальной услуги" НСИ 3 + /// + public RegistryElement serviceType; + + /// + /// Тариф/Размер платы на кв.м, руб./Размер взноса на кв.м, руб. + /// + public decimal rate; + + /// + /// К оплате за расчетный период, руб. + /// + public decimal totalPayable; + + /// + /// Необязательное. Начислено за расчетный период (без перерасчетов и льгот), руб. + /// + public decimal? accountingPeriodTotal; + } + + // http://open-gkh.ru/Bills/importPaymentDocumentRequest/PaymentDocument.html + public class PaymentDocument + { + /// + /// Платежный реквизит + /// + public PaymentInformation paymentInformation; + + /// + /// Идентификатор лицевого счета + /// + public string accountGuid; + + /// + /// Необязательное. Номер платежного документа, по которому внесена плата, присвоенный такому + /// документу исполнителем в целях осуществления расчетов по внесению платы + /// + public string paymentDocumentNumber; + + /// + /// Начисления по услугам + /// + public List chargeInfo; + + /// + /// Если true, то выставлен на оплату, иначе - отозван + /// + public bool exposeNotWithdraw; + + /// + /// Необязательное. Задолженность за предыдущие периоды, руб. + /// + public decimal? debtPreviousPeriods; + + /// + /// Необязательное. Аванс на начало расчетного периода, руб. + /// + public decimal? advanceBllingPeriod; + + /// + /// Необязательное. Итого к оплате за расчетный период c учетом задолженности/переплаты, руб. + /// (по всему платежному документу) + /// + public decimal? totalPayableByPDWithDebtAndAdvance; + + /// + /// Необязательное. Сумма к оплате за расчетный период, руб. (по всему платежному документу). + /// + public decimal? totalPayableByPD; + + /// + /// Необязательное. Оплачено денежных средств, руб. + /// + public decimal? paidCash; + + /// + /// Необязательное. Дата последней поступившей оплаты + /// + public DateTime? dateOfLastReceivedPayment; + } + + /// + /// Необязательное. Если true, то передаваемые данные платежных документов, следует считать верными, + /// даже если они отличаются от автоматически рассчитанных системой значений. В том случае, если параметр + /// не заполнен, то ГИС ЖХК будет проводить автоматическую проверку рассчитываемых сумм по ПД. + /// + public bool confirmAmountsCorrect; + + /// + /// Месяц расчетного периода платежного документа + /// + public int month; + + /// + /// Год расчетного периода платежного документа + /// + public short year; + + /// + /// Сведения о платежных реквизитах получателя платежа - бизнес-ключ поиска размещенных платежных + /// реквизитов в ГИС ЖКХ + /// + public PaymentInformation[] paymentInformation; + + /// + /// Размещаемый платежный документ. Максимум 500. + /// + public PaymentDocument[] paymentDocument; + } +} diff --git a/Hcs.Broker/Api/Payload/DeviceMetering/ExportMeteringDeviceHistoryPayload.cs b/Hcs.Broker/Api/Payload/DeviceMetering/ExportMeteringDeviceHistoryPayload.cs new file mode 100644 index 0000000..5448349 --- /dev/null +++ b/Hcs.Broker/Api/Payload/DeviceMetering/ExportMeteringDeviceHistoryPayload.cs @@ -0,0 +1,90 @@ +using Hcs.Broker.Api.Registry; + +namespace Hcs.Broker.Api.Payload.DeviceMetering +{ + // http://open-gkh.ru/DeviceMetering/exportMeteringDeviceHistoryRequest.html + public class ExportMeteringDeviceHistoryPayload + { + /// + /// Необязательное. Список из уникальных идентификаторов домов по ФИАС, в которых установлены ПУ + /// пользователей. Если не указано, то будут экспортироваться данные по всем ПУ пользователей. + /// + public string[] fiasHouseGuid; + + /// + /// Выборочное. Выбор между , и + /// . Тип прибора учета (НСИ 27). Максимум 100 по выбранным. + /// + public RegistryElement[] meteringDeviceType; + + /// + /// Выборочное. Выбор между , и + /// . Вид коммунального ресурса (НСИ 2). Максимум 100 по выбранным. + /// + public RegistryElement[] municipalResource; + + /// + /// Выборочное. Выбор между , и + /// . Идентификатор ПУ. Максимум 100 по выбранным. + /// + public string[] meteringDeviceRootGUID; + + /// + /// Необязательное. Дата ввода в эксплуатацию "С". + /// + public DateTime? commissioningDateFrom; + + /// + /// Необязательное. Дата ввода в эксплуатацию "П". + /// + public DateTime? сommissioningDateTo; + + /// + /// Необязательное. Выгружать архивированные или нет. + /// + public bool? serchArchived; + + /// + /// Необязательное. Дата архивации "С". + /// + public DateTime? archiveDateFrom; + + /// + /// Необязательное. Дата архивации "По". + /// + public DateTime? archiveDateTo; + + /// + /// Необязательное. Дата начала периода, за который выгружаются показания и поверки ПУ (по дате + /// снятия показаний). Период выгрузки показаний ПУ (определяемый элементами + /// и ) не должен выходить за пределы двух последовательных календарных месяцев. + /// + public DateTime? inputDateFrom; + + /// + /// Необязательное. Дата окончания периода, за который выгружаются показания и поверки ПУ (по дате + /// снятия показаний). Период выгрузки показаний ПУ (определяемый элементами + /// и ) не должен выходить за пределы двух последовательных календарных месяцев. + /// + public DateTime? inputDateTo; + + /// + /// Необязательное. Если флаг сброшен или отсутствует, то показания, введенные в систему гражданином, + /// включаются в выгрузку. Если флаг установлен, то такие показания в выгрузку не включаются. + /// + public bool? excludePersonAsDataSource; + + /// + /// Необязательное. Если флаг сброшен или отсутствует, то показания, введенные в систему текущей + /// организацией, включаются в выгрузку. Если флаг установлен, то такие показания в выгрузку не включаются. + /// + public bool? excludeCurrentOrgAsDataSource; + + /// + /// Необязательное. Если флаг сброшен или отсутствует, то показания, введенные в систему организациями + /// отличной от текущей, включаются в выгрузку. Если флаг установлен, то такие показания в выгрузку + /// не включаются. + /// + public bool? excludeOtherOrgAsDataSource; + } +} diff --git a/Hcs.Broker/Api/Payload/HouseManagement/ImportAccountDataPayload.cs b/Hcs.Broker/Api/Payload/HouseManagement/ImportAccountDataPayload.cs new file mode 100644 index 0000000..67550db --- /dev/null +++ b/Hcs.Broker/Api/Payload/HouseManagement/ImportAccountDataPayload.cs @@ -0,0 +1,97 @@ +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Payload.HouseManagement +{ + // http://open-gkh.ru/HouseManagement/importAccountRequest/Account.html + public class ImportAccountDataPayload + { + /// + /// Тип лицевого счета + /// + public enum AccountType + { + /// + /// Лицевой счет для оплаты за жилое помещение и коммунальные услуги + /// + UO, + + /// + /// Лицевой счет для оплаты за коммунальные услуги + /// + RSO, + + /// + /// Лицевой счет для оплаты капитального ремонта + /// + CR, + + /// + /// Лицевой счет РКЦ + /// + RC, + + /// + /// Лицевой счет ОГВ/ОМС + /// + OGVorOMS, + + /// + /// Лицевой счет ТКО + /// + TKO + } + + /// + /// Необязательное. Номер лицевого счета или иной идентификатор плательщика. Максимум 30 символов. + /// + public string accountNumber; + + /// + /// Необязательное. Идентификатор ЛС в ГИС ЖКХ (при обновлении данных ЛС). + /// + public string accountGUID; + + /// + /// Необязательное. Конкретизация оснований ЛС (договоров ресурсоснабжения, договоров социального найма, + /// договоров по обращению с ТКО). + /// + public AccountReasonsImportType accountReasons; + + /// + /// Тип лицевого счета + /// + public AccountType accountType; + + /// + /// Необязательное. Количество проживающих, не больше 9999. + /// + public uint? livingPersonsNumber; + + /// + /// Необязательное. Общая площадь для ЛС. Не более 4 цифр после целой. + /// + public decimal? totalSquare; + + /// + /// Необязательное. Жилая площадь. Не более 4 цифр после целой. + /// + public decimal? residentialSquare; + + /// + /// Необязательное. Отапливаемая площадь. Не более 4 цифр после целой. + /// + public decimal? heatedArea; + + // TODO: Добавить причину закрытия лицевого счета + + /// + /// Помещения + /// + public AccountTypeAccommodation[] accomodations; + + /// + /// Сведения о платильщике + /// + public AccountTypePayerInfo payerInfo; + } +} diff --git a/Hcs.Broker/Api/Payload/HouseManagement/ImportContractDataPayload.cs b/Hcs.Broker/Api/Payload/HouseManagement/ImportContractDataPayload.cs new file mode 100644 index 0000000..836ab13 --- /dev/null +++ b/Hcs.Broker/Api/Payload/HouseManagement/ImportContractDataPayload.cs @@ -0,0 +1,68 @@ +using Hcs.Broker.Api.Registry; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Payload.HouseManagement +{ + public class ImportContractDataPayload + { + // TODO: LicenseRequest + + /// + /// Объекты управления + /// + public importContractRequestContractPlacingContractContractObject[] contractObjects; + + /// + /// Номер документа + /// + public string docNum; + + /// + /// Дата заключения + /// + public DateTime signingDate; + + /// + /// Дата вступления в силу + /// + public DateTime effectiveDate; + + /// + /// Планируемая дата окончания + /// + public DateTime planDateComptetion; + + // TODO: Вторая сторона договора + + // TODO: Protocol + + /// + /// Ссылка на НСИ "Основание заключения договора" (реестровый номер 58) + /// + public RegistryElement contractBase; + + /// + /// Сведения о сроках + /// + public DateDetailsType dateDetailsType; + + /// + /// Договор на управление и приложения + /// + public AttachmentType[] contractAttachment; + + // TODO: AgreementAttachment + + // TODO: SignedOwners + + // TODO: CommissioningPermitAgreement + + // TODO: Charter + + // TODO: LocalGovernmentDecision + + // TODO: RegistryDecisionID + + // TODO: AutomaticRollOverOneYear + } +} diff --git a/Hcs.Broker/Api/Payload/HouseManagement/ImportLivingHouseUODataPayload.cs b/Hcs.Broker/Api/Payload/HouseManagement/ImportLivingHouseUODataPayload.cs new file mode 100644 index 0000000..89ae01a --- /dev/null +++ b/Hcs.Broker/Api/Payload/HouseManagement/ImportLivingHouseUODataPayload.cs @@ -0,0 +1,94 @@ +using Hcs.Broker.Api.Registry; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Payload.HouseManagement +{ + // http://open-gkh.ru/HouseManagement/importHouseUORequest/LivingHouse/LivingHouseToCreate.html + // http://open-gkh.ru/HouseManagement/HouseBasicUOType.html + public class ImportLivingHouseUODataPayload + { + /// + /// Глобальный уникальный идентификатор дома по ФИАС + /// + public Guid fiasHouseGuid; + + /// + /// Общая площадь здания + /// + public decimal totalSquare; + + /// + /// Состояние (НСИ 24) + /// + public RegistryElement state; + + /// + /// Необязательное. Стадия жизненного цикла (НСИ 338). + /// + public RegistryElement lifeCycleStage; + + /// + /// Год ввода в эксплуатацию. До 2215 включительно. + /// + public short usedYear; + + /// + /// Количество этажей. До 999 включительно. + /// + public int floorCount; + + /// + /// Необязательное. ОКТМО (обязательное для всех территорий, за исключением города и космодрома + /// "Байконур"). Значение из ФИАС при наличии. + /// + public OKTMORefType oktmo; + + /// + /// Часовая зона. Справочник 32. + /// + public RegistryElement olsonTZ; + + /// + /// Наличие у дома статуса объекта культурного наследия + /// + public bool culturalHeritage; + + /// + /// Необязательное. Данные ОЖФ + /// + public OGFData[] ogfData; + + /// + /// Необязательное. Дом находится в муниципальной собственности и в полном объеме используется + /// в качестве общежития. Принимает только false. + /// + public bool isMunicipalProperty; + + /// + /// Необязательное. Дом находится в собственности субъекта Российской Федерации и в полном объеме + /// используется в качестве общежития. Принимает только false. + /// + public bool isRegionProperty; + + /// + /// Кадастровый номер + /// + public string cadastralNumber; + + /// + /// Условный номер. При указании в ГИС ЖКХ осуществляется привязка к ЕГРП (поиск в ЕГРП выполняется + /// по условному номеру). + /// + public string conditionalNumber; + + /// + /// Необязательное. Жилой дом блокированной застройки (если не указан - аналог false). + /// + public bool hasBlocks; + + /// + /// Необязательное. Несколько жилых домов с одинаковым адресом (если не указан - аналог false) + /// + public bool hasMultipleHousesWithSameAddress; + } +} diff --git a/Hcs.Broker/Api/Payload/HouseManagement/ImportNotificationDataPayload.cs b/Hcs.Broker/Api/Payload/HouseManagement/ImportNotificationDataPayload.cs new file mode 100644 index 0000000..2a78bb8 --- /dev/null +++ b/Hcs.Broker/Api/Payload/HouseManagement/ImportNotificationDataPayload.cs @@ -0,0 +1,73 @@ +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Payload.HouseManagement +{ + // http://open-gkh.ru/HouseManagement/importNotificationRequest/notification/Create.html + public class ImportNotificationDataPayload + { + /// + /// Выборочное. Строковое представление темы, вместо ссылки на справочник. Максимальная длина + /// текста равно 200 символам. + /// + public string topic; + + /// + /// Выборочное. Тема из справочника 364, заместо строкового представления темы. + /// + public nsiRef topicFromRegistry; + + /// + /// Необязательное. Показывает высокую важность новости. + /// + public bool isImportant; + + /// + /// Необязательное. Текст новости с максимальной длиной в 5000 символов. + /// + public string content; + + /// + /// Адресаты. Подходящие типы для значения: + /// , если это глобальный уникальный идентификатор дома по ФИАС, + /// , + /// либо true, если все дома. + /// + public List> destinations; + + /// + /// Выборочное. Если true, то новость всегда актуальна. Иначе период актуальности берется из + /// и . + /// + public bool isNotLimit; + + /// + /// Условное. Период актуальности "С". Обязательно задается в случае = false. + /// + public DateTime? startDate; + + /// + /// Условное. Период актуальности "ДО". Обязательно задается в случае = false. + /// + public DateTime? endDate; + + /// + /// Необязательное. Документы новостей. + /// + public AttachmentType[] attachment; + + /// + /// Необязательное. Если true, то новость отправляется адресатам. + /// + public bool isShipOff; + + /// + /// Необязательное. Признак "Для публикации в мобильном приложении". + /// + public bool isForPublishToMobileApp; + + /// + /// Необязательное. Информация для новости, публикуемой в мобильном приложении. + /// + public importNotificationRequestNotificationCreateMobileAppData mobileAppData; + } +} diff --git a/Hcs.Broker/Api/Payload/HouseManagement/ImportSupplyResourceContractDataPayload.cs b/Hcs.Broker/Api/Payload/HouseManagement/ImportSupplyResourceContractDataPayload.cs new file mode 100644 index 0000000..6468057 --- /dev/null +++ b/Hcs.Broker/Api/Payload/HouseManagement/ImportSupplyResourceContractDataPayload.cs @@ -0,0 +1,211 @@ +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Payload.HouseManagement +{ + // http://open-gkh.ru/HouseManagement/SupplyResourceContractType.html + public class ImportSupplyResourceContractDataPayload + { + /// + /// Если договор не является публичным и/или присутствует заключенный на бумажном носителе + /// (электронной форме) и/или не заключен в отношении нежилых помещений в многоквартирных домах, + /// то равно true, иначе - false + /// + public bool isContract; + + /// + /// Номер договора + /// + public string contractNumber; + + /// + /// Дата заключения + /// + public DateTime signingDate; + + /// + /// Дата вступления в силу + /// + public DateTime effectiveDate; + + /// + /// Необязательное. Договор заключен на неопределенный срок или нет. + /// + public bool indefiniteTerm; + + /// + /// Необязательное. Автоматически пролонгировать договор на один год при наступлении + /// даты окончания действия или нет. + /// + public bool automaticRollOverOneYear; + + /// + /// Условное. Дата окончания действия. Обязательно для заполнения, если + /// = true. + /// + public DateTime? comptetionDate; + + /// + /// Условное. Период передачи текущих показаний по индивидуальным приборам учета. Обязателен для + /// заполнения, если поле = true ИЛИ если поле + /// = true. + /// + public SupplyResourceContractTypePeriod period; + + /// + /// Необязательное. Показывает, разрешена ли гражданам передача текущих показаний по + /// индивидуальным приборам учета в любой день месяца. Заполнение возможно только если: в настройках + /// организации установлена настройка "Разрешить передачу гражданам показаний индивидуальных или общих + /// (квартирных) приборов учета в любой день месяца" ИЛИ в настройках организации установлена настройка + /// "Разрешить передачу гражданам показаний индивидуальных или общих (квартирных) приборов учета только + /// в сроки, установленные в договоре, или в любой день месяца, если в договоре установлен признак + /// "Разрешить передачу показаний приборов учета в любой день месяца" И заполнен . + /// + public bool indicationsAnyDay; + + /// + /// Необязательное. Ссылка на НСИ "Основание заключения договора" (реестровый номер 58). Значения + /// брать из . + /// + public nsiRef[] contractBase; + + /// + /// Вторая сторона договора. Подходящие типы: + /// , + /// , + /// , + /// , + /// либо true, если это договор оферты. + /// + public object counterparty; + + /// + /// Если в договоре в наличии плановый объем и режим подачи поставки ресурсов то true, иначе - false + /// + public bool isPlannedVolume; + + /// + /// Необязательное. Тип ведения планового объема и режима подачи: D - в разрезе договора, + /// O - в разрезе объектов жилищного фонда. Заполняется при наличии в договоре планового объема и + /// режима поставки ресурсов. + /// + public SupplyResourceContractTypePlannedVolumeType? plannedVolumeType; + + /// + /// Предмет договора. Максимум 100 записей. + /// + public SupplyResourceContractTypeContractSubject[] contractSubject; + + /// + /// Условное. Размещение информации о начислениях за коммунальные услуги осуществляет: R(SO)- РСО, + /// P(roprietor) - исполнитель коммунальных услуг. Заполняется, если порядок размещения информации + /// о начислениях за коммунальные услуги ведется в разрезе договора. + /// + public SupplyResourceContractTypeCountingResource? countingResource; + + /// + /// Показатели качества коммунальных ресурсов и температурный график ведутся: D - в разрезе договора, + /// O - в разрезе объектов жилищного фонда + /// + public SupplyResourceContractTypeSpecifyingQualityIndicators specifyingQualityIndicators; + + /// + /// Необязательное. Признак "Отсутствие присоединения сетей объектов жилищного фонда к централизованной + /// системе водоснабжения". Может быть указан, только если показатели качества коммунальных ресурсов + /// ведутся в разрезе договора и предмет договора включает коммунальную услугу "Холодное водоснабжение" + /// И/ИЛИ "Горячее водоснабжение". + /// + public bool noConnectionToWaterSupply; + + /// + /// Условное. Данные об объекте жилищного фонда. При импорте договора должен быть добавлен как минимум + /// один адрес объекта жилищного фонда. + /// + public SupplyResourceContractTypeObjectAddress[] objectAddress; + + /// + /// Необязательное. Показатель качества (содержащийся в справочнике показателей качества). Если + /// показатели указываются в разрезе договора, то ссылка на ОЖФ не заполняется. Если показатели + /// указываются в разрезе ОЖФ, то ссылка на ОЖФ обязательна. + /// + public SupplyResourceContractTypeQuality[] quality; + + /// + /// Необязательное. Иной показатель качества коммунального ресурса (не содержащийся в справочнике + /// показателей качества). Если показатели указываются в разрезе договора, то ссылка на ОЖФ + /// не заполняется. Если показатели указываются в разрезе ОЖФ, то ссылка на ОЖФ обязательна. + /// + public SupplyResourceContractTypeOtherQualityIndicator[] otherQualityIndicator; + + /// + /// Необязательное. Информация о температурном графике. Если показатели качества указываются в разрезе + /// договора, то ссылка на ОЖФ в данном элементе не заполняется и элемент может заполняться только если + /// в предмете договора хотя бы раз встречается ресурс "Тепловая энергия". Если показатели качества + /// указываются в разрезе ОЖФ, то ссылка на ОЖФ обязательна и элемент заполняется только если + /// в рамках ОЖФ встречается ресурс "Тепловая энергия". + /// + public SupplyResourceContractTypeTemperatureChart[] temperatureChart; + + /// + /// Условное. Срок представления (выставления) платежных документов, не позднее. Является + /// обязательным, если вторая сторона договора отличается от "Управляющая организация" ИЛИ если + /// заполнено поле . Не заполняется, если + /// = true. + /// + public SupplyResourceContractTypeBillingDate billingDate; + + /// + /// Условное. Срок внесения платы, не позднее. Является обязательным, если вторая сторона договора + /// отличается от "Управляющая организация" И договор не является публичным и/или присутствует + /// заключенный на бумажном носителе или в электронной форме И в поле + /// = false. Не заполняется, если = true. + /// + public SupplyResourceContractTypePaymentDate paymentDate; + + /// + /// Условное. Срок предоставления информации о поступивших платежах, не позднее. Является + /// обязательным, если второй стороной договора является "Управляющая организация", + /// "Размещение информации о начислениях за коммунальные услуги осуществляет" = "РСО" И + /// договор не является публичным и/или присутствует заключенный на бумажном носителе или в + /// электронной форме. + /// + public SupplyResourceContractTypeProvidingInformationDate providingInformationDate; + + /// + /// Условное. Указывает на то, что размещение информации об индивидуальных приборах учета и их + /// показаниях осуществляет ресурсоснабжающая организация или нет. Обязательно для заполнения, + /// если в указано "РСО". В остальных случаях не заполняется. + /// + public bool? meteringDeviceInformation; + + /// + /// Необязательное. Указывает на то, что объем поставки ресурса(ов) определяется на основании прибора + /// учета или нет. Поле не заполняется, если вторая сторона договора "Управляющая организация" + /// ИЛИ поле = true. + /// + public bool? volumeDepends; + + /// + /// Необязательное. Указывает на то, что оплата предоставленных услуг осуществляется ли единоразово + /// при отгрузке указанных ресурсов без заведения лицевых счетов для потребителей. Доступно + /// для заполнения, только если вторая сторона договора отлична от "Управляющая организация". + /// + public bool? oneTimePayment; + + /// + /// Необязательное. Порядок размещения информации о начислениях за коммунальные услуги ведется: D - в + /// разрезе договора, O - в разрезе объектов жилищного фонда. Заполняется, если второй стороной договора + /// является исполнитель коммунальных услуг. + /// + public SupplyResourceContractTypeAccrualProcedure? accrualProcedure; + + /// + /// Необязательное. Информация о применяемом тарифе. + /// + public SupplyResourceContractTypeTariff[] tariff; + + /// + /// Необязательное. Информация о нормативе потребления коммунальной услуги. + /// + public SupplyResourceContractTypeNorm[] norm; + } +} diff --git a/Hcs.Broker/Api/Payload/HouseManagement/ImportSupplyResourceContractProjectPayload.cs b/Hcs.Broker/Api/Payload/HouseManagement/ImportSupplyResourceContractProjectPayload.cs new file mode 100644 index 0000000..5fbab87 --- /dev/null +++ b/Hcs.Broker/Api/Payload/HouseManagement/ImportSupplyResourceContractProjectPayload.cs @@ -0,0 +1,213 @@ +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Payload.HouseManagement +{ + // http://open-gkh.ru/HouseManagement/SupplyResourceContractType.html + public class ImportSupplyResourceContractProjectPayload + { + /// + /// Если договор не является публичным и/или присутствует заключенный на бумажном носителе + /// (электронной форме) и/или не заключен в отношении нежилых помещений в многоквартирных домах, + /// то равно true, иначе - false + /// + public bool isContract; + + /// + /// Номер договора + /// + public string contractNumber; + + /// + /// Дата заключения + /// + public DateTime signingDate; + + /// + /// Дата вступления в силу + /// + public DateTime effectiveDate; + + /// + /// Необязательное. Договор заключен на неопределенный срок или нет. + /// + public bool indefiniteTerm; + + /// + /// Необязательное. Автоматически пролонгировать договор на один год при наступлении + /// даты окончания действия или нет. + /// + public bool automaticRollOverOneYear; + + /// + /// Условное. Дата окончания действия. Обязательно для заполнения, если + /// = true. + /// + public DateTime? comptetionDate; + + /// + /// Условное. Период передачи текущих показаний по индивидуальным приборам учета. Обязателен для + /// заполнения, если поле = true ИЛИ если поле + /// = true. + /// + public SupplyResourceContractProjectTypePeriod period; + + /// + /// Необязательное. Показывает, разрешена ли гражданам передача текущих показаний по + /// индивидуальным приборам учета в любой день месяца. Заполнение возможно только если: в настройках + /// организации установлена настройка "Разрешить передачу гражданам показаний индивидуальных или общих + /// (квартирных) приборов учета в любой день месяца" ИЛИ в настройках организации установлена настройка + /// "Разрешить передачу гражданам показаний индивидуальных или общих (квартирных) приборов учета только + /// в сроки, установленные в договоре, или в любой день месяца, если в договоре установлен признак + /// "Разрешить передачу показаний приборов учета в любой день месяца" И заполнен . + /// + public bool indicationsAnyDay; + + /// + /// Необязательное. Ссылка на НСИ "Основание заключения договора" (реестровый номер 58). Значения + /// брать из . + /// + public nsiRef[] contractBase; + + /// + /// Вторая сторона договора. Подходящие типы: + /// , + /// , + /// , + /// , + /// либо true, если это договор оферты. + /// + public object counterparty; + + /// + /// Если в договоре в наличии плановый объем и режим подачи поставки ресурсов то true, иначе - false + /// + public bool isPlannedVolume; + + /// + /// Необязательное. Тип ведения планового объема и режима подачи: D - в разрезе договора, + /// O - в разрезе объектов жилищного фонда. Заполняется при наличии в договоре планового объема и + /// режима поставки ресурсов. + /// + public SupplyResourceContractProjectTypePlannedVolumeType? plannedVolumeType; + + /// + /// Предмет договора. Максимум 100 записей. + /// + public SupplyResourceContractProjectTypeContractSubject[] contractSubject; + + /// + /// Условное. Размещение информации о начислениях за коммунальные услуги осуществляет: R(SO)- РСО, + /// P(roprietor) - исполнитель коммунальных услуг. Заполняется, если порядок размещения информации + /// о начислениях за коммунальные услуги ведется в разрезе договора. + /// + public SupplyResourceContractProjectTypeCountingResource? countingResource; + + /// + /// Показатели качества коммунальных ресурсов и температурный график ведутся: D - в разрезе договора, + /// O - в разрезе объектов жилищного фонда + /// + public SupplyResourceContractProjectTypeSpecifyingQualityIndicators specifyingQualityIndicators; + + /// + /// Необязательное. Признак "Отсутствие присоединения сетей объектов жилищного фонда к централизованной + /// системе водоснабжения". Может быть указан, только если показатели качества коммунальных ресурсов + /// ведутся в разрезе договора и предмет договора включает коммунальную услугу "Холодное водоснабжение" + /// И/ИЛИ "Горячее водоснабжение". + /// + public bool noConnectionToWaterSupply; + + /// + /// Необязательное. Показатель качества (содержащийся в справочнике показателей качества). Обязательно + /// для заполнения, если показатели качества указываются в разрезе договора. Для пары КУ и КР + /// "Горячее водоснабжение" и "Питьевая вода" указываются актуальные показатели, определенные для КР + /// "Горячая вода" в справочнике показателей качества коммунальных ресурсов. Для пары КУ и КР + /// "Горячее водоснабжение" и "Тепловая энергия" информация о показателях качества не заполняется + /// только в том случае, если для договора (если показатели ведутся в разрезе договора) или + /// ОЖФ в договоре (если показатели ведутся в разрезе ОЖФ) также указана пара КУ и КР + /// "Горячее водоснабжение" и "Питьевая вода". + /// + public SupplyResourceContractProjectTypeQuality[] quality; + + /// + /// Необязательное. Иной показатель качества коммунального ресурса (не содержащийся в справочнике + /// показателей качества). + /// + public SupplyResourceContractProjectTypeOtherQualityIndicator[] otherQualityIndicator; + + /// + /// Необязательное. Информация о температурном графике. Доступно для заполнения только если в + /// предмете договора хотя бы раз встречается ресурс "Тепловая энергия". + /// + public SupplyResourceContractProjectTypeTemperatureChart[] temperatureChart; + + /// + /// Условное. Срок представления (выставления) платежных документов, не позднее. Является + /// обязательным, если вторая сторона договора отличается от "Управляющая организация" ИЛИ если + /// заполнено поле . Не заполняется, если + /// = true. + /// + public SupplyResourceContractProjectTypeBillingDate billingDate; + + /// + /// Условное. Срок внесения платы, не позднее. Является обязательным, если вторая сторона договора + /// отличается от "Управляющая организация" И договор не является публичным и/или присутствует + /// заключенный на бумажном носителе или в электронной форме И в поле + /// = false. Не заполняется, если = true. + /// + public SupplyResourceContractProjectTypePaymentDate paymentDate; + + /// + /// Условное. Срок предоставления информации о поступивших платежах, не позднее. Является + /// обязательным, если второй стороной договора является "Управляющая организация", + /// "Размещение информации о начислениях за коммунальные услуги осуществляет" = "РСО" И + /// договор не является публичным и/или присутствует заключенный на бумажном носителе или в + /// электронной форме. + /// + public SupplyResourceContractProjectTypeProvidingInformationDate providingInformationDate; + + /// + /// Условное. Указывает на то, что размещение информации об индивидуальных приборах учета и их + /// показаниях осуществляет ресурсоснабжающая организация или нет. Обязательно для заполнения, + /// если в указано "РСО". В остальных случаях не заполняется. + /// + public bool? meteringDeviceInformation; + + /// + /// Необязательное. Указывает на то, что объем поставки ресурса(ов) определяется на основании прибора + /// учета или нет. Поле не заполняется, если вторая сторона договора "Управляющая организация" + /// ИЛИ поле = true. + /// + public bool? volumeDepends; + + /// + /// Необязательное. Указывает на то, что оплата предоставленных услуг осуществляется ли единоразово + /// при отгрузке указанных ресурсов без заведения лицевых счетов для потребителей. Доступно + /// для заполнения, только если вторая сторона договора отлична от "Управляющая организация". + /// + public bool? oneTimePayment; + + /// + /// Необязательное. Порядок размещения информации о начислениях за коммунальные услуги ведется: D - в + /// разрезе договора, O - в разрезе объектов жилищного фонда. Заполняется, если второй стороной договора + /// является исполнитель коммунальных услуг. + /// + public SupplyResourceContractProjectTypeAccrualProcedure? accrualProcedure; + + /// + /// Кода ФИАС региона РФ, в котором применяются тарифы и/или нормативы потребления КУ (у поставщика + /// данных должна быть подтвержденная функция РСО в этом Субъекте РФ). + /// + public string regionCodeFias; + + /// + /// Необязательное. Информация о применяемом тарифе. Заполнется при указании . + /// + public SupplyResourceContractProjectTypeRegionalSettingsTariff[] tariff; + + /// + /// Необязательное. Информация о нормативе потребления коммунальной услуги. Заполнется при + /// указании . + /// + public SupplyResourceContractProjectTypeRegionalSettingsNorm[] norm; + } +} diff --git a/Hcs.Broker/Api/Payload/Payments/ImportNotificationsOfOrderExecutionPayload.cs b/Hcs.Broker/Api/Payload/Payments/ImportNotificationsOfOrderExecutionPayload.cs new file mode 100644 index 0000000..fade651 --- /dev/null +++ b/Hcs.Broker/Api/Payload/Payments/ImportNotificationsOfOrderExecutionPayload.cs @@ -0,0 +1,46 @@ +namespace Hcs.Broker.Api.Payload.Payments +{ + // http://open-gkh.ru/Payment/importNotificationsOfOrderExecutionRequest/NotificationOfOrderExecution139Type.html + public class ImportNotificationsOfOrderExecutionPayload + { + /// + /// Уникальный номер платежа (идентификатор операции) + /// + public string orderId; + + /// + /// Дата + /// + public DateTime orderDate; + + /// + /// Сумма оплаты (в копейках) + /// + public decimal amount; + + /// + /// Необязательное. Признак онлайн-оплаты. + /// + public bool? onlinePayment; + + /// + /// Необязательное. Год. Указывать совместно с . + /// + public short? year; + + /// + /// Необязательное. Месяц. Указывать совместно с . + /// + public int? month; + + /// + /// Идентификатор платежного документа + /// + public string paymentDocumentId; + + /// + /// GUID платежного документа + /// + public string paymentDocumentGUID; + } +} diff --git a/Hcs.Broker/Api/Payload/Payments/ImportSupplierNotificationsOfOrderExecutionPayload.cs b/Hcs.Broker/Api/Payload/Payments/ImportSupplierNotificationsOfOrderExecutionPayload.cs new file mode 100644 index 0000000..f771bcf --- /dev/null +++ b/Hcs.Broker/Api/Payload/Payments/ImportSupplierNotificationsOfOrderExecutionPayload.cs @@ -0,0 +1,36 @@ +namespace Hcs.Broker.Api.Payload.Payments +{ + // http://open-gkh.ru/Payment/importSupplierNotificationsOfOrderExecutionRequest/SupplierNotificationOfOrderExecution.html + public class ImportSupplierNotificationsOfOrderExecutionPayload + { + /// + /// Дата внесения платы (в случае отсутствия: дата поступления средств) + /// + public DateTime orderDate; + + /// + /// Необязательное. Месяц, за который вносится плата. Указывать совместно с . + /// + public int? month; + + /// + /// Необязательное. Год, за который вносится плата. Указывать совместно с . + /// + public short? year; + + /// + /// Идентификатор платежного документа + /// + public string paymentDocumentId; + + /// + /// Сумма + /// + public decimal amount; + + /// + /// Необязательное. Признак онлайн-оплаты. + /// + public bool? onlinePayment; + } +} diff --git a/Hcs.Broker/Api/PaymentsApi.cs b/Hcs.Broker/Api/PaymentsApi.cs new file mode 100644 index 0000000..ca3be31 --- /dev/null +++ b/Hcs.Broker/Api/PaymentsApi.cs @@ -0,0 +1,33 @@ +using Hcs.Broker.Api.Payload.Payments; +using Hcs.Broker.Api.Request.Payments; + +namespace Hcs.Broker.Api +{ + // http://open-gkh.ru/PaymentsServiceAsync/ + public class PaymentsApi(Client client) : ApiBase(client) + { + /// + /// ВИ_ОПЛАТА_ИЗВ. Передать перечень документов "Извещение о принятии к исполнению распоряжения". + /// + /// Пейлоад документа + /// Токен отмены + /// true, если операция выполнена успешно, иначе - false + public async Task ImportNotificationsOfOrderExecutionAsync(ImportNotificationsOfOrderExecutionPayload payload, CancellationToken token = default) + { + var request = new ImportNotificationsOfOrderExecutionRequest(client); + return await request.ExecuteAsync(payload, token); + } + + /// + /// Импорт пакета документов "Извещение о принятии к исполнению распоряжения", размещаемых исполнителем + /// + /// Пейлоад документа + /// Токен отмены + /// true, если операция выполнена успешно, иначе - false + public async Task ImportSupplierNotificationsOfOrderExecutionAsync(ImportSupplierNotificationsOfOrderExecutionPayload payload, CancellationToken token = default) + { + var request = new ImportSupplierNotificationsOfOrderExecutionRequest(client); + return await request.ExecuteAsync(payload, token); + } + } +} diff --git a/Hcs.Broker/Api/Registry/Registry16.cs b/Hcs.Broker/Api/Registry/Registry16.cs new file mode 100644 index 0000000..03b33e8 --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry16.cs @@ -0,0 +1,16 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Межповерочный интервал" (реестровый номер 16). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-16/v1. + /// + public static class Registry16 + { + /// + /// 4 года + /// + public static RegistryElement Element4 => new( + "4", + "e5e3288d-2994-41f7-8e44-f329b09ab77f"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry2.cs b/Hcs.Broker/Api/Registry/Registry2.cs new file mode 100644 index 0000000..2a27fcd --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry2.cs @@ -0,0 +1,16 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Коммунальный ресурс" (реестровый номер 2). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-2/v1. + /// + public static class Registry2 + { + /// + /// Тепловая энергия + /// + public static RegistryElement Element5 => new( + "5", + "44af905f-09c3-4cc3-b749-70048a53d8cf"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry239.cs b/Hcs.Broker/Api/Registry/Registry239.cs new file mode 100644 index 0000000..2956bef --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry239.cs @@ -0,0 +1,16 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Тарифицируемый ресурс" (реестровый номер 239). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-239/v1. + /// + public static class Registry239 + { + /// + /// Тепловая энергия + /// + public static RegistryElement Element4 => new( + "4", + "eec6e4b8-76c8-4fce-99b7-c95718edad19"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry24.cs b/Hcs.Broker/Api/Registry/Registry24.cs new file mode 100644 index 0000000..6240cdb --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry24.cs @@ -0,0 +1,37 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Состояние дома" (реестровый номер 24). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-24/v1. + /// + public static class Registry24 + { + /// + /// Аварийный + /// + public static RegistryElement Element1 => new( + "1", + "cbe05853-a91b-43cc-a2cb-06cdfa97d492"); + + /// + /// Исправный + /// + public static RegistryElement Element2 => new( + "2", + "2d3ae73e-6c72-4740-9122-9c632d1893a7"); + + /// + /// Ветхий + /// + public static RegistryElement Element3 => new( + "3", + "bf083ae4-e4ec-4ace-b190-4d009e5cd1a1"); + + /// + /// Не выбран + /// + public static RegistryElement Element4 => new( + "4", + "4ee07c0b-82d6-41f4-a8c5-2cff784bbd9c"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry27.cs b/Hcs.Broker/Api/Registry/Registry27.cs new file mode 100644 index 0000000..fcbcd5b --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry27.cs @@ -0,0 +1,16 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Тип прибора учета" (реестровый номер 27). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-27/v1. + /// + public static class Registry27 + { + /// + /// Индивидуальный + /// + public static RegistryElement Element1 => new( + "1", + "3a9687b5-caed-4ec6-8a08-f4d3d012f2c7"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry276.cs b/Hcs.Broker/Api/Registry/Registry276.cs new file mode 100644 index 0000000..5ad4184 --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry276.cs @@ -0,0 +1,23 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Показатели качества коммунальных ресурсов" (реестровый номер 276). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-276/v1. + /// + public static class Registry276 + { + /// + /// Величина тепловой нагрузки + /// + public static RegistryElement Element4 => new( + "4", + "51dd6edc-83fe-4810-8b62-4dc85a75e9a3"); + + /// + /// Диапазон давления теплоносителя в подающем трубопроводе + /// + public static RegistryElement Element10 => new( + "10", + "a5a17c90-cc4b-4f32-a22b-6e06cd42a68c"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry3.cs b/Hcs.Broker/Api/Registry/Registry3.cs new file mode 100644 index 0000000..1956911 --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry3.cs @@ -0,0 +1,16 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Вид коммунальной услуги" (реестровый номер 3). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-3/v1. + /// + public static class Registry3 + { + /// + /// Отопление + /// + public static RegistryElement Element6 => new( + "6", + "74925764-ddf3-4b4b-b18d-85994187c13a"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry32.cs b/Hcs.Broker/Api/Registry/Registry32.cs new file mode 100644 index 0000000..e54117e --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry32.cs @@ -0,0 +1,16 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Часовые зоны по Olson" (реестровый номер 32). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-32/v1. + /// + public static class Registry32 + { + /// + /// Иркутск + /// + public static RegistryElement Element11 => new( + "11", + "244ae392-0b96-46f2-80ea-4dac32e7326a"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry338.cs b/Hcs.Broker/Api/Registry/Registry338.cs new file mode 100644 index 0000000..667b192 --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry338.cs @@ -0,0 +1,58 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Стадия жизненного цикла" (реестровый номер 338). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-338/v1. + /// + public static class Registry338 + { + /// + /// Эксплуатация + /// + public static RegistryElement Element1 => new( + "1", + "29b18683-5195-4ef4-83fc-71bf45597d46"); + + /// + /// Реконструкция + /// + public static RegistryElement Element2 => new( + "2", + "75764145-f181-47e5-bff1-1306a46eb20e"); + + /// + /// Капитальный ремонт с отселением + /// + public static RegistryElement Element3 => new( + "3", + "dee170df-db42-4cd6-9e5e-b62be91b3663"); + + /// + /// Капитальный ремонт без отселения + /// + public static RegistryElement Element4 => new( + "4", + "91dc91e2-6883-4c84-b711-53f57f28dbe2"); + + /// + /// Снос + /// + public static RegistryElement Element5 => new( + "5", + "cc358aa9-10b3-4d6a-bbec-c5f6b14950f6"); + + /// + /// Не эксплуатируется, расселен + /// + public static RegistryElement Element6 => new( + "6", + "4bed3d7e-6015-428e-b4b4-7b7aec171c0d"); + + /// + /// Выведен из эксплуатации + /// + public static RegistryElement Element7 => new( + "7", + "f3edc065-c1a1-4110-96fa-03313ae7a039"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry51.cs b/Hcs.Broker/Api/Registry/Registry51.cs new file mode 100644 index 0000000..56a5723 --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry51.cs @@ -0,0 +1,15 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Вид коммунальной услуги" (реестровый номер 51) + /// + public static class Registry51 + { + /// + /// Отопление + /// + public static RegistryElement Element6_1 => new( + "6.1", + "14ad13a3-45ce-408b-b641-6fc59554f803"); + } +} diff --git a/Hcs.Broker/Api/Registry/Registry58.cs b/Hcs.Broker/Api/Registry/Registry58.cs new file mode 100644 index 0000000..3a78ad3 --- /dev/null +++ b/Hcs.Broker/Api/Registry/Registry58.cs @@ -0,0 +1,79 @@ +namespace Hcs.Broker.Api.Registry +{ + /// + /// НСИ "Основание заключения договора" (реестровый номер 58). + /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-58/v1. + /// + public static class Registry58 + { + /// + /// Решение собрания собственников + /// + public static RegistryElement Element1 => new( + "1", + "110d48b2-32a9-4a44-939c-b784d9794621"); + + /// + /// Открытый конкурс + /// + public static RegistryElement Element2 => new( + "2", + "a9dc59c3-d53f-42eb-ba98-cf8c74d88d36"); + + /// + /// Договор управления + /// + public static RegistryElement Element3 => new( + "3", + "11efe618-79f8-4f53-bfd6-11620e8e9e1e"); + + /// + /// Устав + /// + public static RegistryElement Element4 => new( + "4", + "a2eb920c-8163-4958-812a-ad153a5dfde6"); + + /// + /// Решение правления + /// + public static RegistryElement Element5 => new( + "5", + "58639715-2708-4b8e-a5e6-7cae4ddbf03b"); + + /// + /// Решение органа управления застройщика + /// + public static RegistryElement Element6 => new( + "6", + "9b606ef5-7701-4a12-a837-d81b50939160"); + + /// + /// Заявление потребителя + /// + public static RegistryElement Element7 => new( + "7", + "93cd9d85-91b8-4bf9-ae48-c5f1e691949f"); + + /// + /// Нормативный правовой акт + /// + public static RegistryElement Element8 => new( + "8", + "8b8ee37b-fa79-40cc-b98d-0e51f0c38d03"); + + /// + /// Разрешение на ввод в эксплуатацию + /// + public static RegistryElement Element9 => new( + "9", + "16331000-d96e-4a33-a6c7-3cb9eacf4927"); + + /// + /// Устав + /// + public static RegistryElement Element10 => new( + "10", + "555638ae-a207-46fa-99bd-88bdb297c45a"); + } +} diff --git a/Hcs.Broker/Api/Registry/RegistryElement.cs b/Hcs.Broker/Api/Registry/RegistryElement.cs new file mode 100644 index 0000000..eee17d7 --- /dev/null +++ b/Hcs.Broker/Api/Registry/RegistryElement.cs @@ -0,0 +1,9 @@ +namespace Hcs.Broker.Api.Registry +{ + public class RegistryElement(string code, string guid) + { + public string Code { get; } = code; + + public string GUID { get; } = guid; + } +} diff --git a/Hcs.Broker/Api/Request/Adapter/IAck.cs b/Hcs.Broker/Api/Request/Adapter/IAck.cs new file mode 100644 index 0000000..4e9c371 --- /dev/null +++ b/Hcs.Broker/Api/Request/Adapter/IAck.cs @@ -0,0 +1,9 @@ +namespace Hcs.Broker.Api.Request.Adapter +{ + public interface IAck + { + string MessageGUID { get; set; } + + string RequesterMessageGUID { get; set; } + } +} diff --git a/Hcs.Broker/Api/Request/Adapter/IAsyncClient.cs b/Hcs.Broker/Api/Request/Adapter/IAsyncClient.cs new file mode 100644 index 0000000..980a5ee --- /dev/null +++ b/Hcs.Broker/Api/Request/Adapter/IAsyncClient.cs @@ -0,0 +1,7 @@ +namespace Hcs.Broker.Api.Request.Adapter +{ + public interface IAsyncClient where TRequestHeader : class + { + Task GetStateAsync(TRequestHeader header, IGetStateRequest request); + } +} diff --git a/Hcs.Broker/Api/Request/Adapter/IErrorMessage.cs b/Hcs.Broker/Api/Request/Adapter/IErrorMessage.cs new file mode 100644 index 0000000..4536629 --- /dev/null +++ b/Hcs.Broker/Api/Request/Adapter/IErrorMessage.cs @@ -0,0 +1,9 @@ +namespace Hcs.Broker.Api.Request.Adapter +{ + public interface IErrorMessage + { + string ErrorCode { get; } + + string Description { get; } + } +} diff --git a/Hcs.Broker/Api/Request/Adapter/IGetStateRequest.cs b/Hcs.Broker/Api/Request/Adapter/IGetStateRequest.cs new file mode 100644 index 0000000..a9b7e3b --- /dev/null +++ b/Hcs.Broker/Api/Request/Adapter/IGetStateRequest.cs @@ -0,0 +1,7 @@ +namespace Hcs.Broker.Api.Request.Adapter +{ + public interface IGetStateRequest + { + string MessageGUID { get; set; } + } +} diff --git a/Hcs.Broker/Api/Request/Adapter/IGetStateResponse.cs b/Hcs.Broker/Api/Request/Adapter/IGetStateResponse.cs new file mode 100644 index 0000000..50c50ec --- /dev/null +++ b/Hcs.Broker/Api/Request/Adapter/IGetStateResponse.cs @@ -0,0 +1,7 @@ +namespace Hcs.Broker.Api.Request.Adapter +{ + public interface IGetStateResponse + { + IGetStateResult GetStateResult { get; } + } +} diff --git a/Hcs.Broker/Api/Request/Adapter/IGetStateResult.cs b/Hcs.Broker/Api/Request/Adapter/IGetStateResult.cs new file mode 100644 index 0000000..ff0111a --- /dev/null +++ b/Hcs.Broker/Api/Request/Adapter/IGetStateResult.cs @@ -0,0 +1,7 @@ +namespace Hcs.Broker.Api.Request.Adapter +{ + public interface IGetStateResult + { + sbyte RequestState { get; } + } +} diff --git a/Hcs.Broker/Api/Request/Adapter/IGetStateResultMany.cs b/Hcs.Broker/Api/Request/Adapter/IGetStateResultMany.cs new file mode 100644 index 0000000..3722a9b --- /dev/null +++ b/Hcs.Broker/Api/Request/Adapter/IGetStateResultMany.cs @@ -0,0 +1,7 @@ +namespace Hcs.Broker.Api.Request.Adapter +{ + public interface IGetStateResultMany : IGetStateResult + { + object[] Items { get; } + } +} diff --git a/Hcs.Broker/Api/Request/Adapter/IGetStateResultOne.cs b/Hcs.Broker/Api/Request/Adapter/IGetStateResultOne.cs new file mode 100644 index 0000000..126308e --- /dev/null +++ b/Hcs.Broker/Api/Request/Adapter/IGetStateResultOne.cs @@ -0,0 +1,7 @@ +namespace Hcs.Broker.Api.Request.Adapter +{ + public interface IGetStateResultOne : IGetStateResult + { + object Item { get; } + } +} diff --git a/Hcs.Broker/Api/Request/AsyncRequestStateType.cs b/Hcs.Broker/Api/Request/AsyncRequestStateType.cs new file mode 100644 index 0000000..aa2933a --- /dev/null +++ b/Hcs.Broker/Api/Request/AsyncRequestStateType.cs @@ -0,0 +1,9 @@ +namespace Hcs.Broker.Api.Request +{ + internal enum AsyncRequestStateType + { + Received = 1, + InProgress, + Ready + } +} diff --git a/Hcs.Broker/Api/Request/Bills/BillsRequestBase.cs b/Hcs.Broker/Api/Request/Bills/BillsRequestBase.cs new file mode 100644 index 0000000..60b9cd9 --- /dev/null +++ b/Hcs.Broker/Api/Request/Bills/BillsRequestBase.cs @@ -0,0 +1,53 @@ +using Hcs.Broker.Api.Request.Adapter; +using Hcs.Service.Async.Bills; + +namespace Hcs.Service.Async.Bills +{ +#pragma warning disable IDE1006 + public partial class getStateResult : IGetStateResultMany { } +#pragma warning restore IDE1006 + + public partial class BillsPortsTypeAsyncClient : IAsyncClient + { + public async Task GetStateAsync(RequestHeader header, IGetStateRequest request) + { + return await getStateAsync(header, (getStateRequest)request); + } + } + +#pragma warning disable IDE1006 + public partial class getStateResponse : IGetStateResponse +#pragma warning restore IDE1006 + { + public IGetStateResult GetStateResult => getStateResult; + } + + public partial class AckRequestAck : IAck { } + + public partial class ErrorMessageType : IErrorMessage { } + +#pragma warning disable IDE1006 + public partial class getStateRequest : IGetStateRequest { } +#pragma warning restore IDE1006 +} + +namespace Hcs.Broker.Api.Request.Bills +{ + internal class BillsRequestBase(Client client) : + RequestBase(client) + { + protected override EndPoint EndPoint => EndPoint.BillsAsync; + + protected override bool EnableMinimalResponseWaitDelay => false; + + protected override bool CanBeRestarted => false; + + protected override int RestartTimeoutMinutes => 20; + } +} diff --git a/Hcs.Broker/Api/Request/Bills/ExportPaymentDocumentDataRequest.cs b/Hcs.Broker/Api/Request/Bills/ExportPaymentDocumentDataRequest.cs new file mode 100644 index 0000000..9600a1f --- /dev/null +++ b/Hcs.Broker/Api/Request/Bills/ExportPaymentDocumentDataRequest.cs @@ -0,0 +1,67 @@ +using Hcs.Broker.Internal; +using Hcs.Service.Async.Bills; + +namespace Hcs.Broker.Api.Request.Bills +{ + internal class ExportPaymentDocumentDataRequest(Client client) : BillsRequestBase(client) + { + protected override bool CanBeRestarted => true; + + internal async Task> ExecuteByPaymentDocumentIDAsync(string paymentDocumentID, CancellationToken token) + { + var request = new exportPaymentDocumentRequest() + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "13.1.0.1", + Items = [paymentDocumentID], + ItemsElementName = [ItemsChoiceType7.PaymentDocumentID] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportPaymentDocumentDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + + internal async Task> ExecuteByAccountNumberAsync(short year, int month, string fiasHouseGuid, string accountNumber, CancellationToken token) + { + var request = new exportPaymentDocumentRequest() + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "13.1.0.1", + Items = [year, month, fiasHouseGuid, accountNumber], + ItemsElementName = [ItemsChoiceType7.Year, ItemsChoiceType7.Month, ItemsChoiceType7.FIASHouseGuid, ItemsChoiceType7.AccountNumber] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportPaymentDocumentDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + + internal async Task> ExecuteByPaymentDocumentNumberAsync(short year, int month, string fiasHouseGuid, string paymentDocumentNumber, CancellationToken token) + { + var request = new exportPaymentDocumentRequest() + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "13.1.0.1", + Items = [year, month, fiasHouseGuid, paymentDocumentNumber], + ItemsElementName = [ItemsChoiceType7.Year, ItemsChoiceType7.Month, ItemsChoiceType7.FIASHouseGuid, ItemsChoiceType7.PaymentDocumentNumber] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportPaymentDocumentDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + } +} diff --git a/Hcs.Broker/Api/Request/Bills/ImportPaymentDocumentDataRequest.cs b/Hcs.Broker/Api/Request/Bills/ImportPaymentDocumentDataRequest.cs new file mode 100644 index 0000000..8bfd0f6 --- /dev/null +++ b/Hcs.Broker/Api/Request/Bills/ImportPaymentDocumentDataRequest.cs @@ -0,0 +1,271 @@ +using Hcs.Broker.Api.Payload.Bills; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Api.Type; +using Hcs.Broker.Internal; +using Hcs.Service.Async.Bills; + +namespace Hcs.Broker.Api.Request.Bills +{ + internal class ImportPaymentDocumentDataRequest(Client client) : BillsRequestBase(client) + { + internal async Task ExecuteAsync(ImportPaymentDocumentDataPayload payload, CancellationToken token) + { + // TODO: Добавить проверку пейлоада + + var request = GetRequestFromPayload(payload); + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importPaymentDocumentDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + result.Items.OfType().ToList().ForEach(commonResult => + { + commonResult.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + }); + + return true; + } + + private importPaymentDocumentRequest GetRequestFromPayload(ImportPaymentDocumentDataPayload payload) + { + var items = new List(); + if (payload.confirmAmountsCorrect) + { + items.Add(true); + } + items.Add(payload.month); + items.Add(payload.year); + + var paymentInformations = new Dictionary(); + foreach (var entry in payload.paymentInformation) + { + var paymentInformation = new importPaymentDocumentRequestPaymentInformation() + { + TransportGUID = Guid.NewGuid().ToString(), + BankBIK = entry.bankBIK, + operatingAccountNumber = entry.operatingAccountNumber + }; + paymentInformations.Add(entry, paymentInformation); + + items.Add(paymentInformation); + } + + foreach (var entry in payload.paymentDocument) + { + var chargeInfo = new List(); + foreach (var subEntry in entry.chargeInfo) + { + if (subEntry is ImportPaymentDocumentDataPayload.MunicipalService municipalService) + { + var item = new PDServiceChargeTypeMunicipalService() + { + ServiceType = new nsiRef() + { + Code = municipalService.serviceType.Code, + GUID = municipalService.serviceType.GUID + }, + Rate = municipalService.rate, + TotalPayable = municipalService.totalPayable + }; + + if (municipalService.moneyRecalculation.HasValue) + { + item.ServiceCharge = new ServiceChargeImportType() + { + MoneyRecalculation = municipalService.moneyRecalculation.Value, + MoneyRecalculationSpecified = true + }; + } + if (municipalService.moneyDiscount.HasValue) + { + item.ServiceCharge ??= new ServiceChargeImportType(); + item.ServiceCharge.MoneyDiscount = municipalService.moneyDiscount.Value; + item.ServiceCharge.MoneyDiscountSpecified = true; + } + + if (municipalService.houseOverallNeedsNorm.HasValue) + { + item.ServiceInformation = new ServiceInformation() + { + houseOverallNeedsNorm = municipalService.houseOverallNeedsNorm.Value, + houseOverallNeedsNormSpecified = true + }; + } + if (municipalService.individualConsumptionNorm.HasValue) + { + item.ServiceInformation ??= new ServiceInformation(); + item.ServiceInformation.individualConsumptionNorm = municipalService.individualConsumptionNorm.Value; + item.ServiceInformation.individualConsumptionNormSpecified = true; + } + if (municipalService.individualConsumptionCurrentValue.HasValue) + { + item.ServiceInformation ??= new ServiceInformation(); + item.ServiceInformation.individualConsumptionCurrentValue = municipalService.individualConsumptionCurrentValue.Value; + item.ServiceInformation.individualConsumptionCurrentValueSpecified = true; + } + if (municipalService.houseOverallNeedsCurrentValue.HasValue) + { + item.ServiceInformation ??= new ServiceInformation(); + item.ServiceInformation.houseOverallNeedsCurrentValue = municipalService.houseOverallNeedsCurrentValue.Value; + item.ServiceInformation.houseOverallNeedsCurrentValueSpecified = true; + } + if (municipalService.houseTotalIndividualConsumption.HasValue) + { + item.ServiceInformation ??= new ServiceInformation(); + item.ServiceInformation.houseTotalIndividualConsumption = municipalService.houseTotalIndividualConsumption.Value; + item.ServiceInformation.houseTotalIndividualConsumptionSpecified = true; + } + if (municipalService.houseTotalHouseOverallNeeds.HasValue) + { + item.ServiceInformation ??= new ServiceInformation(); + item.ServiceInformation.houseTotalHouseOverallNeeds = municipalService.houseTotalHouseOverallNeeds.Value; + item.ServiceInformation.houseTotalHouseOverallNeedsSpecified = true; + } + + var consumption = new List(); + if (municipalService.individualConsumptionVolumeDeterminingMethod.HasValue) + { + consumption.Add(new PDServiceChargeTypeMunicipalServiceVolume() + { + determiningMethod = municipalService.individualConsumptionVolumeDeterminingMethod.Value.ToServiceType(), + determiningMethodSpecified = true, + type = PDServiceChargeTypeMunicipalServiceVolumeType.I, + typeSpecified = true, + Value = municipalService.individualConsumptionVolumeValue.Value + }); + } + if (municipalService.overallConsumptionVolumeDeterminingMethod.HasValue) + { + consumption.Add(new PDServiceChargeTypeMunicipalServiceVolume() + { + determiningMethod = municipalService.overallConsumptionVolumeDeterminingMethod.Value.ToServiceType(), + determiningMethodSpecified = true, + type = PDServiceChargeTypeMunicipalServiceVolumeType.O, + typeSpecified = true, + Value = municipalService.overallConsumptionVolumeValue.Value + }); + } + item.Consumption = [.. consumption]; + + if (municipalService.multiplyingFactorRatio.HasValue) + { + item.MultiplyingFactor = new PDServiceChargeTypeMunicipalServiceMultiplyingFactor() + { + Ratio = municipalService.multiplyingFactorRatio.Value + }; + + if (municipalService.amountOfExcessFees.HasValue) + { + item.MultiplyingFactor.AmountOfExcessFees = municipalService.amountOfExcessFees.Value; + item.MultiplyingFactor.AmountOfExcessFeesSpecified = true; + } + } + + if (municipalService.municipalServiceIndividualConsumptionPayable.HasValue) + { + item.MunicipalServiceIndividualConsumptionPayable = municipalService.municipalServiceIndividualConsumptionPayable.Value; + item.MunicipalServiceIndividualConsumptionPayableSpecified = true; + } + + if (municipalService.municipalServiceCommunalConsumptionPayable.HasValue) + { + item.MunicipalServiceCommunalConsumptionPayable = municipalService.municipalServiceCommunalConsumptionPayable.Value; + item.MunicipalServiceCommunalConsumptionPayableSpecified = true; + } + + if (municipalService.amountOfPaymentMunicipalServiceIndividualConsumption.HasValue) + { + item.AmountOfPaymentMunicipalServiceIndividualConsumption = municipalService.amountOfPaymentMunicipalServiceIndividualConsumption.Value; + item.AmountOfPaymentMunicipalServiceIndividualConsumptionSpecified = true; + } + + if (municipalService.amountOfPaymentMunicipalServiceCommunalConsumption.HasValue) + { + item.AmountOfPaymentMunicipalServiceCommunalConsumption = municipalService.amountOfPaymentMunicipalServiceCommunalConsumption.Value; + item.AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified = true; + } + + if (municipalService.accountingPeriodTotal.HasValue) + { + item.AccountingPeriodTotal = municipalService.accountingPeriodTotal.Value; + item.AccountingPeriodTotalSpecified = true; + } + + chargeInfo.Add(new PaymentDocumentTypeChargeInfo() + { + Item = item + }); + } + + // TODO: Обработать ошибку + } + + var paymentDocument = new importPaymentDocumentRequestPaymentDocument() + { + TransportGUID = Guid.NewGuid().ToString(), + Items1 = [paymentInformations[entry.paymentInformation].TransportGUID], + AccountGuid = entry.accountGuid, + PaymentDocumentNumber = entry.paymentDocumentNumber, + Items = [.. chargeInfo], + Item = true, + ItemElementName = entry.exposeNotWithdraw ? ItemChoiceType5.Expose : ItemChoiceType5.Withdraw + }; + + if (entry.debtPreviousPeriods.HasValue) + { + paymentDocument.DebtPreviousPeriods = entry.debtPreviousPeriods.Value; + paymentDocument.DebtPreviousPeriodsSpecified = true; + } + + if (entry.advanceBllingPeriod.HasValue) + { + paymentDocument.AdvanceBllingPeriod = entry.advanceBllingPeriod.Value; + paymentDocument.AdvanceBllingPeriodSpecified = true; + } + + if (entry.totalPayableByPDWithDebtAndAdvance.HasValue) + { + paymentDocument.TotalPayableByPDWithDebtAndAdvance = entry.totalPayableByPDWithDebtAndAdvance.Value; + paymentDocument.TotalPayableByPDWithDebtAndAdvanceSpecified = true; + } + + if (entry.totalPayableByPD.HasValue) + { + paymentDocument.TotalPayableByPD = entry.totalPayableByPD.Value; + paymentDocument.TotalPayableByPDSpecified = true; + } + + if (entry.paidCash.HasValue) + { + paymentDocument.PaidCash = entry.paidCash.Value; + paymentDocument.PaidCashSpecified = true; + } + + if (entry.dateOfLastReceivedPayment.HasValue) + { + paymentDocument.DateOfLastReceivedPayment = entry.dateOfLastReceivedPayment.Value; + paymentDocument.DateOfLastReceivedPaymentSpecified = true; + } + + items.Add(paymentDocument); + } + + // http://open-gkh.ru/Bills/importPaymentDocumentRequest.html + return new importPaymentDocumentRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "11.2.0.16", + Items = [.. items] + }; + } + } +} diff --git a/Hcs.Broker/Api/Request/DeviceMetering/DeviceMeteringRequestBase.cs b/Hcs.Broker/Api/Request/DeviceMetering/DeviceMeteringRequestBase.cs new file mode 100644 index 0000000..240c9a2 --- /dev/null +++ b/Hcs.Broker/Api/Request/DeviceMetering/DeviceMeteringRequestBase.cs @@ -0,0 +1,53 @@ +using Hcs.Broker.Api.Request.Adapter; +using Hcs.Service.Async.DeviceMetering; + +namespace Hcs.Service.Async.DeviceMetering +{ +#pragma warning disable IDE1006 + public partial class getStateResult : IGetStateResultMany { } +#pragma warning restore IDE1006 + + public partial class DeviceMeteringPortTypesAsyncClient : IAsyncClient + { + public async Task GetStateAsync(RequestHeader header, IGetStateRequest request) + { + return await getStateAsync(header, (getStateRequest)request); + } + } + +#pragma warning disable IDE1006 + public partial class getStateResponse : IGetStateResponse +#pragma warning restore IDE1006 + { + public IGetStateResult GetStateResult => getStateResult; + } + + public partial class AckRequestAck : IAck { } + + public partial class ErrorMessageType : IErrorMessage { } + +#pragma warning disable IDE1006 + public partial class getStateRequest : IGetStateRequest { } +#pragma warning restore IDE1006 +} + +namespace Hcs.Broker.Api.Request.DeviceMetering +{ + internal class DeviceMeteringRequestBase(Client client) : + RequestBase(client) + { + protected override EndPoint EndPoint => EndPoint.DeviceMeteringAsync; + + protected override bool EnableMinimalResponseWaitDelay => true; + + protected override bool CanBeRestarted => true; + + protected override int RestartTimeoutMinutes => 20; + } +} diff --git a/Hcs.Broker/Api/Request/DeviceMetering/ExportMeteringDeviceHistoryRequest.cs b/Hcs.Broker/Api/Request/DeviceMetering/ExportMeteringDeviceHistoryRequest.cs new file mode 100644 index 0000000..db20c17 --- /dev/null +++ b/Hcs.Broker/Api/Request/DeviceMetering/ExportMeteringDeviceHistoryRequest.cs @@ -0,0 +1,174 @@ +using Hcs.Broker.Api.Payload.DeviceMetering; +using Hcs.Broker.Internal; +using Hcs.Service.Async.DeviceMetering; + +namespace Hcs.Broker.Api.Request.DeviceMetering +{ + internal class ExportMeteringDeviceHistoryRequest(Client client) : DeviceMeteringRequestBase(client) + { + protected override bool EnableMinimalResponseWaitDelay => false; + + internal async Task> ExecuteAsync(ExportMeteringDeviceHistoryPayload payload, CancellationToken token) + { + ThrowIfPayloadIncorrect(payload); + + var request = GetRequestFromPayload(payload); + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportMeteringDeviceHistoryAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + + private void ThrowIfPayloadIncorrect(ExportMeteringDeviceHistoryPayload payload) + { + if (payload.meteringDeviceType?.Length <= 0 && payload.municipalResource?.Length <= 0 && + payload.meteringDeviceRootGUID?.Length <= 0) + { + throw new ArgumentException($"{nameof(payload.meteringDeviceType)}/{nameof(payload.municipalResource)}/{nameof(payload.meteringDeviceRootGUID)} are empty"); + } + + if (payload.meteringDeviceType?.Length + payload.municipalResource?.Length + + payload.meteringDeviceRootGUID?.Length > 100) + { + throw new ArgumentException($"Too much {nameof(payload.meteringDeviceType)}/{nameof(payload.municipalResource)}/{nameof(payload.meteringDeviceRootGUID)} values"); + } + + if (payload.inputDateFrom.HasValue && payload.inputDateTo.HasValue) + { + if (payload.inputDateFrom.HasValue && payload.inputDateTo.HasValue && + payload.inputDateFrom.Value > payload.inputDateTo.Value) + { + throw new ArgumentException($"{nameof(payload.inputDateFrom)} must be earlier than {nameof(payload.inputDateTo)}"); + } + + if (payload.inputDateTo.Value - payload.inputDateFrom.Value > TimeSpan.FromDays( + DateTime.DaysInMonth(payload.inputDateTo.Value.Year, payload.inputDateTo.Value.Month) + + DateTime.DaysInMonth(payload.inputDateFrom.Value.Year, payload.inputDateFrom.Value.Month))) + { + throw new ArgumentException($"Too big range from {nameof(payload.inputDateFrom)} to {nameof(payload.inputDateTo)}"); + } + } + else if (payload.inputDateFrom.HasValue && !payload.inputDateTo.HasValue) + { + throw new ArgumentException($"{nameof(payload.inputDateTo)} is null"); + } + else if (!payload.inputDateFrom.HasValue && payload.inputDateTo.HasValue) + { + throw new ArgumentException($"{nameof(payload.inputDateFrom)} is null"); + } + } + + private exportMeteringDeviceHistoryRequest GetRequestFromPayload(ExportMeteringDeviceHistoryPayload payload) + { + var items = new List(); + var itemsElementName = new List(); + if (payload.meteringDeviceType != null) + { + foreach (var meteringDeviceType in payload.meteringDeviceType) + { + items.Add(new nsiRef() + { + Code = meteringDeviceType.Code, + GUID = meteringDeviceType.GUID + }); + itemsElementName.Add(ItemsChoiceType4.MeteringDeviceType); + } + } + if (payload.municipalResource != null) + { + foreach (var municipalResource in payload.municipalResource) + { + items.Add(new nsiRef() + { + Code = municipalResource.Code, + GUID = municipalResource.GUID + }); + itemsElementName.Add(ItemsChoiceType4.MunicipalResource); + } + } + if (payload.meteringDeviceRootGUID != null) + { + foreach (var meteringDeviceRootGUID in payload.meteringDeviceRootGUID) + { + items.Add(meteringDeviceRootGUID); + itemsElementName.Add(ItemsChoiceType4.MeteringDeviceRootGUID); + } + } + + // http://open-gkh.ru/DeviceMetering/exportMeteringDeviceHistoryRequest.html + var request = new exportMeteringDeviceHistoryRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "13.1.3.1", + FIASHouseGuid = payload.fiasHouseGuid, + Items = [.. items], + ItemsElementName = [.. itemsElementName] + }; + + if (payload.commissioningDateFrom.HasValue) + { + request.CommissioningDateFrom = payload.commissioningDateFrom.Value; + request.CommissioningDateFromSpecified = true; + } + + if (payload.сommissioningDateTo.HasValue) + { + request.CommissioningDateTo = payload.сommissioningDateTo.Value; + request.CommissioningDateToSpecified = true; + } + + if (payload.serchArchived.HasValue) + { + request.SerchArchived = payload.serchArchived.Value; + request.SerchArchivedSpecified = true; + } + + if (payload.archiveDateFrom.HasValue) + { + request.ArchiveDateFrom = payload.archiveDateFrom.Value; + request.ArchiveDateFromSpecified = true; + } + + if (payload.archiveDateTo.HasValue) + { + request.ArchiveDateTo = payload.archiveDateTo.Value; + request.ArchiveDateToSpecified = true; + } + + if (payload.inputDateFrom.HasValue) + { + request.inputDateFrom = payload.inputDateFrom.Value; + request.inputDateFromSpecified = true; + } + + if (payload.inputDateTo.HasValue) + { + request.inputDateTo = payload.inputDateTo.Value; + request.inputDateToSpecified = true; + } + + if (payload.excludePersonAsDataSource.HasValue) + { + request.ExcludePersonAsDataSource = payload.excludePersonAsDataSource.Value; + request.ExcludePersonAsDataSourceSpecified = true; + } + + if (payload.excludeCurrentOrgAsDataSource.HasValue) + { + request.ExcludeCurrentOrgAsDataSource = payload.excludeCurrentOrgAsDataSource.Value; + request.ExcludeCurrentOrgAsDataSourceSpecified = true; + } + + if (payload.excludeOtherOrgAsDataSource.HasValue) + { + request.ExcludeOtherOrgAsDataSource = payload.excludeOtherOrgAsDataSource.Value; + request.ExcludeOtherOrgAsDataSourceSpecified = true; + } + + return request; + } + } +} diff --git a/Hcs.Broker/Api/Request/DeviceMetering/ImportMeteringDeviceValuesRequest.cs b/Hcs.Broker/Api/Request/DeviceMetering/ImportMeteringDeviceValuesRequest.cs new file mode 100644 index 0000000..c926a4c --- /dev/null +++ b/Hcs.Broker/Api/Request/DeviceMetering/ImportMeteringDeviceValuesRequest.cs @@ -0,0 +1,43 @@ +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.DeviceMetering; + +namespace Hcs.Broker.Api.Request.DeviceMetering +{ + internal class ImportMeteringDeviceValuesRequest(Client client) : DeviceMeteringRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(importMeteringDeviceValuesRequestMeteringDevicesValues values, CancellationToken token) + { + // http://open-gkh.ru/DeviceMetering/importMeteringDeviceValuesRequest.html + var request = new importMeteringDeviceValuesRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.1.1", + MeteringDevicesValues = [values] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importMeteringDeviceValuesAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + result.Items.OfType().ToList().ForEach(commonResult => + { + commonResult.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + }); + + return true; + } + } +} diff --git a/Hcs.Broker/Api/Request/EndPoint.cs b/Hcs.Broker/Api/Request/EndPoint.cs new file mode 100644 index 0000000..4dae7c6 --- /dev/null +++ b/Hcs.Broker/Api/Request/EndPoint.cs @@ -0,0 +1,16 @@ +namespace Hcs.Broker.Api.Request +{ + internal enum EndPoint + { + BillsAsync, + DebtRequestsAsync, + DeviceMeteringAsync, + HomeManagementAsync, + LicensesAsync, + NsiAsync, + NsiCommonAsync, + OrgRegistryAsync, + OrgRegistryCommonAsync, + PaymentsAsync + } +} diff --git a/Hcs.Broker/Api/Request/EndPointLocator.cs b/Hcs.Broker/Api/Request/EndPointLocator.cs new file mode 100644 index 0000000..1f40fdc --- /dev/null +++ b/Hcs.Broker/Api/Request/EndPointLocator.cs @@ -0,0 +1,28 @@ +namespace Hcs.Broker.Api.Request +{ + internal class EndPointLocator + { + private static readonly Dictionary endPoints; + + static EndPointLocator() + { + endPoints ??= []; + + endPoints.Add(EndPoint.BillsAsync, "ext-bus-bills-service/services/BillsAsync"); + endPoints.Add(EndPoint.DebtRequestsAsync, "ext-bus-debtreq-service/services/DebtRequestsAsync"); + endPoints.Add(EndPoint.DeviceMeteringAsync, "ext-bus-device-metering-service/services/DeviceMeteringAsync"); + endPoints.Add(EndPoint.HomeManagementAsync, "ext-bus-home-management-service/services/HomeManagementAsync"); + endPoints.Add(EndPoint.LicensesAsync, "ext-bus-licenses-service/services/LicensesAsync"); + endPoints.Add(EndPoint.NsiAsync, "ext-bus-nsi-service/services/NsiAsync"); + endPoints.Add(EndPoint.NsiCommonAsync, "ext-bus-nsi-common-service/services/NsiCommonAsync"); + endPoints.Add(EndPoint.OrgRegistryAsync, "ext-bus-org-registry-service/services/OrgRegistryAsync"); + endPoints.Add(EndPoint.OrgRegistryCommonAsync, "ext-bus-org-registry-common-service/services/OrgRegistryCommonAsync"); + endPoints.Add(EndPoint.PaymentsAsync, "ext-bus-payment-service/services/PaymentAsync"); + } + + internal static string GetPath(EndPoint endPoint) + { + return endPoints[endPoint]; + } + } +} diff --git a/Hcs.Broker/Api/Request/Exception/NoResultsRemoteException.cs b/Hcs.Broker/Api/Request/Exception/NoResultsRemoteException.cs new file mode 100644 index 0000000..722ac1c --- /dev/null +++ b/Hcs.Broker/Api/Request/Exception/NoResultsRemoteException.cs @@ -0,0 +1,17 @@ +namespace Hcs.Broker.Api.Request.Exception +{ + /// + /// Исключение указывает на то, что сервер обнаружил что у + /// него нет объектов для выдачи по условию + /// + internal class NoResultsRemoteException : RemoteException + { + public NoResultsRemoteException(string description) : base(NO_OBJECTS_FOR_EXPORT, description) { } + + public NoResultsRemoteException(string errorCode, string description) : + base(errorCode, description) { } + + public NoResultsRemoteException(string errorCode, string description, System.Exception nested) : + base(errorCode, description, nested) { } + } +} diff --git a/Hcs.Broker/Api/Request/Exception/RemoteException.cs b/Hcs.Broker/Api/Request/Exception/RemoteException.cs new file mode 100644 index 0000000..8eebee5 --- /dev/null +++ b/Hcs.Broker/Api/Request/Exception/RemoteException.cs @@ -0,0 +1,63 @@ +using Hcs.Broker.Internal; + +namespace Hcs.Broker.Api.Request.Exception +{ + internal class RemoteException : System.Exception + { + internal const string NO_OBJECTS_FOR_EXPORT = "INT002012"; + internal const string MISSING_IN_REGISTRY = "INT002000"; + internal const string ACCESS_DENIED = "AUT011003"; + + internal string ErrorCode { get; private set; } + internal string Description { get; private set; } + + public RemoteException(string errorCode, string description) + : base(Combine(errorCode, description)) + { + ErrorCode = errorCode; + Description = description; + } + + public RemoteException(string errorCode, string description, System.Exception nestedException) + : base(Combine(errorCode, description), nestedException) + { + ErrorCode = errorCode; + Description = description; + } + + private static string Combine(string errorCode, string description) + { + return $"Remote server returned an error: [{errorCode}] {description}"; + } + + internal static RemoteException CreateNew(string errorCode, string description, System.Exception nested = null) + { + if (string.Compare(errorCode, NO_OBJECTS_FOR_EXPORT) == 0) + { + return new NoResultsRemoteException(errorCode, description, nested); + } + return new RemoteException(errorCode, description); + } + + internal static RemoteException CreateNew(RemoteException nested) + { + if (nested == null) + { + throw new ArgumentNullException(nameof(nested)); + } + return CreateNew(nested.ErrorCode, nested.Description, nested); + } + + /// + /// Возвращает true, если ошибка @e или ее вложенные ошибки содержат @errorCode + /// + internal static bool ContainsErrorCode(SystemException e, string errorCode) + { + if (e == null) + { + return false; + } + return Util.EnumerateInnerExceptions(e).OfType().Where(x => x.ErrorCode == errorCode).Any(); + } + } +} diff --git a/Hcs.Broker/Api/Request/Exception/RestartTimeoutException.cs b/Hcs.Broker/Api/Request/Exception/RestartTimeoutException.cs new file mode 100644 index 0000000..1a16964 --- /dev/null +++ b/Hcs.Broker/Api/Request/Exception/RestartTimeoutException.cs @@ -0,0 +1,9 @@ +namespace Hcs.Broker.Api.Request.Exception +{ + internal class RestartTimeoutException : System.Exception + { + public RestartTimeoutException(string message) : base(message) { } + + public RestartTimeoutException(string message, System.Exception innerException) : base(message, innerException) { } + } +} diff --git a/Hcs.Broker/Api/Request/GostSigningEndpointBehavior.cs b/Hcs.Broker/Api/Request/GostSigningEndpointBehavior.cs new file mode 100644 index 0000000..9b14f44 --- /dev/null +++ b/Hcs.Broker/Api/Request/GostSigningEndpointBehavior.cs @@ -0,0 +1,23 @@ +using System.ServiceModel.Channels; +using System.ServiceModel.Description; +using System.ServiceModel.Dispatcher; + +namespace Hcs.Broker.Api.Request +{ + internal class GostSigningEndpointBehavior(Client client) : IEndpointBehavior + { + private readonly Client client = client; + + public void AddBindingParameters(ServiceEndpoint endpoint, BindingParameterCollection bindingParameters) { } + + public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime) + { + clientRuntime.ClientMessageInspectors.Add( + new GostSigningMessageInspector(client)); + } + + public void ApplyDispatchBehavior(ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher) { } + + public void Validate(ServiceEndpoint endpoint) { } + } +} diff --git a/Hcs.Broker/Api/Request/GostSigningMessageInspector.cs b/Hcs.Broker/Api/Request/GostSigningMessageInspector.cs new file mode 100644 index 0000000..e7efeac --- /dev/null +++ b/Hcs.Broker/Api/Request/GostSigningMessageInspector.cs @@ -0,0 +1,170 @@ +using CryptoPro.Security.Cryptography; +using CryptoPro.Security.Cryptography.X509Certificates; +using CryptoPro.Security.Cryptography.Xml; +using Hcs.Broker.Internal; +using System.Security.Cryptography; +using System.ServiceModel; +using System.ServiceModel.Channels; +using System.ServiceModel.Dispatcher; +using System.Text; +using System.Xml; + +namespace Hcs.Broker.Api.Request +{ + /// + /// Фильтр сообщений добавляет в XML-сообщение электронную подпись XADES/GOST + /// + internal class GostSigningMessageInspector(Client client) : IClientMessageInspector + { + private readonly Client client = client; + + public object BeforeSendRequest(ref Message request, IClientChannel channel) + { + try + { + var filterHeader = "[Message Inspector]"; + + PurgeDebuggerHeaders(ref request); + + var messageBody = GetMessageBodyString(ref request, Encoding.UTF8); + if (!messageBody.Contains(Constants.SIGNED_XML_ELEMENT_ID)) + { + client.TryCaptureMessage(true, messageBody); + } + else + { + client.TryLog($"{filterHeader} signing message with key [{client.Certificate.FriendlyName}]..."); + + var stopwatch = System.Diagnostics.Stopwatch.StartNew(); + + var xmlDocument = new XmlDocument(); + xmlDocument.LoadXml(messageBody); + + var signedXml = SignXmlFileXades( + xmlDocument, + client.Certificate, + client.Certificate.PrivateKey as Gost3410_2012_256CryptoServiceProvider, + CpSignedXml.XmlDsigGost3411_2012_256Url); + + stopwatch.Stop(); + + client.TryLog($"{filterHeader} message signed in {stopwatch.ElapsedMilliseconds} ms"); + client.TryCaptureMessage(true, signedXml); + + request = Message.CreateMessage( + XmlReaderFromString(signedXml), int.MaxValue, request.Version); + } + } + catch (System.Exception ex) + { + throw new System.Exception($"Exception occured in {GetType().Name}", ex); + } + + return null; + } + + private void PurgeDebuggerHeaders(ref Message request) + { + var limit = request.Headers.Count; + for (var i = 0; i < limit; ++i) + { + if (request.Headers[i].Name.Equals("VsDebuggerCausalityData")) + { + request.Headers.RemoveAt(i); + + break; + } + } + } + + private string GetMessageBodyString(ref Message request, Encoding encoding) + { + var mb = request.CreateBufferedCopy(int.MaxValue); + request = mb.CreateMessage(); + + var s = new MemoryStream(); + var xw = XmlWriter.Create(s); + mb.CreateMessage().WriteMessage(xw); + xw.Flush(); + + s.Position = 0; + + var bXML = new byte[s.Length]; + s.Read(bXML, 0, (int)s.Length); + + if (bXML[0] != (byte)'<') + { + return encoding.GetString(bXML, 3, bXML.Length - 3); + } + else + { + return encoding.GetString(bXML, 0, bXML.Length); + } + } + + private string SignXmlFileXades( + XmlDocument doc, + CpX509Certificate certificate, + AsymmetricAlgorithm key, + string digestMethod, + bool useDsPrefix = false) + { + var keyInfo = new CpKeyInfo(); + keyInfo.AddClause(new CpKeyInfoX509Data(certificate)); + + var signedXml = new CpXadesSignedXml(doc) + { + SigningKey = key, + KeyInfo = keyInfo + }; + + var reference = new CpReference() + { + Uri = "", + DigestMethod = digestMethod + }; + + var signTransform = new CpXmlDsigEnvelopedSignatureTransform(); + reference.AddTransform(signTransform); + + var c14nTransform = new CpXmlDsigC14NTransform(); + reference.AddTransform(c14nTransform); + + signedXml.AddReference(reference); + + if (useDsPrefix) + { + signedXml.SignatureNodePrefix = "ds"; + } + + signedXml.ComputeXadesSignature(); + + var xmlDigitalSignature = signedXml.GetXml(); + doc.DocumentElement.AppendChild(doc.ImportNode(xmlDigitalSignature, true)); + + if (doc.FirstChild is XmlDeclaration) + { + doc.RemoveChild(doc.FirstChild); + } + + return doc.ToString(); + } + + private XmlReader XmlReaderFromString(string xml) + { + var stream = new MemoryStream(); + var writer = new StreamWriter(stream); + writer.Write(xml); + writer.Flush(); + + stream.Position = 0; + + return XmlReader.Create(stream); + } + + public void AfterReceiveReply(ref Message reply, object correlationState) + { + client.TryCaptureMessage(false, reply.ToString()); + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ExportAccountRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ExportAccountRequest.cs new file mode 100644 index 0000000..123a9dc --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ExportAccountRequest.cs @@ -0,0 +1,30 @@ +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ExportAccountRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool EnableMinimalResponseWaitDelay => false; + + internal async Task> ExecuteAsync(string fiasHouseGuid, CancellationToken token) + { + // http://open-gkh.ru/HouseManagement/exportAccountRequest.html + var request = new exportAccountRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.1.1", + Items = [fiasHouseGuid], + ItemsElementName = [ItemsChoiceType26.FIASHouseGuid] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportAccountDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ExportHouseRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ExportHouseRequest.cs new file mode 100644 index 0000000..d336a81 --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ExportHouseRequest.cs @@ -0,0 +1,29 @@ +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ExportHouseRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool EnableMinimalResponseWaitDelay => false; + + internal async Task> ExecuteAsync(string fiasHouseGuid, CancellationToken token) + { + // http://open-gkh.ru/HouseManagement/exportHouseRequest.html + var request = new exportHouseRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "15.6.0.1", + FIASHouseGuid = fiasHouseGuid + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportHouseDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ExportSupplyResourceContractDataRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ExportSupplyResourceContractDataRequest.cs new file mode 100644 index 0000000..833c8e6 --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ExportSupplyResourceContractDataRequest.cs @@ -0,0 +1,130 @@ +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ExportSupplyResourceContractDataRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool EnableMinimalResponseWaitDelay => false; + + internal async Task> ExecuteAsync(CancellationToken token) + { + var result = new List(); + + void OnResultReceived(exportSupplyResourceContractResultType[] contracts) + { + if (contracts?.Length > 0) + { + result.AddRange(contracts); + } + } + + var pageNum = 0; + Guid? exportContractRootGuid = null; + while (true) + { + pageNum++; + + client.TryLog($"Querying page #{pageNum}..."); + + var data = await QueryBatchAsync(null, null, exportContractRootGuid, OnResultReceived, token); + if (data.IsLastPage) + { + break; + } + + exportContractRootGuid = data.NextGuid; + } + + return result; + } + + internal async Task ExecuteAsync(Guid contractRootGuid, CancellationToken token) + { + exportSupplyResourceContractResultType result = null; + + void OnResultReceived(exportSupplyResourceContractResultType[] contracts) + { + result = contracts?.Length > 0 ? contracts[0] : null; + } + + await QueryBatchAsync(contractRootGuid, null, null, OnResultReceived, token); + + return result; + } + + internal async Task ExecuteAsync(string contractNumber, CancellationToken token) + { + exportSupplyResourceContractResultType result = null; + + void OnResultReceived(exportSupplyResourceContractResultType[] contracts) + { + result = contracts?.Length > 0 ? contracts[0] : null; + } + + await QueryBatchAsync(null, contractNumber, null, OnResultReceived, token); + + return result; + } + + private async Task QueryBatchAsync( + Guid? contractRootGuid, string contractNumber, Guid? exportContractRootGuid, + Action onResultReceived, + CancellationToken token) + { + var itemsElementName = new List(); + var items = new List(); + + if (contractRootGuid.HasValue) + { + itemsElementName.Add(ItemsChoiceType32.ContractRootGUID); + items.Add(contractRootGuid.ToString()); + } + + if (!string.IsNullOrEmpty(contractNumber)) + { + itemsElementName.Add(ItemsChoiceType32.ContractNumber); + items.Add(contractNumber); + } + + if (exportContractRootGuid.HasValue) + { + itemsElementName.Add(ItemsChoiceType32.ExportContractRootGUID); + items.Add(exportContractRootGuid.ToString()); + } + + // http://open-gkh.ru/HouseManagement/exportSupplyResourceContractRequest.html + var request = new exportSupplyResourceContractRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "13.1.1.1", + ItemsElementName = [.. itemsElementName], + Items = [.. items] + }; + + try + { + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var ackResponse = await asyncClient.exportSupplyResourceContractDataAsync( + CreateRequestHeader(), request); + return ackResponse.AckRequest.Ack; + }, token); + + var contractResult = result.Items.OfType().First(); + onResultReceived?.Invoke(contractResult.Contract); + + return new PaginationData(contractResult.Item); + } + catch (NoResultsRemoteException) + { + return PaginationData.CreateLastPageData(); + } + catch (System.Exception e) + { + throw e; + } + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ExportSupplyResourceContractObjectAddressDataRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ExportSupplyResourceContractObjectAddressDataRequest.cs new file mode 100644 index 0000000..4debb3c --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ExportSupplyResourceContractObjectAddressDataRequest.cs @@ -0,0 +1,91 @@ +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ExportSupplyResourceContractObjectAddressDataRequest(Client client) : HouseManagementRequestBase(client) + { + internal async Task> ExecuteAsync(Guid contractRootGuid, CancellationToken token) + { + var result = new List(); + + void OnResultReceived(exportSupplyResourceContractObjectAddressResultType[] addresses) + { + if (addresses?.Length > 0) + { + result.AddRange(addresses); + } + } + + var pageNum = 0; + Guid? exportObjectGuid = null; + while (true) + { + pageNum++; + + client.TryLog($"Querying page #{pageNum}..."); + + var data = await QueryBatchAsync(contractRootGuid, exportObjectGuid, OnResultReceived, token); + if (data.IsLastPage) + { + break; + } + + exportObjectGuid = data.NextGuid; + } + + return result; + } + + private async Task QueryBatchAsync( + Guid contractRootGuid, Guid? exportObjectGuid, + Action onResultReceived, + CancellationToken token) + { + var itemsElementName = new List(); + var items = new List(); + + itemsElementName.Add(ItemsChoiceType34.ContractRootGUID); + items.Add(contractRootGuid.ToString()); + + if (exportObjectGuid.HasValue) + { + itemsElementName.Add(ItemsChoiceType34.ExportObjectGUID); + items.Add(exportObjectGuid.ToString()); + } + + // http://open-gkh.ru/HouseManagement/exportSupplyResourceContractObjectAddressRequest.html + var request = new exportSupplyResourceContractObjectAddressRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "13.1.1.1", + ItemsElementName = [.. itemsElementName], + Items = [.. items] + }; + + try + { + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var ackResponse = await asyncClient.exportSupplyResourceContractObjectAddressDataAsync( + CreateRequestHeader(), request); + return ackResponse.AckRequest.Ack; + }, token); + + var contractResult = result.Items.OfType().First(); + onResultReceived?.Invoke(contractResult.ObjectAddress); + + return new PaginationData(contractResult.Item); + } + catch (NoResultsRemoteException) + { + return PaginationData.CreateLastPageData(); + } + catch (System.Exception e) + { + throw e; + } + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/HouseManagementRequestBase.cs b/Hcs.Broker/Api/Request/HouseManagement/HouseManagementRequestBase.cs new file mode 100644 index 0000000..8f4c72c --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/HouseManagementRequestBase.cs @@ -0,0 +1,78 @@ +using Hcs.Broker.Api.Request.Adapter; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Service.Async.HouseManagement +{ +#pragma warning disable IDE1006 + public partial class getStateResult : IGetStateResultMany { } +#pragma warning restore IDE1006 + + public partial class HouseManagementPortsTypeAsyncClient : IAsyncClient + { + public async Task GetStateAsync(RequestHeader header, IGetStateRequest request) + { + return await getStateAsync(header, (getStateRequest)request); + } + } + +#pragma warning disable IDE1006 + public partial class getStateResponse : IGetStateResponse +#pragma warning restore IDE1006 + { + public IGetStateResult GetStateResult => getStateResult; + } + + public partial class AckRequestAck : IAck { } + + public partial class ErrorMessageType : IErrorMessage { } + +#pragma warning disable IDE1006 + public partial class getStateRequest : IGetStateRequest { } +#pragma warning restore IDE1006 +} + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class HouseManagementRequestBase(Client client) : + RequestBase(client) + { + protected override EndPoint EndPoint => EndPoint.HomeManagementAsync; + + protected override bool EnableMinimalResponseWaitDelay => true; + + protected override bool CanBeRestarted => true; + + protected override int RestartTimeoutMinutes => 20; + + protected getStateResultImportResultCommonResult[] GetCommonResults(IEnumerable importResults) + { + var result = new List(); + foreach (var importResult in importResults) + { + importResult.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + var commonResults = importResult.Items.OfType(); + foreach (var commonResult in commonResults) + { + commonResult.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + } + + result.AddRange(commonResults); + } + return [.. result]; + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ImportAccountDataRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ImportAccountDataRequest.cs new file mode 100644 index 0000000..7456135 --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ImportAccountDataRequest.cs @@ -0,0 +1,114 @@ +using Hcs.Broker.Api.Payload.HouseManagement; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ImportAccountDataRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(ImportAccountDataPayload payload, CancellationToken token) + { + // TODO: Добавить проверку пейлоада + + // http://open-gkh.ru/HouseManagement/importAccountRequest.html + var request = new importAccountRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.1.1", + Account = [GetAccountFromPayload(payload)] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importAccountDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + var importResults = result.Items.OfType(); + var commonResults = GetCommonResults(importResults); + foreach (var commonResult in commonResults) + { + if (commonResult.ItemElementName == ItemChoiceType26.ImportAccount) + { + return commonResult.Item is getStateResultImportResultCommonResultImportAccount; + } + } + + return false; + } + + private importAccountRequestAccount GetAccountFromPayload(ImportAccountDataPayload payload) + { + var account = new importAccountRequestAccount() + { + TransportGUID = Guid.NewGuid().ToString(), + AccountNumber = payload.accountNumber, + AccountGUID = payload.accountGUID, + AccountReasons = payload.accountReasons, + Item = true, + Accommodation = payload.accomodations, + PayerInfo = payload.payerInfo + }; + + switch (payload.accountType) + { + case ImportAccountDataPayload.AccountType.UO: + account.ItemElementName = ItemChoiceType8.isUOAccount; + break; + + case ImportAccountDataPayload.AccountType.RSO: + account.ItemElementName = ItemChoiceType8.isRSOAccount; + break; + + case ImportAccountDataPayload.AccountType.CR: + account.ItemElementName = ItemChoiceType8.isCRAccount; + break; + + case ImportAccountDataPayload.AccountType.RC: + account.ItemElementName = ItemChoiceType8.isRCAccount; + break; + + case ImportAccountDataPayload.AccountType.OGVorOMS: + account.ItemElementName = ItemChoiceType8.isOGVorOMSAccount; + break; + + case ImportAccountDataPayload.AccountType.TKO: + account.ItemElementName = ItemChoiceType8.isTKOAccount; + break; + } + + if (payload.livingPersonsNumber.HasValue) + { + account.LivingPersonsNumber = payload.livingPersonsNumber.Value.ToString(); + } + + if (payload.totalSquare.HasValue) + { + account.TotalSquare = payload.totalSquare.Value; + account.TotalSquareSpecified = true; + } + + if (payload.residentialSquare.HasValue) + { + account.ResidentialSquare = payload.residentialSquare.Value; + account.ResidentialSquareSpecified = true; + } + + if (payload.heatedArea.HasValue) + { + account.HeatedArea = payload.heatedArea.Value; + account.HeatedAreaSpecified = true; + } + + return account; + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ImportContractDataRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ImportContractDataRequest.cs new file mode 100644 index 0000000..5399a24 --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ImportContractDataRequest.cs @@ -0,0 +1,81 @@ +using Hcs.Broker.Api.Payload.HouseManagement; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ImportContractDataRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool CanBeRestarted => false; + internal async Task ExecuteAsync(ImportContractDataPayload payload, CancellationToken token) + { + // TODO: Добавить проверку пейлоада + + // http://open-gkh.ru/HouseManagement/importContractRequest/Contract.html + var contract = new importContractRequestContract + { + TransportGUID = Guid.NewGuid().ToString(), + Item = GetContractFromPayload(payload) + }; + + // http://open-gkh.ru/HouseManagement/importContractRequest.html + var request = new importContractRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "11.9.0.1", + Contract = [contract] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importContractDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + var importResults = result.Items.OfType(); + var commonResults = GetCommonResults(importResults); + foreach (var commonResult in commonResults) + { + if (commonResult.ItemElementName == ItemChoiceType26.importContract) + { + if (commonResult.Item is importContractResultType importedContract) + { + return importedContract; + } + } + } + + return null; + } + + private importContractRequestContractPlacingContract GetContractFromPayload(ImportContractDataPayload payload) + { + // http://open-gkh.ru/HouseManagement/importContractRequest/Contract/PlacingContract.html + var contract = new importContractRequestContractPlacingContract() + { + ContractObject = payload.contractObjects, + DocNum = payload.docNum, + SigningDate = payload.signingDate, + EffectiveDate = payload.effectiveDate, + PlanDateComptetion = payload.planDateComptetion, + Item = true, + ItemElementName = ItemChoiceType13.Owners, + ContractBase = new nsiRef() + { + Code = payload.contractBase.Code, + GUID = payload.contractBase.GUID + }, + DateDetails = payload.dateDetailsType, + ContractAttachment = payload.contractAttachment + }; + + return contract; + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ImportHouseUODataRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ImportHouseUODataRequest.cs new file mode 100644 index 0000000..c76f2c0 --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ImportHouseUODataRequest.cs @@ -0,0 +1,113 @@ +using Hcs.Broker.Api.Payload.HouseManagement; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ImportHouseUODataRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(ImportLivingHouseUODataPayload payload, CancellationToken token) + { + // TODO: Добавить проверку пейлоада + + // http://open-gkh.ru/HouseManagement/importHouseUORequest.html + var request = new importHouseUORequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "13.2.3.2", + Item = GetLivingHouseFromPayload(payload) + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importHouseUODataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + var importResults = result.Items.OfType(); + var commonResults = GetCommonResults(importResults); + foreach (var commonResult in commonResults) + { + if (commonResult.ItemElementName == ItemChoiceType26.ImportHouseUO) + { + return commonResult.Item is OGFImportStatusType; + } + } + + return false; + } + + private importHouseUORequestLivingHouse GetLivingHouseFromPayload(ImportLivingHouseUODataPayload payload) + { + var livingHouse = new importHouseUORequestLivingHouseLivingHouseToCreate() + { + TransportGUID = Guid.NewGuid().ToString(), + BasicCharacteristicts = new HouseBasicUOType() + { + FIASHouseGuid = payload.fiasHouseGuid.ToString(), + TotalSquare = payload.totalSquare, + State = new nsiRef() + { + Code = payload.state.Code, + GUID = payload.state.GUID + }, + LifeCycleStage = new nsiRef() + { + Code = payload.lifeCycleStage.Code, + GUID = payload.lifeCycleStage.GUID + }, + UsedYear = payload.usedYear, + FloorCount = payload.floorCount, + OKTMO = payload.oktmo, + OlsonTZ = new nsiRef() + { + Code = payload.olsonTZ.Code, + GUID = payload.olsonTZ.GUID + }, + CulturalHeritage = payload.culturalHeritage, + OGFData = payload.ogfData, + // TODO: Разобраться с кадастровым номером + Items = [true, payload.conditionalNumber], + ItemsElementName = [ItemsChoiceType3.NoCadastralNumber, ItemsChoiceType3.ConditionalNumber] + } + }; + + if (!payload.isMunicipalProperty) + { + livingHouse.BasicCharacteristicts.IsMunicipalProperty = false; + livingHouse.BasicCharacteristicts.IsMunicipalPropertySpecified = true; + } + + if (!payload.isRegionProperty) + { + livingHouse.BasicCharacteristicts.IsRegionProperty = false; + livingHouse.BasicCharacteristicts.IsRegionPropertySpecified = true; + } + + if (payload.hasBlocks) + { + livingHouse.HasBlocks = true; + livingHouse.HasBlocksSpecified = true; + } + + if (payload.hasMultipleHousesWithSameAddress) + { + livingHouse.HasMultipleHousesWithSameAddress = true; + livingHouse.HasMultipleHousesWithSameAddressSpecified = true; + } + + return new importHouseUORequestLivingHouse() + { + Item = livingHouse + }; + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ImportMeteringDeviceDataRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ImportMeteringDeviceDataRequest.cs new file mode 100644 index 0000000..6796385 --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ImportMeteringDeviceDataRequest.cs @@ -0,0 +1,52 @@ +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ImportMeteringDeviceDataRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(MeteringDeviceFullInformationType meteringDevice, CancellationToken token) + { + // http://open-gkh.ru/HouseManagement/importMeteringDeviceDataRequest.html + var request = new importMeteringDeviceDataRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "11.1.0.8", + MeteringDevice = + [ + new importMeteringDeviceDataRequestMeteringDevice() + { + TransportGUID = Guid.NewGuid().ToString(), + Item = meteringDevice + } + ] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importMeteringDeviceDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + var importResults = result.Items.OfType(); + var commonResults = GetCommonResults(importResults); + foreach (var commonResult in commonResults) + { + if (commonResult.ItemElementName == ItemChoiceType26.importMeteringDevice) + { + return commonResult.Item is getStateResultImportResultCommonResultImportMeteringDevice; + } + } + + return false; + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ImportNotificationDataRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ImportNotificationDataRequest.cs new file mode 100644 index 0000000..fbdd3d4 --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ImportNotificationDataRequest.cs @@ -0,0 +1,108 @@ +using Hcs.Broker.Api.Payload.HouseManagement; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ImportNotificationDataRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(ImportNotificationDataPayload payload, CancellationToken token) + { + // TODO: Добавить проверку пейлоада + + var notification = new importNotificationRequestNotification() + { + TransportGUID = Guid.NewGuid().ToString(), + Item = GetNotificationFromPayload(payload) + }; + + // http://open-gkh.ru/HouseManagement/importNotificationRequest.html + var request = new importNotificationRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "13.2.2.0", + notification = [notification] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importNotificationDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + var importResults = result.Items.OfType(); + var commonResults = GetCommonResults(importResults); + + return true; + } + + private importNotificationRequestNotificationCreate GetNotificationFromPayload(ImportNotificationDataPayload payload) + { + var notification = new importNotificationRequestNotificationCreate(); + + if (!string.IsNullOrEmpty(payload.topic)) + { + notification.Item = payload.topic; + } + else + { + notification.Item = payload.topicFromRegistry; + } + + if (payload.isImportant) + { + notification.IsImportant = true; + notification.IsImportantSpecified = true; + } + + notification.content = payload.content; + + var items = new List(); + var itemsElementName = new List(); + foreach (var tuple in payload.destinations) + { + items.Add(tuple.Item2); + itemsElementName.Add(tuple.Item1); + } + notification.Items = [.. items]; + notification.ItemsElementName = [.. itemsElementName]; + + if (payload.isNotLimit) + { + notification.Items1 = [true]; + notification.Items1ElementName = [Items1ChoiceType.IsNotLimit]; + } + else + { + notification.Items1 = [payload.startDate.Value, payload.endDate.Value]; + notification.Items1ElementName = [Items1ChoiceType.StartDate, Items1ChoiceType.EndDate]; + } + + // TODO: Добавить добавление аттачмента + + if (payload.isShipOff) + { + notification.IsShipOff = true; + notification.IsShipOffSpecified = true; + } + + if (payload.isForPublishToMobileApp) + { + notification.IsForPublishToMobileApp = true; + notification.IsForPublishToMobileAppSpecified = true; + } + + notification.MobileAppData = payload.mobileAppData; + + return notification; + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ImportSupplyResourceContractDataRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ImportSupplyResourceContractDataRequest.cs new file mode 100644 index 0000000..413f7a2 --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ImportSupplyResourceContractDataRequest.cs @@ -0,0 +1,297 @@ +using Hcs.Broker.Api.Payload.HouseManagement; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ImportSupplyResourceContractDataRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(ImportSupplyResourceContractDataPayload payload, CancellationToken token) + { + ThrowIfPayloadIncorrect(payload); + + // http://open-gkh.ru/HouseManagement/SupplyResourceContractType.html + var contract = new importSupplyResourceContractRequestContract + { + TransportGUID = Guid.NewGuid().ToString(), + Item1 = GetContractFromPayload(payload) + }; + + // http://open-gkh.ru/HouseManagement/importSupplyResourceContractRequest.html + var request = new importSupplyResourceContractRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "11.3.0.5", + Contract = [contract] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importSupplyResourceContractDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + var importResults = result.Items.OfType(); + var commonResults = GetCommonResults(importResults); + foreach (var commonResult in commonResults) + { + if (commonResult.ItemElementName == ItemChoiceType26.ImportSupplyResourceContract) + { + if (commonResult.Item is getStateResultImportResultCommonResultImportSupplyResourceContract importedContract) + { + return importedContract; + } + } + } + + return null; + } + + private void ThrowIfPayloadIncorrect(ImportSupplyResourceContractDataPayload payload) + { + if (string.IsNullOrEmpty(payload.contractNumber)) + { + throw new ArgumentException($"{nameof(payload.contractNumber)} is empty"); + } + + if (payload.signingDate.Equals(default) || payload.effectiveDate.Equals(default)) + { + throw new ArgumentException($"{nameof(payload.signingDate)} OR/AND {nameof(payload.effectiveDate)} are default"); + } + + if (!payload.comptetionDate.HasValue && payload.automaticRollOverOneYear) + { + throw new ArgumentException($"{nameof(payload.comptetionDate)} is null but {nameof(payload.automaticRollOverOneYear)} has value"); + } + + if (payload.period == null && (payload.volumeDepends.HasValue && payload.volumeDepends.Value + || payload.meteringDeviceInformation.HasValue && payload.meteringDeviceInformation.Value)) + { + throw new ArgumentException($"{nameof(payload.period)} is null but {nameof(payload.volumeDepends)} OR/AND {nameof(payload.meteringDeviceInformation)} have value"); + } + + if (payload.indicationsAnyDay && payload.period == null) + { + throw new ArgumentException($"{nameof(payload.indicationsAnyDay)} has value but {nameof(payload.period)} is null"); + } + + // TODO: Add counterparty check + + if (payload.plannedVolumeType.HasValue && !payload.isPlannedVolume) + { + throw new ArgumentException($"{nameof(payload.plannedVolumeType)} has value but {nameof(payload.isPlannedVolume)} is false"); + } + + if (payload.contractSubject == null || payload.contractSubject.Length == 0) + { + throw new ArgumentException($"{nameof(payload.contractSubject)} is empty"); + } + + if (payload.contractSubject != null && payload.contractSubject.Length > 100) + { + throw new ArgumentException($"{nameof(payload.contractSubject)} exceeds its limit ({payload.contractSubject.Length} of 100)"); + } + + if (payload.countingResource.HasValue && (!payload.accrualProcedure.HasValue || + payload.accrualProcedure.Value == SupplyResourceContractTypeAccrualProcedure.O)) + { + throw new ArgumentException($"{nameof(payload.countingResource)} has value but {nameof(payload.accrualProcedure)} is null OR has inappropriate value"); + } + + // TODO: Add noConnectionToWaterSupply check + + if (payload.objectAddress == null || payload.objectAddress.Length == 0) + { + throw new ArgumentException($"{nameof(payload.objectAddress)} is empty"); + } + + // TODO: Add quality check + // TODO: Add otherQualityIndicator check + // TODO: Add temperatureChart check + + if (payload.billingDate == null && (payload.counterparty is not SupplyResourceContractTypeOrganization || + payload.meteringDeviceInformation.HasValue)) + { + throw new ArgumentException($"{nameof(payload.billingDate)} is null but {nameof(payload.meteringDeviceInformation)} has value"); + } + + if (payload.billingDate != null && payload.oneTimePayment.HasValue && payload.oneTimePayment.Value) + { + throw new ArgumentException($"{nameof(payload.billingDate)} has value but {nameof(payload.oneTimePayment)} is true"); + } + + if (payload.paymentDate == null && payload.counterparty is not SupplyResourceContractTypeOrganization && + payload.isContract && payload.oneTimePayment.HasValue && !payload.oneTimePayment.Value) + { + throw new ArgumentException($"{nameof(payload.paymentDate)} is null but should have value"); + } + + if (payload.paymentDate != null && payload.oneTimePayment.HasValue && payload.oneTimePayment.Value) + { + throw new ArgumentException($"{nameof(payload.paymentDate)} has value but {nameof(payload.oneTimePayment)} is true"); + } + + if (payload.providingInformationDate == null && payload.counterparty is SupplyResourceContractTypeOrganization && + payload.countingResource.HasValue && payload.countingResource.Value == SupplyResourceContractTypeCountingResource.R && + payload.isContract) + { + throw new ArgumentException($"{nameof(payload.providingInformationDate)} is null but should have value"); + } + + if (!payload.meteringDeviceInformation.HasValue && + payload.countingResource.HasValue && payload.countingResource == SupplyResourceContractTypeCountingResource.R) + { + throw new ArgumentException($"{nameof(payload.meteringDeviceInformation)} is null but should have value"); + } + + if (payload.volumeDepends.HasValue && (payload.counterparty is SupplyResourceContractTypeOrganization || + payload.oneTimePayment.HasValue && payload.oneTimePayment.Value)) + { + throw new ArgumentException($"{nameof(payload.volumeDepends)} has value but should have not one"); + } + + if (payload.oneTimePayment.HasValue && payload.counterparty is SupplyResourceContractTypeOrganization) + { + throw new ArgumentException($"{nameof(payload.oneTimePayment)} has value but {nameof(payload.counterparty)} has inappropriate value"); + } + + // TODO: Add accrualProcedure check + } + + private SupplyResourceContractType GetContractFromPayload(ImportSupplyResourceContractDataPayload payload) + { + // http://open-gkh.ru/HouseManagement/SupplyResourceContractType.html + var contract = new SupplyResourceContractType(); + + if (payload.isContract) + { + var isContract = new SupplyResourceContractTypeIsContract() + { + ContractNumber = payload.contractNumber, + SigningDate = payload.signingDate, + EffectiveDate = payload.effectiveDate + }; + contract.Item = isContract; + } + else + { + var isNotContract = new SupplyResourceContractTypeIsNotContract() + { + ContractNumber = payload.contractNumber, + SigningDate = payload.signingDate, + SigningDateSpecified = true, + EffectiveDate = payload.effectiveDate, + EffectiveDateSpecified = true + }; + contract.Item = isNotContract; + } + + var items = new List(); + var itemsElementName = new List(); + if (payload.indefiniteTerm) + { + items.Add(payload.indefiniteTerm); + itemsElementName.Add(ItemsChoiceType9.IndefiniteTerm); + } + if (payload.automaticRollOverOneYear) + { + items.Add(payload.automaticRollOverOneYear); + itemsElementName.Add(ItemsChoiceType9.AutomaticRollOverOneYear); + + items.Add(payload.comptetionDate.Value); + itemsElementName.Add(ItemsChoiceType9.ComptetionDate); + } + if (items.Count > 0 && itemsElementName.Count > 0) + { + contract.Items = [.. items]; + contract.ItemsElementName = [.. itemsElementName]; + } + + if (payload.period != null) + { + contract.Period = payload.period; + } + + if (payload.indicationsAnyDay) + { + contract.IndicationsAnyDay = true; + contract.IndicationsAnyDaySpecified = true; + } + + if (payload.contractBase != null && payload.contractBase.Length > 0) + { + contract.ContractBase = payload.contractBase; + } + + contract.Item1 = payload.counterparty; + contract.IsPlannedVolume = payload.isPlannedVolume; + + if (payload.plannedVolumeType.HasValue) + { + contract.PlannedVolumeType = payload.plannedVolumeType.Value; + contract.PlannedVolumeTypeSpecified = true; + } + + contract.ContractSubject = payload.contractSubject; + + if (payload.countingResource.HasValue) + { + contract.CountingResource = payload.countingResource.Value; + contract.CountingResourceSpecified = true; + } + + contract.SpecifyingQualityIndicators = payload.specifyingQualityIndicators; + + if (payload.noConnectionToWaterSupply) + { + contract.NoConnectionToWaterSupply = true; + contract.NoConnectionToWaterSupplySpecified = true; + } + + contract.ObjectAddress = payload.objectAddress; + contract.Quality = payload.quality; + contract.OtherQualityIndicator = payload.otherQualityIndicator; + contract.TemperatureChart = payload.temperatureChart; + contract.BillingDate = payload.billingDate; + contract.PaymentDate = payload.paymentDate; + contract.ProvidingInformationDate = payload.providingInformationDate; + + if (payload.meteringDeviceInformation.HasValue) + { + contract.MeteringDeviceInformation = payload.meteringDeviceInformation.Value; + contract.MeteringDeviceInformationSpecified = true; + } + + if (payload.volumeDepends.HasValue) + { + contract.VolumeDepends = payload.volumeDepends.Value; + contract.VolumeDependsSpecified = true; + } + + if (payload.oneTimePayment.HasValue) + { + contract.OneTimePayment = payload.oneTimePayment.Value; + contract.OneTimePaymentSpecified = true; + } + + if (payload.accrualProcedure.HasValue) + { + contract.AccrualProcedure = payload.accrualProcedure.Value; + contract.AccrualProcedureSpecified = true; + } + + contract.Tariff = payload.tariff; + contract.Norm = payload.norm; + + return contract; + } + } +} diff --git a/Hcs.Broker/Api/Request/HouseManagement/ImportSupplyResourceContractProjectRequest.cs b/Hcs.Broker/Api/Request/HouseManagement/ImportSupplyResourceContractProjectRequest.cs new file mode 100644 index 0000000..8c605cd --- /dev/null +++ b/Hcs.Broker/Api/Request/HouseManagement/ImportSupplyResourceContractProjectRequest.cs @@ -0,0 +1,301 @@ +using Hcs.Broker.Api.Payload.HouseManagement; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.HouseManagement; + +namespace Hcs.Broker.Api.Request.HouseManagement +{ + internal class ImportSupplyResourceContractProjectRequest(Client client) : HouseManagementRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(ImportSupplyResourceContractProjectPayload payload, CancellationToken token) + { + ThrowIfPayloadIncorrect(payload); + + // http://open-gkh.ru/HouseManagement/importSupplyResourceContractProjectRequest/Contract.html + var contract = new importSupplyResourceContractProjectRequestContract + { + TransportGUID = Guid.NewGuid().ToString(), + Item1 = GetContractFromPayload(payload) + }; + + // http://open-gkh.ru/HouseManagement/importSupplyResourceContractProjectRequest.html + var request = new importSupplyResourceContractProjectRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "11.7.0.3", + Contract = [contract] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importSupplyResourceContractProjectDataAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + var importResults = result.Items.OfType(); + var commonResults = GetCommonResults(importResults); + foreach (var commonResult in commonResults) + { + if (commonResult.ItemElementName == ItemChoiceType26.ImportSupplyResourceContractProject) + { + if (commonResult.Item is getStateResultImportResultCommonResultImportSupplyResourceContractProject importedContract) + { + return importedContract; + } + } + } + + return null; + } + + // TODO: Дополнить проверки + private void ThrowIfPayloadIncorrect(ImportSupplyResourceContractProjectPayload payload) + { + if (string.IsNullOrEmpty(payload.contractNumber)) + { + throw new ArgumentException($"{nameof(payload.contractNumber)} is empty"); + } + + if (payload.signingDate.Equals(default) || payload.effectiveDate.Equals(default)) + { + throw new ArgumentException($"{nameof(payload.signingDate)} OR/AND {nameof(payload.effectiveDate)} are default"); + } + + if (!payload.comptetionDate.HasValue && payload.automaticRollOverOneYear) + { + throw new ArgumentException($"{nameof(payload.comptetionDate)} is null but {nameof(payload.automaticRollOverOneYear)} has value"); + } + + if (payload.period == null && (payload.volumeDepends.HasValue && payload.volumeDepends.Value + || payload.meteringDeviceInformation.HasValue && payload.meteringDeviceInformation.Value)) + { + throw new ArgumentException($"{nameof(payload.period)} is null but {nameof(payload.volumeDepends)} OR/AND {nameof(payload.meteringDeviceInformation)} have value"); + } + + if (payload.indicationsAnyDay && payload.period == null) + { + throw new ArgumentException($"{nameof(payload.indicationsAnyDay)} has value but {nameof(payload.period)} is null"); + } + + // TODO: Add counterparty check + + if (payload.plannedVolumeType.HasValue && !payload.isPlannedVolume) + { + throw new ArgumentException($"{nameof(payload.plannedVolumeType)} has value but {nameof(payload.isPlannedVolume)} is false"); + } + + if (payload.contractSubject == null || payload.contractSubject.Length == 0) + { + throw new ArgumentException($"{nameof(payload.contractSubject)} is empty"); + } + + if (payload.contractSubject != null && payload.contractSubject.Length > 100) + { + throw new ArgumentException($"{nameof(payload.contractSubject)} exceeds its limit ({payload.contractSubject.Length} of 100)"); + } + + if (payload.countingResource.HasValue && (!payload.accrualProcedure.HasValue || + payload.accrualProcedure.Value == SupplyResourceContractProjectTypeAccrualProcedure.O)) + { + throw new ArgumentException($"{nameof(payload.countingResource)} has value but {nameof(payload.accrualProcedure)} is null OR has inappropriate value"); + } + + // TODO: Add noConnectionToWaterSupply check + // TODO: Add quality check + // TODO: Add otherQualityIndicator check + // TODO: Add temperatureChart check + + if (payload.billingDate == null && (payload.counterparty is not SupplyResourceContractTypeOrganization || + payload.meteringDeviceInformation.HasValue)) + { + throw new ArgumentException($"{nameof(payload.billingDate)} is null but {nameof(payload.meteringDeviceInformation)} has value"); + } + + if (payload.billingDate != null && payload.oneTimePayment.HasValue && payload.oneTimePayment.Value) + { + throw new ArgumentException($"{nameof(payload.billingDate)} has value but {nameof(payload.oneTimePayment)} is true"); + } + + if (payload.paymentDate == null && payload.counterparty is not SupplyResourceContractTypeOrganization && + payload.isContract && payload.oneTimePayment.HasValue && !payload.oneTimePayment.Value) + { + throw new ArgumentException($"{nameof(payload.paymentDate)} is null but should have value"); + } + + if (payload.paymentDate != null && payload.oneTimePayment.HasValue && payload.oneTimePayment.Value) + { + throw new ArgumentException($"{nameof(payload.paymentDate)} has value but {nameof(payload.oneTimePayment)} is true"); + } + + if (payload.providingInformationDate == null && payload.counterparty is SupplyResourceContractTypeOrganization && + payload.countingResource.HasValue && payload.countingResource.Value == SupplyResourceContractProjectTypeCountingResource.R && + payload.isContract) + { + throw new ArgumentException($"{nameof(payload.providingInformationDate)} is null but should have value"); + } + + if (!payload.meteringDeviceInformation.HasValue && + payload.countingResource.HasValue && payload.countingResource == SupplyResourceContractProjectTypeCountingResource.R) + { + throw new ArgumentException($"{nameof(payload.meteringDeviceInformation)} is null but should have value"); + } + + if (payload.volumeDepends.HasValue && (payload.counterparty is SupplyResourceContractTypeOrganization || + payload.oneTimePayment.HasValue && payload.oneTimePayment.Value)) + { + throw new ArgumentException($"{nameof(payload.volumeDepends)} has value but should have not one"); + } + + if (payload.oneTimePayment.HasValue && payload.counterparty is SupplyResourceContractTypeOrganization) + { + throw new ArgumentException($"{nameof(payload.oneTimePayment)} has value but {nameof(payload.counterparty)} has inappropriate value"); + } + + // TODO: Add accrualProcedure check + } + + private SupplyResourceContractProjectType GetContractFromPayload(ImportSupplyResourceContractProjectPayload payload) + { + // http://open-gkh.ru/HouseManagement/SupplyResourceContractProjectType.html + var contract = new SupplyResourceContractProjectType(); + + if (payload.isContract) + { + var isContract = new SupplyResourceContractProjectTypeIsContract() + { + ContractNumber = payload.contractNumber, + SigningDate = payload.signingDate, + EffectiveDate = payload.effectiveDate + }; + contract.Item = isContract; + } + else + { + var isNotContract = new SupplyResourceContractProjectTypeIsNotContract() + { + ContractNumber = payload.contractNumber, + SigningDate = payload.signingDate, + SigningDateSpecified = true, + EffectiveDate = payload.effectiveDate, + EffectiveDateSpecified = true + }; + contract.Item = isNotContract; + } + + var items = new List(); + var itemsElementName = new List(); + if (payload.indefiniteTerm) + { + items.Add(payload.indefiniteTerm); + itemsElementName.Add(ItemsChoiceType14.IndefiniteTerm); + } + if (payload.automaticRollOverOneYear) + { + items.Add(payload.automaticRollOverOneYear); + itemsElementName.Add(ItemsChoiceType14.AutomaticRollOverOneYear); + + items.Add(payload.comptetionDate.Value); + itemsElementName.Add(ItemsChoiceType14.ComptetionDate); + } + if (items.Count > 0 && itemsElementName.Count > 0) + { + contract.Items = [.. items]; + contract.ItemsElementName = [.. itemsElementName]; + } + + if (payload.period != null) + { + contract.Period = payload.period; + } + + if (payload.indicationsAnyDay) + { + contract.IndicationsAnyDay = true; + contract.IndicationsAnyDaySpecified = true; + } + + if (payload.contractBase != null && payload.contractBase.Length > 0) + { + contract.ContractBase = payload.contractBase; + } + + contract.Item1 = payload.counterparty; + contract.IsPlannedVolume = payload.isPlannedVolume; + + if (payload.plannedVolumeType.HasValue) + { + contract.PlannedVolumeType = payload.plannedVolumeType.Value; + contract.PlannedVolumeTypeSpecified = true; + } + + contract.ContractSubject = payload.contractSubject; + + if (payload.countingResource.HasValue) + { + contract.CountingResource = payload.countingResource.Value; + contract.CountingResourceSpecified = true; + } + + contract.SpecifyingQualityIndicators = payload.specifyingQualityIndicators; + + if (payload.noConnectionToWaterSupply) + { + contract.NoConnectionToWaterSupply = true; + contract.NoConnectionToWaterSupplySpecified = true; + } + + contract.Quality = payload.quality; + contract.OtherQualityIndicator = payload.otherQualityIndicator; + contract.TemperatureChart = payload.temperatureChart; + contract.BillingDate = payload.billingDate; + contract.PaymentDate = payload.paymentDate; + contract.ProvidingInformationDate = payload.providingInformationDate; + + if (payload.meteringDeviceInformation.HasValue) + { + contract.MeteringDeviceInformation = payload.meteringDeviceInformation.Value; + contract.MeteringDeviceInformationSpecified = true; + } + + if (payload.volumeDepends.HasValue) + { + contract.VolumeDepends = payload.volumeDepends.Value; + contract.VolumeDependsSpecified = true; + } + + if (payload.oneTimePayment.HasValue) + { + contract.OneTimePayment = payload.oneTimePayment.Value; + contract.OneTimePaymentSpecified = true; + } + + if (payload.accrualProcedure.HasValue) + { + contract.AccrualProcedure = payload.accrualProcedure.Value; + contract.AccrualProcedureSpecified = true; + } + + if (!string.IsNullOrEmpty(payload.regionCodeFias)) + { + contract.RegionalSettings = new SupplyResourceContractProjectTypeRegionalSettings() + { + Region = new RegionType() + { + code = payload.regionCodeFias + }, + Tariff = payload.tariff, + Norm = payload.norm + }; + } + + return contract; + } + } +} diff --git a/Hcs.Broker/Api/Request/Nsi/ExportDataProviderNsiItemRequest.cs b/Hcs.Broker/Api/Request/Nsi/ExportDataProviderNsiItemRequest.cs new file mode 100644 index 0000000..b79b0bc --- /dev/null +++ b/Hcs.Broker/Api/Request/Nsi/ExportDataProviderNsiItemRequest.cs @@ -0,0 +1,27 @@ +using Hcs.Broker.Internal; +using Hcs.Service.Async.Nsi; + +namespace Hcs.Broker.Api.Request.Nsi +{ + internal class ExportDataProviderNsiItemRequest(Client client) : NsiRequestBase(client) + { + internal async Task> ExecuteAsync(exportDataProviderNsiItemRequestRegistryNumber registryNumber, CancellationToken token) + { + // http://open-gkh.ru/Nsi/exportDataProviderNsiItemRequest.html + var request = new exportDataProviderNsiItemRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.1.2", + RegistryNumber = registryNumber + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportDataProviderNsiItemAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + } +} diff --git a/Hcs.Broker/Api/Request/Nsi/NsiRequestBase.cs b/Hcs.Broker/Api/Request/Nsi/NsiRequestBase.cs new file mode 100644 index 0000000..9394057 --- /dev/null +++ b/Hcs.Broker/Api/Request/Nsi/NsiRequestBase.cs @@ -0,0 +1,53 @@ +using Hcs.Broker.Api.Request.Adapter; +using Hcs.Service.Async.Nsi; + +namespace Hcs.Service.Async.Nsi +{ +#pragma warning disable IDE1006 + public partial class getStateResult : IGetStateResultMany { } +#pragma warning restore IDE1006 + + public partial class NsiPortsTypeAsyncClient : IAsyncClient + { + public async Task GetStateAsync(RequestHeader header, IGetStateRequest request) + { + return await getStateAsync(header, (getStateRequest)request); + } + } + +#pragma warning disable IDE1006 + public partial class getStateResponse : IGetStateResponse +#pragma warning restore IDE1006 + { + public IGetStateResult GetStateResult => getStateResult; + } + + public partial class AckRequestAck : IAck { } + + public partial class ErrorMessageType : IErrorMessage { } + +#pragma warning disable IDE1006 + public partial class getStateRequest : IGetStateRequest { } +#pragma warning restore IDE1006 +} + +namespace Hcs.Broker.Api.Request.Nsi +{ + internal class NsiRequestBase(Client client) : + RequestBase(client) + { + protected override EndPoint EndPoint => EndPoint.NsiAsync; + + protected override bool EnableMinimalResponseWaitDelay => true; + + protected override bool CanBeRestarted => true; + + protected override int RestartTimeoutMinutes => 20; + } +} diff --git a/Hcs.Broker/Api/Request/NsiCommon/ExportNsiItemRequest.cs b/Hcs.Broker/Api/Request/NsiCommon/ExportNsiItemRequest.cs new file mode 100644 index 0000000..4cf5729 --- /dev/null +++ b/Hcs.Broker/Api/Request/NsiCommon/ExportNsiItemRequest.cs @@ -0,0 +1,28 @@ +using Hcs.Broker.Internal; +using Hcs.Service.Async.NsiCommon; + +namespace Hcs.Broker.Api.Request.NsiCommon +{ + internal class ExportNsiItemRequest(Client client) : NsiCommonRequestBase(client) + { + internal async Task ExecuteAsync(int registryNumber, ListGroup listGroup, CancellationToken token) + { + // http://open-gkh.ru/NsiCommon/exportNsiItemRequest.html + var request = new exportNsiItemRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.1.2", + RegistryNumber = registryNumber.ToString(), + ListGroup = listGroup + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportNsiItemAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Item as NsiItemType; + } + } +} diff --git a/Hcs.Broker/Api/Request/NsiCommon/ExportNsiListRequest.cs b/Hcs.Broker/Api/Request/NsiCommon/ExportNsiListRequest.cs new file mode 100644 index 0000000..bfd5627 --- /dev/null +++ b/Hcs.Broker/Api/Request/NsiCommon/ExportNsiListRequest.cs @@ -0,0 +1,27 @@ +using Hcs.Broker.Internal; +using Hcs.Service.Async.NsiCommon; + +namespace Hcs.Broker.Api.Request.NsiCommon +{ + internal class ExportNsiListRequest(Client client) : NsiCommonRequestBase(client) + { + internal async Task ExecuteAsync(ListGroup listGroup, CancellationToken token) + { + // http://open-gkh.ru/NsiCommon/exportNsiListRequest.html + var request = new exportNsiListRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.1.2", + ListGroup = listGroup + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportNsiListAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Item as NsiListType; + } + } +} diff --git a/Hcs.Broker/Api/Request/NsiCommon/NsiCommonRequestBase.cs b/Hcs.Broker/Api/Request/NsiCommon/NsiCommonRequestBase.cs new file mode 100644 index 0000000..0e0d15b --- /dev/null +++ b/Hcs.Broker/Api/Request/NsiCommon/NsiCommonRequestBase.cs @@ -0,0 +1,53 @@ +using Hcs.Broker.Api.Request.Adapter; +using Hcs.Service.Async.NsiCommon; + +namespace Hcs.Service.Async.NsiCommon +{ +#pragma warning disable IDE1006 + public partial class getStateResult : IGetStateResultOne { } +#pragma warning restore IDE1006 + + public partial class NsiPortsTypeAsyncClient : IAsyncClient + { + public async Task GetStateAsync(ISRequestHeader header, IGetStateRequest request) + { + return await getStateAsync(header, (getStateRequest)request); + } + } + +#pragma warning disable IDE1006 + public partial class getStateResponse : IGetStateResponse +#pragma warning restore IDE1006 + { + public IGetStateResult GetStateResult => getStateResult; + } + + public partial class AckRequestAck : IAck { } + + public partial class ErrorMessageType : IErrorMessage { } + +#pragma warning disable IDE1006 + public partial class getStateRequest : IGetStateRequest { } +#pragma warning restore IDE1006 +} + +namespace Hcs.Broker.Api.Request.NsiCommon +{ + internal class NsiCommonRequestBase(Client client) : + RequestBase(client) + { + protected override EndPoint EndPoint => EndPoint.NsiCommonAsync; + + protected override bool EnableMinimalResponseWaitDelay => true; + + protected override bool CanBeRestarted => true; + + protected override int RestartTimeoutMinutes => 20; + } +} diff --git a/Hcs.Broker/Api/Request/OrgRegistryCommon/ExportDataProviderRequest.cs b/Hcs.Broker/Api/Request/OrgRegistryCommon/ExportDataProviderRequest.cs new file mode 100644 index 0000000..b92853c --- /dev/null +++ b/Hcs.Broker/Api/Request/OrgRegistryCommon/ExportDataProviderRequest.cs @@ -0,0 +1,32 @@ +using Hcs.Broker.Internal; +using Hcs.Service.Async.OrgRegistryCommon; + +namespace Hcs.Broker.Api.Request.OrgRegistryCommon +{ + internal class ExportDataProviderRequest(Client client) : OrgRegistryCommonRequestBase(client) + { + internal async Task> ExecuteAsync(bool isActual, CancellationToken token) + { + // http://open-gkh.ru/OrganizationsRegistryCommon/exportDataProviderRequest.html + var request = new exportDataProviderRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.2.1" + }; + + if (isActual) + { + request.IsActual = true; + request.IsActualSpecified = true; + } + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportDataProviderAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + } +} diff --git a/Hcs.Broker/Api/Request/OrgRegistryCommon/ExportOrgRegistryRequest.cs b/Hcs.Broker/Api/Request/OrgRegistryCommon/ExportOrgRegistryRequest.cs new file mode 100644 index 0000000..dc3a17f --- /dev/null +++ b/Hcs.Broker/Api/Request/OrgRegistryCommon/ExportOrgRegistryRequest.cs @@ -0,0 +1,46 @@ +using Hcs.Broker.Internal; +using Hcs.Service.Async.OrgRegistryCommon; + +namespace Hcs.Broker.Api.Request.OrgRegistryCommon +{ + internal class ExportOrgRegistryRequest(Client client) : OrgRegistryCommonRequestBase(client) + { + private const int OGRN_LENGTH = 13; + + internal async Task> ExecuteAsync(string ogrn, string kpp, CancellationToken token) + { + if (ogrn.Length != OGRN_LENGTH) + { + throw new System.ArgumentException($"The length of {ogrn} is incorrect"); + } + + var criteria = new exportOrgRegistryRequestSearchCriteria(); + if (!string.IsNullOrEmpty(kpp)) + { + criteria.Items = [ogrn, kpp]; + criteria.ItemsElementName = [ItemsChoiceType3.OGRN, ItemsChoiceType3.KPP]; + } + else + { + criteria.Items = [ogrn]; + criteria.ItemsElementName = [ItemsChoiceType3.OGRN]; + } + + // http://open-gkh.ru/OrganizationsRegistryCommon/exportOrgRegistryRequest.html + var request = new exportOrgRegistryRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.2.1", + SearchCriteria = [criteria] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.exportOrgRegistryAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + return result.Items.OfType(); + } + } +} diff --git a/Hcs.Broker/Api/Request/OrgRegistryCommon/OrgRegistryCommonRequestBase.cs b/Hcs.Broker/Api/Request/OrgRegistryCommon/OrgRegistryCommonRequestBase.cs new file mode 100644 index 0000000..3a3e2ce --- /dev/null +++ b/Hcs.Broker/Api/Request/OrgRegistryCommon/OrgRegistryCommonRequestBase.cs @@ -0,0 +1,53 @@ +using Hcs.Broker.Api.Request.Adapter; +using Hcs.Service.Async.OrgRegistryCommon; + +namespace Hcs.Service.Async.OrgRegistryCommon +{ +#pragma warning disable IDE1006 + public partial class getStateResult : IGetStateResultMany { } +#pragma warning restore IDE1006 + + public partial class RegOrgPortsTypeAsyncClient : IAsyncClient + { + public async Task GetStateAsync(ISRequestHeader header, IGetStateRequest request) + { + return await getStateAsync(header, (getStateRequest)request); + } + } + +#pragma warning disable IDE1006 + public partial class getStateResponse : IGetStateResponse +#pragma warning restore IDE1006 + { + public IGetStateResult GetStateResult => getStateResult; + } + + public partial class AckRequestAck : IAck { } + + public partial class ErrorMessageType : IErrorMessage { } + +#pragma warning disable IDE1006 + public partial class getStateRequest : IGetStateRequest { } +#pragma warning restore IDE1006 +} + +namespace Hcs.Broker.Api.Request.OrgRegistryCommon +{ + internal class OrgRegistryCommonRequestBase(Client client) : + RequestBase(client) + { + protected override EndPoint EndPoint => EndPoint.OrgRegistryCommonAsync; + + protected override bool EnableMinimalResponseWaitDelay => true; + + protected override bool CanBeRestarted => true; + + protected override int RestartTimeoutMinutes => 20; + } +} diff --git a/Hcs.Broker/Api/Request/PaginationData.cs b/Hcs.Broker/Api/Request/PaginationData.cs new file mode 100644 index 0000000..0e01707 --- /dev/null +++ b/Hcs.Broker/Api/Request/PaginationData.cs @@ -0,0 +1,52 @@ +namespace Hcs.Broker.Api.Request +{ + internal class PaginationData + { + /// + /// Состояние, указывающее на то, что это последняя страница + /// + internal bool IsLastPage { get; private set; } + + /// + /// Идентификатор следующей страницы + /// + internal Guid NextGuid { get; private set; } + + public PaginationData(object item) + { + if (item == null) + { + throw new System.Exception($"[{nameof(PaginationData)}] item is null"); + } + else if (item is bool boolItem) + { + if (boolItem == false) + { + throw new System.Exception($"[{nameof(PaginationData)}] item is false"); + } + + IsLastPage = true; + } + else if (item is string stringItem) + { + IsLastPage = false; + NextGuid = Guid.Parse(stringItem); + } + else + { + throw new System.Exception($"[{nameof(PaginationData)}] failed to handle item of {item.GetType().FullName} type"); + } + } + + internal static PaginationData CreateLastPageData() + { + return new PaginationData(true); + } + + public override string ToString() + { + return $"[{nameof(PaginationData)}] {nameof(IsLastPage)} = {IsLastPage}" + + (IsLastPage ? "" : $", {nameof(NextGuid)} = {NextGuid}"); + } + } +} diff --git a/Hcs.Broker/Api/Request/Payments/ImportNotificationsOfOrderExecutionRequest.cs b/Hcs.Broker/Api/Request/Payments/ImportNotificationsOfOrderExecutionRequest.cs new file mode 100644 index 0000000..8ce7919 --- /dev/null +++ b/Hcs.Broker/Api/Request/Payments/ImportNotificationsOfOrderExecutionRequest.cs @@ -0,0 +1,107 @@ +using Hcs.Broker.Api.Payload.Payments; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.Payments; + +namespace Hcs.Broker.Api.Request.Payments +{ + internal class ImportNotificationsOfOrderExecutionRequest(Client client) : PaymentsRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(ImportNotificationsOfOrderExecutionPayload payload, CancellationToken token) + { + ThrowIfPayloadIncorrect(payload); + + // http://open-gkh.ru/Payment/importNotificationsOfOrderExecutionRequest.html + var request = new importNotificationsOfOrderExecutionRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.1.1", + Items = [GetNotificationFromPayload(payload)] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importNotificationsOfOrderExecutionAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + result.Items.OfType().ToList().ForEach(commonResult => + { + commonResult.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + }); + + return true; + } + + private void ThrowIfPayloadIncorrect(ImportNotificationsOfOrderExecutionPayload payload) + { + if (string.IsNullOrEmpty(payload.orderId)) + { + throw new ArgumentException($"{nameof(payload.orderId)} is empty"); + } + + if (payload.month.HasValue && !payload.year.HasValue) + { + throw new ArgumentException($"{nameof(payload.month)} has value but {nameof(payload.year)} has not"); + } + + if (!payload.month.HasValue && payload.year.HasValue) + { + throw new ArgumentException($"{nameof(payload.year)} has value but {nameof(payload.month)} has not"); + } + + if (string.IsNullOrEmpty(payload.paymentDocumentId)) + { + throw new ArgumentException($"{nameof(payload.paymentDocumentId)} is empty"); + } + + if (string.IsNullOrEmpty(payload.paymentDocumentGUID)) + { + throw new ArgumentException($"{nameof(payload.paymentDocumentGUID)} is empty"); + } + } + + private importNotificationsOfOrderExecutionRequestNotificationOfOrderExecution139Type GetNotificationFromPayload(ImportNotificationsOfOrderExecutionPayload payload) + { + var notification = new importNotificationsOfOrderExecutionRequestNotificationOfOrderExecution139Type() + { + TransportGUID = Guid.NewGuid().ToString(), + OrderInfo = new NotificationOfOrderExecution139TypeOrderInfo() + { + OrderID = payload.orderId, + OrderDate = payload.orderDate, + Amount = payload.amount, + Items = [payload.paymentDocumentId, payload.paymentDocumentGUID], + ItemsElementName = [ItemsChoiceType4.PaymentDocumentID, ItemsChoiceType4.PaymentDocumentGUID] + } + }; + + if (payload.onlinePayment.HasValue && payload.onlinePayment.Value) + { + notification.OrderInfo.OnlinePayment = true; + notification.OrderInfo.OnlinePaymentSpecified = true; + } + + if (payload.month.HasValue) + { + notification.OrderInfo.MonthAndYear = new NotificationOfOrderExecution139TypeOrderInfoMonthAndYear() + { + Year = payload.year.Value, + Month = payload.month.Value + }; + } + + return notification; + } + } +} diff --git a/Hcs.Broker/Api/Request/Payments/ImportSupplierNotificationsOfOrderExecutionRequest.cs b/Hcs.Broker/Api/Request/Payments/ImportSupplierNotificationsOfOrderExecutionRequest.cs new file mode 100644 index 0000000..87c4d2a --- /dev/null +++ b/Hcs.Broker/Api/Request/Payments/ImportSupplierNotificationsOfOrderExecutionRequest.cs @@ -0,0 +1,93 @@ +using Hcs.Broker.Api.Payload.Payments; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using Hcs.Service.Async.Payments; + +namespace Hcs.Broker.Api.Request.Payments +{ + internal class ImportSupplierNotificationsOfOrderExecutionRequest(Client client) : PaymentsRequestBase(client) + { + protected override bool CanBeRestarted => false; + + internal async Task ExecuteAsync(ImportSupplierNotificationsOfOrderExecutionPayload payload, CancellationToken token) + { + ThrowIfPayloadIncorrect(payload); + + // http://open-gkh.ru/Payment/importSupplierNotificationsOfOrderExecutionRequest.html + var request = new importSupplierNotificationsOfOrderExecutionRequest + { + Id = Constants.SIGNED_XML_ELEMENT_ID, + version = "10.0.1.1", + SupplierNotificationOfOrderExecution = [GetNotificationFromPayload(payload)] + }; + + var result = await SendAndWaitResultAsync(request, async asyncClient => + { + var response = await asyncClient.importSupplierNotificationsOfOrderExecutionAsync(CreateRequestHeader(), request); + return response.AckRequest.Ack; + }, token); + + result.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + + result.Items.OfType().ToList().ForEach(commonResult => + { + commonResult.Items.OfType().ToList().ForEach(error => + { + throw RemoteException.CreateNew(error.ErrorCode, error.Description); + }); + }); + + return true; + } + + private void ThrowIfPayloadIncorrect(ImportSupplierNotificationsOfOrderExecutionPayload payload) + { + if (payload.month.HasValue && !payload.year.HasValue) + { + throw new ArgumentException($"{nameof(payload.month)} has value but {nameof(payload.year)} has not"); + } + + if (!payload.month.HasValue && payload.year.HasValue) + { + throw new ArgumentException($"{nameof(payload.year)} has value but {nameof(payload.month)} has not"); + } + + if (string.IsNullOrEmpty(payload.paymentDocumentId)) + { + throw new ArgumentException($"{nameof(payload.paymentDocumentId)} is empty"); + } + } + + private importSupplierNotificationsOfOrderExecutionRequestSupplierNotificationOfOrderExecution GetNotificationFromPayload(ImportSupplierNotificationsOfOrderExecutionPayload payload) + { + var notification = new importSupplierNotificationsOfOrderExecutionRequestSupplierNotificationOfOrderExecution() + { + TransportGUID = Guid.NewGuid().ToString(), + OrderDate = payload.orderDate, + Item = payload.paymentDocumentId, + ItemElementName = ItemChoiceType1.PaymentDocumentID, + Amount = payload.amount + }; + + if (payload.month.HasValue) + { + notification.OrderPeriod = new SupplierNotificationOfOrderExecutionTypeOrderPeriod() + { + Month = payload.month.Value, + Year = payload.year.Value + }; + } + + if (payload.onlinePayment.HasValue && payload.onlinePayment.Value) + { + notification.OnlinePayment = true; + notification.OnlinePaymentSpecified = true; + } + + return notification; + } + } +} diff --git a/Hcs.Broker/Api/Request/Payments/PaymentsRequestBase.cs b/Hcs.Broker/Api/Request/Payments/PaymentsRequestBase.cs new file mode 100644 index 0000000..c72030e --- /dev/null +++ b/Hcs.Broker/Api/Request/Payments/PaymentsRequestBase.cs @@ -0,0 +1,55 @@ +using Hcs.Broker.Api.Request; +using Hcs.Broker.Api.Request.Adapter; +using Hcs.Service.Async.Payments; +using System.Threading.Tasks; + +namespace Hcs.Service.Async.Payments +{ +#pragma warning disable IDE1006 + public partial class getStateResult : IGetStateResultMany { } +#pragma warning restore IDE1006 + + public partial class PaymentPortsTypeAsyncClient : IAsyncClient + { + public async Task GetStateAsync(RequestHeader header, IGetStateRequest request) + { + return await getStateAsync(header, (getStateRequest)request); + } + } + +#pragma warning disable IDE1006 + public partial class getStateResponse : IGetStateResponse +#pragma warning restore IDE1006 + { + public IGetStateResult GetStateResult => getStateResult; + } + + public partial class AckRequestAck : IAck { } + + public partial class ErrorMessageType : IErrorMessage { } + +#pragma warning disable IDE1006 + public partial class getStateRequest : IGetStateRequest { } +#pragma warning restore IDE1006 +} + +namespace Hcs.Broker.Api.Request.Payments +{ + internal class PaymentsRequestBase(Client client) : + RequestBase(client) + { + protected override EndPoint EndPoint => EndPoint.PaymentsAsync; + + protected override bool EnableMinimalResponseWaitDelay => true; + + protected override bool CanBeRestarted => true; + + protected override int RestartTimeoutMinutes => 20; + } +} diff --git a/Hcs.Broker/Api/Request/RequestBase.cs b/Hcs.Broker/Api/Request/RequestBase.cs new file mode 100644 index 0000000..3a6f50c --- /dev/null +++ b/Hcs.Broker/Api/Request/RequestBase.cs @@ -0,0 +1,419 @@ +using Hcs.Broker.Api.Request.Adapter; +using Hcs.Broker.Api.Request.Exception; +using Hcs.Broker.Internal; +using System.Security.Cryptography.X509Certificates; +using System.ServiceModel; +using System.ServiceModel.Channels; +using System.ServiceModel.Description; +using System.Text; + +namespace Hcs.Broker.Api.Request +{ + internal abstract class RequestBase + where TResult : IGetStateResult + where TAsyncClient : ClientBase, TChannel, IAsyncClient + where TChannel : class + where TRequestHeader : class + where TAck : IAck + where TErrorMessage : IErrorMessage + where TGetStateRequest : IGetStateRequest, new() + { + private const int RESPONSE_WAIT_DELAY_MIN = 2; + private const int RESPONSE_WAIT_DELAY_MAX = 5; + + // "[EXP001000] Произошла ошибка при передаче данных. Попробуйте осуществить передачу данных повторно". + // Видимо, эту ошибку нельзя включать здесь. Предположительно это маркер DDOS защиты и если отправлять + // точно такой же пакет повторно, то ошибка входит в бесконечный цикл - необходимо заново + // собирать пакет с новыми кодами и временем и новой подписью. Такую ошибку надо обнаруживать + // на более высоком уровне и заново отправлять запрос новым пакетом. + private static readonly string[] ignorableSystemErrorMarkers = [ + "Истекло время ожидания шлюза", + "Базовое соединение закрыто: Соединение, которое должно было работать, было разорвано сервером", + "Попробуйте осуществить передачу данных повторно", + "(502) Недопустимый шлюз", + "(503) Сервер не доступен" + ]; + + protected Client client; + protected CustomBinding binding; + + protected abstract EndPoint EndPoint { get; } + + /// + /// Для запросов, возвращающих мало данных, можно попробовать сократить + /// начальный период ожидания подготовки ответа + /// + protected abstract bool EnableMinimalResponseWaitDelay { get; } + + /// + /// Указывает на то, что можно ли этот метод перезапускать в случае зависания + /// ожидания или в случае сбоя на сервере + /// + protected abstract bool CanBeRestarted { get; } + + /// + /// Для противодействия зависанию ожидания вводится предел ожидания в минутах + /// для запросов, которые можно перезапустить заново с теми же параметрами + /// + protected abstract int RestartTimeoutMinutes { get; } + + private EndpointAddress RemoteAddress => new(client.ComposeEndpointUri(EndPointLocator.GetPath(EndPoint))); + + private string ThreadIdText => $"(Thread #{ThreadId})"; + + /// + /// Возвращает идентификатор текущего исполняемого потока + /// + private int ThreadId => Environment.CurrentManagedThreadId; + + public RequestBase(Client client) + { + this.client = client; + + ConfigureBinding(); + } + + private void ConfigureBinding() + { + binding = new CustomBinding + { + CloseTimeout = TimeSpan.FromSeconds(180), + OpenTimeout = TimeSpan.FromSeconds(180), + ReceiveTimeout = TimeSpan.FromSeconds(180), + SendTimeout = TimeSpan.FromSeconds(180) + }; + + binding.Elements.Add(new TextMessageEncodingBindingElement + { + MessageVersion = MessageVersion.Soap11, + WriteEncoding = Encoding.UTF8 + }); + + if (client.UseTunnel) + { + if (!System.Diagnostics.Process.GetProcessesByName("stunnel").Any()) + { + throw new System.Exception("stunnel is not running"); + } + + binding.Elements.Add(new HttpTransportBindingElement + { + AuthenticationScheme = (client.IsPPAK ? System.Net.AuthenticationSchemes.Digest : System.Net.AuthenticationSchemes.Basic), + MaxReceivedMessageSize = int.MaxValue, + UseDefaultWebProxy = false + }); + } + else + { + binding.Elements.Add(new HttpsTransportBindingElement + { + AuthenticationScheme = (client.IsPPAK ? System.Net.AuthenticationSchemes.Digest : System.Net.AuthenticationSchemes.Basic), + MaxReceivedMessageSize = int.MaxValue, + RequireClientCertificate = true, + UseDefaultWebProxy = false + }); + } + } + + protected async Task SendAndWaitResultAsync( + object request, + Func> sender, + CancellationToken token) + { + token.ThrowIfCancellationRequested(); + + while (true) + { + try + { + if (CanBeRestarted) + { + return await RunRepeatableTaskInsistentlyAsync( + async () => await ExecuteSendAndWaitResultAsync(request, sender, token), token); + } + else + { + return await ExecuteSendAndWaitResultAsync(request, sender, token); + } + } + catch (RestartTimeoutException e) + { + if (!CanBeRestarted) + { + throw new System.Exception("Cannot restart request execution on timeout", e); + } + + client.TryLog($"Restarting {request.GetType().Name} request execution..."); + } + } + } + + /// + /// Для запросов к серверу которые можно направлять несколько раз, разрешаем + /// серверу аномально отказаться. Предполагается, что здесь мы игнорируем + /// только жесткие отказы серверной инфраструктуры, которые указывают + /// что запрос даже не был принят в обработку. Также все запросы на + /// чтение можно повторять в случае их серверных системных ошибок. + /// + protected async Task RunRepeatableTaskInsistentlyAsync( + Func> func, CancellationToken token) + { + var afterErrorDelaySec = 120; + for (var attempt = 1; ; attempt++) + { + try + { + return await func(); + } + catch (System.Exception e) + { + if (CanIgnoreSuchException(e, out string marker)) + { + client.TryLog($"Ignoring error of attempt #{attempt} with type [{marker}]"); + client.TryLog($"Waiting {afterErrorDelaySec} sec until next attempt..."); + + await Task.Delay(afterErrorDelaySec * 1000, token); + + continue; + } + + if (e is RestartTimeoutException) + { + throw e; + } + + if (e is RemoteException) + { + throw RemoteException.CreateNew(e as RemoteException); + } + + throw new System.Exception("Cannot ignore this exception", e); + } + } + } + + private bool CanIgnoreSuchException(System.Exception e, out string resultMarker) + { + foreach (var marker in ignorableSystemErrorMarkers) + { + var found = Util.EnumerateInnerExceptions(e).Find( + x => x.Message != null && x.Message.Contains(marker)); + if (found != null) + { + resultMarker = marker; + + return true; + } + } + + resultMarker = null; + + return false; + } + + private async Task ExecuteSendAndWaitResultAsync( + object request, + Func> sender, + CancellationToken token) + { + if (request == null) + { + throw new ArgumentNullException(nameof(request)); + } + + var version = RequestHelper.GetRequestVersionString(request); + client.TryLog($"Executing request {RemoteAddress.Uri}/{request.GetType().Name} of version {version}..."); + + TAck ack; + + var stopWatch = System.Diagnostics.Stopwatch.StartNew(); + using (var asyncClient = CreateAsyncClient()) + { + ack = await sender(asyncClient); + } + stopWatch.Stop(); + + client.TryLog($"Request executed in {stopWatch.ElapsedMilliseconds} ms, result GUID is {ack.MessageGUID}"); + + var result = await WaitForResultAsync(ack, true, token); + if (result is IQueryable queryableResult) + { + queryableResult.OfType().ToList().ForEach(x => + { + throw RemoteException.CreateNew(x.ErrorCode, x.Description); + }); + } + else if (result is TErrorMessage x) + { + throw RemoteException.CreateNew(x.ErrorCode, x.Description); + } + return result; + } + + private TAsyncClient CreateAsyncClient() + { + var asyncClient = (TAsyncClient)Activator.CreateInstance(typeof(TAsyncClient), binding, RemoteAddress); + ConfigureEndpointCredentials(asyncClient.Endpoint, asyncClient.ClientCredentials); + return asyncClient; + } + + private void ConfigureEndpointCredentials( + ServiceEndpoint serviceEndpoint, ClientCredentials clientCredentials) + { + serviceEndpoint.EndpointBehaviors.Add(new GostSigningEndpointBehavior(client)); + + if (!client.IsPPAK) + { + clientCredentials.UserName.UserName = Constants.NAME_SIT; + clientCredentials.UserName.Password = Constants.PASSWORD_SIT; + } + + System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate ( + object sender, X509Certificate serverCertificate, X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors) + { + return true; + }; + + if (!client.UseTunnel) + { + clientCredentials.ClientCertificate.SetCertificate( + StoreLocation.CurrentUser, + StoreName.My, + X509FindType.FindByThumbprint, + client.Certificate.Thumbprint); + } + } + + /// + /// Основной алгоритм ожидания ответа на асинхронный запрос. + /// Из документации ГИС ЖКХ: + /// Также рекомендуем придерживаться следующего алгоритма отправки запросов на получение статуса обработки пакета в случае использования асинхронных сервисов ГИС ЖКХ (в рамках одного MessageGUID): + /// - первый запрос getState направлять не ранее чем через 10 секунд, после получения квитанции о приеме пакета с бизнес-данными от сервиса ГИС КЖХ; + /// - в случае, если на первый запрос getSate получен результат с RequestState равным "1" или "2", то следующий запрос getState необходимо направлять не ранее чем через 60 секунд после отправки предыдущего запроса; + /// - в случае, если на второй запрос getSate получен результат с RequestState равным "1" или "2", то следующий запрос getState необходимо направлять не ранее чем через 300 секунд после отправки предыдущего запроса; + /// - в случае, если на третий запрос getSate получен результат с RequestState равным "1" или "2", то следующий запрос getState необходимо направлять не ранее чем через 900 секунд после отправки предыдущего запроса; + /// - в случае, если на четвертый(и все последующие запросы) getState получен результат с RequestState равным "1" или "2", то следующий запрос getState необходимо направлять не ранее чем через 1800 секунд после отправки предыдущего запроса. + /// + private async Task WaitForResultAsync( + TAck ack, bool withInitialDelay, CancellationToken token) + { + TResult result; + + var startTime = DateTime.Now; + for (var attempts = 1; ; attempts++) + { + token.ThrowIfCancellationRequested(); + + var delaySec = EnableMinimalResponseWaitDelay ? RESPONSE_WAIT_DELAY_MIN : RESPONSE_WAIT_DELAY_MAX; + if (attempts >= 2) + { + delaySec = RESPONSE_WAIT_DELAY_MAX; + } + if (attempts >= 3) + { + delaySec = RESPONSE_WAIT_DELAY_MAX * 2; + } + if (attempts >= 5) + { + delaySec = RESPONSE_WAIT_DELAY_MAX * 4; + } + if (attempts >= 7) + { + delaySec = RESPONSE_WAIT_DELAY_MAX * 8; + } + if (attempts >= 9) + { + delaySec = RESPONSE_WAIT_DELAY_MAX * 16; + } + if (attempts >= 12) + { + delaySec = RESPONSE_WAIT_DELAY_MAX * 60; + } + + if (attempts > 1 || withInitialDelay) + { + var minutesElapsed = (int)(DateTime.Now - startTime).TotalMinutes; + if (CanBeRestarted && minutesElapsed > RestartTimeoutMinutes) + { + throw new RestartTimeoutException($"{RestartTimeoutMinutes} minute(s) wait time exceeded"); + } + + client.TryLog($"Waiting {delaySec} sec for attempt #{attempts}" + + $" to get response ({minutesElapsed} minute(s) elapsed)..."); + + await Task.Delay(delaySec * 1000, token); + } + + client.TryLog($"Requesting response, attempt #{attempts} in {ThreadIdText}..."); + + result = await TryGetResultAsync(ack); + + if (result != null) + { + break; + } + } + + client.TryLog($"Response received!"); + + return result; + } + + /// + /// Выполняет однократную проверку наличия результата. + /// Возвращает default если результата еще нет. + /// + private async Task TryGetResultAsync(TAck ack) + { + using var asyncClient = CreateAsyncClient(); + var requestHeader = RequestHelper.CreateHeader(client); + var requestBody = new TGetStateRequest + { + MessageGUID = ack.MessageGUID + }; + var response = await asyncClient.GetStateAsync(requestHeader, requestBody); + var result = response.GetStateResult; + if (result.RequestState == (int)AsyncRequestStateType.Ready) + { + return (TResult)result; + } + return default; + } + + protected TRequestHeader CreateRequestHeader() + { + return RequestHelper.CreateHeader(client); + } + + /// + /// Исполнение повторяемой операции некоторое допустимое число ошибок + /// + protected async Task RunRepeatableTaskAsync( + Func> taskFunc, Func canIgnoreFunc, int maxAttempts) + { + for (var attempts = 1; ; attempts++) + { + try + { + return await taskFunc(); + } + catch (System.Exception e) + { + if (canIgnoreFunc(e)) + { + if (attempts < maxAttempts) + { + client.TryLog($"Ignoring error of attempt #{attempts} of {maxAttempts} attempts"); + + continue; + } + + throw new System.Exception("Too much attempts with error"); + } + + throw e; + } + } + } + } +} diff --git a/Hcs.Broker/Api/Request/RequestHelper.cs b/Hcs.Broker/Api/Request/RequestHelper.cs new file mode 100644 index 0000000..d2dff64 --- /dev/null +++ b/Hcs.Broker/Api/Request/RequestHelper.cs @@ -0,0 +1,98 @@ +namespace Hcs.Broker.Api.Request +{ + internal static class RequestHelper + { + /// + /// Подготовка заголовка сообщения отправляемого в ГИС ЖКХ с обязательными атрибутами. + /// Заголовки могут быть разного типа для разных типов сообщений, но имена полей одинаковые. + /// + internal static THeader CreateHeader(Client client) where THeader : class + { + try + { + var instance = Activator.CreateInstance(typeof(THeader)); + foreach (var prop in instance.GetType().GetProperties()) + { + switch (prop.Name) + { + case "Item": + prop.SetValue(instance, client.OrgPPAGUID); + break; + + case "ItemElementName": + prop.SetValue(instance, Enum.Parse(prop.PropertyType, "orgPPAGUID")); + break; + + case "MessageGUID": + prop.SetValue(instance, Guid.NewGuid().ToString()); + break; + + case "Date": + prop.SetValue(instance, DateTime.Now); + break; + + case "IsOperatorSignatureSpecified": + if (client.Role == OrganizationRole.RC || client.Role == OrganizationRole.RSO) + { + prop.SetValue(instance, true); + } + break; + + case "IsOperatorSignature": + if (client.Role == OrganizationRole.RC || client.Role == OrganizationRole.RSO) + { + prop.SetValue(instance, true); + } + break; + } + } + + return instance as THeader; + } + catch (ArgumentNullException e) + { + throw new ApplicationException($"Error occured while building request header: {e.Message}"); + } + catch (SystemException e) + { + throw new ApplicationException($"Error occured while building request header: {e.GetBaseException().Message}"); + } + } + + /// + /// Для объекта запроса возвращает значение строки свойства version + /// + internal static string GetRequestVersionString(object requestObject) + { + if (requestObject == null) + { + return null; + } + + var versionHost = requestObject; + if (versionHost != null) + { + var versionProperty = versionHost.GetType().GetProperties().FirstOrDefault(x => x.Name == "version"); + if (versionProperty != null) + { + return versionProperty.GetValue(versionHost) as string; + } + } + + foreach (var field in requestObject.GetType().GetFields()) + { + versionHost = field.GetValue(requestObject); + if (versionHost != null) + { + var versionProperty = versionHost.GetType().GetProperties().FirstOrDefault(x => x.Name == "version"); + if (versionProperty != null) + { + return versionProperty.GetValue(versionHost) as string; + } + } + } + + return null; + } + } +} diff --git a/Hcs.Broker/Api/Type/MunicipalServiceVolumeDeterminingMethod.cs b/Hcs.Broker/Api/Type/MunicipalServiceVolumeDeterminingMethod.cs new file mode 100644 index 0000000..933985f --- /dev/null +++ b/Hcs.Broker/Api/Type/MunicipalServiceVolumeDeterminingMethod.cs @@ -0,0 +1,32 @@ +using Hcs.Service.Async.Bills; + +namespace Hcs.Broker.Api.Type +{ + // http://open-gkh.ru/Bills/PDServiceChargeType/MunicipalService/Consumption/Volume/determiningMethod.html + public enum MunicipalServiceVolumeDeterminingMethod + { + Norm, + MeteringDevice, + Other + } + + internal static class MunicipalServiceVolumeDeterminingMethodExtensions + { + internal static PDServiceChargeTypeMunicipalServiceVolumeDeterminingMethod ToServiceType(this MunicipalServiceVolumeDeterminingMethod type) + { + switch (type) + { + case MunicipalServiceVolumeDeterminingMethod.Norm: + return PDServiceChargeTypeMunicipalServiceVolumeDeterminingMethod.N; + + case MunicipalServiceVolumeDeterminingMethod.MeteringDevice: + return PDServiceChargeTypeMunicipalServiceVolumeDeterminingMethod.M; + + case MunicipalServiceVolumeDeterminingMethod.Other: + return PDServiceChargeTypeMunicipalServiceVolumeDeterminingMethod.O; + } + + throw new NotImplementedException($"Cannot convert {type} to service type"); + } + } +} diff --git a/Hcs.Broker/Client.cs b/Hcs.Broker/Client.cs new file mode 100644 index 0000000..4dceafa --- /dev/null +++ b/Hcs.Broker/Client.cs @@ -0,0 +1,107 @@ +using CryptoPro.Security.Cryptography.X509Certificates; +using Hcs.Broker.Api; +using Hcs.Broker.Internal; +using Hcs.Broker.Logger; +using Hcs.Broker.MessageCapturer; +using System.Security.Cryptography.X509Certificates; + +namespace Hcs.Broker +{ + /// + /// Клиент для вызова всех реализованных функций интеграции с ГИС ЖКХ + /// + public class Client + { + /// + /// Идентификатор поставщика данных ГИС ЖКХ + /// + public string OrgPPAGUID { get; set; } + + /// + /// Исполнитель/сотрудник ГИС ЖКХ, от которого будут регистрироваться ответы + /// + public string ExecutorGUID { get; set; } + + /// + /// Признак, указывающий на то, что используется ли внешний туннель (stunnel) + /// + public bool UseTunnel { get; set; } + + /// + /// Если true, то запросы будут выполняться на промышленном стенде, иначе - на тестовом + /// + public bool IsPPAK { get; set; } + + /// + /// Роль + /// + public OrganizationRole Role { get; set; } + + /// + /// Устанавливаемый пользователем приемник отладочных сообщений + /// + public ILogger Logger { get; set; } + + /// + /// Устанавливаемый пользователем механизм перехвата содержимого отправляемых + /// и принимаемых пакетов + /// + public IMessageCapturer MessageCapturer { get; set; } + + public BillsApi Bills => new(this); + + public DeviceMeteringApi DeviceMetering => new(this); + + public HouseManagementApi HouseManagement => new(this); + + public NsiApi Nsi => new(this); + + public NsiCommonApi NsiCommon => new(this); + + public OrgRegistryCommonApi OrgRegistryCommon => new(this); + + public PaymentsApi Payments => new(this); + + /// + /// Сертификат клиента для применения при формировании запросов + /// + internal CpX509Certificate2 Certificate { get; set; } + + public void SetSigningCertificate(string serialNumber) + { + using var store = new CpX509Store(StoreName.My, StoreLocation.CurrentUser); + store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); + + var cert = store.Certificates.Find(X509FindType.FindBySerialNumber, serialNumber, true)[0]; + Certificate = cert ?? throw new ArgumentNullException("Certificate not found"); + } + + internal string ComposeEndpointUri(string endpointName) + { + if (UseTunnel) + { + return $"http://{Constants.URI_TUNNEL}/{endpointName}"; + } + + return IsPPAK + ? $"https://{Constants.URI_PPAK}/{endpointName}" + : $"https://{Constants.URI_SIT_02}/{endpointName}"; + } + + /// + /// Пробует вывести сообщение в установленный приемник отладочных сообщений + /// + internal void TryLog(string message) + { + Logger?.WriteLine(message); + } + + /// + /// Пробует отправить тело сообщения в установленный перехватчик + /// + internal void TryCaptureMessage(bool sent, string messageBody) + { + MessageCapturer?.CaptureMessage(sent, messageBody); + } + } +} diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.Bills/ConnectedService.json b/Hcs.Broker/Connected Services/Hcs.Service.Async.Bills/ConnectedService.json new file mode 100644 index 0000000..ed520e1 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.Bills/ConnectedService.json @@ -0,0 +1,16 @@ +{ + "ExtendedData": { + "inputs": [ + "../../Wsdl/wsdl_xsd_v.15.7.0.1/bills/hcs-bills-service-async.wsdl" + ], + "collectionTypes": [ + "System.Array", + "System.Collections.Generic.Dictionary`2" + ], + "namespaceMappings": [ + "*, Hcs.Service.Async.Bills" + ], + "targetFramework": "net8.0", + "typeReuseMode": "All" + } +} \ No newline at end of file diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.Bills/Reference.cs b/Hcs.Broker/Connected Services/Hcs.Service.Async.Bills/Reference.cs new file mode 100644 index 0000000..3c1f1ee --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.Bills/Reference.cs @@ -0,0 +1,21330 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторного создания кода. +// +//------------------------------------------------------------------------------ + +namespace Hcs.Service.Async.Bills +{ + + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Fault + { + + private string errorCodeField; + + private string errorMessageField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ErrorMessage + { + get + { + return this.errorMessageField; + } + set + { + this.errorMessageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ReportPeriodIKUInfoType + { + + private decimal paidField; + + private AttachmentType[] supportingDocumentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Paid + { + get + { + return this.paidField; + } + set + { + this.paidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SupportingDocuments", Order=1)] + public AttachmentType[] SupportingDocuments + { + get + { + return this.supportingDocumentsField; + } + set + { + this.supportingDocumentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AttachmentType + { + + private string nameField; + + private string descriptionField; + + private Attachment attachmentField; + + private string attachmentHASHField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public Attachment Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AttachmentHASH + { + get + { + return this.attachmentHASHField; + } + set + { + this.attachmentHASHField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Attachment + { + + private string attachmentGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AttachmentGUID + { + get + { + return this.attachmentGUIDField; + } + set + { + this.attachmentGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ReportPeriodRSOInfoType + { + + private decimal credtedField; + + private decimal receiptField; + + private decimal debtsField; + + private decimal overpaymentField; + + private decimal paidField; + + private bool paidFieldSpecified; + + private AttachmentType[] supportingDocumentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Credted + { + get + { + return this.credtedField; + } + set + { + this.credtedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Receipt + { + get + { + return this.receiptField; + } + set + { + this.receiptField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Debts + { + get + { + return this.debtsField; + } + set + { + this.debtsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal Overpayment + { + get + { + return this.overpaymentField; + } + set + { + this.overpaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal Paid + { + get + { + return this.paidField; + } + set + { + this.paidField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PaidSpecified + { + get + { + return this.paidFieldSpecified; + } + set + { + this.paidFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SupportingDocuments", Order=5)] + public AttachmentType[] SupportingDocuments + { + get + { + return this.supportingDocumentsField; + } + set + { + this.supportingDocumentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ReportPeriodType + { + + private int monthField; + + private short yearField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class RegOrgType + { + + private string orgRootEntityGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string orgRootEntityGUID + { + get + { + return this.orgRootEntityGUIDField; + } + set + { + this.orgRootEntityGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ExportSettlementResultType + { + + private string settlementGUIDField; + + private ExportSettlementResultTypeContract contractField; + + private ExportSettlementResultTypeReportingPeriod[] reportingPeriodField; + + private ExportSettlementResultTypeAnnuled annuledField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string SettlementGUID + { + get + { + return this.settlementGUIDField; + } + set + { + this.settlementGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ExportSettlementResultTypeContract Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ReportingPeriod", Order=2)] + public ExportSettlementResultTypeReportingPeriod[] ReportingPeriod + { + get + { + return this.reportingPeriodField; + } + set + { + this.reportingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ExportSettlementResultTypeAnnuled Annuled + { + get + { + return this.annuledField; + } + set + { + this.annuledField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ExportSettlementResultTypeContract + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoContract", typeof(ExportSettlementResultTypeContractNoContract), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ExportSettlementResultTypeContractNoContract + { + + private RegOrgType firstContractPartyField; + + private string docNumField; + + private System.DateTime signingDateField; + + private bool signingDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RegOrgType FirstContractParty + { + get + { + return this.firstContractPartyField; + } + set + { + this.firstContractPartyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string DocNum + { + get + { + return this.docNumField; + } + set + { + this.docNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SigningDateSpecified + { + get + { + return this.signingDateFieldSpecified; + } + set + { + this.signingDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ExportSettlementResultTypeReportingPeriod : ReportPeriodType + { + + private object itemField; + + private ExportSettlementResultTypeReportingPeriodReportPeriodStatus reportPeriodStatusField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ReportPeriodIKUInfo", typeof(ReportPeriodIKUInfoType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ReportPeriodRSOInfo", typeof(ReportPeriodRSOInfoType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ExportSettlementResultTypeReportingPeriodReportPeriodStatus ReportPeriodStatus + { + get + { + return this.reportPeriodStatusField; + } + set + { + this.reportPeriodStatusField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ExportSettlementResultTypeReportingPeriodReportPeriodStatus + { + + private ExportSettlementResultTypeReportingPeriodReportPeriodStatusStatus statusField; + + private string reasonOfAnnulmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ExportSettlementResultTypeReportingPeriodReportPeriodStatusStatus Status + { + get + { + return this.statusField; + } + set + { + this.statusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ReasonOfAnnulment + { + get + { + return this.reasonOfAnnulmentField; + } + set + { + this.reasonOfAnnulmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum ExportSettlementResultTypeReportingPeriodReportPeriodStatusStatus + { + + /// + Posted, + + /// + Draft, + + /// + Annul, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ExportSettlementResultTypeAnnuled + { + + private string reasonOfAnnulmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReasonOfAnnulment + { + get + { + return this.reasonOfAnnulmentField; + } + set + { + this.reasonOfAnnulmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class InsuranceProductType + { + + private AttachmentType descriptionField; + + private string insuranceOrgField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AttachmentType Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string InsuranceOrg + { + get + { + return this.insuranceOrgField; + } + set + { + this.insuranceOrgField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionResultType + { + + private exportNotificationsOfOrderExecutionResultTypeNotificationOfOrderExecutionWithStatus[] notificationOfOrderExecutionWithStatusField; + + /// + [System.Xml.Serialization.XmlElementAttribute("NotificationOfOrderExecutionWithStatus", Order=0)] + public exportNotificationsOfOrderExecutionResultTypeNotificationOfOrderExecutionWithStatus[] NotificationOfOrderExecutionWithStatus + { + get + { + return this.notificationOfOrderExecutionWithStatusField; + } + set + { + this.notificationOfOrderExecutionWithStatusField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionResultTypeNotificationOfOrderExecutionWithStatus : NotificationOfOrderExecutionExportType + { + + private sbyte ackStatusField; + + private System.DateTime creationDateField; + + private exportNotificationsOfOrderExecutionResultTypeNotificationOfOrderExecutionWithStatusAcknowledgmentRequest[] acknowledgmentRequestsListField; + + private long acknowledgmentAmountField; + + private string notificationsOfOrderExecutionGUIDField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte AckStatus + { + get + { + return this.ackStatusField; + } + set + { + this.ackStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime CreationDate + { + get + { + return this.creationDateField; + } + set + { + this.creationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=2)] + [System.Xml.Serialization.XmlArrayItemAttribute("AcknowledgmentRequest", IsNullable=false)] + public exportNotificationsOfOrderExecutionResultTypeNotificationOfOrderExecutionWithStatusAcknowledgmentRequest[] AcknowledgmentRequestsList + { + get + { + return this.acknowledgmentRequestsListField; + } + set + { + this.acknowledgmentRequestsListField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public long AcknowledgmentAmount + { + get + { + return this.acknowledgmentAmountField; + } + set + { + this.acknowledgmentAmountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", Order=4)] + public string NotificationsOfOrderExecutionGUID + { + get + { + return this.notificationsOfOrderExecutionGUIDField; + } + set + { + this.notificationsOfOrderExecutionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionResultTypeNotificationOfOrderExecutionWithStatusAcknowledgmentRequest : AcknowledgmentRequestInfoExportType + { + + private string orderIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OrderID + { + get + { + return this.orderIDField; + } + set + { + this.orderIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoExportType + { + + private string notificationsOfOrderExecutionGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string NotificationsOfOrderExecutionGUID + { + get + { + return this.notificationsOfOrderExecutionGUIDField; + } + set + { + this.notificationsOfOrderExecutionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AckImpossible", typeof(AcknowledgmentRequestInfoExportTypeAckImpossible), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentAck", typeof(AcknowledgmentRequestInfoExportTypePaymentDocumentAck), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoExportTypeAckImpossible + { + + private string paymentDocumentIDField; + + private string reasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Reason + { + get + { + return this.reasonField; + } + set + { + this.reasonField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoExportTypePaymentDocumentAck + { + + private string paymentDocumentIDField; + + private object itemField; + + private ItemChoiceType3 itemElementNameField; + + private decimal amountField; + + private string paymentDocumentNumberField; + + private AcknowledgmentRequestInfoExportTypePaymentDocumentAckDelayPeriod delayPeriodField; + + private AcknowledgmentRequestInfoExportTypePaymentDocumentAckCapitalRepairYearAckPeriod capitalRepairYearAckPeriodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ASType", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("HSType", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("MSType", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("PServiceType", typeof(nsiRef), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("TMSType", typeof(nsiRef), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType3 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal Amount + { + get + { + return this.amountField; + } + set + { + this.amountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=4)] + public string PaymentDocumentNumber + { + get + { + return this.paymentDocumentNumberField; + } + set + { + this.paymentDocumentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public AcknowledgmentRequestInfoExportTypePaymentDocumentAckDelayPeriod DelayPeriod + { + get + { + return this.delayPeriodField; + } + set + { + this.delayPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public AcknowledgmentRequestInfoExportTypePaymentDocumentAckCapitalRepairYearAckPeriod CapitalRepairYearAckPeriod + { + get + { + return this.capitalRepairYearAckPeriodField; + } + set + { + this.capitalRepairYearAckPeriodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class nsiRef + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)] + public enum ItemChoiceType3 + { + + /// + ASType, + + /// + HSType, + + /// + MSType, + + /// + PServiceType, + + /// + TMSType, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoExportTypePaymentDocumentAckDelayPeriod + { + + private short yearField; + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoExportTypePaymentDocumentAckCapitalRepairYearAckPeriod + { + + private short yearField; + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionExportType + { + + private NotificationOfOrderExecutionExportTypeSupplierInfo supplierInfoField; + + private NotificationOfOrderExecutionExportTypeRecipientInfo recipientInfoField; + + private NotificationOfOrderExecutionExportTypeOrderInfo orderInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NotificationOfOrderExecutionExportTypeSupplierInfo SupplierInfo + { + get + { + return this.supplierInfoField; + } + set + { + this.supplierInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public NotificationOfOrderExecutionExportTypeRecipientInfo RecipientInfo + { + get + { + return this.recipientInfoField; + } + set + { + this.recipientInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public NotificationOfOrderExecutionExportTypeOrderInfo OrderInfo + { + get + { + return this.orderInfoField; + } + set + { + this.orderInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionExportTypeSupplierInfo + { + + private string supplierIDField; + + private string supplierNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string SupplierID + { + get + { + return this.supplierIDField; + } + set + { + this.supplierIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string SupplierName + { + get + { + return this.supplierNameField; + } + set + { + this.supplierNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionExportTypeRecipientInfo + { + + private string iNNField; + + private object itemField; + + private PaymentInformationExportType paymentInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(FIOType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("EntprFIO", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Legal", typeof(NotificationOfOrderExecutionExportTypeRecipientInfoLegal), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PaymentInformationExportType PaymentInformation + { + get + { + return this.paymentInformationField; + } + set + { + this.paymentInformationField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(IndType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class FIOType + { + + private string surnameField; + + private string firstNameField; + + private string patronymicField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Surname + { + get + { + return this.surnameField; + } + set + { + this.surnameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FirstName + { + get + { + return this.firstNameField; + } + set + { + this.firstNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Patronymic + { + get + { + return this.patronymicField; + } + set + { + this.patronymicField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class IndType : FIOType + { + + private Sex sexField; + + private bool sexFieldSpecified; + + private System.DateTime dateOfBirthField; + + private bool dateOfBirthFieldSpecified; + + private object itemField; + + private string placeBirthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public Sex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateOfBirth + { + get + { + return this.dateOfBirthField; + } + set + { + this.dateOfBirthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfBirthSpecified + { + get + { + return this.dateOfBirthFieldSpecified; + } + set + { + this.dateOfBirthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PlaceBirth + { + get + { + return this.placeBirthField; + } + set + { + this.placeBirthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public enum Sex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class ID + { + + private nsiRef typeField; + + private string seriesField; + + private string numberField; + + private System.DateTime issueDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime IssueDate + { + get + { + return this.issueDateField; + } + set + { + this.issueDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionExportTypeRecipientInfoLegal + { + + private string kPPField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class PaymentInformationExportType + { + + private string recipientINNField; + + private string recipientKPPField; + + private string bankNameField; + + private string paymentRecipientField; + + private string bankBIKField; + + private string operatingAccountNumberField; + + private string correspondentBankAccountField; + + private bool isCapitalRepairField; + + private bool isCapitalRepairFieldSpecified; + + private string kBKField; + + private string oKTMOField; + + private string numberBudgetaryAccountField; + + public PaymentInformationExportType() + { + this.isCapitalRepairField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RecipientINN + { + get + { + return this.recipientINNField; + } + set + { + this.recipientINNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RecipientKPP + { + get + { + return this.recipientKPPField; + } + set + { + this.recipientKPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string BankName + { + get + { + return this.bankNameField; + } + set + { + this.bankNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PaymentRecipient + { + get + { + return this.paymentRecipientField; + } + set + { + this.paymentRecipientField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string BankBIK + { + get + { + return this.bankBIKField; + } + set + { + this.bankBIKField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string operatingAccountNumber + { + get + { + return this.operatingAccountNumberField; + } + set + { + this.operatingAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string CorrespondentBankAccount + { + get + { + return this.correspondentBankAccountField; + } + set + { + this.correspondentBankAccountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool IsCapitalRepair + { + get + { + return this.isCapitalRepairField; + } + set + { + this.isCapitalRepairField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCapitalRepairSpecified + { + get + { + return this.isCapitalRepairFieldSpecified; + } + set + { + this.isCapitalRepairFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string KBK + { + get + { + return this.kBKField; + } + set + { + this.kBKField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public string NumberBudgetaryAccount + { + get + { + return this.numberBudgetaryAccountField; + } + set + { + this.numberBudgetaryAccountField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionExportTypeOrderInfo + { + + private string orderIDField; + + private System.DateTime orderDateField; + + private string orderNumField; + + private decimal amountField; + + private string paymentPurposeField; + + private bool onlinePaymentField; + + private bool onlinePaymentFieldSpecified; + + private string commentField; + + private string paymentDocumentIDField; + + private string paymentDocumentNumberField; + + private short yearField; + + private int monthField; + + private string unifiedAccountNumberField; + + private NotificationOfOrderExecutionExportTypeOrderInfoAddressAndConsumer addressAndConsumerField; + + private NotificationOfOrderExecutionExportTypeOrderInfoService serviceField; + + private string accountNumberField; + + public NotificationOfOrderExecutionExportTypeOrderInfo() + { + this.onlinePaymentField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OrderID + { + get + { + return this.orderIDField; + } + set + { + this.orderIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime OrderDate + { + get + { + return this.orderDateField; + } + set + { + this.orderDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string OrderNum + { + get + { + return this.orderNumField; + } + set + { + this.orderNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal Amount + { + get + { + return this.amountField; + } + set + { + this.amountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string PaymentPurpose + { + get + { + return this.paymentPurposeField; + } + set + { + this.paymentPurposeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool OnlinePayment + { + get + { + return this.onlinePaymentField; + } + set + { + this.onlinePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OnlinePaymentSpecified + { + get + { + return this.onlinePaymentFieldSpecified; + } + set + { + this.onlinePaymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string Comment + { + get + { + return this.commentField; + } + set + { + this.commentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=7)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string PaymentDocumentNumber + { + get + { + return this.paymentDocumentNumberField; + } + set + { + this.paymentDocumentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=9)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=10)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=11)] + public string UnifiedAccountNumber + { + get + { + return this.unifiedAccountNumberField; + } + set + { + this.unifiedAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public NotificationOfOrderExecutionExportTypeOrderInfoAddressAndConsumer AddressAndConsumer + { + get + { + return this.addressAndConsumerField; + } + set + { + this.addressAndConsumerField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public NotificationOfOrderExecutionExportTypeOrderInfoService Service + { + get + { + return this.serviceField; + } + set + { + this.serviceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionExportTypeOrderInfoAddressAndConsumer + { + + private string fIASHouseGuidField; + + private string[] itemsField; + + private ItemsChoiceType5[] itemsElementNameField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Apartment", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NonLivingApartment", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NonResidentialBlock", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Placement", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialBlock", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialBlockRoom", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType5[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("INN", typeof(string), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(FIOType), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)] + public enum ItemsChoiceType5 + { + + /// + Apartment, + + /// + NonLivingApartment, + + /// + NonResidentialBlock, + + /// + Placement, + + /// + ResidentialBlock, + + /// + ResidentialBlockRoom, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionExportTypeOrderInfoService + { + + private string serviceIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ServiceID + { + get + { + return this.serviceIDField; + } + set + { + this.serviceIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AdditionalService", typeof(PDServiceDebtTypeAdditionalService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("GroupMunicipalService", typeof(PDServiceDebtTypeGroupMunicipalService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HousingService", typeof(PDServiceDebtTypeHousingService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalService", typeof(PDServiceDebtTypeMunicipalService), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtTypeAdditionalService : ServiceDebtType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ServiceDebtType : DebtType + { + + private nsiRef serviceTypeField; + + private string paymentInformationGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ServiceDebtType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class DebtType + { + + private object[] itemsField; + + private ItemsChoiceType3[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Month", typeof(int), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Year", typeof(short), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("TotalPayable", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("TotalSumDebtPayable", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType3[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType3 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Month")] + Month, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Year")] + Year, + + /// + TotalPayable, + + /// + TotalSumDebtPayable, + + /// + orgPPAGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtTypeGroupMunicipalService + { + + private PDServiceDebtTypeGroupMunicipalServiceTypeMunicipalService typeMunicipalServiceField; + + private ServiceDebtType[] municipalServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public PDServiceDebtTypeGroupMunicipalServiceTypeMunicipalService TypeMunicipalService + { + get + { + return this.typeMunicipalServiceField; + } + set + { + this.typeMunicipalServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalService", Order=1)] + public ServiceDebtType[] MunicipalService + { + get + { + return this.municipalServiceField; + } + set + { + this.municipalServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtTypeGroupMunicipalServiceTypeMunicipalService + { + + private nsiRef serviceTypeField; + + private object[] itemsField; + + private ItemsChoiceType4[] itemsElementNameField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Month", typeof(int), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Year", typeof(short), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + [System.Xml.Serialization.XmlElementAttribute("TotalPayable", typeof(decimal), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("TotalSumDebtPayable", typeof(decimal), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType4[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType4 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Month")] + Month, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Year")] + Year, + + /// + TotalPayable, + + /// + TotalSumDebtPayable, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtTypeHousingService : ServiceDebtType + { + + private PDServiceDebtTypeHousingServiceMunicipalResource[] municipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalResource", Order=0)] + public PDServiceDebtTypeHousingServiceMunicipalResource[] MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtTypeHousingServiceMunicipalResource + { + + private decimal itemField; + + private ItemChoiceType itemElementNameField; + + private nsiRef serviceTypeField; + + private string orgPPAGUIDField; + + private PDServiceDebtTypeHousingServiceMunicipalResourceGeneralMunicipalResource[] generalMunicipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute("TotalPayable", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("TotalSumDebtPayable", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public decimal Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GeneralMunicipalResource", Order=4)] + public PDServiceDebtTypeHousingServiceMunicipalResourceGeneralMunicipalResource[] GeneralMunicipalResource + { + get + { + return this.generalMunicipalResourceField; + } + set + { + this.generalMunicipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemChoiceType + { + + /// + TotalPayable, + + /// + TotalSumDebtPayable, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtTypeHousingServiceMunicipalResourceGeneralMunicipalResource + { + + private nsiRef serviceTypeField; + + private decimal itemField; + + private ItemChoiceType1 itemElementNameField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("TotalPayable", typeof(decimal), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("TotalSumDebtPayable", typeof(decimal), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public decimal Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType1 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemChoiceType1 + { + + /// + TotalPayable, + + /// + TotalSumDebtPayable, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtTypeMunicipalService : ServiceDebtType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairMonthlyImportType + { + + private decimal contributionField; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private decimal moneyRecalculationField; + + private bool moneyRecalculationFieldSpecified; + + private decimal moneyDiscountField; + + private bool moneyDiscountFieldSpecified; + + private decimal totalPayableField; + + private string calcExplanationField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Contribution + { + get + { + return this.contributionField; + } + set + { + this.contributionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal MoneyRecalculation + { + get + { + return this.moneyRecalculationField; + } + set + { + this.moneyRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyRecalculationSpecified + { + get + { + return this.moneyRecalculationFieldSpecified; + } + set + { + this.moneyRecalculationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal MoneyDiscount + { + get + { + return this.moneyDiscountField; + } + set + { + this.moneyDiscountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyDiscountSpecified + { + get + { + return this.moneyDiscountFieldSpecified; + } + set + { + this.moneyDiscountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairYearExportType + { + + private CapitalRepairYearExportTypeCapitalRepairMonthlyCharge[] capitalRepairMonthlyChargeField; + + private short yearField; + + private string orgPPAGUIDField; + + private string paymentInformationKeyField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CapitalRepairMonthlyCharge", Order=0)] + public CapitalRepairYearExportTypeCapitalRepairMonthlyCharge[] CapitalRepairMonthlyCharge + { + get + { + return this.capitalRepairMonthlyChargeField; + } + set + { + this.capitalRepairMonthlyChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairYearExportTypeCapitalRepairMonthlyCharge : CapitalRepairMonthlyImportType + { + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairType + { + + private decimal contributionField; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private decimal moneyRecalculationField; + + private bool moneyRecalculationFieldSpecified; + + private decimal moneyDiscountField; + + private bool moneyDiscountFieldSpecified; + + private decimal totalPayableField; + + private string orgPPAGUIDField; + + private string calcExplanationField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private CapitalRepairTypePaymentRecalculation paymentRecalculationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Contribution + { + get + { + return this.contributionField; + } + set + { + this.contributionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal MoneyRecalculation + { + get + { + return this.moneyRecalculationField; + } + set + { + this.moneyRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyRecalculationSpecified + { + get + { + return this.moneyRecalculationFieldSpecified; + } + set + { + this.moneyRecalculationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal MoneyDiscount + { + get + { + return this.moneyDiscountField; + } + set + { + this.moneyDiscountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyDiscountSpecified + { + get + { + return this.moneyDiscountFieldSpecified; + } + set + { + this.moneyDiscountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public CapitalRepairTypePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairTypePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class TypeMunicipalServiceExportType + { + + private nsiRef serviceTypeField; + + private TypeMunicipalServiceExportTypeVolume[] consumptionField; + + private decimal rateField; + + private bool rateFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceIndividualConsumptionField; + + private bool amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private TypeMunicipalServiceExportTypeMultiplyingFactor multiplyingFactorField; + + private ServiceChargeImportType serviceChargeField; + + private decimal totalPayableField; + + private bool totalPayableFieldSpecified; + + private decimal municipalServiceIndividualConsumptionPayableField; + + private bool municipalServiceIndividualConsumptionPayableFieldSpecified; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private string calcExplanationField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string orgPPAGUIDField; + + private PiecemealPayment piecemealPaymentField; + + private TypeMunicipalServiceExportTypePaymentRecalculation paymentRecalculationField; + + private ServiceInformation serviceInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=1)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public TypeMunicipalServiceExportTypeVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool RateSpecified + { + get + { + return this.rateFieldSpecified; + } + set + { + this.rateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AmountOfPaymentMunicipalServiceIndividualConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceIndividualConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public TypeMunicipalServiceExportTypeMultiplyingFactor MultiplyingFactor + { + get + { + return this.multiplyingFactorField; + } + set + { + this.multiplyingFactorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableSpecified + { + get + { + return this.totalPayableFieldSpecified; + } + set + { + this.totalPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal MunicipalServiceIndividualConsumptionPayable + { + get + { + return this.municipalServiceIndividualConsumptionPayableField; + } + set + { + this.municipalServiceIndividualConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceIndividualConsumptionPayableSpecified + { + get + { + return this.municipalServiceIndividualConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceIndividualConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=18)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=19)] + public PiecemealPayment PiecemealPayment + { + get + { + return this.piecemealPaymentField; + } + set + { + this.piecemealPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=20)] + public TypeMunicipalServiceExportTypePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=21)] + public ServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class TypeMunicipalServiceExportTypeVolume + { + + private TypeMunicipalServiceExportTypeVolumeType typeField; + + private bool typeFieldSpecified; + + private TypeMunicipalServiceExportTypeVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public TypeMunicipalServiceExportTypeVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public TypeMunicipalServiceExportTypeVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum TypeMunicipalServiceExportTypeVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum TypeMunicipalServiceExportTypeVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class TypeMunicipalServiceExportTypeMultiplyingFactor + { + + private decimal ratioField; + + private decimal amountOfExcessFeesField; + + private bool amountOfExcessFeesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Ratio + { + get + { + return this.ratioField; + } + set + { + this.ratioField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AmountOfExcessFees + { + get + { + return this.amountOfExcessFeesField; + } + set + { + this.amountOfExcessFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfExcessFeesSpecified + { + get + { + return this.amountOfExcessFeesFieldSpecified; + } + set + { + this.amountOfExcessFeesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ServiceChargeImportType + { + + private decimal moneyRecalculationField; + + private bool moneyRecalculationFieldSpecified; + + private decimal moneyDiscountField; + + private bool moneyDiscountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal MoneyRecalculation + { + get + { + return this.moneyRecalculationField; + } + set + { + this.moneyRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyRecalculationSpecified + { + get + { + return this.moneyRecalculationFieldSpecified; + } + set + { + this.moneyRecalculationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal MoneyDiscount + { + get + { + return this.moneyDiscountField; + } + set + { + this.moneyDiscountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyDiscountSpecified + { + get + { + return this.moneyDiscountFieldSpecified; + } + set + { + this.moneyDiscountFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PiecemealPayment + { + + private decimal paymentPeriodPiecemealPaymentSumField; + + private bool paymentPeriodPiecemealPaymentSumFieldSpecified; + + private decimal pastPaymentPeriodPiecemealPaymentSumField; + + private bool pastPaymentPeriodPiecemealPaymentSumFieldSpecified; + + private decimal piecemealPaymentPercentRubField; + + private decimal piecemealPaymentPercentField; + + private decimal piecemealPaymentSumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal paymentPeriodPiecemealPaymentSum + { + get + { + return this.paymentPeriodPiecemealPaymentSumField; + } + set + { + this.paymentPeriodPiecemealPaymentSumField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool paymentPeriodPiecemealPaymentSumSpecified + { + get + { + return this.paymentPeriodPiecemealPaymentSumFieldSpecified; + } + set + { + this.paymentPeriodPiecemealPaymentSumFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal pastPaymentPeriodPiecemealPaymentSum + { + get + { + return this.pastPaymentPeriodPiecemealPaymentSumField; + } + set + { + this.pastPaymentPeriodPiecemealPaymentSumField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool pastPaymentPeriodPiecemealPaymentSumSpecified + { + get + { + return this.pastPaymentPeriodPiecemealPaymentSumFieldSpecified; + } + set + { + this.pastPaymentPeriodPiecemealPaymentSumFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal piecemealPaymentPercentRub + { + get + { + return this.piecemealPaymentPercentRubField; + } + set + { + this.piecemealPaymentPercentRubField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal piecemealPaymentPercent + { + get + { + return this.piecemealPaymentPercentField; + } + set + { + this.piecemealPaymentPercentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal piecemealPaymentSum + { + get + { + return this.piecemealPaymentSumField; + } + set + { + this.piecemealPaymentSumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class TypeMunicipalServiceExportTypePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ServiceInformation : ServiceInformationType + { + + private decimal houseOverallNeedsNormField; + + private bool houseOverallNeedsNormFieldSpecified; + + private decimal individualConsumptionNormField; + + private bool individualConsumptionNormFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal houseOverallNeedsNorm + { + get + { + return this.houseOverallNeedsNormField; + } + set + { + this.houseOverallNeedsNormField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsNormSpecified + { + get + { + return this.houseOverallNeedsNormFieldSpecified; + } + set + { + this.houseOverallNeedsNormFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal individualConsumptionNorm + { + get + { + return this.individualConsumptionNormField; + } + set + { + this.individualConsumptionNormField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool individualConsumptionNormSpecified + { + get + { + return this.individualConsumptionNormFieldSpecified; + } + set + { + this.individualConsumptionNormFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ServiceInformationType + { + + private decimal individualConsumptionCurrentValueField; + + private bool individualConsumptionCurrentValueFieldSpecified; + + private decimal houseOverallNeedsCurrentValueField; + + private bool houseOverallNeedsCurrentValueFieldSpecified; + + private decimal houseTotalIndividualConsumptionField; + + private bool houseTotalIndividualConsumptionFieldSpecified; + + private decimal houseTotalHouseOverallNeedsField; + + private bool houseTotalHouseOverallNeedsFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal individualConsumptionCurrentValue + { + get + { + return this.individualConsumptionCurrentValueField; + } + set + { + this.individualConsumptionCurrentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool individualConsumptionCurrentValueSpecified + { + get + { + return this.individualConsumptionCurrentValueFieldSpecified; + } + set + { + this.individualConsumptionCurrentValueFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal houseOverallNeedsCurrentValue + { + get + { + return this.houseOverallNeedsCurrentValueField; + } + set + { + this.houseOverallNeedsCurrentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsCurrentValueSpecified + { + get + { + return this.houseOverallNeedsCurrentValueFieldSpecified; + } + set + { + this.houseOverallNeedsCurrentValueFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal houseTotalIndividualConsumption + { + get + { + return this.houseTotalIndividualConsumptionField; + } + set + { + this.houseTotalIndividualConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseTotalIndividualConsumptionSpecified + { + get + { + return this.houseTotalIndividualConsumptionFieldSpecified; + } + set + { + this.houseTotalIndividualConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal houseTotalHouseOverallNeeds + { + get + { + return this.houseTotalHouseOverallNeedsField; + } + set + { + this.houseTotalHouseOverallNeedsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseTotalHouseOverallNeedsSpecified + { + get + { + return this.houseTotalHouseOverallNeedsFieldSpecified; + } + set + { + this.houseTotalHouseOverallNeedsFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class GeneralMunicipalResourceExportType + { + + private nsiRef serviceTypeField; + + private GeneralMunicipalResourceExportTypeConsumption consumptionField; + + private decimal rateField; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private ServiceChargeImportType serviceChargeField; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private GeneralMunicipalResourceExportTypeServiceInformation serviceInformationField; + + private GeneralMunicipalResourceExportTypePaymentRecalculation paymentRecalculationField; + + private decimal totalPayableField; + + private bool totalPayableFieldSpecified; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public GeneralMunicipalResourceExportTypeConsumption Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public GeneralMunicipalResourceExportTypeServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public GeneralMunicipalResourceExportTypePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableSpecified + { + get + { + return this.totalPayableFieldSpecified; + } + set + { + this.totalPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class GeneralMunicipalResourceExportTypeConsumption + { + + private GeneralMunicipalResourceExportTypeConsumptionVolume volumeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public GeneralMunicipalResourceExportTypeConsumptionVolume Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class GeneralMunicipalResourceExportTypeConsumptionVolume + { + + private GeneralMunicipalResourceExportTypeConsumptionVolumeType typeField; + + private bool typeFieldSpecified; + + private GeneralMunicipalResourceExportTypeConsumptionVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public GeneralMunicipalResourceExportTypeConsumptionVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public GeneralMunicipalResourceExportTypeConsumptionVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum GeneralMunicipalResourceExportTypeConsumptionVolumeType + { + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum GeneralMunicipalResourceExportTypeConsumptionVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class GeneralMunicipalResourceExportTypeServiceInformation + { + + private decimal houseOverallNeedsNormField; + + private bool houseOverallNeedsNormFieldSpecified; + + private decimal houseOverallNeedsCurrentValueField; + + private bool houseOverallNeedsCurrentValueFieldSpecified; + + private decimal houseTotalHouseOverallNeedsField; + + private bool houseTotalHouseOverallNeedsFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal houseOverallNeedsNorm + { + get + { + return this.houseOverallNeedsNormField; + } + set + { + this.houseOverallNeedsNormField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsNormSpecified + { + get + { + return this.houseOverallNeedsNormFieldSpecified; + } + set + { + this.houseOverallNeedsNormFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal houseOverallNeedsCurrentValue + { + get + { + return this.houseOverallNeedsCurrentValueField; + } + set + { + this.houseOverallNeedsCurrentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsCurrentValueSpecified + { + get + { + return this.houseOverallNeedsCurrentValueFieldSpecified; + } + set + { + this.houseOverallNeedsCurrentValueFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal houseTotalHouseOverallNeeds + { + get + { + return this.houseTotalHouseOverallNeedsField; + } + set + { + this.houseTotalHouseOverallNeedsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseTotalHouseOverallNeedsSpecified + { + get + { + return this.houseTotalHouseOverallNeedsFieldSpecified; + } + set + { + this.houseTotalHouseOverallNeedsFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class GeneralMunicipalResourceExportTypePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ServiceChargeType + { + + private decimal moneyRecalculationField; + + private bool moneyRecalculationFieldSpecified; + + private decimal moneyDiscountField; + + private bool moneyDiscountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal MoneyRecalculation + { + get + { + return this.moneyRecalculationField; + } + set + { + this.moneyRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyRecalculationSpecified + { + get + { + return this.moneyRecalculationFieldSpecified; + } + set + { + this.moneyRecalculationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal MoneyDiscount + { + get + { + return this.moneyDiscountField; + } + set + { + this.moneyDiscountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyDiscountSpecified + { + get + { + return this.moneyDiscountFieldSpecified; + } + set + { + this.moneyDiscountFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ServicePDType + { + + private nsiRef serviceTypeField; + + private decimal rateField; + + private decimal totalPayableField; + + private bool totalPayableFieldSpecified; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private string calcExplanationField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string orgPPAGUIDField; + + private string paymentInformationGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableSpecified + { + get + { + return this.totalPayableFieldSpecified; + } + set + { + this.totalPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AdditionalService", typeof(PDServiceChargeExportTypeAdditionalService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("GroupMunicipalService", typeof(PDServiceChargeExportTypeGroupMunicipalService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HousingService", typeof(PDServiceChargeExportTypeHousingService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalService", typeof(PDServiceChargeExportTypeMunicipalService), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeAdditionalService : ServicePDType + { + + private ServiceChargeType serviceChargeField; + + private PDServiceChargeExportTypeAdditionalServiceVolume[] consumptionField; + + private PDServiceChargeExportTypeAdditionalServicePaymentRecalculation paymentRecalculationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ServiceChargeType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=1)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public PDServiceChargeExportTypeAdditionalServiceVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeExportTypeAdditionalServicePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeAdditionalServiceVolume + { + + private PDServiceChargeExportTypeAdditionalServiceVolumeType typeField; + + private bool typeFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeExportTypeAdditionalServiceVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeExportTypeAdditionalServiceVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeAdditionalServicePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeGroupMunicipalService + { + + private TypeMunicipalServiceExportType typeMunicipalServiceField; + + private PDServiceChargeExportTypeGroupMunicipalServiceMunicipalService[] municipalServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public TypeMunicipalServiceExportType TypeMunicipalService + { + get + { + return this.typeMunicipalServiceField; + } + set + { + this.typeMunicipalServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalService", Order=1)] + public PDServiceChargeExportTypeGroupMunicipalServiceMunicipalService[] MunicipalService + { + get + { + return this.municipalServiceField; + } + set + { + this.municipalServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeGroupMunicipalServiceMunicipalService : ServicePDType + { + + private ServiceChargeImportType serviceChargeField; + + private PiecemealPayment piecemealPaymentField; + + private PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServicePaymentRecalculation paymentRecalculationField; + + private ServiceInformation serviceInformationField; + + private PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolume[] consumptionField; + + private PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceMultiplyingFactor multiplyingFactorField; + + private decimal municipalServiceIndividualConsumptionPayableField; + + private bool municipalServiceIndividualConsumptionPayableFieldSpecified; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceIndividualConsumptionField; + + private bool amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public PiecemealPayment PiecemealPayment + { + get + { + return this.piecemealPaymentField; + } + set + { + this.piecemealPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServicePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=4)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceMultiplyingFactor MultiplyingFactor + { + get + { + return this.multiplyingFactorField; + } + set + { + this.multiplyingFactorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal MunicipalServiceIndividualConsumptionPayable + { + get + { + return this.municipalServiceIndividualConsumptionPayableField; + } + set + { + this.municipalServiceIndividualConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceIndividualConsumptionPayableSpecified + { + get + { + return this.municipalServiceIndividualConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceIndividualConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal AmountOfPaymentMunicipalServiceIndividualConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceIndividualConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServicePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolume + { + + private PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolumeType typeField; + + private bool typeFieldSpecified; + + private PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeGroupMunicipalServiceMunicipalServiceMultiplyingFactor + { + + private decimal ratioField; + + private decimal amountOfExcessFeesField; + + private bool amountOfExcessFeesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Ratio + { + get + { + return this.ratioField; + } + set + { + this.ratioField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AmountOfExcessFees + { + get + { + return this.amountOfExcessFeesField; + } + set + { + this.amountOfExcessFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfExcessFeesSpecified + { + get + { + return this.amountOfExcessFeesFieldSpecified; + } + set + { + this.amountOfExcessFeesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeHousingService : ServicePDType + { + + private ServiceChargeType serviceChargeField; + + private PDServiceChargeExportTypeHousingServiceMunicipalResource[] municipalResourceField; + + private PDServiceChargeExportTypeHousingServicePaymentRecalculation paymentRecalculationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ServiceChargeType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalResource", Order=1)] + public PDServiceChargeExportTypeHousingServiceMunicipalResource[] MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeExportTypeHousingServicePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeHousingServiceMunicipalResource + { + + private nsiRef serviceTypeField; + + private PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumption consumptionField; + + private decimal rateField; + + private bool rateFieldSpecified; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private ServiceChargeType serviceChargeField; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private PDServiceChargeExportTypeHousingServiceMunicipalResourceServiceInformation serviceInformationField; + + private PDServiceChargeExportTypeHousingServiceMunicipalResourcePaymentRecalculation paymentRecalculationField; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + private decimal totalPayableField; + + private bool totalPayableFieldSpecified; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string orgPPAGUIDField; + + private GeneralMunicipalResourceExportType[] generalMunicipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumption Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool RateSpecified + { + get + { + return this.rateFieldSpecified; + } + set + { + this.rateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ServiceChargeType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public PDServiceChargeExportTypeHousingServiceMunicipalResourceServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public PDServiceChargeExportTypeHousingServiceMunicipalResourcePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableSpecified + { + get + { + return this.totalPayableFieldSpecified; + } + set + { + this.totalPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GeneralMunicipalResource", Order=17)] + public GeneralMunicipalResourceExportType[] GeneralMunicipalResource + { + get + { + return this.generalMunicipalResourceField; + } + set + { + this.generalMunicipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumption + { + + private PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolume volumeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolume Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolume + { + + private PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolumeType typeField; + + private bool typeFieldSpecified; + + private PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolumeType + { + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeExportTypeHousingServiceMunicipalResourceConsumptionVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeHousingServiceMunicipalResourceServiceInformation + { + + private decimal houseOverallNeedsNormField; + + private bool houseOverallNeedsNormFieldSpecified; + + private decimal houseOverallNeedsCurrentValueField; + + private bool houseOverallNeedsCurrentValueFieldSpecified; + + private decimal houseTotalHouseOverallNeedsField; + + private bool houseTotalHouseOverallNeedsFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal houseOverallNeedsNorm + { + get + { + return this.houseOverallNeedsNormField; + } + set + { + this.houseOverallNeedsNormField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsNormSpecified + { + get + { + return this.houseOverallNeedsNormFieldSpecified; + } + set + { + this.houseOverallNeedsNormFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal houseOverallNeedsCurrentValue + { + get + { + return this.houseOverallNeedsCurrentValueField; + } + set + { + this.houseOverallNeedsCurrentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsCurrentValueSpecified + { + get + { + return this.houseOverallNeedsCurrentValueFieldSpecified; + } + set + { + this.houseOverallNeedsCurrentValueFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal houseTotalHouseOverallNeeds + { + get + { + return this.houseTotalHouseOverallNeedsField; + } + set + { + this.houseTotalHouseOverallNeedsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseTotalHouseOverallNeedsSpecified + { + get + { + return this.houseTotalHouseOverallNeedsFieldSpecified; + } + set + { + this.houseTotalHouseOverallNeedsFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeHousingServiceMunicipalResourcePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeHousingServicePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeMunicipalService : ServicePDType + { + + private PDServiceChargeExportTypeMunicipalServiceServiceCharge serviceChargeField; + + private PDServiceChargeExportTypeMunicipalServicePiecemealPayment piecemealPaymentField; + + private PDServiceChargeExportTypeMunicipalServicePaymentRecalculation paymentRecalculationField; + + private ServiceInformation serviceInformationField; + + private PDServiceChargeExportTypeMunicipalServiceVolume[] consumptionField; + + private PDServiceChargeExportTypeMunicipalServiceMultiplyingFactor multiplyingFactorField; + + private decimal municipalServiceIndividualConsumptionPayableField; + + private bool municipalServiceIndividualConsumptionPayableFieldSpecified; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceIndividualConsumptionField; + + private bool amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public PDServiceChargeExportTypeMunicipalServiceServiceCharge ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public PDServiceChargeExportTypeMunicipalServicePiecemealPayment PiecemealPayment + { + get + { + return this.piecemealPaymentField; + } + set + { + this.piecemealPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeExportTypeMunicipalServicePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=4)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public PDServiceChargeExportTypeMunicipalServiceVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public PDServiceChargeExportTypeMunicipalServiceMultiplyingFactor MultiplyingFactor + { + get + { + return this.multiplyingFactorField; + } + set + { + this.multiplyingFactorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal MunicipalServiceIndividualConsumptionPayable + { + get + { + return this.municipalServiceIndividualConsumptionPayableField; + } + set + { + this.municipalServiceIndividualConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceIndividualConsumptionPayableSpecified + { + get + { + return this.municipalServiceIndividualConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceIndividualConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal AmountOfPaymentMunicipalServiceIndividualConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceIndividualConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeMunicipalServiceServiceCharge : ServiceChargeType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeMunicipalServicePiecemealPayment + { + + private decimal paymentPeriodPiecemealPaymentSumField; + + private bool paymentPeriodPiecemealPaymentSumFieldSpecified; + + private decimal pastPaymentPeriodPiecemealPaymentSumField; + + private bool pastPaymentPeriodPiecemealPaymentSumFieldSpecified; + + private decimal piecemealPaymentPercentRubField; + + private decimal piecemealPaymentPercentField; + + private decimal piecemealPaymentSumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal paymentPeriodPiecemealPaymentSum + { + get + { + return this.paymentPeriodPiecemealPaymentSumField; + } + set + { + this.paymentPeriodPiecemealPaymentSumField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool paymentPeriodPiecemealPaymentSumSpecified + { + get + { + return this.paymentPeriodPiecemealPaymentSumFieldSpecified; + } + set + { + this.paymentPeriodPiecemealPaymentSumFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal pastPaymentPeriodPiecemealPaymentSum + { + get + { + return this.pastPaymentPeriodPiecemealPaymentSumField; + } + set + { + this.pastPaymentPeriodPiecemealPaymentSumField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool pastPaymentPeriodPiecemealPaymentSumSpecified + { + get + { + return this.pastPaymentPeriodPiecemealPaymentSumFieldSpecified; + } + set + { + this.pastPaymentPeriodPiecemealPaymentSumFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal piecemealPaymentPercentRub + { + get + { + return this.piecemealPaymentPercentRubField; + } + set + { + this.piecemealPaymentPercentRubField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal piecemealPaymentPercent + { + get + { + return this.piecemealPaymentPercentField; + } + set + { + this.piecemealPaymentPercentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal piecemealPaymentSum + { + get + { + return this.piecemealPaymentSumField; + } + set + { + this.piecemealPaymentSumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeMunicipalServicePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeMunicipalServiceVolume + { + + private PDServiceChargeExportTypeMunicipalServiceVolumeType typeField; + + private bool typeFieldSpecified; + + private PDServiceChargeExportTypeMunicipalServiceVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeExportTypeMunicipalServiceVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeExportTypeMunicipalServiceVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeExportTypeMunicipalServiceVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeExportTypeMunicipalServiceVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeExportTypeMunicipalServiceMultiplyingFactor + { + + private decimal ratioField; + + private decimal amountOfExcessFeesField; + + private bool amountOfExcessFeesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Ratio + { + get + { + return this.ratioField; + } + set + { + this.ratioField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AmountOfExcessFees + { + get + { + return this.amountOfExcessFeesField; + } + set + { + this.amountOfExcessFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfExcessFeesSpecified + { + get + { + return this.amountOfExcessFeesFieldSpecified; + } + set + { + this.amountOfExcessFeesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceMDReadings + { + + private string meteringDeviceField; + + private decimal mDPreviousPeriodReadingsField; + + private bool mDPreviousPeriodReadingsFieldSpecified; + + private PDServiceMDReadingsMDUnit mDUnitField; + + private bool mDUnitFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringDevice + { + get + { + return this.meteringDeviceField; + } + set + { + this.meteringDeviceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal MDPreviousPeriodReadings + { + get + { + return this.mDPreviousPeriodReadingsField; + } + set + { + this.mDPreviousPeriodReadingsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MDPreviousPeriodReadingsSpecified + { + get + { + return this.mDPreviousPeriodReadingsFieldSpecified; + } + set + { + this.mDPreviousPeriodReadingsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceMDReadingsMDUnit MDUnit + { + get + { + return this.mDUnitField; + } + set + { + this.mDUnitField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MDUnitSpecified + { + get + { + return this.mDUnitFieldSpecified; + } + set + { + this.mDUnitFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceMDReadingsMDUnit + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("113")] + Item113, + + /// + [System.Xml.Serialization.XmlEnumAttribute("116")] + Item116, + + /// + [System.Xml.Serialization.XmlEnumAttribute("233")] + Item233, + + /// + [System.Xml.Serialization.XmlEnumAttribute("245")] + Item245, + + /// + [System.Xml.Serialization.XmlEnumAttribute("246")] + Item246, + + /// + [System.Xml.Serialization.XmlEnumAttribute("271")] + Item271, + + /// + A005, + + /// + A056, + + /// + A058, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportType + { + + private string accountGuidField; + + private string paymentDocumentFormField; + + private string paymentDocumentNumberField; + + private PaymentDocumentExportTypeAddressInfo addressInfoField; + + private PaymentDocumentExportTypeIndividualMDReadings[] individualMDReadingsField; + + private object[] itemsField; + + private bool itemField; + + private ItemChoiceType2 itemElementNameField; + + private decimal totalPayableByChargeInfoField; + + private bool totalPayableByChargeInfoFieldSpecified; + + private decimal totalPayableOverallByChargeInfoField; + + private bool totalPayableOverallByChargeInfoFieldSpecified; + + private decimal debtPreviousPeriodsField; + + private bool debtPreviousPeriodsFieldSpecified; + + private decimal advanceBllingPeriodField; + + private bool advanceBllingPeriodFieldSpecified; + + private decimal totalPiecemealPaymentSumField; + + private bool totalPiecemealPaymentSumFieldSpecified; + + private sbyte paymentsTakenField; + + private bool paymentsTakenFieldSpecified; + + private string additionalInformationField; + + private decimal totalPayableByPDField; + + private bool totalPayableByPDFieldSpecified; + + private decimal totalByPenaltiesAndCourtCostsField; + + private bool totalByPenaltiesAndCourtCostsFieldSpecified; + + private decimal totalPayableByPDWithDebtAndAdvanceField; + + private bool totalPayableByPDWithDebtAndAdvanceFieldSpecified; + + private PaymentDocumentExportTypeComponentsOfCost[] componentsOfCostField; + + private decimal paidCashField; + + private bool paidCashFieldSpecified; + + private System.DateTime dateOfLastReceivedPaymentField; + + private bool dateOfLastReceivedPaymentFieldSpecified; + + private int monthField; + + private bool monthFieldSpecified; + + private short yearField; + + private bool yearFieldSpecified; + + private decimal limitIndexField; + + private bool limitIndexFieldSpecified; + + private decimal subsidiesCompensationSocialSupportField; + + private bool subsidiesCompensationSocialSupportFieldSpecified; + + private PaymentDocumentExportTypePaymentProviderInformation paymentProviderInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + public string AccountGuid + { + get + { + return this.accountGuidField; + } + set + { + this.accountGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PaymentDocumentForm + { + get + { + return this.paymentDocumentFormField; + } + set + { + this.paymentDocumentFormField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=2)] + public string PaymentDocumentNumber + { + get + { + return this.paymentDocumentNumberField; + } + set + { + this.paymentDocumentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public PaymentDocumentExportTypeAddressInfo AddressInfo + { + get + { + return this.addressInfoField; + } + set + { + this.addressInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IndividualMDReadings", Order=4)] + public PaymentDocumentExportTypeIndividualMDReadings[] IndividualMDReadings + { + get + { + return this.individualMDReadingsField; + } + set + { + this.individualMDReadingsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CapitalRepairCharge", typeof(PaymentDocumentExportTypeCapitalRepairCharge), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("CapitalRepairDebt", typeof(PaymentDocumentExportTypeCapitalRepairDebt), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("CapitalRepairYearCharge", typeof(CapitalRepairYearExportType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("ChargeDebt", typeof(PaymentDocumentExportTypeChargeDebt), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("ChargeInfo", typeof(PDServiceChargeExportType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("Insurance", typeof(PaymentDocumentExportTypeInsurance), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("PenaltiesAndCourtCosts", typeof(PaymentDocumentExportTypePenaltiesAndCourtCosts), Order=5)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Expose", typeof(bool), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("Withdraw", typeof(bool), Order=6)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType2 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal TotalPayableByChargeInfo + { + get + { + return this.totalPayableByChargeInfoField; + } + set + { + this.totalPayableByChargeInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableByChargeInfoSpecified + { + get + { + return this.totalPayableByChargeInfoFieldSpecified; + } + set + { + this.totalPayableByChargeInfoFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal TotalPayableOverallByChargeInfo + { + get + { + return this.totalPayableOverallByChargeInfoField; + } + set + { + this.totalPayableOverallByChargeInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallByChargeInfoSpecified + { + get + { + return this.totalPayableOverallByChargeInfoFieldSpecified; + } + set + { + this.totalPayableOverallByChargeInfoFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal DebtPreviousPeriods + { + get + { + return this.debtPreviousPeriodsField; + } + set + { + this.debtPreviousPeriodsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsSpecified + { + get + { + return this.debtPreviousPeriodsFieldSpecified; + } + set + { + this.debtPreviousPeriodsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal AdvanceBllingPeriod + { + get + { + return this.advanceBllingPeriodField; + } + set + { + this.advanceBllingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AdvanceBllingPeriodSpecified + { + get + { + return this.advanceBllingPeriodFieldSpecified; + } + set + { + this.advanceBllingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal totalPiecemealPaymentSum + { + get + { + return this.totalPiecemealPaymentSumField; + } + set + { + this.totalPiecemealPaymentSumField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool totalPiecemealPaymentSumSpecified + { + get + { + return this.totalPiecemealPaymentSumFieldSpecified; + } + set + { + this.totalPiecemealPaymentSumFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public sbyte PaymentsTaken + { + get + { + return this.paymentsTakenField; + } + set + { + this.paymentsTakenField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PaymentsTakenSpecified + { + get + { + return this.paymentsTakenFieldSpecified; + } + set + { + this.paymentsTakenFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public decimal TotalPayableByPD + { + get + { + return this.totalPayableByPDField; + } + set + { + this.totalPayableByPDField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableByPDSpecified + { + get + { + return this.totalPayableByPDFieldSpecified; + } + set + { + this.totalPayableByPDFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public decimal TotalByPenaltiesAndCourtCosts + { + get + { + return this.totalByPenaltiesAndCourtCostsField; + } + set + { + this.totalByPenaltiesAndCourtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalByPenaltiesAndCourtCostsSpecified + { + get + { + return this.totalByPenaltiesAndCourtCostsFieldSpecified; + } + set + { + this.totalByPenaltiesAndCourtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public decimal TotalPayableByPDWithDebtAndAdvance + { + get + { + return this.totalPayableByPDWithDebtAndAdvanceField; + } + set + { + this.totalPayableByPDWithDebtAndAdvanceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableByPDWithDebtAndAdvanceSpecified + { + get + { + return this.totalPayableByPDWithDebtAndAdvanceFieldSpecified; + } + set + { + this.totalPayableByPDWithDebtAndAdvanceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ComponentsOfCost", Order=18)] + public PaymentDocumentExportTypeComponentsOfCost[] ComponentsOfCost + { + get + { + return this.componentsOfCostField; + } + set + { + this.componentsOfCostField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=19)] + public decimal PaidCash + { + get + { + return this.paidCashField; + } + set + { + this.paidCashField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PaidCashSpecified + { + get + { + return this.paidCashFieldSpecified; + } + set + { + this.paidCashFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=20)] + public System.DateTime DateOfLastReceivedPayment + { + get + { + return this.dateOfLastReceivedPaymentField; + } + set + { + this.dateOfLastReceivedPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfLastReceivedPaymentSpecified + { + get + { + return this.dateOfLastReceivedPaymentFieldSpecified; + } + set + { + this.dateOfLastReceivedPaymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=21)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MonthSpecified + { + get + { + return this.monthFieldSpecified; + } + set + { + this.monthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=22)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool YearSpecified + { + get + { + return this.yearFieldSpecified; + } + set + { + this.yearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=23)] + public decimal LimitIndex + { + get + { + return this.limitIndexField; + } + set + { + this.limitIndexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool LimitIndexSpecified + { + get + { + return this.limitIndexFieldSpecified; + } + set + { + this.limitIndexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=24)] + public decimal SubsidiesCompensationSocialSupport + { + get + { + return this.subsidiesCompensationSocialSupportField; + } + set + { + this.subsidiesCompensationSocialSupportField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SubsidiesCompensationSocialSupportSpecified + { + get + { + return this.subsidiesCompensationSocialSupportFieldSpecified; + } + set + { + this.subsidiesCompensationSocialSupportFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=25)] + public PaymentDocumentExportTypePaymentProviderInformation PaymentProviderInformation + { + get + { + return this.paymentProviderInformationField; + } + set + { + this.paymentProviderInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeAddressInfo + { + + private string livingPersonsNumberField; + + private decimal residentialSquareField; + + private bool residentialSquareFieldSpecified; + + private decimal heatedAreaField; + + private bool heatedAreaFieldSpecified; + + private decimal totalSquareField; + + private bool totalSquareFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string LivingPersonsNumber + { + get + { + return this.livingPersonsNumberField; + } + set + { + this.livingPersonsNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal ResidentialSquare + { + get + { + return this.residentialSquareField; + } + set + { + this.residentialSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ResidentialSquareSpecified + { + get + { + return this.residentialSquareFieldSpecified; + } + set + { + this.residentialSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal HeatedArea + { + get + { + return this.heatedAreaField; + } + set + { + this.heatedAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HeatedAreaSpecified + { + get + { + return this.heatedAreaFieldSpecified; + } + set + { + this.heatedAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalSquareSpecified + { + get + { + return this.totalSquareFieldSpecified; + } + set + { + this.totalSquareFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeIndividualMDReadings : PDServiceMDReadings + { + + private PaymentDocumentExportTypeIndividualMDReadingsMDService[] mDServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute("MDService", Order=0)] + public PaymentDocumentExportTypeIndividualMDReadingsMDService[] MDService + { + get + { + return this.mDServiceField; + } + set + { + this.mDServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeIndividualMDReadingsMDService + { + + private string mDServiceCodeField; + + private string mDServiceNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MDServiceCode + { + get + { + return this.mDServiceCodeField; + } + set + { + this.mDServiceCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MDServiceName + { + get + { + return this.mDServiceNameField; + } + set + { + this.mDServiceNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeCapitalRepairCharge : CapitalRepairType + { + + private string paymentInformationGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeCapitalRepairDebt : DebtType + { + + private string paymentInformationGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeChargeDebt : PDServiceDebtType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeInsurance + { + + private string insuranceProductGUIDField; + + private decimal rateField; + + private decimal totalPayableField; + + private decimal accountingPeriodTotalField; + + private string calcExplanationField; + + private ServiceChargeType serviceChargeField; + + private PaymentDocumentExportTypeInsuranceVolume[] consumptionField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string orgPPAGUIDField; + + private string paymentInformationGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string InsuranceProductGUID + { + get + { + return this.insuranceProductGUIDField; + } + set + { + this.insuranceProductGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public ServiceChargeType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=6)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public PaymentDocumentExportTypeInsuranceVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeInsuranceVolume + { + + private PaymentDocumentExportTypeInsuranceVolumeType typeField; + + private bool typeFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PaymentDocumentExportTypeInsuranceVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PaymentDocumentExportTypeInsuranceVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypePenaltiesAndCourtCosts + { + + private nsiRef serviceTypeField; + + private string causeField; + + private decimal totalPayableField; + + private string orgPPAGUIDField; + + private string paymentInformationGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Cause + { + get + { + return this.causeField; + } + set + { + this.causeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemChoiceType2 + { + + /// + Expose, + + /// + Withdraw, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypeComponentsOfCost + { + + private nsiRef nameComponentField; + + private decimal costField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef nameComponent + { + get + { + return this.nameComponentField; + } + set + { + this.nameComponentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal cost + { + get + { + return this.costField; + } + set + { + this.costField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentExportTypePaymentProviderInformation + { + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportPaymentDocumentResultType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocument", typeof(exportPaymentDocumentResultTypePaymentDocument), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ErrorMessageType + { + + private string errorCodeField; + + private string descriptionField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportPaymentDocumentResultTypePaymentDocument : PaymentDocumentExportType + { + + private string paymentDocumentIDField; + + private exportPaymentDocumentResultTypePaymentDocumentPaymentInformation[] paymentInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PaymentInformation", Order=1)] + public exportPaymentDocumentResultTypePaymentDocumentPaymentInformation[] PaymentInformation + { + get + { + return this.paymentInformationField; + } + set + { + this.paymentInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportPaymentDocumentResultTypePaymentDocumentPaymentInformation : PaymentInformationExportType + { + + private decimal totalPayableByPaymentInformationField; + + private bool totalPayableByPaymentInformationFieldSpecified; + + private string paymentInformationGuidField; + + private string accountNumberField; + + private string serviceIDField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal totalPayableWithDebtAndAdvanceField; + + private bool totalPayableWithDebtAndAdvanceFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal TotalPayableByPaymentInformation + { + get + { + return this.totalPayableByPaymentInformationField; + } + set + { + this.totalPayableByPaymentInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableByPaymentInformationSpecified + { + get + { + return this.totalPayableByPaymentInformationFieldSpecified; + } + set + { + this.totalPayableByPaymentInformationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=3)] + public string ServiceID + { + get + { + return this.serviceIDField; + } + set + { + this.serviceIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal TotalPayableWithDebtAndAdvance + { + get + { + return this.totalPayableWithDebtAndAdvanceField; + } + set + { + this.totalPayableWithDebtAndAdvanceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableWithDebtAndAdvanceSpecified + { + get + { + return this.totalPayableWithDebtAndAdvanceFieldSpecified; + } + set + { + this.totalPayableWithDebtAndAdvanceFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultType + { + + private string gUIDField; + + private string transportGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultTypeError : ErrorMessageType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ObjectType + { + + private System.Xml.XmlNode[] anyField; + + private string idField; + + private string mimeTypeField; + + private string encodingField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string MimeType + { + get + { + return this.mimeTypeField; + } + set + { + this.mimeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Encoding + { + get + { + return this.encodingField; + } + set + { + this.encodingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SPKIDataType + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class PGPDataType + { + + private object[] itemsField; + + private ItemsChoiceType1[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType1[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType1 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + PGPKeyID, + + /// + PGPKeyPacket, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509IssuerSerialType + { + + private string x509IssuerNameField; + + private string x509SerialNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string X509IssuerName + { + get + { + return this.x509IssuerNameField; + } + set + { + this.x509IssuerNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string X509SerialNumber + { + get + { + return this.x509SerialNumberField; + } + set + { + this.x509SerialNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509DataType + { + + private object[] itemsField; + + private ItemsChoiceType[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + X509CRL, + + /// + X509Certificate, + + /// + X509IssuerSerial, + + /// + X509SKI, + + /// + X509SubjectName, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RetrievalMethodType + { + + private TransformType[] transformsField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class TransformType + { + + private object[] itemsField; + + private string[] textField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RSAKeyValueType + { + + private byte[] modulusField; + + private byte[] exponentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] Modulus + { + get + { + return this.modulusField; + } + set + { + this.modulusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Exponent + { + get + { + return this.exponentField; + } + set + { + this.exponentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DSAKeyValueType + { + + private byte[] pField; + + private byte[] qField; + + private byte[] gField; + + private byte[] yField; + + private byte[] jField; + + private byte[] seedField; + + private byte[] pgenCounterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] P + { + get + { + return this.pField; + } + set + { + this.pField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Q + { + get + { + return this.qField; + } + set + { + this.qField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] G + { + get + { + return this.gField; + } + set + { + this.gField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] + public byte[] Y + { + get + { + return this.yField; + } + set + { + this.yField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] + public byte[] J + { + get + { + return this.jField; + } + set + { + this.jField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] + public byte[] Seed + { + get + { + return this.seedField; + } + set + { + this.seedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] + public byte[] PgenCounter + { + get + { + return this.pgenCounterField; + } + set + { + this.pgenCounterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyValueType + { + + private object itemField; + + private string[] textField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyInfoType + { + + private object[] itemsField; + + private ItemsChoiceType2[] itemsElementNameField; + + private string[] textField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType2[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType2 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + KeyName, + + /// + KeyValue, + + /// + MgmtData, + + /// + PGPData, + + /// + RetrievalMethod, + + /// + SPKIData, + + /// + X509Data, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureValueType + { + + private string idField; + + private byte[] valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] + public byte[] Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DigestMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ReferenceType + { + + private TransformType[] transformsField; + + private DigestMethodType digestMethodField; + + private byte[] digestValueField; + + private string idField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DigestMethodType DigestMethod + { + get + { + return this.digestMethodField; + } + set + { + this.digestMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] DigestValue + { + get + { + return this.digestValueField; + } + set + { + this.digestValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureMethodType + { + + private string hMACOutputLengthField; + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string HMACOutputLength + { + get + { + return this.hMACOutputLengthField; + } + set + { + this.hMACOutputLengthField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class CanonicalizationMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignedInfoType + { + + private CanonicalizationMethodType canonicalizationMethodField; + + private SignatureMethodType signatureMethodField; + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CanonicalizationMethodType CanonicalizationMethod + { + get + { + return this.canonicalizationMethodField; + } + set + { + this.canonicalizationMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureMethodType SignatureMethod + { + get + { + return this.signatureMethodField; + } + set + { + this.signatureMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] + public ReferenceType[] Reference + { + get + { + return this.referenceField; + } + set + { + this.referenceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureType + { + + private SignedInfoType signedInfoField; + + private SignatureValueType signatureValueField; + + private KeyInfoType keyInfoField; + + private ObjectType[] objectField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SignedInfoType SignedInfo + { + get + { + return this.signedInfoField; + } + set + { + this.signedInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureValueType SignatureValue + { + get + { + return this.signatureValueField; + } + set + { + this.signatureValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public KeyInfoType KeyInfo + { + get + { + return this.keyInfoField; + } + set + { + this.keyInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] + public ObjectType[] Object + { + get + { + return this.objectField; + } + set + { + this.objectField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseType + { + + private SignatureType signatureField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] + public SignatureType Signature + { + get + { + return this.signatureField; + } + set + { + this.signatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseAsyncResponseType : BaseType + { + + private sbyte requestStateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte RequestState + { + get + { + return this.requestStateField; + } + set + { + this.requestStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-service-async/", ConfigurationName="Hcs.Service.Async.Bills.BillsPortsTypeAsync")] + public interface BillsPortsTypeAsync + { + + [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.Bills.getStateRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importPaymentDocumentData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:importPaymentDocumentData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importPaymentDocumentDataAsync(Hcs.Service.Async.Bills.importPaymentDocumentDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportPaymentDocumentData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:exportPaymentDocumentData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportPaymentDocumentDataAsync(Hcs.Service.Async.Bills.exportPaymentDocumentDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportNotificationsOfOrderExecution", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:exportNotificationsOfOrderExecution", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importAcknowledgment", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:importAcknowledgment", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importAcknowledgmentAsync(Hcs.Service.Async.Bills.importAcknowledgmentRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importInsuranceProduct", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:importInsuranceProduct", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importInsuranceProductAsync(Hcs.Service.Async.Bills.importInsuranceProductRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportInsuranceProduct", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:exportInsuranceProduct", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportInsuranceProductAsync(Hcs.Service.Async.Bills.exportInsuranceProductRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importRSOSettlements", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:importRSOSettlements", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importRSOSettlementsAsync(Hcs.Service.Async.Bills.importRSOSettlementsRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importIKUSettlements", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:importIKUSettlements", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importIKUSettlementsAsync(Hcs.Service.Async.Bills.importIKUSettlementsRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportSettlements", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:exportSettlements", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportSettlementsAsync(Hcs.Service.Async.Bills.exportSettlementsRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportNotificationsOfOrderExecutionPaginal", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:exportNotificationsOfOrderExecutionPaginal", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportNotificationsOfOrderExecutionPaginalAsync(Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionPaginalRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:getRequestsState", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Bills.Fault), Action="urn:getRequestsState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ReportPeriodType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AcknowledgmentRequestInfoExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceDebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DebtType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairMonthlyImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CapitalRepairType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServiceInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ServicePDType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PDServiceMDReadings))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentDocumentExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task getRequestsStateAsync(Hcs.Service.Async.Bills.getRequestsStateRequest request); + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeader : HeaderType + { + + private object itemField; + + private ItemChoiceType4 itemElementNameField; + + private bool isOperatorSignatureField; + + private bool isOperatorSignatureFieldSpecified; + + private ISCreator[] iSCreatorField; + + public RequestHeader() + { + this.isOperatorSignatureField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType4 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsOperatorSignature + { + get + { + return this.isOperatorSignatureField; + } + set + { + this.isOperatorSignatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsOperatorSignatureSpecified + { + get + { + return this.isOperatorSignatureFieldSpecified; + } + set + { + this.isOperatorSignatureFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] + public ISCreator[] ISCreator + { + get + { + return this.iSCreatorField; + } + set + { + this.iSCreatorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizen + { + + private object[] itemsField; + + private ItemsChoiceType6[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType6[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocument + { + + private RequestHeaderCitizenDocumentDocumentType documentTypeField; + + private string seriesField; + + private string numberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RequestHeaderCitizenDocumentDocumentType DocumentType + { + get + { + return this.documentTypeField; + } + set + { + this.documentTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocumentDocumentType + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemsChoiceType6 + { + + /// + CitizenPPAGUID, + + /// + Document, + + /// + SNILS, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemChoiceType4 + { + + /// + Citizen, + + /// + SenderID, + + /// + orgPPAGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISCreator + { + + private string iSNameField; + + private string iSOperatorNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ISName + { + get + { + return this.iSNameField; + } + set + { + this.iSNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ISOperatorName + { + get + { + return this.iSOperatorNameField; + } + set + { + this.iSOperatorNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class HeaderType + { + + private System.DateTime dateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class getStateRequest + { + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ResultHeader : HeaderType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class getStateResult : BaseAsyncResponseType + { + + private object[] itemsField; + + private string versionField; + + public getStateResult() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ExportNotificationsOfOrderExecutionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("InsuranceProduct", typeof(InsuranceProductType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Settlement", typeof(ExportSettlementResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportNotificationsOfOrderExecutionResult", typeof(exportNotificationsOfOrderExecutionResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportPaymentDocResult", typeof(exportPaymentDocumentResultType), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.getStateRequest getStateRequest; + + public getStateRequest1() + { + } + + public getStateRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.getStateRequest getStateRequest) + { + this.RequestHeader = RequestHeader; + this.getStateRequest = getStateRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.getStateResult getStateResult; + + public getStateResponse() + { + } + + public getStateResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.getStateResult getStateResult) + { + this.ResultHeader = ResultHeader; + this.getStateResult = getStateResult; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importPaymentDocumentRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public importPaymentDocumentRequest() + { + this.versionField = "11.2.0.16"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Month", typeof(int), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Year", typeof(short), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ConfirmAmountsCorrect", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocument", typeof(importPaymentDocumentRequestPaymentDocument), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentInformation", typeof(importPaymentDocumentRequestPaymentInformation), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentProviderInformation", typeof(importPaymentDocumentRequestPaymentProviderInformation), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("WithdrawPaymentDocument", typeof(importPaymentDocumentRequestWithdrawPaymentDocument), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importPaymentDocumentRequestPaymentDocument : PaymentDocumentType + { + + private string transportGUIDField; + + private string paymentDocumentIDField; + + private object[] items1Field; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=1)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DetailsPaymentInformation", typeof(importPaymentDocumentRequestPaymentDocumentDetailsPaymentInformation), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("PaymentInformationDetails", typeof(importPaymentDocumentRequestPaymentDocumentPaymentInformationDetails), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("PaymentInformationKey", typeof(string), Order=2)] + public object[] Items1 + { + get + { + return this.items1Field; + } + set + { + this.items1Field = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importPaymentDocumentRequestPaymentDocumentDetailsPaymentInformation + { + + private string paymentInformationKeyField; + + private decimal totalPayableByPaymentInformationField; + + private string accountNumberField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal totalPayableWithDebtAndAdvanceField; + + private bool totalPayableWithDebtAndAdvanceFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalPayableByPaymentInformation + { + get + { + return this.totalPayableByPaymentInformationField; + } + set + { + this.totalPayableByPaymentInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal TotalPayableWithDebtAndAdvance + { + get + { + return this.totalPayableWithDebtAndAdvanceField; + } + set + { + this.totalPayableWithDebtAndAdvanceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableWithDebtAndAdvanceSpecified + { + get + { + return this.totalPayableWithDebtAndAdvanceFieldSpecified; + } + set + { + this.totalPayableWithDebtAndAdvanceFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importPaymentDocumentRequestPaymentDocumentPaymentInformationDetails + { + + private decimal totalPayableByPaymentInformationField; + + private string accountNumberField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal totalPayableWithDebtAndAdvanceField; + + private bool totalPayableWithDebtAndAdvanceFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal TotalPayableByPaymentInformation + { + get + { + return this.totalPayableByPaymentInformationField; + } + set + { + this.totalPayableByPaymentInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalPayableWithDebtAndAdvance + { + get + { + return this.totalPayableWithDebtAndAdvanceField; + } + set + { + this.totalPayableWithDebtAndAdvanceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableWithDebtAndAdvanceSpecified + { + get + { + return this.totalPayableWithDebtAndAdvanceFieldSpecified; + } + set + { + this.totalPayableWithDebtAndAdvanceFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentType + { + + private string accountGuidField; + + private string paymentDocumentNumberField; + + private PaymentDocumentTypeIndividualMDReadings[] individualMDReadingsField; + + private object[] itemsField; + + private bool itemField; + + private ItemChoiceType5 itemElementNameField; + + private decimal totalPayableByChargeInfoField; + + private bool totalPayableByChargeInfoFieldSpecified; + + private decimal totalPayableOverallByChargeInfoField; + + private bool totalPayableOverallByChargeInfoFieldSpecified; + + private decimal debtPreviousPeriodsField; + + private bool debtPreviousPeriodsFieldSpecified; + + private decimal advanceBllingPeriodField; + + private bool advanceBllingPeriodFieldSpecified; + + private decimal totalPiecemealPaymentSumField; + + private bool totalPiecemealPaymentSumFieldSpecified; + + private sbyte paymentsTakenField; + + private bool paymentsTakenFieldSpecified; + + private string additionalInformationField; + + private decimal totalPayableByPDWithDebtAndAdvanceField; + + private bool totalPayableByPDWithDebtAndAdvanceFieldSpecified; + + private decimal totalByPenaltiesAndCourtCostsField; + + private bool totalByPenaltiesAndCourtCostsFieldSpecified; + + private decimal totalPayableByPDField; + + private bool totalPayableByPDFieldSpecified; + + private PaymentDocumentTypeComponentsOfCost[] componentsOfCostField; + + private decimal paidCashField; + + private bool paidCashFieldSpecified; + + private System.DateTime dateOfLastReceivedPaymentField; + + private bool dateOfLastReceivedPaymentFieldSpecified; + + private decimal limitIndexField; + + private bool limitIndexFieldSpecified; + + private decimal subsidiesCompensationSocialSupportField; + + private bool subsidiesCompensationSocialSupportFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + public string AccountGuid + { + get + { + return this.accountGuidField; + } + set + { + this.accountGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=1)] + public string PaymentDocumentNumber + { + get + { + return this.paymentDocumentNumberField; + } + set + { + this.paymentDocumentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IndividualMDReadings", Order=2)] + public PaymentDocumentTypeIndividualMDReadings[] IndividualMDReadings + { + get + { + return this.individualMDReadingsField; + } + set + { + this.individualMDReadingsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CapitalRepairCharge", typeof(PaymentDocumentTypeCapitalRepairCharge), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("CapitalRepairDebt", typeof(DebtImportCRType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("CapitalRepairYearCharge", typeof(CapitalRepairYearImportType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("ChargeDebt", typeof(PDServiceDebtImportType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("ChargeInfo", typeof(PaymentDocumentTypeChargeInfo), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("Insurance", typeof(PaymentDocumentTypeInsurance), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("PenaltiesAndCourtCosts", typeof(PaymentDocumentTypePenaltiesAndCourtCosts), Order=3)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Expose", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("Withdraw", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType5 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal TotalPayableByChargeInfo + { + get + { + return this.totalPayableByChargeInfoField; + } + set + { + this.totalPayableByChargeInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableByChargeInfoSpecified + { + get + { + return this.totalPayableByChargeInfoFieldSpecified; + } + set + { + this.totalPayableByChargeInfoFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal TotalPayableOverallByChargeInfo + { + get + { + return this.totalPayableOverallByChargeInfoField; + } + set + { + this.totalPayableOverallByChargeInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallByChargeInfoSpecified + { + get + { + return this.totalPayableOverallByChargeInfoFieldSpecified; + } + set + { + this.totalPayableOverallByChargeInfoFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal DebtPreviousPeriods + { + get + { + return this.debtPreviousPeriodsField; + } + set + { + this.debtPreviousPeriodsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsSpecified + { + get + { + return this.debtPreviousPeriodsFieldSpecified; + } + set + { + this.debtPreviousPeriodsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal AdvanceBllingPeriod + { + get + { + return this.advanceBllingPeriodField; + } + set + { + this.advanceBllingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AdvanceBllingPeriodSpecified + { + get + { + return this.advanceBllingPeriodFieldSpecified; + } + set + { + this.advanceBllingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal totalPiecemealPaymentSum + { + get + { + return this.totalPiecemealPaymentSumField; + } + set + { + this.totalPiecemealPaymentSumField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool totalPiecemealPaymentSumSpecified + { + get + { + return this.totalPiecemealPaymentSumFieldSpecified; + } + set + { + this.totalPiecemealPaymentSumFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public sbyte PaymentsTaken + { + get + { + return this.paymentsTakenField; + } + set + { + this.paymentsTakenField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PaymentsTakenSpecified + { + get + { + return this.paymentsTakenFieldSpecified; + } + set + { + this.paymentsTakenFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public decimal TotalPayableByPDWithDebtAndAdvance + { + get + { + return this.totalPayableByPDWithDebtAndAdvanceField; + } + set + { + this.totalPayableByPDWithDebtAndAdvanceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableByPDWithDebtAndAdvanceSpecified + { + get + { + return this.totalPayableByPDWithDebtAndAdvanceFieldSpecified; + } + set + { + this.totalPayableByPDWithDebtAndAdvanceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public decimal TotalByPenaltiesAndCourtCosts + { + get + { + return this.totalByPenaltiesAndCourtCostsField; + } + set + { + this.totalByPenaltiesAndCourtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalByPenaltiesAndCourtCostsSpecified + { + get + { + return this.totalByPenaltiesAndCourtCostsFieldSpecified; + } + set + { + this.totalByPenaltiesAndCourtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public decimal TotalPayableByPD + { + get + { + return this.totalPayableByPDField; + } + set + { + this.totalPayableByPDField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableByPDSpecified + { + get + { + return this.totalPayableByPDFieldSpecified; + } + set + { + this.totalPayableByPDFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ComponentsOfCost", Order=16)] + public PaymentDocumentTypeComponentsOfCost[] ComponentsOfCost + { + get + { + return this.componentsOfCostField; + } + set + { + this.componentsOfCostField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public decimal PaidCash + { + get + { + return this.paidCashField; + } + set + { + this.paidCashField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PaidCashSpecified + { + get + { + return this.paidCashFieldSpecified; + } + set + { + this.paidCashFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=18)] + public System.DateTime DateOfLastReceivedPayment + { + get + { + return this.dateOfLastReceivedPaymentField; + } + set + { + this.dateOfLastReceivedPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfLastReceivedPaymentSpecified + { + get + { + return this.dateOfLastReceivedPaymentFieldSpecified; + } + set + { + this.dateOfLastReceivedPaymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=19)] + public decimal LimitIndex + { + get + { + return this.limitIndexField; + } + set + { + this.limitIndexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool LimitIndexSpecified + { + get + { + return this.limitIndexFieldSpecified; + } + set + { + this.limitIndexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=20)] + public decimal SubsidiesCompensationSocialSupport + { + get + { + return this.subsidiesCompensationSocialSupportField; + } + set + { + this.subsidiesCompensationSocialSupportField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SubsidiesCompensationSocialSupportSpecified + { + get + { + return this.subsidiesCompensationSocialSupportFieldSpecified; + } + set + { + this.subsidiesCompensationSocialSupportFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentTypeIndividualMDReadings : PDServiceMDReadings + { + + private PaymentDocumentTypeIndividualMDReadingsMDServiceCode[] mDServiceCodeField; + + /// + [System.Xml.Serialization.XmlElementAttribute("MDServiceCode", Order=0)] + public PaymentDocumentTypeIndividualMDReadingsMDServiceCode[] MDServiceCode + { + get + { + return this.mDServiceCodeField; + } + set + { + this.mDServiceCodeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PaymentDocumentTypeIndividualMDReadingsMDServiceCode + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("1")] + Item1, + + /// + [System.Xml.Serialization.XmlEnumAttribute("2")] + Item2, + + /// + [System.Xml.Serialization.XmlEnumAttribute("3")] + Item3, + + /// + [System.Xml.Serialization.XmlEnumAttribute("4")] + Item4, + + /// + [System.Xml.Serialization.XmlEnumAttribute("5")] + Item5, + + /// + [System.Xml.Serialization.XmlEnumAttribute("6")] + Item6, + + /// + [System.Xml.Serialization.XmlEnumAttribute("7")] + Item7, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentTypeCapitalRepairCharge : CapitalRepairImportType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairImportType + { + + private decimal contributionField; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private decimal moneyRecalculationField; + + private bool moneyRecalculationFieldSpecified; + + private decimal moneyDiscountField; + + private bool moneyDiscountFieldSpecified; + + private decimal totalPayableField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string orgPPAGUIDField; + + private string calcExplanationField; + + private CapitalRepairImportTypePaymentRecalculation paymentRecalculationField; + + private string paymentInformationKeyField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Contribution + { + get + { + return this.contributionField; + } + set + { + this.contributionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal MoneyRecalculation + { + get + { + return this.moneyRecalculationField; + } + set + { + this.moneyRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyRecalculationSpecified + { + get + { + return this.moneyRecalculationFieldSpecified; + } + set + { + this.moneyRecalculationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal MoneyDiscount + { + get + { + return this.moneyDiscountField; + } + set + { + this.moneyDiscountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MoneyDiscountSpecified + { + get + { + return this.moneyDiscountFieldSpecified; + } + set + { + this.moneyDiscountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public CapitalRepairImportTypePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairImportTypePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class DebtImportCRType + { + + private int monthField; + + private short yearField; + + private decimal totalPayableField; + + private string orgPPAGUIDField; + + private string paymentInformationKeyField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairYearImportType + { + + private CapitalRepairYearImportTypeCapitalRepairMonthlyCharge[] capitalRepairMonthlyChargeField; + + private short yearField; + + private string orgPPAGUIDField; + + private string paymentInformationKeyField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CapitalRepairMonthlyCharge", Order=0)] + public CapitalRepairYearImportTypeCapitalRepairMonthlyCharge[] CapitalRepairMonthlyCharge + { + get + { + return this.capitalRepairMonthlyChargeField; + } + set + { + this.capitalRepairMonthlyChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class CapitalRepairYearImportTypeCapitalRepairMonthlyCharge : CapitalRepairMonthlyImportType + { + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AdditionalService", typeof(PDServiceDebtImportTypeAdditionalService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("GroupMunicipalService", typeof(PDServiceDebtImportTypeGroupMunicipalService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HousingService", typeof(PDServiceDebtImportTypeHousingService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalService", typeof(PDServiceDebtImportTypeMunicipalService), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportTypeAdditionalService : ServiceDebtImportType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ServiceDebtImportType : DebtImportType + { + + private nsiRef serviceTypeField; + + private string paymentInformationKeyField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ServiceDebtImportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class DebtImportType + { + + private int monthField; + + private short yearField; + + private decimal totalPayableField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportTypeGroupMunicipalService + { + + private PDServiceDebtImportTypeGroupMunicipalServiceTypeMunicipalService typeMunicipalServiceField; + + private PDServiceDebtImportTypeGroupMunicipalServiceMunicipalService[] municipalServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public PDServiceDebtImportTypeGroupMunicipalServiceTypeMunicipalService TypeMunicipalService + { + get + { + return this.typeMunicipalServiceField; + } + set + { + this.typeMunicipalServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalService", Order=1)] + public PDServiceDebtImportTypeGroupMunicipalServiceMunicipalService[] MunicipalService + { + get + { + return this.municipalServiceField; + } + set + { + this.municipalServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportTypeGroupMunicipalServiceTypeMunicipalService + { + + private nsiRef serviceTypeField; + + private int monthField; + + private short yearField; + + private decimal totalPayableField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportTypeGroupMunicipalServiceMunicipalService : ServiceDebtImportType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportTypeHousingService : ServiceDebtImportType + { + + private PDServiceDebtImportTypeHousingServiceMunicipalResource[] municipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalResource", Order=0)] + public PDServiceDebtImportTypeHousingServiceMunicipalResource[] MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportTypeHousingServiceMunicipalResource + { + + private nsiRef serviceTypeField; + + private decimal totalPayableField; + + private string orgPPAGUIDField; + + private PDServiceDebtImportTypeHousingServiceMunicipalResourceGeneralMunicipalResource[] generalMunicipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GeneralMunicipalResource", Order=3)] + public PDServiceDebtImportTypeHousingServiceMunicipalResourceGeneralMunicipalResource[] GeneralMunicipalResource + { + get + { + return this.generalMunicipalResourceField; + } + set + { + this.generalMunicipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportTypeHousingServiceMunicipalResourceGeneralMunicipalResource + { + + private nsiRef serviceTypeField; + + private decimal totalPayableField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceDebtImportTypeMunicipalService : ServiceDebtImportType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentTypeChargeInfo : PDServiceChargeType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AdditionalService", typeof(PDServiceChargeTypeAdditionalService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("GroupMunicipalService", typeof(PDServiceChargeTypeGroupMunicipalService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HousingService", typeof(PDServiceChargeTypeHousingService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalService", typeof(PDServiceChargeTypeMunicipalService), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeAdditionalService : ServicePDImportType + { + + private ServiceChargeImportType serviceChargeField; + + private PDServiceChargeTypeAdditionalServiceVolume[] consumptionField; + + private PDServiceChargeTypeAdditionalServicePaymentRecalculation paymentRecalculationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=1)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public PDServiceChargeTypeAdditionalServiceVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeTypeAdditionalServicePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeAdditionalServiceVolume + { + + private PDServiceChargeTypeAdditionalServiceVolumeType typeField; + + private bool typeFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeAdditionalServiceVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeAdditionalServiceVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeAdditionalServicePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class ServicePDImportType + { + + private nsiRef serviceTypeField; + + private decimal rateField; + + private decimal totalPayableField; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private string calcExplanationField; + + private string orgPPAGUIDField; + + private string paymentInformationKeyField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeGroupMunicipalService + { + + private TypeMunicipalServiceType typeMunicipalServiceField; + + private PDServiceChargeTypeGroupMunicipalServiceMunicipalService[] municipalServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public TypeMunicipalServiceType TypeMunicipalService + { + get + { + return this.typeMunicipalServiceField; + } + set + { + this.typeMunicipalServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalService", Order=1)] + public PDServiceChargeTypeGroupMunicipalServiceMunicipalService[] MunicipalService + { + get + { + return this.municipalServiceField; + } + set + { + this.municipalServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class TypeMunicipalServiceType + { + + private nsiRef serviceTypeField; + + private TypeMunicipalServiceTypeVolume[] consumptionField; + + private decimal rateField; + + private bool rateFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceIndividualConsumptionField; + + private bool amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private TypeMunicipalServiceTypeMultiplyingFactor multiplyingFactorField; + + private ServiceChargeImportType serviceChargeField; + + private decimal totalPayableField; + + private decimal municipalServiceIndividualConsumptionPayableField; + + private bool municipalServiceIndividualConsumptionPayableFieldSpecified; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string calcExplanationField; + + private string orgPPAGUIDField; + + private PiecemealPayment piecemealPaymentField; + + private TypeMunicipalServiceTypePaymentRecalculation paymentRecalculationField; + + private ServiceInformation serviceInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=1)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public TypeMunicipalServiceTypeVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool RateSpecified + { + get + { + return this.rateFieldSpecified; + } + set + { + this.rateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal AmountOfPaymentMunicipalServiceIndividualConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceIndividualConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public TypeMunicipalServiceTypeMultiplyingFactor MultiplyingFactor + { + get + { + return this.multiplyingFactorField; + } + set + { + this.multiplyingFactorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal MunicipalServiceIndividualConsumptionPayable + { + get + { + return this.municipalServiceIndividualConsumptionPayableField; + } + set + { + this.municipalServiceIndividualConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceIndividualConsumptionPayableSpecified + { + get + { + return this.municipalServiceIndividualConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceIndividualConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=18)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=19)] + public PiecemealPayment PiecemealPayment + { + get + { + return this.piecemealPaymentField; + } + set + { + this.piecemealPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=20)] + public TypeMunicipalServiceTypePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=21)] + public ServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class TypeMunicipalServiceTypeVolume + { + + private TypeMunicipalServiceTypeVolumeType typeField; + + private bool typeFieldSpecified; + + private TypeMunicipalServiceTypeVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public TypeMunicipalServiceTypeVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public TypeMunicipalServiceTypeVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum TypeMunicipalServiceTypeVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum TypeMunicipalServiceTypeVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class TypeMunicipalServiceTypeMultiplyingFactor + { + + private decimal ratioField; + + private decimal amountOfExcessFeesField; + + private bool amountOfExcessFeesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Ratio + { + get + { + return this.ratioField; + } + set + { + this.ratioField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AmountOfExcessFees + { + get + { + return this.amountOfExcessFeesField; + } + set + { + this.amountOfExcessFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfExcessFeesSpecified + { + get + { + return this.amountOfExcessFeesFieldSpecified; + } + set + { + this.amountOfExcessFeesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class TypeMunicipalServiceTypePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeGroupMunicipalServiceMunicipalService : ServicePDImportType + { + + private ServiceChargeImportType serviceChargeField; + + private PiecemealPayment piecemealPaymentField; + + private PDServiceChargeTypeGroupMunicipalServiceMunicipalServicePaymentRecalculation paymentRecalculationField; + + private ServiceInformation serviceInformationField; + + private PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolume[] consumptionField; + + private PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceMultiplyingFactor multiplyingFactorField; + + private decimal municipalServiceIndividualConsumptionPayableField; + + private bool municipalServiceIndividualConsumptionPayableFieldSpecified; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceIndividualConsumptionField; + + private bool amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public PiecemealPayment PiecemealPayment + { + get + { + return this.piecemealPaymentField; + } + set + { + this.piecemealPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeTypeGroupMunicipalServiceMunicipalServicePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=4)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceMultiplyingFactor MultiplyingFactor + { + get + { + return this.multiplyingFactorField; + } + set + { + this.multiplyingFactorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal MunicipalServiceIndividualConsumptionPayable + { + get + { + return this.municipalServiceIndividualConsumptionPayableField; + } + set + { + this.municipalServiceIndividualConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceIndividualConsumptionPayableSpecified + { + get + { + return this.municipalServiceIndividualConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceIndividualConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal AmountOfPaymentMunicipalServiceIndividualConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceIndividualConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeGroupMunicipalServiceMunicipalServicePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolume + { + + private PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolumeType typeField; + + private bool typeFieldSpecified; + + private PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeGroupMunicipalServiceMunicipalServiceMultiplyingFactor + { + + private decimal ratioField; + + private decimal amountOfExcessFeesField; + + private bool amountOfExcessFeesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Ratio + { + get + { + return this.ratioField; + } + set + { + this.ratioField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AmountOfExcessFees + { + get + { + return this.amountOfExcessFeesField; + } + set + { + this.amountOfExcessFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfExcessFeesSpecified + { + get + { + return this.amountOfExcessFeesFieldSpecified; + } + set + { + this.amountOfExcessFeesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingService : ServicePDImportType + { + + private ServiceChargeImportType serviceChargeField; + + private PDServiceChargeTypeHousingServiceMunicipalResource[] municipalResourceField; + + private PDServiceChargeTypeHousingServicePaymentRecalculation paymentRecalculationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalResource", Order=1)] + public PDServiceChargeTypeHousingServiceMunicipalResource[] MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeTypeHousingServicePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResource + { + + private nsiRef serviceTypeField; + + private PDServiceChargeTypeHousingServiceMunicipalResourceUnit unitField; + + private bool unitFieldSpecified; + + private PDServiceChargeTypeHousingServiceMunicipalResourceConsumption consumptionField; + + private decimal rateField; + + private bool rateFieldSpecified; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private ServiceChargeImportType serviceChargeField; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private PDServiceChargeTypeHousingServiceMunicipalResourceServiceInformation serviceInformationField; + + private PDServiceChargeTypeHousingServiceMunicipalResourcePaymentRecalculation paymentRecalculationField; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + private decimal totalPayableField; + + private bool totalPayableFieldSpecified; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string orgPPAGUIDField; + + private PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResource[] generalMunicipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public PDServiceChargeTypeHousingServiceMunicipalResourceUnit Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UnitSpecified + { + get + { + return this.unitFieldSpecified; + } + set + { + this.unitFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeTypeHousingServiceMunicipalResourceConsumption Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool RateSpecified + { + get + { + return this.rateFieldSpecified; + } + set + { + this.rateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public PDServiceChargeTypeHousingServiceMunicipalResourceServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public PDServiceChargeTypeHousingServiceMunicipalResourcePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableSpecified + { + get + { + return this.totalPayableFieldSpecified; + } + set + { + this.totalPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GeneralMunicipalResource", Order=18)] + public PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResource[] GeneralMunicipalResource + { + get + { + return this.generalMunicipalResourceField; + } + set + { + this.generalMunicipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeHousingServiceMunicipalResourceUnit + { + + /// + S, + + /// + D, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourceConsumption + { + + private PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolume volumeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolume Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolume + { + + private PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolumeType typeField; + + private bool typeFieldSpecified; + + private PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolumeType + { + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeHousingServiceMunicipalResourceConsumptionVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourceServiceInformation + { + + private decimal houseOverallNeedsNormField; + + private bool houseOverallNeedsNormFieldSpecified; + + private decimal houseOverallNeedsCurrentValueField; + + private bool houseOverallNeedsCurrentValueFieldSpecified; + + private decimal houseTotalHouseOverallNeedsField; + + private bool houseTotalHouseOverallNeedsFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal houseOverallNeedsNorm + { + get + { + return this.houseOverallNeedsNormField; + } + set + { + this.houseOverallNeedsNormField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsNormSpecified + { + get + { + return this.houseOverallNeedsNormFieldSpecified; + } + set + { + this.houseOverallNeedsNormFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal houseOverallNeedsCurrentValue + { + get + { + return this.houseOverallNeedsCurrentValueField; + } + set + { + this.houseOverallNeedsCurrentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsCurrentValueSpecified + { + get + { + return this.houseOverallNeedsCurrentValueFieldSpecified; + } + set + { + this.houseOverallNeedsCurrentValueFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal houseTotalHouseOverallNeeds + { + get + { + return this.houseTotalHouseOverallNeedsField; + } + set + { + this.houseTotalHouseOverallNeedsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseTotalHouseOverallNeedsSpecified + { + get + { + return this.houseTotalHouseOverallNeedsFieldSpecified; + } + set + { + this.houseTotalHouseOverallNeedsFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourcePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResource : GeneralMunicipalResourceType + { + + private nsiRef serviceTypeField; + + private PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumption consumptionField; + + private decimal rateField; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private ServiceChargeImportType serviceChargeField; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourcePaymentRecalculation paymentRecalculationField; + + private decimal totalPayableField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceServiceInformation serviceInformationField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumption Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourcePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumption + { + + private PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolume volumeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolume Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolume + { + + private PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolumeType typeField; + + private bool typeFieldSpecified; + + private PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolumeType + { + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceConsumptionVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourcePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServiceMunicipalResourceGeneralMunicipalResourceServiceInformation + { + + private decimal houseOverallNeedsNormField; + + private bool houseOverallNeedsNormFieldSpecified; + + private decimal houseOverallNeedsCurrentValueField; + + private bool houseOverallNeedsCurrentValueFieldSpecified; + + private decimal houseTotalHouseOverallNeedsField; + + private bool houseTotalHouseOverallNeedsFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal houseOverallNeedsNorm + { + get + { + return this.houseOverallNeedsNormField; + } + set + { + this.houseOverallNeedsNormField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsNormSpecified + { + get + { + return this.houseOverallNeedsNormFieldSpecified; + } + set + { + this.houseOverallNeedsNormFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal houseOverallNeedsCurrentValue + { + get + { + return this.houseOverallNeedsCurrentValueField; + } + set + { + this.houseOverallNeedsCurrentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseOverallNeedsCurrentValueSpecified + { + get + { + return this.houseOverallNeedsCurrentValueFieldSpecified; + } + set + { + this.houseOverallNeedsCurrentValueFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal houseTotalHouseOverallNeeds + { + get + { + return this.houseTotalHouseOverallNeedsField; + } + set + { + this.houseTotalHouseOverallNeedsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool houseTotalHouseOverallNeedsSpecified + { + get + { + return this.houseTotalHouseOverallNeedsFieldSpecified; + } + set + { + this.houseTotalHouseOverallNeedsFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class GeneralMunicipalResourceType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeHousingServicePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeMunicipalService : ServicePDImportType + { + + private ServiceChargeImportType serviceChargeField; + + private PiecemealPayment piecemealPaymentField; + + private PDServiceChargeTypeMunicipalServicePaymentRecalculation paymentRecalculationField; + + private ServiceInformation serviceInformationField; + + private PDServiceChargeTypeMunicipalServiceVolume[] consumptionField; + + private PDServiceChargeTypeMunicipalServiceMultiplyingFactor multiplyingFactorField; + + private decimal municipalServiceIndividualConsumptionPayableField; + + private bool municipalServiceIndividualConsumptionPayableFieldSpecified; + + private decimal municipalServiceCommunalConsumptionPayableField; + + private bool municipalServiceCommunalConsumptionPayableFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceIndividualConsumptionField; + + private bool amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + + private decimal amountOfPaymentMunicipalServiceCommunalConsumptionField; + + private bool amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public PiecemealPayment PiecemealPayment + { + get + { + return this.piecemealPaymentField; + } + set + { + this.piecemealPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public PDServiceChargeTypeMunicipalServicePaymentRecalculation PaymentRecalculation + { + get + { + return this.paymentRecalculationField; + } + set + { + this.paymentRecalculationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ServiceInformation ServiceInformation + { + get + { + return this.serviceInformationField; + } + set + { + this.serviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=4)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public PDServiceChargeTypeMunicipalServiceVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public PDServiceChargeTypeMunicipalServiceMultiplyingFactor MultiplyingFactor + { + get + { + return this.multiplyingFactorField; + } + set + { + this.multiplyingFactorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal MunicipalServiceIndividualConsumptionPayable + { + get + { + return this.municipalServiceIndividualConsumptionPayableField; + } + set + { + this.municipalServiceIndividualConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceIndividualConsumptionPayableSpecified + { + get + { + return this.municipalServiceIndividualConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceIndividualConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal MunicipalServiceCommunalConsumptionPayable + { + get + { + return this.municipalServiceCommunalConsumptionPayableField; + } + set + { + this.municipalServiceCommunalConsumptionPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MunicipalServiceCommunalConsumptionPayableSpecified + { + get + { + return this.municipalServiceCommunalConsumptionPayableFieldSpecified; + } + set + { + this.municipalServiceCommunalConsumptionPayableFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal AmountOfPaymentMunicipalServiceIndividualConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceIndividualConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceIndividualConsumptionFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal AmountOfPaymentMunicipalServiceCommunalConsumption + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionField; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfPaymentMunicipalServiceCommunalConsumptionSpecified + { + get + { + return this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified; + } + set + { + this.amountOfPaymentMunicipalServiceCommunalConsumptionFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeMunicipalServicePaymentRecalculation + { + + private string recalculationReasonField; + + private decimal sumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string recalculationReason + { + get + { + return this.recalculationReasonField; + } + set + { + this.recalculationReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal sum + { + get + { + return this.sumField; + } + set + { + this.sumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeMunicipalServiceVolume + { + + private PDServiceChargeTypeMunicipalServiceVolumeType typeField; + + private bool typeFieldSpecified; + + private PDServiceChargeTypeMunicipalServiceVolumeDeterminingMethod determiningMethodField; + + private bool determiningMethodFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeMunicipalServiceVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PDServiceChargeTypeMunicipalServiceVolumeDeterminingMethod determiningMethod + { + get + { + return this.determiningMethodField; + } + set + { + this.determiningMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool determiningMethodSpecified + { + get + { + return this.determiningMethodFieldSpecified; + } + set + { + this.determiningMethodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeMunicipalServiceVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PDServiceChargeTypeMunicipalServiceVolumeDeterminingMethod + { + + /// + N, + + /// + M, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PDServiceChargeTypeMunicipalServiceMultiplyingFactor + { + + private decimal ratioField; + + private decimal amountOfExcessFeesField; + + private bool amountOfExcessFeesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Ratio + { + get + { + return this.ratioField; + } + set + { + this.ratioField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal AmountOfExcessFees + { + get + { + return this.amountOfExcessFeesField; + } + set + { + this.amountOfExcessFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AmountOfExcessFeesSpecified + { + get + { + return this.amountOfExcessFeesFieldSpecified; + } + set + { + this.amountOfExcessFeesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentTypeInsurance + { + + private string insuranceProductGUIDField; + + private decimal rateField; + + private decimal totalPayableField; + + private decimal accountingPeriodTotalField; + + private bool accountingPeriodTotalFieldSpecified; + + private string calcExplanationField; + + private ServiceChargeImportType serviceChargeField; + + private PaymentDocumentTypeInsuranceVolume[] consumptionField; + + private decimal debtPreviousPeriodsOrAdvanceBillingPeriodField; + + private bool debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + + private decimal penaltiesField; + + private bool penaltiesFieldSpecified; + + private decimal serviceProviderPenaltiesField; + + private bool serviceProviderPenaltiesFieldSpecified; + + private decimal stateFeesField; + + private bool stateFeesFieldSpecified; + + private decimal courtCostsField; + + private bool courtCostsFieldSpecified; + + private decimal totalPayableOverallField; + + private bool totalPayableOverallFieldSpecified; + + private string orgPPAGUIDField; + + private string paymentInformationKeyField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string InsuranceProductGUID + { + get + { + return this.insuranceProductGUIDField; + } + set + { + this.insuranceProductGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Rate + { + get + { + return this.rateField; + } + set + { + this.rateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal AccountingPeriodTotal + { + get + { + return this.accountingPeriodTotalField; + } + set + { + this.accountingPeriodTotalField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccountingPeriodTotalSpecified + { + get + { + return this.accountingPeriodTotalFieldSpecified; + } + set + { + this.accountingPeriodTotalFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string CalcExplanation + { + get + { + return this.calcExplanationField; + } + set + { + this.calcExplanationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public ServiceChargeImportType ServiceCharge + { + get + { + return this.serviceChargeField; + } + set + { + this.serviceChargeField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=6)] + [System.Xml.Serialization.XmlArrayItemAttribute("Volume", IsNullable=false)] + public PaymentDocumentTypeInsuranceVolume[] Consumption + { + get + { + return this.consumptionField; + } + set + { + this.consumptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal DebtPreviousPeriodsOrAdvanceBillingPeriod + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodField; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DebtPreviousPeriodsOrAdvanceBillingPeriodSpecified + { + get + { + return this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified; + } + set + { + this.debtPreviousPeriodsOrAdvanceBillingPeriodFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal Penalties + { + get + { + return this.penaltiesField; + } + set + { + this.penaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PenaltiesSpecified + { + get + { + return this.penaltiesFieldSpecified; + } + set + { + this.penaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public decimal ServiceProviderPenalties + { + get + { + return this.serviceProviderPenaltiesField; + } + set + { + this.serviceProviderPenaltiesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServiceProviderPenaltiesSpecified + { + get + { + return this.serviceProviderPenaltiesFieldSpecified; + } + set + { + this.serviceProviderPenaltiesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public decimal StateFees + { + get + { + return this.stateFeesField; + } + set + { + this.stateFeesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateFeesSpecified + { + get + { + return this.stateFeesFieldSpecified; + } + set + { + this.stateFeesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public decimal CourtCosts + { + get + { + return this.courtCostsField; + } + set + { + this.courtCostsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CourtCostsSpecified + { + get + { + return this.courtCostsFieldSpecified; + } + set + { + this.courtCostsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public decimal TotalPayableOverall + { + get + { + return this.totalPayableOverallField; + } + set + { + this.totalPayableOverallField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalPayableOverallSpecified + { + get + { + return this.totalPayableOverallFieldSpecified; + } + set + { + this.totalPayableOverallFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentTypeInsuranceVolume + { + + private PaymentDocumentTypeInsuranceVolumeType typeField; + + private bool typeFieldSpecified; + + private decimal valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public PaymentDocumentTypeInsuranceVolumeType type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool typeSpecified + { + get + { + return this.typeFieldSpecified; + } + set + { + this.typeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public decimal Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public enum PaymentDocumentTypeInsuranceVolumeType + { + + /// + I, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentTypePenaltiesAndCourtCosts + { + + private nsiRef serviceTypeField; + + private string causeField; + + private decimal totalPayableField; + + private string orgPPAGUIDField; + + private string paymentInformationKeyField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Cause + { + get + { + return this.causeField; + } + set + { + this.causeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalPayable + { + get + { + return this.totalPayableField; + } + set + { + this.totalPayableField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string PaymentInformationKey + { + get + { + return this.paymentInformationKeyField; + } + set + { + this.paymentInformationKeyField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemChoiceType5 + { + + /// + Expose, + + /// + Withdraw, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class PaymentDocumentTypeComponentsOfCost + { + + private nsiRef nameComponentField; + + private decimal costField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef nameComponent + { + get + { + return this.nameComponentField; + } + set + { + this.nameComponentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal cost + { + get + { + return this.costField; + } + set + { + this.costField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importPaymentDocumentRequestPaymentInformation : PaymentInformationKeyType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class PaymentInformationKeyType + { + + private string bankBIKField; + + private string operatingAccountNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BankBIK + { + get + { + return this.bankBIKField; + } + set + { + this.bankBIKField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string operatingAccountNumber + { + get + { + return this.operatingAccountNumberField; + } + set + { + this.operatingAccountNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importPaymentDocumentRequestPaymentProviderInformation + { + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importPaymentDocumentRequestWithdrawPaymentDocument + { + + private string transportGUIDField; + + private string paymentDocumentIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=1)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequest + { + + private AckRequestAck ackField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AckRequestAck Ack + { + get + { + return this.ackField; + } + set + { + this.ackField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequestAck + { + + private string messageGUIDField; + + private string requesterMessageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RequesterMessageGUID + { + get + { + return this.requesterMessageGUIDField; + } + set + { + this.requesterMessageGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importPaymentDocumentDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.importPaymentDocumentRequest importPaymentDocumentRequest; + + public importPaymentDocumentDataRequest() + { + } + + public importPaymentDocumentDataRequest(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importPaymentDocumentRequest importPaymentDocumentRequest) + { + this.RequestHeader = RequestHeader; + this.importPaymentDocumentRequest = importPaymentDocumentRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importPaymentDocumentDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public importPaymentDocumentDataResponse() + { + } + + public importPaymentDocumentDataResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportPaymentDocumentRequest : BaseType + { + + private object[] itemsField; + + private ItemsChoiceType7[] itemsElementNameField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("UnifiedAccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Month", typeof(int), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Year", typeof(short), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType7[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType7 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:AccountNumber")] + AccountNumber, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")] + ServiceID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:UnifiedAccountNumber")] + UnifiedAccountNumber, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Month")] + Month, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Year")] + Year, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")] + PaymentDocumentID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentNumber")] + PaymentDocumentNumber, + + /// + AccountGUID, + + /// + FIASHouseGuid, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportPaymentDocumentDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.exportPaymentDocumentRequest exportPaymentDocumentRequest; + + public exportPaymentDocumentDataRequest() + { + } + + public exportPaymentDocumentDataRequest(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportPaymentDocumentRequest exportPaymentDocumentRequest) + { + this.RequestHeader = RequestHeader; + this.exportPaymentDocumentRequest = exportPaymentDocumentRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportPaymentDocumentDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public exportPaymentDocumentDataResponse() + { + } + + public exportPaymentDocumentDataResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionRequest : BaseType + { + + private object itemField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Notifications", typeof(exportNotificationsOfOrderExecutionRequestNotifications), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SupplierIDs", typeof(exportNotificationsOfOrderExecutionRequestSupplierIDs), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionRequestNotifications + { + + private object[] itemsField; + + private ItemsChoiceType9[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AckStatus", typeof(sbyte), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DateFrom", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DaysInterval", typeof(sbyte), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NotificationsOfOrderExecutionGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType9[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType9 + { + + /// + AckStatus, + + /// + DateFrom, + + /// + DaysInterval, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/payments-base/:NotificationsOfOrderExe" + + "cutionGUID")] + NotificationsOfOrderExecutionGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionRequestSupplierIDs + { + + private object[] itemsField; + + private ItemsChoiceType8[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("UnifiedAccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Month", typeof(int), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Year", typeof(short), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType8[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType8 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:AccountNumber")] + AccountNumber, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")] + ServiceID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:UnifiedAccountNumber")] + UnifiedAccountNumber, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Month")] + Month, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Year")] + Year, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")] + PaymentDocumentID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentNumber")] + PaymentDocumentNumber, + + /// + FIASHouseGuid, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNotificationsOfOrderExecutionRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionRequest exportNotificationsOfOrderExecutionRequest; + + public exportNotificationsOfOrderExecutionRequest1() + { + } + + public exportNotificationsOfOrderExecutionRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionRequest exportNotificationsOfOrderExecutionRequest) + { + this.RequestHeader = RequestHeader; + this.exportNotificationsOfOrderExecutionRequest = exportNotificationsOfOrderExecutionRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNotificationsOfOrderExecutionResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public exportNotificationsOfOrderExecutionResponse() + { + } + + public exportNotificationsOfOrderExecutionResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importAcknowledgmentRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public importAcknowledgmentRequest() + { + this.versionField = "11.0.0.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AckCancellation", typeof(importAcknowledgmentRequestAckCancellation), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("AcknowledgmentRequestInfo", typeof(importAcknowledgmentRequestAcknowledgmentRequestInfo), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importAcknowledgmentRequestAckCancellation + { + + private string[] itemsField; + + private ItemsChoiceType12[] itemsElementNameField; + + private string paymentDocumentIDField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NotificationsOfOrderExecutionGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OrderID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OrderIDMultipurpose", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType12[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=2)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType12 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:orgPPAGUID")] + orgPPAGUID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/payments-base/:NotificationsOfOrderExe" + + "cutionGUID")] + NotificationsOfOrderExecutionGUID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/payments-base/:OrderID")] + OrderID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/payments-base/:OrderIDMultipurpose")] + OrderIDMultipurpose, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importAcknowledgmentRequestAcknowledgmentRequestInfo : AcknowledgmentRequestInfoType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoType + { + + private string[] itemsField; + + private ItemsChoiceType10[] itemsElementNameField; + + private object itemField; + + private AcknowledgmentRequestInfoTypeDelayPeriod delayPeriodField; + + /// + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NotificationsOfOrderExecutionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OrderID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OrderIDMultipurpose", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType10[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AckImpossible", typeof(AcknowledgmentRequestInfoTypeAckImpossible), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentAck", typeof(AcknowledgmentRequestInfoTypePaymentDocumentAck), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public AcknowledgmentRequestInfoTypeDelayPeriod DelayPeriod + { + get + { + return this.delayPeriodField; + } + set + { + this.delayPeriodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)] + public enum ItemsChoiceType10 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:orgPPAGUID")] + orgPPAGUID, + + /// + NotificationsOfOrderExecutionGUID, + + /// + OrderID, + + /// + OrderIDMultipurpose, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoTypeAckImpossible + { + + private string paymentDocumentIDField; + + private string reasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Reason + { + get + { + return this.reasonField; + } + set + { + this.reasonField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoTypePaymentDocumentAck + { + + private string paymentDocumentIDField; + + private object itemField; + + private ItemChoiceType6 itemElementNameField; + + private decimal amountField; + + private string paymentDocumentNumberField; + + private AcknowledgmentRequestInfoTypePaymentDocumentAckPaymentInformation paymentInformationField; + + private AcknowledgmentRequestInfoTypePaymentDocumentAckCapitalRepairYearAckPeriod capitalRepairYearAckPeriodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ASType", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("HSType", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("MSType", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("PServiceType", typeof(nsiRef), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("TMSType", typeof(nsiRef), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType6 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal Amount + { + get + { + return this.amountField; + } + set + { + this.amountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=4)] + public string PaymentDocumentNumber + { + get + { + return this.paymentDocumentNumberField; + } + set + { + this.paymentDocumentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public AcknowledgmentRequestInfoTypePaymentDocumentAckPaymentInformation PaymentInformation + { + get + { + return this.paymentInformationField; + } + set + { + this.paymentInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public AcknowledgmentRequestInfoTypePaymentDocumentAckCapitalRepairYearAckPeriod CapitalRepairYearAckPeriod + { + get + { + return this.capitalRepairYearAckPeriodField; + } + set + { + this.capitalRepairYearAckPeriodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)] + public enum ItemChoiceType6 + { + + /// + ASType, + + /// + HSType, + + /// + MSType, + + /// + PServiceType, + + /// + TMSType, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoTypePaymentDocumentAckPaymentInformation + { + + private string[] itemsField; + + private ItemsChoiceType11[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("BankBIK", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentInformationGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("operatingAccountNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType11[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)] + public enum ItemsChoiceType11 + { + + /// + BankBIK, + + /// + PaymentInformationGuid, + + /// + operatingAccountNumber, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoTypePaymentDocumentAckCapitalRepairYearAckPeriod + { + + private short yearField; + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class AcknowledgmentRequestInfoTypeDelayPeriod + { + + private short yearField; + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importAcknowledgmentRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.importAcknowledgmentRequest importAcknowledgmentRequest; + + public importAcknowledgmentRequest1() + { + } + + public importAcknowledgmentRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importAcknowledgmentRequest importAcknowledgmentRequest) + { + this.RequestHeader = RequestHeader; + this.importAcknowledgmentRequest = importAcknowledgmentRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importAcknowledgmentResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public importAcknowledgmentResponse() + { + } + + public importAcknowledgmentResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importInsuranceProductRequest : BaseType + { + + private importInsuranceProductRequestInsuranceProduct[] insuranceProductField; + + private string versionField; + + public importInsuranceProductRequest() + { + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("InsuranceProduct", Order=0)] + public importInsuranceProductRequestInsuranceProduct[] InsuranceProduct + { + get + { + return this.insuranceProductField; + } + set + { + this.insuranceProductField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importInsuranceProductRequestInsuranceProduct + { + + private string transportGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CreateOrUpdate", typeof(importInsuranceProductRequestInsuranceProductCreateOrUpdate), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Remove", typeof(importInsuranceProductRequestInsuranceProductRemove), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importInsuranceProductRequestInsuranceProductCreateOrUpdate : InsuranceProductType + { + + private string insuranceProductGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string InsuranceProductGUID + { + get + { + return this.insuranceProductGUIDField; + } + set + { + this.insuranceProductGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importInsuranceProductRequestInsuranceProductRemove + { + + private string insuranceProductGUIDField; + + private System.DateTime closeDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string InsuranceProductGUID + { + get + { + return this.insuranceProductGUIDField; + } + set + { + this.insuranceProductGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime CloseDate + { + get + { + return this.closeDateField; + } + set + { + this.closeDateField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importInsuranceProductRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.importInsuranceProductRequest importInsuranceProductRequest; + + public importInsuranceProductRequest1() + { + } + + public importInsuranceProductRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importInsuranceProductRequest importInsuranceProductRequest) + { + this.RequestHeader = RequestHeader; + this.importInsuranceProductRequest = importInsuranceProductRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importInsuranceProductResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public importInsuranceProductResponse() + { + } + + public importInsuranceProductResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportInsuranceProductRequest : BaseType + { + + private string versionField; + + public exportInsuranceProductRequest() + { + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportInsuranceProductRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.exportInsuranceProductRequest exportInsuranceProductRequest; + + public exportInsuranceProductRequest1() + { + } + + public exportInsuranceProductRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportInsuranceProductRequest exportInsuranceProductRequest) + { + this.RequestHeader = RequestHeader; + this.exportInsuranceProductRequest = exportInsuranceProductRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportInsuranceProductResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public exportInsuranceProductResponse() + { + } + + public exportInsuranceProductResponse(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.RequestHeader = RequestHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importRSOSettlementsRequest : BaseType + { + + private importRSOSettlementsRequestImportSettlement[] importSettlementField; + + private string versionField; + + public importRSOSettlementsRequest() + { + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("importSettlement", Order=0)] + public importRSOSettlementsRequestImportSettlement[] importSettlement + { + get + { + return this.importSettlementField; + } + set + { + this.importSettlementField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importRSOSettlementsRequestImportSettlement + { + + private string transportGUIDField; + + private string settlementGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string SettlementGUID + { + get + { + return this.settlementGUIDField; + } + set + { + this.settlementGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentSettlement", typeof(AnnulmentType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Settlement", typeof(importRSOSettlementsRequestImportSettlementSettlement), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class AnnulmentType + { + + private string reasonOfAnnulmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReasonOfAnnulment + { + get + { + return this.reasonOfAnnulmentField; + } + set + { + this.reasonOfAnnulmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importRSOSettlementsRequestImportSettlementSettlement + { + + private importRSOSettlementsRequestImportSettlementSettlementContract contractField; + + private importRSOSettlementsRequestImportSettlementSettlementReportingPeriod[] reportingPeriodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public importRSOSettlementsRequestImportSettlementSettlementContract Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ReportingPeriod", Order=1)] + public importRSOSettlementsRequestImportSettlementSettlementReportingPeriod[] ReportingPeriod + { + get + { + return this.reportingPeriodField; + } + set + { + this.reportingPeriodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importRSOSettlementsRequestImportSettlementSettlementContract + { + + private string contractRootGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractRootGUID + { + get + { + return this.contractRootGUIDField; + } + set + { + this.contractRootGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importRSOSettlementsRequestImportSettlementSettlementReportingPeriod : ReportPeriodType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentReportingPeriod", typeof(importRSOSettlementsRequestImportSettlementSettlementReportingPeriodAnnulmentReportingPeriod), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ReportingPeriodInfo", typeof(ReportPeriodRSOInfoType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importRSOSettlementsRequestImportSettlementSettlementReportingPeriodAnnulmentReportingPeriod : AnnulmentType + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importRSOSettlementsRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.importRSOSettlementsRequest importRSOSettlementsRequest; + + public importRSOSettlementsRequest1() + { + } + + public importRSOSettlementsRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importRSOSettlementsRequest importRSOSettlementsRequest) + { + this.RequestHeader = RequestHeader; + this.importRSOSettlementsRequest = importRSOSettlementsRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importRSOSettlementsResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public importRSOSettlementsResponse() + { + } + + public importRSOSettlementsResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importIKUSettlementsRequest : BaseType + { + + private importIKUSettlementsRequestImportSettlement[] importSettlementField; + + private string versionField; + + public importIKUSettlementsRequest() + { + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("importSettlement", Order=0)] + public importIKUSettlementsRequestImportSettlement[] importSettlement + { + get + { + return this.importSettlementField; + } + set + { + this.importSettlementField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importIKUSettlementsRequestImportSettlement + { + + private string transportGUIDField; + + private string settlementGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string SettlementGUID + { + get + { + return this.settlementGUIDField; + } + set + { + this.settlementGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentSettlement", typeof(AnnulmentType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Settlement", typeof(importIKUSettlementsRequestImportSettlementSettlement), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importIKUSettlementsRequestImportSettlementSettlement + { + + private importIKUSettlementsRequestImportSettlementSettlementContract contractField; + + private importIKUSettlementsRequestImportSettlementSettlementReportingPeriod[] reportingPeriodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public importIKUSettlementsRequestImportSettlementSettlementContract Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ReportingPeriod", Order=1)] + public importIKUSettlementsRequestImportSettlementSettlementReportingPeriod[] ReportingPeriod + { + get + { + return this.reportingPeriodField; + } + set + { + this.reportingPeriodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importIKUSettlementsRequestImportSettlementSettlementContract + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoContract", typeof(importIKUSettlementsRequestImportSettlementSettlementContractNoContract), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importIKUSettlementsRequestImportSettlementSettlementContractNoContract + { + + private RegOrgType firstContractPartyField; + + private string docNumField; + + private System.DateTime signingDateField; + + private bool signingDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RegOrgType FirstContractParty + { + get + { + return this.firstContractPartyField; + } + set + { + this.firstContractPartyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string DocNum + { + get + { + return this.docNumField; + } + set + { + this.docNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SigningDateSpecified + { + get + { + return this.signingDateFieldSpecified; + } + set + { + this.signingDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importIKUSettlementsRequestImportSettlementSettlementReportingPeriod : ReportPeriodType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentReportingPeriod", typeof(importIKUSettlementsRequestImportSettlementSettlementReportingPeriodAnnulmentReportingPeriod), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ReportingPeriodInfo", typeof(ReportPeriodIKUInfoType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class importIKUSettlementsRequestImportSettlementSettlementReportingPeriodAnnulmentReportingPeriod : AnnulmentType + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importIKUSettlementsRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.importIKUSettlementsRequest importIKUSettlementsRequest; + + public importIKUSettlementsRequest1() + { + } + + public importIKUSettlementsRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importIKUSettlementsRequest importIKUSettlementsRequest) + { + this.RequestHeader = RequestHeader; + this.importIKUSettlementsRequest = importIKUSettlementsRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importIKUSettlementsResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public importIKUSettlementsResponse() + { + } + + public importIKUSettlementsResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportSettlementsRequest : BaseType + { + + private object[] itemsField; + + private ItemsChoiceType13[] itemsElementNameField; + + private string versionField; + + public exportSettlementsRequest() + { + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OtherContractParty", typeof(RegOrgType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Period", typeof(exportSettlementsRequestPeriod), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SettlementGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType13[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportSettlementsRequestPeriod + { + + private ReportPeriodType periodFromField; + + private ReportPeriodType periodToField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ReportPeriodType PeriodFrom + { + get + { + return this.periodFromField; + } + set + { + this.periodFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ReportPeriodType PeriodTo + { + get + { + return this.periodToField; + } + set + { + this.periodToField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType13 + { + + /// + ContractNumber, + + /// + ContractRootGUID, + + /// + OtherContractParty, + + /// + Period, + + /// + SettlementGUID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportSettlementsRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.exportSettlementsRequest exportSettlementsRequest; + + public exportSettlementsRequest1() + { + } + + public exportSettlementsRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportSettlementsRequest exportSettlementsRequest) + { + this.RequestHeader = RequestHeader; + this.exportSettlementsRequest = exportSettlementsRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportSettlementsResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public exportSettlementsResponse() + { + } + + public exportSettlementsResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionPaginalRequest : BaseType + { + + private object itemField; + + private string exportNotificationsOfOrderExecutionGUIDField; + + private string pageSizeField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Notifications", typeof(exportNotificationsOfOrderExecutionPaginalRequestNotifications), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SupplierIDs", typeof(exportNotificationsOfOrderExecutionPaginalRequestSupplierIDs), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ExportNotificationsOfOrderExecutionGUID + { + get + { + return this.exportNotificationsOfOrderExecutionGUIDField; + } + set + { + this.exportNotificationsOfOrderExecutionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=2)] + public string PageSize + { + get + { + return this.pageSizeField; + } + set + { + this.pageSizeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionPaginalRequestNotifications + { + + private object[] itemsField; + + private ItemsChoiceType15[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AckStatus", typeof(sbyte), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DateFrom", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DaysInterval", typeof(sbyte), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NotificationsOfOrderExecutionGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType15[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType15 + { + + /// + AckStatus, + + /// + DateFrom, + + /// + DaysInterval, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/payments-base/:NotificationsOfOrderExe" + + "cutionGUID")] + NotificationsOfOrderExecutionGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/bills/")] + public partial class exportNotificationsOfOrderExecutionPaginalRequestSupplierIDs + { + + private object[] itemsField; + + private ItemsChoiceType14[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("UnifiedAccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Month", typeof(int), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Year", typeof(short), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType14[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", IncludeInSchema=false)] + public enum ItemsChoiceType14 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:AccountNumber")] + AccountNumber, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")] + ServiceID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:UnifiedAccountNumber")] + UnifiedAccountNumber, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Month")] + Month, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Year")] + Year, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")] + PaymentDocumentID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentNumber")] + PaymentDocumentNumber, + + /// + FIASHouseGuid, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNotificationsOfOrderExecutionPaginalRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills/", Order=0)] + public Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionPaginalRequest exportNotificationsOfOrderExecutionPaginalRequest; + + public exportNotificationsOfOrderExecutionPaginalRequest1() + { + } + + public exportNotificationsOfOrderExecutionPaginalRequest1(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionPaginalRequest exportNotificationsOfOrderExecutionPaginalRequest) + { + this.RequestHeader = RequestHeader; + this.exportNotificationsOfOrderExecutionPaginalRequest = exportNotificationsOfOrderExecutionPaginalRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNotificationsOfOrderExecutionPaginalResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.AckRequest AckRequest; + + public exportNotificationsOfOrderExecutionPaginalResponse() + { + } + + public exportNotificationsOfOrderExecutionPaginalResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class getRequestsStateResult : BaseType + { + + private string[] messageGUIDListField; + + /// + [System.Xml.Serialization.XmlElementAttribute("MessageGUIDList", Order=0)] + public string[] MessageGUIDList + { + get + { + return this.messageGUIDListField; + } + set + { + this.messageGUIDListField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getRequestsStateRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Name="getRequestsStateRequest", Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("MessageGUIDList", IsNullable=false)] + public string[] getRequestsStateRequest1; + + public getRequestsStateRequest() + { + } + + public getRequestsStateRequest(Hcs.Service.Async.Bills.RequestHeader RequestHeader, string[] getRequestsStateRequest1) + { + this.RequestHeader = RequestHeader; + this.getRequestsStateRequest1 = getRequestsStateRequest1; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getRequestsStateResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Bills.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Bills.getRequestsStateResult getRequestsStateResult; + + public getRequestsStateResponse() + { + } + + public getRequestsStateResponse(Hcs.Service.Async.Bills.ResultHeader ResultHeader, Hcs.Service.Async.Bills.getRequestsStateResult getRequestsStateResult) + { + this.ResultHeader = ResultHeader; + this.getRequestsStateResult = getRequestsStateResult; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public interface BillsPortsTypeAsyncChannel : Hcs.Service.Async.Bills.BillsPortsTypeAsync, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public partial class BillsPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.Bills.BillsPortsTypeAsync + { + + /// + /// Реализуйте этот разделяемый метод для настройки конечной точки службы. + /// + /// Настраиваемая конечная точка + /// Учетные данные клиента. + static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); + + public BillsPortsTypeAsyncClient() : + base(BillsPortsTypeAsyncClient.GetDefaultBinding(), BillsPortsTypeAsyncClient.GetDefaultEndpointAddress()) + { + this.Endpoint.Name = EndpointConfiguration.BillsPortAsync.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public BillsPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration) : + base(BillsPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), BillsPortsTypeAsyncClient.GetEndpointAddress(endpointConfiguration)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public BillsPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + base(BillsPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public BillsPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + base(BillsPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public BillsPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.getStateAsync(Hcs.Service.Async.Bills.getStateRequest1 request) + { + return base.Channel.getStateAsync(request); + } + + public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.getStateRequest getStateRequest) + { + Hcs.Service.Async.Bills.getStateRequest1 inValue = new Hcs.Service.Async.Bills.getStateRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.getStateRequest = getStateRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).getStateAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.importPaymentDocumentDataAsync(Hcs.Service.Async.Bills.importPaymentDocumentDataRequest request) + { + return base.Channel.importPaymentDocumentDataAsync(request); + } + + public System.Threading.Tasks.Task importPaymentDocumentDataAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importPaymentDocumentRequest importPaymentDocumentRequest) + { + Hcs.Service.Async.Bills.importPaymentDocumentDataRequest inValue = new Hcs.Service.Async.Bills.importPaymentDocumentDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importPaymentDocumentRequest = importPaymentDocumentRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).importPaymentDocumentDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.exportPaymentDocumentDataAsync(Hcs.Service.Async.Bills.exportPaymentDocumentDataRequest request) + { + return base.Channel.exportPaymentDocumentDataAsync(request); + } + + public System.Threading.Tasks.Task exportPaymentDocumentDataAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportPaymentDocumentRequest exportPaymentDocumentRequest) + { + Hcs.Service.Async.Bills.exportPaymentDocumentDataRequest inValue = new Hcs.Service.Async.Bills.exportPaymentDocumentDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.exportPaymentDocumentRequest = exportPaymentDocumentRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).exportPaymentDocumentDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.exportNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionRequest1 request) + { + return base.Channel.exportNotificationsOfOrderExecutionAsync(request); + } + + public System.Threading.Tasks.Task exportNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionRequest exportNotificationsOfOrderExecutionRequest) + { + Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionRequest1 inValue = new Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportNotificationsOfOrderExecutionRequest = exportNotificationsOfOrderExecutionRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).exportNotificationsOfOrderExecutionAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.importAcknowledgmentAsync(Hcs.Service.Async.Bills.importAcknowledgmentRequest1 request) + { + return base.Channel.importAcknowledgmentAsync(request); + } + + public System.Threading.Tasks.Task importAcknowledgmentAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importAcknowledgmentRequest importAcknowledgmentRequest) + { + Hcs.Service.Async.Bills.importAcknowledgmentRequest1 inValue = new Hcs.Service.Async.Bills.importAcknowledgmentRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importAcknowledgmentRequest = importAcknowledgmentRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).importAcknowledgmentAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.importInsuranceProductAsync(Hcs.Service.Async.Bills.importInsuranceProductRequest1 request) + { + return base.Channel.importInsuranceProductAsync(request); + } + + public System.Threading.Tasks.Task importInsuranceProductAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importInsuranceProductRequest importInsuranceProductRequest) + { + Hcs.Service.Async.Bills.importInsuranceProductRequest1 inValue = new Hcs.Service.Async.Bills.importInsuranceProductRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importInsuranceProductRequest = importInsuranceProductRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).importInsuranceProductAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.exportInsuranceProductAsync(Hcs.Service.Async.Bills.exportInsuranceProductRequest1 request) + { + return base.Channel.exportInsuranceProductAsync(request); + } + + public System.Threading.Tasks.Task exportInsuranceProductAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportInsuranceProductRequest exportInsuranceProductRequest) + { + Hcs.Service.Async.Bills.exportInsuranceProductRequest1 inValue = new Hcs.Service.Async.Bills.exportInsuranceProductRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportInsuranceProductRequest = exportInsuranceProductRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).exportInsuranceProductAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.importRSOSettlementsAsync(Hcs.Service.Async.Bills.importRSOSettlementsRequest1 request) + { + return base.Channel.importRSOSettlementsAsync(request); + } + + public System.Threading.Tasks.Task importRSOSettlementsAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importRSOSettlementsRequest importRSOSettlementsRequest) + { + Hcs.Service.Async.Bills.importRSOSettlementsRequest1 inValue = new Hcs.Service.Async.Bills.importRSOSettlementsRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importRSOSettlementsRequest = importRSOSettlementsRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).importRSOSettlementsAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.importIKUSettlementsAsync(Hcs.Service.Async.Bills.importIKUSettlementsRequest1 request) + { + return base.Channel.importIKUSettlementsAsync(request); + } + + public System.Threading.Tasks.Task importIKUSettlementsAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.importIKUSettlementsRequest importIKUSettlementsRequest) + { + Hcs.Service.Async.Bills.importIKUSettlementsRequest1 inValue = new Hcs.Service.Async.Bills.importIKUSettlementsRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importIKUSettlementsRequest = importIKUSettlementsRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).importIKUSettlementsAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.exportSettlementsAsync(Hcs.Service.Async.Bills.exportSettlementsRequest1 request) + { + return base.Channel.exportSettlementsAsync(request); + } + + public System.Threading.Tasks.Task exportSettlementsAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportSettlementsRequest exportSettlementsRequest) + { + Hcs.Service.Async.Bills.exportSettlementsRequest1 inValue = new Hcs.Service.Async.Bills.exportSettlementsRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportSettlementsRequest = exportSettlementsRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).exportSettlementsAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.exportNotificationsOfOrderExecutionPaginalAsync(Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionPaginalRequest1 request) + { + return base.Channel.exportNotificationsOfOrderExecutionPaginalAsync(request); + } + + public System.Threading.Tasks.Task exportNotificationsOfOrderExecutionPaginalAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionPaginalRequest exportNotificationsOfOrderExecutionPaginalRequest) + { + Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionPaginalRequest1 inValue = new Hcs.Service.Async.Bills.exportNotificationsOfOrderExecutionPaginalRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportNotificationsOfOrderExecutionPaginalRequest = exportNotificationsOfOrderExecutionPaginalRequest; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).exportNotificationsOfOrderExecutionPaginalAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Bills.BillsPortsTypeAsync.getRequestsStateAsync(Hcs.Service.Async.Bills.getRequestsStateRequest request) + { + return base.Channel.getRequestsStateAsync(request); + } + + public System.Threading.Tasks.Task getRequestsStateAsync(Hcs.Service.Async.Bills.RequestHeader RequestHeader, string[] getRequestsStateRequest1) + { + Hcs.Service.Async.Bills.getRequestsStateRequest inValue = new Hcs.Service.Async.Bills.getRequestsStateRequest(); + inValue.RequestHeader = RequestHeader; + inValue.getRequestsStateRequest1 = getRequestsStateRequest1; + return ((Hcs.Service.Async.Bills.BillsPortsTypeAsync)(this)).getRequestsStateAsync(inValue); + } + + public virtual System.Threading.Tasks.Task OpenAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); + } + + #if !NET6_0_OR_GREATER + public virtual System.Threading.Tasks.Task CloseAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose)); + } + #endif + + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.BillsPortAsync)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport; + return result; + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.BillsPortAsync)) + { + return new System.ServiceModel.EndpointAddress("https://api.dom.gosuslugi.ru/ext-bus-bills-service/services/BillsAsync"); + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.Channels.Binding GetDefaultBinding() + { + return BillsPortsTypeAsyncClient.GetBindingForEndpoint(EndpointConfiguration.BillsPortAsync); + } + + private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() + { + return BillsPortsTypeAsyncClient.GetEndpointAddress(EndpointConfiguration.BillsPortAsync); + } + + public enum EndpointConfiguration + { + + BillsPortAsync, + } + } +} diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.DeviceMetering/ConnectedService.json b/Hcs.Broker/Connected Services/Hcs.Service.Async.DeviceMetering/ConnectedService.json new file mode 100644 index 0000000..74a28a6 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.DeviceMetering/ConnectedService.json @@ -0,0 +1,16 @@ +{ + "ExtendedData": { + "inputs": [ + "../../Wsdl/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-service-async.wsdl" + ], + "collectionTypes": [ + "System.Array", + "System.Collections.Generic.Dictionary`2" + ], + "namespaceMappings": [ + "*, Hcs.Service.Async.DeviceMetering" + ], + "targetFramework": "net8.0", + "typeReuseMode": "All" + } +} \ No newline at end of file diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.DeviceMetering/Reference.cs b/Hcs.Broker/Connected Services/Hcs.Service.Async.DeviceMetering/Reference.cs new file mode 100644 index 0000000..8b0f13d --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.DeviceMetering/Reference.cs @@ -0,0 +1,5278 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторного создания кода. +// +//------------------------------------------------------------------------------ + +namespace Hcs.Service.Async.DeviceMetering +{ + + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Fault + { + + private string errorCodeField; + + private string errorMessageField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ErrorMessage + { + get + { + return this.errorMessageField; + } + set + { + this.errorMessageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(VolumeMeteringValueExportBaseType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(VolumeCurrentMeteringValueExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(VolumeMeteringValueImportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class VolumeMeteringValueBaseType + { + + private nsiRef municipalResourceField; + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT1 + { + get + { + return this.meteringValueT1Field; + } + set + { + this.meteringValueT1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT2 + { + get + { + return this.meteringValueT2Field; + } + set + { + this.meteringValueT2Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string MeteringValueT3 + { + get + { + return this.meteringValueT3Field; + } + set + { + this.meteringValueT3Field = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class nsiRef + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(VolumeCurrentMeteringValueExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class VolumeMeteringValueExportBaseType : VolumeMeteringValueBaseType + { + + private string readingsSourceField; + + private string orgPPAGUIDField; + + private System.DateTime enterIntoSystemField; + + private string unitField; + + private VolumeMeteringValueExportBaseTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReadingsSource + { + get + { + return this.readingsSourceField; + } + set + { + this.readingsSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime EnterIntoSystem + { + get + { + return this.enterIntoSystemField; + } + set + { + this.enterIntoSystemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public VolumeMeteringValueExportBaseTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit + { + get + { + return this.meteringValueInDefaultUnitField; + } + set + { + this.meteringValueInDefaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class VolumeMeteringValueExportBaseTypeMeteringValueInDefaultUnit + { + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + private string defaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValueT1 + { + get + { + return this.meteringValueT1Field; + } + set + { + this.meteringValueT1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT2 + { + get + { + return this.meteringValueT2Field; + } + set + { + this.meteringValueT2Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT3 + { + get + { + return this.meteringValueT3Field; + } + set + { + this.meteringValueT3Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string DefaultUnit + { + get + { + return this.defaultUnitField; + } + set + { + this.defaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class VolumeCurrentMeteringValueExportType : VolumeMeteringValueExportBaseType + { + + private System.DateTime dateValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime DateValue + { + get + { + return this.dateValueField; + } + set + { + this.dateValueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class VolumeMeteringValueImportType : VolumeMeteringValueBaseType + { + + private System.DateTime dateValueField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime DateValue + { + get + { + return this.dateValueField; + } + set + { + this.dateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportWithTSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType1))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricCurrentMeteringValueExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueImportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class ElectricMeteringValueBaseType + { + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValueT1 + { + get + { + return this.meteringValueT1Field; + } + set + { + this.meteringValueT1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT2 + { + get + { + return this.meteringValueT2Field; + } + set + { + this.meteringValueT2Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT3 + { + get + { + return this.meteringValueT3Field; + } + set + { + this.meteringValueT3Field = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportWithTSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType1))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricCurrentMeteringValueExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class ElectricMeteringValueExportType : ElectricMeteringValueBaseType + { + + private string readingsSourceField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReadingsSource + { + get + { + return this.readingsSourceField; + } + set + { + this.readingsSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType1))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricCurrentMeteringValueExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class ElectricMeteringValueExportWithTSType : ElectricMeteringValueExportType + { + + private System.DateTime enterIntoSystemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime EnterIntoSystem + { + get + { + return this.enterIntoSystemField; + } + set + { + this.enterIntoSystemField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricCurrentMeteringValueExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(TypeName="ElectricMeteringValueExportType", Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class ElectricMeteringValueExportType1 : ElectricMeteringValueExportWithTSType + { + + private string unitField; + + private ElectricMeteringValueExportTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ElectricMeteringValueExportTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit + { + get + { + return this.meteringValueInDefaultUnitField; + } + set + { + this.meteringValueInDefaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class ElectricMeteringValueExportTypeMeteringValueInDefaultUnit + { + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + private string defaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValueT1 + { + get + { + return this.meteringValueT1Field; + } + set + { + this.meteringValueT1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT2 + { + get + { + return this.meteringValueT2Field; + } + set + { + this.meteringValueT2Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT3 + { + get + { + return this.meteringValueT3Field; + } + set + { + this.meteringValueT3Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string DefaultUnit + { + get + { + return this.defaultUnitField; + } + set + { + this.defaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class ElectricCurrentMeteringValueExportType : ElectricMeteringValueExportType1 + { + + private System.DateTime dateValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime DateValue + { + get + { + return this.dateValueField; + } + set + { + this.dateValueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class ElectricMeteringValueImportType : ElectricMeteringValueBaseType + { + + private System.DateTime dateValueField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime DateValue + { + get + { + return this.dateValueField; + } + set + { + this.dateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class YearMonth + { + + private short yearField; + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportWithTSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportType1))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateCurrentMeteringValueExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueImportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class OneRateMeteringValueBaseType + { + + private nsiRef municipalResourceField; + + private string meteringValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValue + { + get + { + return this.meteringValueField; + } + set + { + this.meteringValueField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportWithTSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportType1))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateCurrentMeteringValueExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class OneRateMeteringValueExportType : OneRateMeteringValueBaseType + { + + private string readingsSourceField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReadingsSource + { + get + { + return this.readingsSourceField; + } + set + { + this.readingsSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportType1))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateCurrentMeteringValueExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class OneRateMeteringValueExportWithTSType : OneRateMeteringValueExportType + { + + private System.DateTime enterIntoSystemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime EnterIntoSystem + { + get + { + return this.enterIntoSystemField; + } + set + { + this.enterIntoSystemField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateCurrentMeteringValueExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(TypeName="OneRateMeteringValueExportType", Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class OneRateMeteringValueExportType1 : OneRateMeteringValueExportWithTSType + { + + private string unitField; + + private OneRateMeteringValueExportTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public OneRateMeteringValueExportTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit + { + get + { + return this.meteringValueInDefaultUnitField; + } + set + { + this.meteringValueInDefaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class OneRateMeteringValueExportTypeMeteringValueInDefaultUnit + { + + private string meteringValueField; + + private string defaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValue + { + get + { + return this.meteringValueField; + } + set + { + this.meteringValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string DefaultUnit + { + get + { + return this.defaultUnitField; + } + set + { + this.defaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class OneRateCurrentMeteringValueExportType : OneRateMeteringValueExportType1 + { + + private System.DateTime dateValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime DateValue + { + get + { + return this.dateValueField; + } + set + { + this.dateValueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class OneRateMeteringValueImportType : OneRateMeteringValueBaseType + { + + private System.DateTime dateValueField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime DateValue + { + get + { + return this.dateValueField; + } + set + { + this.dateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ObjectType + { + + private System.Xml.XmlNode[] anyField; + + private string idField; + + private string mimeTypeField; + + private string encodingField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string MimeType + { + get + { + return this.mimeTypeField; + } + set + { + this.mimeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Encoding + { + get + { + return this.encodingField; + } + set + { + this.encodingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SPKIDataType + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class PGPDataType + { + + private object[] itemsField; + + private ItemsChoiceType1[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType1[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType1 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + PGPKeyID, + + /// + PGPKeyPacket, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509IssuerSerialType + { + + private string x509IssuerNameField; + + private string x509SerialNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string X509IssuerName + { + get + { + return this.x509IssuerNameField; + } + set + { + this.x509IssuerNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string X509SerialNumber + { + get + { + return this.x509SerialNumberField; + } + set + { + this.x509SerialNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509DataType + { + + private object[] itemsField; + + private ItemsChoiceType[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + X509CRL, + + /// + X509Certificate, + + /// + X509IssuerSerial, + + /// + X509SKI, + + /// + X509SubjectName, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RetrievalMethodType + { + + private TransformType[] transformsField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class TransformType + { + + private object[] itemsField; + + private string[] textField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RSAKeyValueType + { + + private byte[] modulusField; + + private byte[] exponentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] Modulus + { + get + { + return this.modulusField; + } + set + { + this.modulusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Exponent + { + get + { + return this.exponentField; + } + set + { + this.exponentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DSAKeyValueType + { + + private byte[] pField; + + private byte[] qField; + + private byte[] gField; + + private byte[] yField; + + private byte[] jField; + + private byte[] seedField; + + private byte[] pgenCounterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] P + { + get + { + return this.pField; + } + set + { + this.pField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Q + { + get + { + return this.qField; + } + set + { + this.qField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] G + { + get + { + return this.gField; + } + set + { + this.gField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] + public byte[] Y + { + get + { + return this.yField; + } + set + { + this.yField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] + public byte[] J + { + get + { + return this.jField; + } + set + { + this.jField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] + public byte[] Seed + { + get + { + return this.seedField; + } + set + { + this.seedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] + public byte[] PgenCounter + { + get + { + return this.pgenCounterField; + } + set + { + this.pgenCounterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyValueType + { + + private object itemField; + + private string[] textField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyInfoType + { + + private object[] itemsField; + + private ItemsChoiceType2[] itemsElementNameField; + + private string[] textField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType2[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType2 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + KeyName, + + /// + KeyValue, + + /// + MgmtData, + + /// + PGPData, + + /// + RetrievalMethod, + + /// + SPKIData, + + /// + X509Data, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureValueType + { + + private string idField; + + private byte[] valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] + public byte[] Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DigestMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ReferenceType + { + + private TransformType[] transformsField; + + private DigestMethodType digestMethodField; + + private byte[] digestValueField; + + private string idField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DigestMethodType DigestMethod + { + get + { + return this.digestMethodField; + } + set + { + this.digestMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] DigestValue + { + get + { + return this.digestValueField; + } + set + { + this.digestValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureMethodType + { + + private string hMACOutputLengthField; + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string HMACOutputLength + { + get + { + return this.hMACOutputLengthField; + } + set + { + this.hMACOutputLengthField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class CanonicalizationMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignedInfoType + { + + private CanonicalizationMethodType canonicalizationMethodField; + + private SignatureMethodType signatureMethodField; + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CanonicalizationMethodType CanonicalizationMethod + { + get + { + return this.canonicalizationMethodField; + } + set + { + this.canonicalizationMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureMethodType SignatureMethod + { + get + { + return this.signatureMethodField; + } + set + { + this.signatureMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] + public ReferenceType[] Reference + { + get + { + return this.referenceField; + } + set + { + this.referenceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureType + { + + private SignedInfoType signedInfoField; + + private SignatureValueType signatureValueField; + + private KeyInfoType keyInfoField; + + private ObjectType[] objectField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SignedInfoType SignedInfo + { + get + { + return this.signedInfoField; + } + set + { + this.signedInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureValueType SignatureValue + { + get + { + return this.signatureValueField; + } + set + { + this.signatureValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public KeyInfoType KeyInfo + { + get + { + return this.keyInfoField; + } + set + { + this.keyInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] + public ObjectType[] Object + { + get + { + return this.objectField; + } + set + { + this.objectField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseType + { + + private SignatureType signatureField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] + public SignatureType Signature + { + get + { + return this.signatureField; + } + set + { + this.signatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseAsyncResponseType : BaseType + { + + private sbyte requestStateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte RequestState + { + get + { + return this.requestStateField; + } + set + { + this.requestStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering-service-async/", ConfigurationName="Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync")] + public interface DeviceMeteringPortTypesAsync + { + + [System.ServiceModel.OperationContractAttribute(Action="urn:importMeteringDeviceValues", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DeviceMetering.Fault), Action="urn:importMeteringDeviceValues", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importMeteringDeviceValuesAsync(Hcs.Service.Async.DeviceMetering.importMeteringDeviceValuesRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportMeteringDeviceHistory", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DeviceMetering.Fault), Action="urn:exportMeteringDeviceHistory", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportMeteringDeviceHistoryAsync(Hcs.Service.Async.DeviceMetering.exportMeteringDeviceHistoryRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DeviceMetering.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.DeviceMetering.getStateRequest1 request); + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeader : HeaderType + { + + private object itemField; + + private ItemChoiceType1 itemElementNameField; + + private bool isOperatorSignatureField; + + private bool isOperatorSignatureFieldSpecified; + + private ISCreator[] iSCreatorField; + + public RequestHeader() + { + this.isOperatorSignatureField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType1 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsOperatorSignature + { + get + { + return this.isOperatorSignatureField; + } + set + { + this.isOperatorSignatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsOperatorSignatureSpecified + { + get + { + return this.isOperatorSignatureFieldSpecified; + } + set + { + this.isOperatorSignatureFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] + public ISCreator[] ISCreator + { + get + { + return this.iSCreatorField; + } + set + { + this.iSCreatorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizen + { + + private object[] itemsField; + + private ItemsChoiceType3[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType3[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocument + { + + private RequestHeaderCitizenDocumentDocumentType documentTypeField; + + private string seriesField; + + private string numberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RequestHeaderCitizenDocumentDocumentType DocumentType + { + get + { + return this.documentTypeField; + } + set + { + this.documentTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocumentDocumentType + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemsChoiceType3 + { + + /// + CitizenPPAGUID, + + /// + Document, + + /// + SNILS, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemChoiceType1 + { + + /// + Citizen, + + /// + SenderID, + + /// + orgPPAGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISCreator + { + + private string iSNameField; + + private string iSOperatorNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ISName + { + get + { + return this.iSNameField; + } + set + { + this.iSNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ISOperatorName + { + get + { + return this.iSOperatorNameField; + } + set + { + this.iSOperatorNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class HeaderType + { + + private System.DateTime dateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequest : BaseType + { + + private string fIASHouseGuidField; + + private importMeteringDeviceValuesRequestMeteringDevicesValues[] meteringDevicesValuesField; + + private string versionField; + + public importMeteringDeviceValuesRequest() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MeteringDevicesValues", Order=1)] + public importMeteringDeviceValuesRequestMeteringDevicesValues[] MeteringDevicesValues + { + get + { + return this.meteringDevicesValuesField; + } + set + { + this.meteringDevicesValuesField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValues + { + + private string itemField; + + private ItemChoiceType itemElementNameField; + + private object item1Field; + + /// + [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ElectricDeviceValue", typeof(importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValue), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("OneRateDeviceValue", typeof(importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValue), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("VolumeDeviceValue", typeof(importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValue), Order=2)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", IncludeInSchema=false)] + public enum ItemChoiceType + { + + /// + MeteringDeviceRootGUID, + + /// + MeteringDeviceVersionGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValue + { + + private importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueCurrentValue currentValueField; + + private ElectricMeteringValueImportType controlValueField; + + private importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueVerificationValue verificationValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueCurrentValue CurrentValue + { + get + { + return this.currentValueField; + } + set + { + this.currentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ElectricMeteringValueImportType ControlValue + { + get + { + return this.controlValueField; + } + set + { + this.controlValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueVerificationValue VerificationValue + { + get + { + return this.verificationValueField; + } + set + { + this.verificationValueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueCurrentValue : ElectricMeteringValueImportType + { + + private YearMonth periodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public YearMonth Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueVerificationValue + { + + private System.DateTime startDateValueField; + + private System.DateTime endDateValueField; + + private System.DateTime sealDateField; + + private ElectricMeteringValueBaseType startValueField; + + private ElectricMeteringValueBaseType endValueField; + + private object itemField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime StartDateValue + { + get + { + return this.startDateValueField; + } + set + { + this.startDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDateValue + { + get + { + return this.endDateValueField; + } + set + { + this.endDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime SealDate + { + get + { + return this.sealDateField; + } + set + { + this.sealDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ElectricMeteringValueBaseType StartValue + { + get + { + return this.startValueField; + } + set + { + this.startValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ElectricMeteringValueBaseType EndValue + { + get + { + return this.endValueField; + } + set + { + this.endValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=6)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValue + { + + private importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueCurrentValue[] currentValueField; + + private OneRateMeteringValueImportType[] controlValueField; + + private importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueVerificationValue verificationValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] + public importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueCurrentValue[] CurrentValue + { + get + { + return this.currentValueField; + } + set + { + this.currentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] + public OneRateMeteringValueImportType[] ControlValue + { + get + { + return this.controlValueField; + } + set + { + this.controlValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueVerificationValue VerificationValue + { + get + { + return this.verificationValueField; + } + set + { + this.verificationValueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueCurrentValue : OneRateMeteringValueImportType + { + + private YearMonth periodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public YearMonth Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueVerificationValue + { + + private System.DateTime startDateValueField; + + private System.DateTime endDateValueField; + + private System.DateTime sealDateField; + + private OneRateMeteringValueBaseType[] startValueField; + + private OneRateMeteringValueBaseType[] endValueField; + + private object itemField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime StartDateValue + { + get + { + return this.startDateValueField; + } + set + { + this.startDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDateValue + { + get + { + return this.endDateValueField; + } + set + { + this.endDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime SealDate + { + get + { + return this.sealDateField; + } + set + { + this.sealDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("StartValue", Order=3)] + public OneRateMeteringValueBaseType[] StartValue + { + get + { + return this.startValueField; + } + set + { + this.startValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EndValue", Order=4)] + public OneRateMeteringValueBaseType[] EndValue + { + get + { + return this.endValueField; + } + set + { + this.endValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=6)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValue + { + + private importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueCurrentValue[] currentValueField; + + private VolumeMeteringValueImportType[] controlValueField; + + private importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueVerificationValue verificationValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] + public importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueCurrentValue[] CurrentValue + { + get + { + return this.currentValueField; + } + set + { + this.currentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] + public VolumeMeteringValueImportType[] ControlValue + { + get + { + return this.controlValueField; + } + set + { + this.controlValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueVerificationValue VerificationValue + { + get + { + return this.verificationValueField; + } + set + { + this.verificationValueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueCurrentValue : VolumeMeteringValueImportType + { + + private YearMonth periodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public YearMonth Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueVerificationValue + { + + private System.DateTime startDateValueField; + + private System.DateTime endDateValueField; + + private System.DateTime sealDateField; + + private VolumeMeteringValueBaseType[] startValueField; + + private VolumeMeteringValueBaseType[] endValueField; + + private object itemField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime StartDateValue + { + get + { + return this.startDateValueField; + } + set + { + this.startDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDateValue + { + get + { + return this.endDateValueField; + } + set + { + this.endDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime SealDate + { + get + { + return this.sealDateField; + } + set + { + this.sealDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("StartValue", Order=3)] + public VolumeMeteringValueBaseType[] StartValue + { + get + { + return this.startValueField; + } + set + { + this.startValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EndValue", Order=4)] + public VolumeMeteringValueBaseType[] EndValue + { + get + { + return this.endValueField; + } + set + { + this.endValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=6)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ResultHeader : HeaderType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequest + { + + private AckRequestAck ackField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AckRequestAck Ack + { + get + { + return this.ackField; + } + set + { + this.ackField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequestAck + { + + private string messageGUIDField; + + private string requesterMessageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RequesterMessageGUID + { + get + { + return this.requesterMessageGUIDField; + } + set + { + this.requesterMessageGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importMeteringDeviceValuesRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", Order=0)] + public Hcs.Service.Async.DeviceMetering.importMeteringDeviceValuesRequest importMeteringDeviceValuesRequest; + + public importMeteringDeviceValuesRequest1() + { + } + + public importMeteringDeviceValuesRequest1(Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.importMeteringDeviceValuesRequest importMeteringDeviceValuesRequest) + { + this.RequestHeader = RequestHeader; + this.importMeteringDeviceValuesRequest = importMeteringDeviceValuesRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importMeteringDeviceValuesResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.DeviceMetering.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.DeviceMetering.AckRequest AckRequest; + + public importMeteringDeviceValuesResponse() + { + } + + public importMeteringDeviceValuesResponse(Hcs.Service.Async.DeviceMetering.ResultHeader ResultHeader, Hcs.Service.Async.DeviceMetering.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryRequest : BaseType + { + + private string[] fIASHouseGuidField; + + private string exportMeteringDeviceRootGUIDField; + + private object[] itemsField; + + private ItemsChoiceType4[] itemsElementNameField; + + private System.DateTime commissioningDateFromField; + + private bool commissioningDateFromFieldSpecified; + + private System.DateTime commissioningDateToField; + + private bool commissioningDateToFieldSpecified; + + private bool serchArchivedField; + + private bool serchArchivedFieldSpecified; + + private System.DateTime archiveDateFromField; + + private bool archiveDateFromFieldSpecified; + + private System.DateTime archiveDateToField; + + private bool archiveDateToFieldSpecified; + + private System.DateTime inputDateFromField; + + private bool inputDateFromFieldSpecified; + + private System.DateTime inputDateToField; + + private bool inputDateToFieldSpecified; + + private bool excludePersonAsDataSourceField; + + private bool excludePersonAsDataSourceFieldSpecified; + + private bool excludeCurrentOrgAsDataSourceField; + + private bool excludeCurrentOrgAsDataSourceFieldSpecified; + + private bool excludeOtherOrgAsDataSourceField; + + private bool excludeOtherOrgAsDataSourceFieldSpecified; + + private bool excludeISValuesField; + + private bool excludeISValuesFieldSpecified; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] + public string[] FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ExportMeteringDeviceRootGUID + { + get + { + return this.exportMeteringDeviceRootGUIDField; + } + set + { + this.exportMeteringDeviceRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceRootGUID", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceType", typeof(nsiRef), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalResource", typeof(nsiRef), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType4[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime CommissioningDateFrom + { + get + { + return this.commissioningDateFromField; + } + set + { + this.commissioningDateFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CommissioningDateFromSpecified + { + get + { + return this.commissioningDateFromFieldSpecified; + } + set + { + this.commissioningDateFromFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] + public System.DateTime CommissioningDateTo + { + get + { + return this.commissioningDateToField; + } + set + { + this.commissioningDateToField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CommissioningDateToSpecified + { + get + { + return this.commissioningDateToFieldSpecified; + } + set + { + this.commissioningDateToFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool SerchArchived + { + get + { + return this.serchArchivedField; + } + set + { + this.serchArchivedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SerchArchivedSpecified + { + get + { + return this.serchArchivedFieldSpecified; + } + set + { + this.serchArchivedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] + public System.DateTime ArchiveDateFrom + { + get + { + return this.archiveDateFromField; + } + set + { + this.archiveDateFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ArchiveDateFromSpecified + { + get + { + return this.archiveDateFromFieldSpecified; + } + set + { + this.archiveDateFromFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] + public System.DateTime ArchiveDateTo + { + get + { + return this.archiveDateToField; + } + set + { + this.archiveDateToField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ArchiveDateToSpecified + { + get + { + return this.archiveDateToFieldSpecified; + } + set + { + this.archiveDateToFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=9)] + public System.DateTime inputDateFrom + { + get + { + return this.inputDateFromField; + } + set + { + this.inputDateFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool inputDateFromSpecified + { + get + { + return this.inputDateFromFieldSpecified; + } + set + { + this.inputDateFromFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] + public System.DateTime inputDateTo + { + get + { + return this.inputDateToField; + } + set + { + this.inputDateToField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool inputDateToSpecified + { + get + { + return this.inputDateToFieldSpecified; + } + set + { + this.inputDateToFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public bool ExcludePersonAsDataSource + { + get + { + return this.excludePersonAsDataSourceField; + } + set + { + this.excludePersonAsDataSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ExcludePersonAsDataSourceSpecified + { + get + { + return this.excludePersonAsDataSourceFieldSpecified; + } + set + { + this.excludePersonAsDataSourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public bool ExcludeCurrentOrgAsDataSource + { + get + { + return this.excludeCurrentOrgAsDataSourceField; + } + set + { + this.excludeCurrentOrgAsDataSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ExcludeCurrentOrgAsDataSourceSpecified + { + get + { + return this.excludeCurrentOrgAsDataSourceFieldSpecified; + } + set + { + this.excludeCurrentOrgAsDataSourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public bool ExcludeOtherOrgAsDataSource + { + get + { + return this.excludeOtherOrgAsDataSourceField; + } + set + { + this.excludeOtherOrgAsDataSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ExcludeOtherOrgAsDataSourceSpecified + { + get + { + return this.excludeOtherOrgAsDataSourceFieldSpecified; + } + set + { + this.excludeOtherOrgAsDataSourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public bool excludeISValues + { + get + { + return this.excludeISValuesField; + } + set + { + this.excludeISValuesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool excludeISValuesSpecified + { + get + { + return this.excludeISValuesFieldSpecified; + } + set + { + this.excludeISValuesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", IncludeInSchema=false)] + public enum ItemsChoiceType4 + { + + /// + MeteringDeviceRootGUID, + + /// + MeteringDeviceType, + + /// + MunicipalResource, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportMeteringDeviceHistoryRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", Order=0)] + public Hcs.Service.Async.DeviceMetering.exportMeteringDeviceHistoryRequest exportMeteringDeviceHistoryRequest; + + public exportMeteringDeviceHistoryRequest1() + { + } + + public exportMeteringDeviceHistoryRequest1(Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.exportMeteringDeviceHistoryRequest exportMeteringDeviceHistoryRequest) + { + this.RequestHeader = RequestHeader; + this.exportMeteringDeviceHistoryRequest = exportMeteringDeviceHistoryRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportMeteringDeviceHistoryResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.DeviceMetering.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.DeviceMetering.AckRequest AckRequest; + + public exportMeteringDeviceHistoryResponse() + { + } + + public exportMeteringDeviceHistoryResponse(Hcs.Service.Async.DeviceMetering.ResultHeader ResultHeader, Hcs.Service.Async.DeviceMetering.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class getStateRequest + { + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class getStateResult : BaseAsyncResponseType + { + + private object[] itemsField; + + private string versionField; + + public getStateResult() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PagedOutput", typeof(getStateResultPagedOutput), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportMeteringDeviceHistoryResult", typeof(exportMeteringDeviceHistoryResultType), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ErrorMessageType + { + + private string errorCodeField; + + private string descriptionField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultType + { + + private string gUIDField; + + private string transportGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultTypeError : ErrorMessageType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class getStateResultPagedOutput + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ExportMeteringDeviceRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LastPage", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultType + { + + private string meteringDeviceRootGUIDField; + + private string hCSHouseGUIDField; + + private string fIASHouseGuidField; + + private object itemField; + + private exportMeteringDeviceHistoryResultTypeArchivedValues archivedValuesField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringDeviceRootGUID + { + get + { + return this.meteringDeviceRootGUIDField; + } + set + { + this.meteringDeviceRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string HCSHouseGUID + { + get + { + return this.hCSHouseGUIDField; + } + set + { + this.hCSHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ElectricDeviceValue", typeof(exportMeteringDeviceHistoryResultTypeElectricDeviceValue), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("OneRateDeviceValue", typeof(exportMeteringDeviceHistoryResultTypeOneRateDeviceValue), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("VolumeDeviceValue", typeof(exportMeteringDeviceHistoryResultTypeVolumeDeviceValue), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public exportMeteringDeviceHistoryResultTypeArchivedValues ArchivedValues + { + get + { + return this.archivedValuesField; + } + set + { + this.archivedValuesField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeElectricDeviceValue + { + + private ElectricMeteringValueExportType1 baseValueField; + + private exportMeteringDeviceHistoryResultTypeElectricDeviceValueValues valuesField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ElectricMeteringValueExportType1 BaseValue + { + get + { + return this.baseValueField; + } + set + { + this.baseValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportMeteringDeviceHistoryResultTypeElectricDeviceValueValues Values + { + get + { + return this.valuesField; + } + set + { + this.valuesField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeElectricDeviceValueValues + { + + private exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesCurrentValue[] currentValueField; + + private ElectricCurrentMeteringValueExportType[] controlValueField; + + private exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesVerificationValue[] verificationValueField; + + private bool excludeISValuesField; + + private bool excludeISValuesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] + public exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesCurrentValue[] CurrentValue + { + get + { + return this.currentValueField; + } + set + { + this.currentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] + public ElectricCurrentMeteringValueExportType[] ControlValue + { + get + { + return this.controlValueField; + } + set + { + this.controlValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VerificationValue", Order=2)] + public exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesVerificationValue[] VerificationValue + { + get + { + return this.verificationValueField; + } + set + { + this.verificationValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool excludeISValues + { + get + { + return this.excludeISValuesField; + } + set + { + this.excludeISValuesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool excludeISValuesSpecified + { + get + { + return this.excludeISValuesFieldSpecified; + } + set + { + this.excludeISValuesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesCurrentValue : ElectricCurrentMeteringValueExportType + { + + private YearMonth periodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public YearMonth Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesVerificationValue + { + + private System.DateTime startDateValueField; + + private System.DateTime endDateValueField; + + private System.DateTime sealDateField; + + private ElectricMeteringValueExportType1 startValueField; + + private ElectricMeteringValueExportType1 endValueField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime StartDateValue + { + get + { + return this.startDateValueField; + } + set + { + this.startDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDateValue + { + get + { + return this.endDateValueField; + } + set + { + this.endDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime SealDate + { + get + { + return this.sealDateField; + } + set + { + this.sealDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ElectricMeteringValueExportType1 StartValue + { + get + { + return this.startValueField; + } + set + { + this.startValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ElectricMeteringValueExportType1 EndValue + { + get + { + return this.endValueField; + } + set + { + this.endValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeOneRateDeviceValue + { + + private OneRateMeteringValueExportType1[] baseValueField; + + private exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValues valuesField; + + /// + [System.Xml.Serialization.XmlElementAttribute("BaseValue", Order=0)] + public OneRateMeteringValueExportType1[] BaseValue + { + get + { + return this.baseValueField; + } + set + { + this.baseValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValues Values + { + get + { + return this.valuesField; + } + set + { + this.valuesField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValues + { + + private exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesCurrentValue[] currentValueField; + + private OneRateCurrentMeteringValueExportType[] controlValueField; + + private exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesVerificationValue[] verificationValueField; + + private bool excludeISValuesField; + + private bool excludeISValuesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] + public exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesCurrentValue[] CurrentValue + { + get + { + return this.currentValueField; + } + set + { + this.currentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] + public OneRateCurrentMeteringValueExportType[] ControlValue + { + get + { + return this.controlValueField; + } + set + { + this.controlValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VerificationValue", Order=2)] + public exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesVerificationValue[] VerificationValue + { + get + { + return this.verificationValueField; + } + set + { + this.verificationValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool excludeISValues + { + get + { + return this.excludeISValuesField; + } + set + { + this.excludeISValuesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool excludeISValuesSpecified + { + get + { + return this.excludeISValuesFieldSpecified; + } + set + { + this.excludeISValuesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesCurrentValue : OneRateCurrentMeteringValueExportType + { + + private YearMonth periodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public YearMonth Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesVerificationValue + { + + private System.DateTime startDateValueField; + + private System.DateTime endDateValueField; + + private System.DateTime sealDateField; + + private OneRateMeteringValueExportType1[] startValueField; + + private OneRateMeteringValueExportType1[] endValueField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime StartDateValue + { + get + { + return this.startDateValueField; + } + set + { + this.startDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDateValue + { + get + { + return this.endDateValueField; + } + set + { + this.endDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime SealDate + { + get + { + return this.sealDateField; + } + set + { + this.sealDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("StartValue", Order=3)] + public OneRateMeteringValueExportType1[] StartValue + { + get + { + return this.startValueField; + } + set + { + this.startValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EndValue", Order=4)] + public OneRateMeteringValueExportType1[] EndValue + { + get + { + return this.endValueField; + } + set + { + this.endValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeVolumeDeviceValue : VolumeMeteringValueExportType + { + + private bool excludeISValuesField; + + private bool excludeISValuesFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool excludeISValues + { + get + { + return this.excludeISValuesField; + } + set + { + this.excludeISValuesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool excludeISValuesSpecified + { + get + { + return this.excludeISValuesFieldSpecified; + } + set + { + this.excludeISValuesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class VolumeMeteringValueExportType + { + + private VolumeMeteringValueExportTypeCurrentValue[] currentValueField; + + private VolumeCurrentMeteringValueExportType[] controlValueField; + + private VolumeMeteringValueExportTypeVerificationValue[] verificationValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] + public VolumeMeteringValueExportTypeCurrentValue[] CurrentValue + { + get + { + return this.currentValueField; + } + set + { + this.currentValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] + public VolumeCurrentMeteringValueExportType[] ControlValue + { + get + { + return this.controlValueField; + } + set + { + this.controlValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VerificationValue", Order=2)] + public VolumeMeteringValueExportTypeVerificationValue[] VerificationValue + { + get + { + return this.verificationValueField; + } + set + { + this.verificationValueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class VolumeMeteringValueExportTypeCurrentValue : VolumeCurrentMeteringValueExportType + { + + private YearMonth periodField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public YearMonth Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class VolumeMeteringValueExportTypeVerificationValue + { + + private System.DateTime startDateValueField; + + private System.DateTime endDateValueField; + + private System.DateTime sealDateField; + + private VolumeMeteringValueExportBaseType[] startValueField; + + private VolumeMeteringValueExportBaseType[] endValueField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime StartDateValue + { + get + { + return this.startDateValueField; + } + set + { + this.startDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDateValue + { + get + { + return this.endDateValueField; + } + set + { + this.endDateValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime SealDate + { + get + { + return this.sealDateField; + } + set + { + this.sealDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("StartValue", Order=3)] + public VolumeMeteringValueExportBaseType[] StartValue + { + get + { + return this.startValueField; + } + set + { + this.startValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EndValue", Order=4)] + public VolumeMeteringValueExportBaseType[] EndValue + { + get + { + return this.endValueField; + } + set + { + this.endValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] + public partial class exportMeteringDeviceHistoryResultTypeArchivedValues + { + + private nsiRef archivingReasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ArchivingReason + { + get + { + return this.archivingReasonField; + } + set + { + this.archivingReasonField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.DeviceMetering.getStateRequest getStateRequest; + + public getStateRequest1() + { + } + + public getStateRequest1(Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.getStateRequest getStateRequest) + { + this.RequestHeader = RequestHeader; + this.getStateRequest = getStateRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.DeviceMetering.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", Order=0)] + public Hcs.Service.Async.DeviceMetering.getStateResult getStateResult; + + public getStateResponse() + { + } + + public getStateResponse(Hcs.Service.Async.DeviceMetering.ResultHeader ResultHeader, Hcs.Service.Async.DeviceMetering.getStateResult getStateResult) + { + this.ResultHeader = ResultHeader; + this.getStateResult = getStateResult; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public interface DeviceMeteringPortTypesAsyncChannel : Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public partial class DeviceMeteringPortTypesAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync + { + + /// + /// Реализуйте этот разделяемый метод для настройки конечной точки службы. + /// + /// Настраиваемая конечная точка + /// Учетные данные клиента. + static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); + + public DeviceMeteringPortTypesAsyncClient() : + base(DeviceMeteringPortTypesAsyncClient.GetDefaultBinding(), DeviceMeteringPortTypesAsyncClient.GetDefaultEndpointAddress()) + { + this.Endpoint.Name = EndpointConfiguration.DeviceMeteringPortAsync.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public DeviceMeteringPortTypesAsyncClient(EndpointConfiguration endpointConfiguration) : + base(DeviceMeteringPortTypesAsyncClient.GetBindingForEndpoint(endpointConfiguration), DeviceMeteringPortTypesAsyncClient.GetEndpointAddress(endpointConfiguration)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public DeviceMeteringPortTypesAsyncClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + base(DeviceMeteringPortTypesAsyncClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public DeviceMeteringPortTypesAsyncClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + base(DeviceMeteringPortTypesAsyncClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public DeviceMeteringPortTypesAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync.importMeteringDeviceValuesAsync(Hcs.Service.Async.DeviceMetering.importMeteringDeviceValuesRequest1 request) + { + return base.Channel.importMeteringDeviceValuesAsync(request); + } + + public System.Threading.Tasks.Task importMeteringDeviceValuesAsync(Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.importMeteringDeviceValuesRequest importMeteringDeviceValuesRequest) + { + Hcs.Service.Async.DeviceMetering.importMeteringDeviceValuesRequest1 inValue = new Hcs.Service.Async.DeviceMetering.importMeteringDeviceValuesRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importMeteringDeviceValuesRequest = importMeteringDeviceValuesRequest; + return ((Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync)(this)).importMeteringDeviceValuesAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync.exportMeteringDeviceHistoryAsync(Hcs.Service.Async.DeviceMetering.exportMeteringDeviceHistoryRequest1 request) + { + return base.Channel.exportMeteringDeviceHistoryAsync(request); + } + + public System.Threading.Tasks.Task exportMeteringDeviceHistoryAsync(Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.exportMeteringDeviceHistoryRequest exportMeteringDeviceHistoryRequest) + { + Hcs.Service.Async.DeviceMetering.exportMeteringDeviceHistoryRequest1 inValue = new Hcs.Service.Async.DeviceMetering.exportMeteringDeviceHistoryRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportMeteringDeviceHistoryRequest = exportMeteringDeviceHistoryRequest; + return ((Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync)(this)).exportMeteringDeviceHistoryAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync.getStateAsync(Hcs.Service.Async.DeviceMetering.getStateRequest1 request) + { + return base.Channel.getStateAsync(request); + } + + public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.DeviceMetering.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.getStateRequest getStateRequest) + { + Hcs.Service.Async.DeviceMetering.getStateRequest1 inValue = new Hcs.Service.Async.DeviceMetering.getStateRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.getStateRequest = getStateRequest; + return ((Hcs.Service.Async.DeviceMetering.DeviceMeteringPortTypesAsync)(this)).getStateAsync(inValue); + } + + public virtual System.Threading.Tasks.Task OpenAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); + } + + #if !NET6_0_OR_GREATER + public virtual System.Threading.Tasks.Task CloseAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose)); + } + #endif + + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.DeviceMeteringPortAsync)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport; + return result; + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.DeviceMeteringPortAsync)) + { + return new System.ServiceModel.EndpointAddress("https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeter" + + "ingAsync"); + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.Channels.Binding GetDefaultBinding() + { + return DeviceMeteringPortTypesAsyncClient.GetBindingForEndpoint(EndpointConfiguration.DeviceMeteringPortAsync); + } + + private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() + { + return DeviceMeteringPortTypesAsyncClient.GetEndpointAddress(EndpointConfiguration.DeviceMeteringPortAsync); + } + + public enum EndpointConfiguration + { + + DeviceMeteringPortAsync, + } + } +} diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.HouseManagement/ConnectedService.json b/Hcs.Broker/Connected Services/Hcs.Service.Async.HouseManagement/ConnectedService.json new file mode 100644 index 0000000..1027c43 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.HouseManagement/ConnectedService.json @@ -0,0 +1,16 @@ +{ + "ExtendedData": { + "inputs": [ + "../../Wsdl/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-service-async.wsdl" + ], + "collectionTypes": [ + "System.Array", + "System.Collections.Generic.Dictionary`2" + ], + "namespaceMappings": [ + "*, Hcs.Service.Async.HouseManagement" + ], + "targetFramework": "net8.0", + "typeReuseMode": "All" + } +} \ No newline at end of file diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.HouseManagement/Reference.cs b/Hcs.Broker/Connected Services/Hcs.Service.Async.HouseManagement/Reference.cs new file mode 100644 index 0000000..c811521 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.HouseManagement/Reference.cs @@ -0,0 +1,62932 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторного создания кода. +// +//------------------------------------------------------------------------------ + +namespace Hcs.Service.Async.HouseManagement +{ + + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Fault + { + + private string errorCodeField; + + private string errorMessageField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ErrorMessage + { + get + { + return this.errorMessageField; + } + set + { + this.errorMessageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class VolumeMeteringValueBaseType + { + + private nsiRef municipalResourceField; + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT1 + { + get + { + return this.meteringValueT1Field; + } + set + { + this.meteringValueT1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT2 + { + get + { + return this.meteringValueT2Field; + } + set + { + this.meteringValueT2Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string MeteringValueT3 + { + get + { + return this.meteringValueT3Field; + } + set + { + this.meteringValueT3Field = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class nsiRef + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class EntpsType + { + + private string surnameField; + + private string firstNameField; + + private string patronymicField; + + private EntpsTypeSex sexField; + + private bool sexFieldSpecified; + + private string oGRNIPField; + + private System.DateTime stateRegistrationDateField; + + private bool stateRegistrationDateFieldSpecified; + + private string iNNField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Surname + { + get + { + return this.surnameField; + } + set + { + this.surnameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FirstName + { + get + { + return this.firstNameField; + } + set + { + this.firstNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Patronymic + { + get + { + return this.patronymicField; + } + set + { + this.patronymicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public EntpsTypeSex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] + public string OGRNIP + { + get + { + return this.oGRNIPField; + } + set + { + this.oGRNIPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] + public System.DateTime StateRegistrationDate + { + get + { + return this.stateRegistrationDateField; + } + set + { + this.stateRegistrationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateRegistrationDateSpecified + { + get + { + return this.stateRegistrationDateFieldSpecified; + } + set + { + this.stateRegistrationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=6)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public enum EntpsTypeSex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class ForeignBranchType + { + + private string fullNameField; + + private string shortNameField; + + private string nZAField; + + private string iNNField; + + private string kPPField; + + private string addressField; + + private string fIASHouseGuidField; + + private System.DateTime accreditationStartDateField; + + private System.DateTime accreditationEndDateField; + + private bool accreditationEndDateFieldSpecified; + + private string registrationCountryField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FullName + { + get + { + return this.fullNameField; + } + set + { + this.fullNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ShortName + { + get + { + return this.shortNameField; + } + set + { + this.shortNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] + public string NZA + { + get + { + return this.nZAField; + } + set + { + this.nZAField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string Address + { + get + { + return this.addressField; + } + set + { + this.addressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] + public System.DateTime AccreditationStartDate + { + get + { + return this.accreditationStartDateField; + } + set + { + this.accreditationStartDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] + public System.DateTime AccreditationEndDate + { + get + { + return this.accreditationEndDateField; + } + set + { + this.accreditationEndDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccreditationEndDateSpecified + { + get + { + return this.accreditationEndDateFieldSpecified; + } + set + { + this.accreditationEndDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string RegistrationCountry + { + get + { + return this.registrationCountryField; + } + set + { + this.registrationCountryField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class SubsidiaryType + { + + private string fullNameField; + + private string shortNameField; + + private string oGRNField; + + private string iNNField; + + private string kPPField; + + private string oKOPFField; + + private string addressField; + + private string fIASHouseGuidField; + + private System.DateTime activityEndDateField; + + private bool activityEndDateFieldSpecified; + + private SubsidiaryTypeSourceName sourceNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FullName + { + get + { + return this.fullNameField; + } + set + { + this.fullNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ShortName + { + get + { + return this.shortNameField; + } + set + { + this.shortNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] + public string OGRN + { + get + { + return this.oGRNField; + } + set + { + this.oGRNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=5)] + public string OKOPF + { + get + { + return this.oKOPFField; + } + set + { + this.oKOPFField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string Address + { + get + { + return this.addressField; + } + set + { + this.addressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] + public System.DateTime ActivityEndDate + { + get + { + return this.activityEndDateField; + } + set + { + this.activityEndDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ActivityEndDateSpecified + { + get + { + return this.activityEndDateFieldSpecified; + } + set + { + this.activityEndDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public SubsidiaryTypeSourceName SourceName + { + get + { + return this.sourceNameField; + } + set + { + this.sourceNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class SubsidiaryTypeSourceName + { + + private System.DateTime dateField; + + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="date")] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class LegalType + { + + private string shortNameField; + + private string fullNameField; + + private string commercialNameField; + + private string oGRNField; + + private System.DateTime stateRegistrationDateField; + + private bool stateRegistrationDateFieldSpecified; + + private string iNNField; + + private string kPPField; + + private string oKOPFField; + + private string addressField; + + private string fIASHouseGuidField; + + private System.DateTime activityEndDateField; + + private bool activityEndDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ShortName + { + get + { + return this.shortNameField; + } + set + { + this.shortNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FullName + { + get + { + return this.fullNameField; + } + set + { + this.fullNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string CommercialName + { + get + { + return this.commercialNameField; + } + set + { + this.commercialNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] + public string OGRN + { + get + { + return this.oGRNField; + } + set + { + this.oGRNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime StateRegistrationDate + { + get + { + return this.stateRegistrationDateField; + } + set + { + this.stateRegistrationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateRegistrationDateSpecified + { + get + { + return this.stateRegistrationDateFieldSpecified; + } + set + { + this.stateRegistrationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=5)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=6)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=7)] + public string OKOPF + { + get + { + return this.oKOPFField; + } + set + { + this.oKOPFField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string Address + { + get + { + return this.addressField; + } + set + { + this.addressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] + public System.DateTime ActivityEndDate + { + get + { + return this.activityEndDateField; + } + set + { + this.activityEndDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ActivityEndDateSpecified + { + get + { + return this.activityEndDateFieldSpecified; + } + set + { + this.activityEndDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/")] + public partial class PaymentReasonType + { + + private string contractNumberField; + + private System.DateTime contractDateField; + + private System.DateTime contractEndDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime ContractDate + { + get + { + return this.contractDateField; + } + set + { + this.contractDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime ContractEndDate + { + get + { + return this.contractEndDateField; + } + set + { + this.contractEndDateField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementAttachmentFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFiasAddressRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementOkeiRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementEnumFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementIntegerFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementDateFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFloatFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementBooleanFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementStringFieldType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public abstract partial class NsiElementFieldType + { + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementAttachmentFieldType : NsiElementFieldType + { + + private AttachmentType documentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AttachmentType Document + { + get + { + return this.documentField; + } + set + { + this.documentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AttachmentType + { + + private string nameField; + + private string descriptionField; + + private Attachment attachmentField; + + private string attachmentHASHField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public Attachment Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AttachmentHASH + { + get + { + return this.attachmentHASHField; + } + set + { + this.attachmentHASHField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Attachment + { + + private string attachmentGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AttachmentGUID + { + get + { + return this.attachmentGUIDField; + } + set + { + this.attachmentGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFiasAddressRefFieldType : NsiElementFieldType + { + + private NsiElementFiasAddressRefFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementFiasAddressRefFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFiasAddressRefFieldTypeNsiRef + { + + private string guidField; + + private string aoGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Guid + { + get + { + return this.guidField; + } + set + { + this.guidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string aoGuid + { + get + { + return this.aoGuidField; + } + set + { + this.aoGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementOkeiRefFieldType : NsiElementFieldType + { + + private string codeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiRefFieldType : NsiElementFieldType + { + + private NsiElementNsiRefFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementNsiRefFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiRefFieldTypeNsiRef + { + + private string nsiItemRegistryNumberField; + + private nsiRef refField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef Ref + { + get + { + return this.refField; + } + set + { + this.refField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiFieldType : NsiElementFieldType + { + + private NsiElementNsiFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementNsiFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiFieldTypeNsiRef + { + + private string nsiItemRegistryNumberField; + + private ListGroup listGroupField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public enum ListGroup + { + + /// + NSI, + + /// + NSIRAO, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementEnumFieldType : NsiElementFieldType + { + + private NsiElementEnumFieldTypePosition[] positionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Position", Order=0)] + public NsiElementEnumFieldTypePosition[] Position + { + get + { + return this.positionField; + } + set + { + this.positionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementEnumFieldTypePosition + { + + private object gUIDField; + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public object GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementIntegerFieldType : NsiElementFieldType + { + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementDateFieldType : NsiElementFieldType + { + + private System.DateTime valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFloatFieldType : NsiElementFieldType + { + + private float valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public float Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementBooleanFieldType : NsiElementFieldType + { + + private bool valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementStringFieldType : NsiElementFieldType + { + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementType + { + + private string codeField; + + private string gUIDField; + + private System.DateTime[] itemsField; + + private ItemsChoiceType22[] itemsElementNameField; + + private bool isActualField; + + private NsiElementFieldType[] nsiElementFieldField; + + private NsiElementType[] childElementField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Modified", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public System.DateTime[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType22[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsActual + { + get + { + return this.isActualField; + } + set + { + this.isActualField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiElementField", Order=5)] + public NsiElementFieldType[] NsiElementField + { + get + { + return this.nsiElementFieldField; + } + set + { + this.nsiElementFieldField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ChildElement", Order=6)] + public NsiElementType[] ChildElement + { + get + { + return this.childElementField; + } + set + { + this.childElementField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", IncludeInSchema=false)] + public enum ItemsChoiceType22 + { + + /// + EndDate, + + /// + Modified, + + /// + StartDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiItemType + { + + private string nsiItemRegistryNumberField; + + private System.DateTime createdField; + + private NsiElementType[] nsiElementField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime Created + { + get + { + return this.createdField; + } + set + { + this.createdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiElement", Order=2)] + public NsiElementType[] NsiElement + { + get + { + return this.nsiElementField; + } + set + { + this.nsiElementField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiListType + { + + private System.DateTime createdField; + + private NsiItemInfoType[] nsiItemInfoField; + + private ListGroup listGroupField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Created + { + get + { + return this.createdField; + } + set + { + this.createdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiItemInfo", Order=1)] + public NsiItemInfoType[] NsiItemInfo + { + get + { + return this.nsiItemInfoField; + } + set + { + this.nsiItemInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiItemInfoType + { + + private string registryNumberField; + + private string nameField; + + private System.DateTime modifiedField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string RegistryNumber + { + get + { + return this.registryNumberField; + } + set + { + this.registryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime Modified + { + get + { + return this.modifiedField; + } + set + { + this.modifiedField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignaturePropertyType + { + + private System.Xml.XmlElement[] itemsField; + + private string[] textField; + + private string targetField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlElement[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Target + { + get + { + return this.targetField; + } + set + { + this.targetField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignaturePropertiesType + { + + private SignaturePropertyType[] signaturePropertyField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute("SignatureProperty", Order=0)] + public SignaturePropertyType[] SignatureProperty + { + get + { + return this.signaturePropertyField; + } + set + { + this.signaturePropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ManifestType + { + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=0)] + public ReferenceType[] Reference + { + get + { + return this.referenceField; + } + set + { + this.referenceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ReferenceType + { + + private TransformType[] transformsField; + + private DigestMethodType digestMethodField; + + private byte[] digestValueField; + + private string idField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DigestMethodType DigestMethod + { + get + { + return this.digestMethodField; + } + set + { + this.digestMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] DigestValue + { + get + { + return this.digestValueField; + } + set + { + this.digestValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class TransformType + { + + private object[] itemsField; + + private string[] textField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DigestMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class DocumentPortalType + { + + private string nameField; + + private string docNumberField; + + private System.DateTime approveDateField; + + private AttachmentType attachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string DocNumber + { + get + { + return this.docNumberField; + } + set + { + this.docNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime ApproveDate + { + get + { + return this.approveDateField; + } + set + { + this.approveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public AttachmentType Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class PeriodOpen + { + + private System.DateTime startDateField; + + private bool startDateFieldSpecified; + + private System.DateTime endDateField; + + private bool endDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime startDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool startDateSpecified + { + get + { + return this.startDateFieldSpecified; + } + set + { + this.startDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime endDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool endDateSpecified + { + get + { + return this.endDateFieldSpecified; + } + set + { + this.endDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Period + { + + private System.DateTime startDateField; + + private System.DateTime endDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime startDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime endDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class YearMonth + { + + private short yearField; + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultType + { + + private string gUIDField; + + private string transportGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultTypeError : ErrorMessageType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ErrorMessageType + { + + private string errorCodeField; + + private string descriptionField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class SignedAttachmentType + { + + private AttachmentType attachmentField; + + private AttachmentWODescriptionType[] signatureField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AttachmentType Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Signature", Order=1)] + public AttachmentWODescriptionType[] Signature + { + get + { + return this.signatureField; + } + set + { + this.signatureField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AttachmentWODescriptionType + { + + private string nameField; + + private string descriptionField; + + private Attachment attachmentField; + + private string attachmentHASHField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public Attachment Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AttachmentHASH + { + get + { + return this.attachmentHASHField; + } + set + { + this.attachmentHASHField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class HeaderType + { + + private System.DateTime dateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ResultType + { + + private string itemField; + + private ItemChoiceType24 itemElementNameField; + + private object[] itemsField; + + private ItemsChoiceType21[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("TransportGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("UpdateGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType24 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CreateOrUpdateError", typeof(ErrorMessageType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("GUID", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType21[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemChoiceType24 + { + + /// + TransportGUID, + + /// + UpdateGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemsChoiceType21 + { + + /// + CreateOrUpdateError, + + /// + GUID, + + /// + UniqueNumber, + + /// + UpdateDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesType + { + + private string meteringDeviceNumberField; + + private string meteringDeviceStampField; + + private string meteringDeviceModelField; + + private System.DateTime installationDateField; + + private bool installationDateFieldSpecified; + + private System.DateTime commissioningDateField; + + private bool commissioningDateFieldSpecified; + + private bool remoteMeteringModeField; + + private bool remoteMeteringModeFieldSpecified; + + private string remoteMeteringInfoField; + + private bool temperatureSensorField; + + private bool temperatureSensorFieldSpecified; + + private bool pressureSensorField; + + private bool pressureSensorFieldSpecified; + + private MeteringDeviceToUpdateAfterDevicesValuesTypeCollectiveDevice collectiveDeviceField; + + private string[] accountGUIDField; + + private AttachmentType[] certificateField; + + private object[] itemsField; + + private System.DateTime firstVerificationDateField; + + private bool firstVerificationDateFieldSpecified; + + private System.DateTime factorySealDateField; + + private bool factorySealDateFieldSpecified; + + private bool consumedVolumeField; + + private bool consumedVolumeFieldSpecified; + + private object itemField; + + private MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristicts addressChatacteristictsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringDeviceNumber + { + get + { + return this.meteringDeviceNumberField; + } + set + { + this.meteringDeviceNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringDeviceStamp + { + get + { + return this.meteringDeviceStampField; + } + set + { + this.meteringDeviceStampField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringDeviceModel + { + get + { + return this.meteringDeviceModelField; + } + set + { + this.meteringDeviceModelField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime InstallationDate + { + get + { + return this.installationDateField; + } + set + { + this.installationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InstallationDateSpecified + { + get + { + return this.installationDateFieldSpecified; + } + set + { + this.installationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime CommissioningDate + { + get + { + return this.commissioningDateField; + } + set + { + this.commissioningDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CommissioningDateSpecified + { + get + { + return this.commissioningDateFieldSpecified; + } + set + { + this.commissioningDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool RemoteMeteringMode + { + get + { + return this.remoteMeteringModeField; + } + set + { + this.remoteMeteringModeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool RemoteMeteringModeSpecified + { + get + { + return this.remoteMeteringModeFieldSpecified; + } + set + { + this.remoteMeteringModeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string RemoteMeteringInfo + { + get + { + return this.remoteMeteringInfoField; + } + set + { + this.remoteMeteringInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool TemperatureSensor + { + get + { + return this.temperatureSensorField; + } + set + { + this.temperatureSensorField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TemperatureSensorSpecified + { + get + { + return this.temperatureSensorFieldSpecified; + } + set + { + this.temperatureSensorFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool PressureSensor + { + get + { + return this.pressureSensorField; + } + set + { + this.pressureSensorField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PressureSensorSpecified + { + get + { + return this.pressureSensorFieldSpecified; + } + set + { + this.pressureSensorFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public MeteringDeviceToUpdateAfterDevicesValuesTypeCollectiveDevice CollectiveDevice + { + get + { + return this.collectiveDeviceField; + } + set + { + this.collectiveDeviceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=10)] + public string[] AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=11)] + public AttachmentType[] Certificate + { + get + { + return this.certificateField; + } + set + { + this.certificateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceEnergy", typeof(MunicipalResourceElectricUpdateType), Order=12)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceNotEnergy", typeof(OneRateMeteringValueBaseType), Order=12)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=13)] + public System.DateTime FirstVerificationDate + { + get + { + return this.firstVerificationDateField; + } + set + { + this.firstVerificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FirstVerificationDateSpecified + { + get + { + return this.firstVerificationDateFieldSpecified; + } + set + { + this.firstVerificationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=14)] + public System.DateTime FactorySealDate + { + get + { + return this.factorySealDateField; + } + set + { + this.factorySealDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FactorySealDateSpecified + { + get + { + return this.factorySealDateFieldSpecified; + } + set + { + this.factorySealDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public bool ConsumedVolume + { + get + { + return this.consumedVolumeField; + } + set + { + this.consumedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ConsumedVolumeSpecified + { + get + { + return this.consumedVolumeFieldSpecified; + } + set + { + this.consumedVolumeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LinkedWithMetering", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMetering), Order=16)] + [System.Xml.Serialization.XmlElementAttribute("NotLinkedWithMetering", typeof(bool), Order=16)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristicts AddressChatacteristicts + { + get + { + return this.addressChatacteristictsField; + } + set + { + this.addressChatacteristictsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeCollectiveDevice + { + + private string temperatureSensorInformationField; + + private string pressureSensorInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string TemperatureSensorInformation + { + get + { + return this.temperatureSensorInformationField; + } + set + { + this.temperatureSensorInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PressureSensorInformation + { + get + { + return this.pressureSensorInformationField; + } + set + { + this.pressureSensorInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceElectricUpdateType : ElectricMeteringValueBaseType + { + + private decimal transformationRatioField; + + private bool transformationRatioFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal TransformationRatio + { + get + { + return this.transformationRatioField; + } + set + { + this.transformationRatioField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TransformationRatioSpecified + { + get + { + return this.transformationRatioFieldSpecified; + } + set + { + this.transformationRatioFieldSpecified = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportWithTSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricUpdateType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricBaseType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricExportType2))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class ElectricMeteringValueBaseType + { + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValueT1 + { + get + { + return this.meteringValueT1Field; + } + set + { + this.meteringValueT1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT2 + { + get + { + return this.meteringValueT2Field; + } + set + { + this.meteringValueT2Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT3 + { + get + { + return this.meteringValueT3Field; + } + set + { + this.meteringValueT3Field = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportWithTSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class ElectricMeteringValueExportType : ElectricMeteringValueBaseType + { + + private string readingsSourceField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReadingsSource + { + get + { + return this.readingsSourceField; + } + set + { + this.readingsSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class ElectricMeteringValueExportWithTSType : ElectricMeteringValueExportType + { + + private System.DateTime enterIntoSystemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime EnterIntoSystem + { + get + { + return this.enterIntoSystemField; + } + set + { + this.enterIntoSystemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceElectricExportType : ElectricMeteringValueExportType + { + + private decimal transformationRatioField; + + private bool transformationRatioFieldSpecified; + + private MunicipalResourceElectricExportTypeUnit unitField; + + private bool unitFieldSpecified; + + private MunicipalResourceElectricExportTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal TransformationRatio + { + get + { + return this.transformationRatioField; + } + set + { + this.transformationRatioField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TransformationRatioSpecified + { + get + { + return this.transformationRatioFieldSpecified; + } + set + { + this.transformationRatioFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public MunicipalResourceElectricExportTypeUnit Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UnitSpecified + { + get + { + return this.unitFieldSpecified; + } + set + { + this.unitFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public MunicipalResourceElectricExportTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit + { + get + { + return this.meteringValueInDefaultUnitField; + } + set + { + this.meteringValueInDefaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MunicipalResourceElectricExportTypeUnit + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("245")] + Item245, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceElectricExportTypeMeteringValueInDefaultUnit + { + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + private string defaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValueT1 + { + get + { + return this.meteringValueT1Field; + } + set + { + this.meteringValueT1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT2 + { + get + { + return this.meteringValueT2Field; + } + set + { + this.meteringValueT2Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT3 + { + get + { + return this.meteringValueT3Field; + } + set + { + this.meteringValueT3Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string DefaultUnit + { + get + { + return this.defaultUnitField; + } + set + { + this.defaultUnitField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricExportType2))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceElectricBaseType : ElectricMeteringValueBaseType + { + + private decimal transformationRatioField; + + private bool transformationRatioFieldSpecified; + + private MunicipalResourceElectricBaseTypeUnit unitField; + + private bool unitFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal TransformationRatio + { + get + { + return this.transformationRatioField; + } + set + { + this.transformationRatioField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TransformationRatioSpecified + { + get + { + return this.transformationRatioFieldSpecified; + } + set + { + this.transformationRatioFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public MunicipalResourceElectricBaseTypeUnit Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UnitSpecified + { + get + { + return this.unitFieldSpecified; + } + set + { + this.unitFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MunicipalResourceElectricBaseTypeUnit + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("245")] + Item245, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceElectricExportType2 : MunicipalResourceElectricBaseType + { + + private MunicipalResourceElectricExportType2MeteringValueInDefaultUnit meteringValueInDefaultUnitField; + + private string readingsSourceField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MunicipalResourceElectricExportType2MeteringValueInDefaultUnit MeteringValueInDefaultUnit + { + get + { + return this.meteringValueInDefaultUnitField; + } + set + { + this.meteringValueInDefaultUnitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ReadingsSource + { + get + { + return this.readingsSourceField; + } + set + { + this.readingsSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceElectricExportType2MeteringValueInDefaultUnit + { + + private string meteringValueT1Field; + + private string meteringValueT2Field; + + private string meteringValueT3Field; + + private string defaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValueT1 + { + get + { + return this.meteringValueT1Field; + } + set + { + this.meteringValueT1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValueT2 + { + get + { + return this.meteringValueT2Field; + } + set + { + this.meteringValueT2Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringValueT3 + { + get + { + return this.meteringValueT3Field; + } + set + { + this.meteringValueT3Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string DefaultUnit + { + get + { + return this.defaultUnitField; + } + set + { + this.defaultUnitField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportWithTSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricBaseType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricExportType2))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class OneRateMeteringValueBaseType + { + + private nsiRef municipalResourceField; + + private string meteringValueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringValue + { + get + { + return this.meteringValueField; + } + set + { + this.meteringValueField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportWithTSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class OneRateMeteringValueExportType : OneRateMeteringValueBaseType + { + + private string readingsSourceField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReadingsSource + { + get + { + return this.readingsSourceField; + } + set + { + this.readingsSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/metering-device-base/")] + public partial class OneRateMeteringValueExportWithTSType : OneRateMeteringValueExportType + { + + private System.DateTime enterIntoSystemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime EnterIntoSystem + { + get + { + return this.enterIntoSystemField; + } + set + { + this.enterIntoSystemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceNotElectricExportType : OneRateMeteringValueExportType + { + + private MunicipalResourceNotElectricExportTypeUnit unitField; + + private bool unitFieldSpecified; + + private MunicipalResourceNotElectricExportTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MunicipalResourceNotElectricExportTypeUnit Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UnitSpecified + { + get + { + return this.unitFieldSpecified; + } + set + { + this.unitFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public MunicipalResourceNotElectricExportTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit + { + get + { + return this.meteringValueInDefaultUnitField; + } + set + { + this.meteringValueInDefaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MunicipalResourceNotElectricExportTypeUnit + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("112")] + Item112, + + /// + [System.Xml.Serialization.XmlEnumAttribute("113")] + Item113, + + /// + [System.Xml.Serialization.XmlEnumAttribute("233")] + Item233, + + /// + [System.Xml.Serialization.XmlEnumAttribute("245")] + Item245, + + /// + [System.Xml.Serialization.XmlEnumAttribute("246")] + Item246, + + /// + [System.Xml.Serialization.XmlEnumAttribute("271")] + Item271, + + /// + A056, + + /// + A058, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceNotElectricExportTypeMeteringValueInDefaultUnit + { + + private string meteringValueField; + + private string defaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValue + { + get + { + return this.meteringValueField; + } + set + { + this.meteringValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string DefaultUnit + { + get + { + return this.defaultUnitField; + } + set + { + this.defaultUnitField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricExportType2))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceNotElectricBaseType : OneRateMeteringValueBaseType + { + + private MunicipalResourceNotElectricBaseTypeUnit unitField; + + private bool unitFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MunicipalResourceNotElectricBaseTypeUnit Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UnitSpecified + { + get + { + return this.unitFieldSpecified; + } + set + { + this.unitFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MunicipalResourceNotElectricBaseTypeUnit + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("112")] + Item112, + + /// + [System.Xml.Serialization.XmlEnumAttribute("113")] + Item113, + + /// + [System.Xml.Serialization.XmlEnumAttribute("233")] + Item233, + + /// + [System.Xml.Serialization.XmlEnumAttribute("245")] + Item245, + + /// + [System.Xml.Serialization.XmlEnumAttribute("246")] + Item246, + + /// + [System.Xml.Serialization.XmlEnumAttribute("271")] + Item271, + + /// + A056, + + /// + A058, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceNotElectricExportType2 : MunicipalResourceNotElectricBaseType + { + + private MunicipalResourceNotElectricExportType2MeteringValueInDefaultUnit meteringValueInDefaultUnitField; + + private string readingsSourceField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MunicipalResourceNotElectricExportType2MeteringValueInDefaultUnit MeteringValueInDefaultUnit + { + get + { + return this.meteringValueInDefaultUnitField; + } + set + { + this.meteringValueInDefaultUnitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ReadingsSource + { + get + { + return this.readingsSourceField; + } + set + { + this.readingsSourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MunicipalResourceNotElectricExportType2MeteringValueInDefaultUnit + { + + private string meteringValueField; + + private string defaultUnitField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringValue + { + get + { + return this.meteringValueField; + } + set + { + this.meteringValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string DefaultUnit + { + get + { + return this.defaultUnitField; + } + set + { + this.defaultUnitField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMetering + { + + private MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMeteringInstallationPlace installationPlaceField; + + private string[] linkedMeteringDeviceVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMeteringInstallationPlace InstallationPlace + { + get + { + return this.installationPlaceField; + } + set + { + this.installationPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LinkedMeteringDeviceVersionGUID", Order=1)] + public string[] LinkedMeteringDeviceVersionGUID + { + get + { + return this.linkedMeteringDeviceVersionGUIDField; + } + set + { + this.linkedMeteringDeviceVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMeteringInstallationPlace + { + + /// + @in, + + /// + @out, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristicts + { + + private object itemField; + + private ItemChoiceType23 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsApartmentHouseDevice), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CollectiveApartmentDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsCollectiveApartmentDevice), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CollectiveDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsCollectiveDevice), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsLivingRoomDevice), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsNonResidentialPremiseDevice), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremiseDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsResidentialPremiseDevice), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType23 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsApartmentHouseDevice + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isChangeToFIASHouseGuid", typeof(bool), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsCollectiveApartmentDevice + { + + private string[] premiseGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] + public string[] PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsCollectiveDevice + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isChangeToFIASHouseGuid", typeof(bool), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsLivingRoomDevice + { + + private string[] livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomGUID", Order=0)] + public string[] LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsNonResidentialPremiseDevice + { + + private string[] premiseGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] + public string[] PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsResidentialPremiseDevice + { + + private string[] premiseGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] + public string[] PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType23 + { + + /// + ApartmentHouseDevice, + + /// + CollectiveApartmentDevice, + + /// + CollectiveDevice, + + /// + LivingRoomDevice, + + /// + NonResidentialPremiseDevice, + + /// + ResidentialPremiseDevice, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DeviceMunicipalResourceType + { + + private nsiRef municipalResourceField; + + private DeviceMunicipalResourceTypeUnit unitField; + + private bool unitFieldSpecified; + + private string tariffCountField; + + private decimal transformationRatioField; + + private bool transformationRatioFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DeviceMunicipalResourceTypeUnit Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UnitSpecified + { + get + { + return this.unitFieldSpecified; + } + set + { + this.unitFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=2)] + public string TariffCount + { + get + { + return this.tariffCountField; + } + set + { + this.tariffCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TransformationRatio + { + get + { + return this.transformationRatioField; + } + set + { + this.transformationRatioField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TransformationRatioSpecified + { + get + { + return this.transformationRatioFieldSpecified; + } + set + { + this.transformationRatioFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum DeviceMunicipalResourceTypeUnit + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("112")] + Item112, + + /// + [System.Xml.Serialization.XmlEnumAttribute("113")] + Item113, + + /// + [System.Xml.Serialization.XmlEnumAttribute("233")] + Item233, + + /// + [System.Xml.Serialization.XmlEnumAttribute("245")] + Item245, + + /// + [System.Xml.Serialization.XmlEnumAttribute("246")] + Item246, + + /// + [System.Xml.Serialization.XmlEnumAttribute("271")] + Item271, + + /// + A056, + + /// + A058, + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportMeteringDeviceDataResultType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceFullInformationExportType + { + + private MeteringDeviceBasicCharacteristicsType basicChatacteristictsField; + + private object itemField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MeteringDeviceBasicCharacteristicsType BasicChatacteristicts + { + get + { + return this.basicChatacteristictsField; + } + set + { + this.basicChatacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LinkedWithMetering", typeof(MeteringDeviceFullInformationExportTypeLinkedWithMetering), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NotLinkedWithMetering", typeof(bool), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceEnergy", typeof(MunicipalResourceElectricExportType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceNotEnergy", typeof(MunicipalResourceNotElectricExportType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalResources", typeof(DeviceMunicipalResourceType), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsType + { + + private string meteringDeviceNumberField; + + private string meteringDeviceStampField; + + private string meteringDeviceModelField; + + private System.DateTime installationDateField; + + private bool installationDateFieldSpecified; + + private System.DateTime commissioningDateField; + + private bool commissioningDateFieldSpecified; + + private bool remoteMeteringModeField; + + private string remoteMeteringInfoField; + + private System.DateTime firstVerificationDateField; + + private bool firstVerificationDateFieldSpecified; + + private nsiRef verificationIntervalField; + + private System.DateTime factorySealDateField; + + private bool factorySealDateFieldSpecified; + + private bool temperatureSensorField; + + private bool pressureSensorField; + + private bool consumedVolumeField; + + private bool consumedVolumeFieldSpecified; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringDeviceNumber + { + get + { + return this.meteringDeviceNumberField; + } + set + { + this.meteringDeviceNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringDeviceStamp + { + get + { + return this.meteringDeviceStampField; + } + set + { + this.meteringDeviceStampField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringDeviceModel + { + get + { + return this.meteringDeviceModelField; + } + set + { + this.meteringDeviceModelField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime InstallationDate + { + get + { + return this.installationDateField; + } + set + { + this.installationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InstallationDateSpecified + { + get + { + return this.installationDateFieldSpecified; + } + set + { + this.installationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime CommissioningDate + { + get + { + return this.commissioningDateField; + } + set + { + this.commissioningDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CommissioningDateSpecified + { + get + { + return this.commissioningDateFieldSpecified; + } + set + { + this.commissioningDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool RemoteMeteringMode + { + get + { + return this.remoteMeteringModeField; + } + set + { + this.remoteMeteringModeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string RemoteMeteringInfo + { + get + { + return this.remoteMeteringInfoField; + } + set + { + this.remoteMeteringInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] + public System.DateTime FirstVerificationDate + { + get + { + return this.firstVerificationDateField; + } + set + { + this.firstVerificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FirstVerificationDateSpecified + { + get + { + return this.firstVerificationDateFieldSpecified; + } + set + { + this.firstVerificationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public nsiRef VerificationInterval + { + get + { + return this.verificationIntervalField; + } + set + { + this.verificationIntervalField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=9)] + public System.DateTime FactorySealDate + { + get + { + return this.factorySealDateField; + } + set + { + this.factorySealDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FactorySealDateSpecified + { + get + { + return this.factorySealDateFieldSpecified; + } + set + { + this.factorySealDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public bool TemperatureSensor + { + get + { + return this.temperatureSensorField; + } + set + { + this.temperatureSensorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public bool PressureSensor + { + get + { + return this.pressureSensorField; + } + set + { + this.pressureSensorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public bool ConsumedVolume + { + get + { + return this.consumedVolumeField; + } + set + { + this.consumedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ConsumedVolumeSpecified + { + get + { + return this.consumedVolumeFieldSpecified; + } + set + { + this.consumedVolumeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseDevice", typeof(MeteringDeviceBasicCharacteristicsTypeApartmentHouseDevice), Order=13)] + [System.Xml.Serialization.XmlElementAttribute("CollectiveApartmentDevice", typeof(MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevice), Order=13)] + [System.Xml.Serialization.XmlElementAttribute("CollectiveDevice", typeof(MeteringDeviceBasicCharacteristicsTypeCollectiveDevice), Order=13)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomDevice", typeof(MeteringDeviceBasicCharacteristicsTypeLivingRoomDevice), Order=13)] + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseDevice", typeof(MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevice), Order=13)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremiseDevice", typeof(MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevice), Order=13)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeApartmentHouseDevice + { + + private string[] fIASHouseGuidField; + + private string[] accountGUIDField; + + private AttachmentType[] certificateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] + public string[] FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] + public string[] AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] + public AttachmentType[] Certificate + { + get + { + return this.certificateField; + } + set + { + this.certificateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevice + { + + private string[] premiseGUIDField; + + private string[] accountGUIDField; + + private AttachmentType[] certificateField; + + private MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevicePremiseInfo[] premiseInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] + public string[] PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] + public string[] AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] + public AttachmentType[] Certificate + { + get + { + return this.certificateField; + } + set + { + this.certificateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseInfo", Order=3)] + public MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevicePremiseInfo[] PremiseInfo + { + get + { + return this.premiseInfoField; + } + set + { + this.premiseInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevicePremiseInfo + { + + private string premiseGUIDField; + + private object premiseNoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public object PremiseNo + { + get + { + return this.premiseNoField; + } + set + { + this.premiseNoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeCollectiveDevice + { + + private string[] fIASHouseGuidField; + + private string temperatureSensingElementInfoField; + + private string pressureSensingElementInfoField; + + private AttachmentType[] projectRegistrationNodeField; + + private AttachmentType[] certificateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] + public string[] FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string TemperatureSensingElementInfo + { + get + { + return this.temperatureSensingElementInfoField; + } + set + { + this.temperatureSensingElementInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string PressureSensingElementInfo + { + get + { + return this.pressureSensingElementInfoField; + } + set + { + this.pressureSensingElementInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProjectRegistrationNode", Order=3)] + public AttachmentType[] ProjectRegistrationNode + { + get + { + return this.projectRegistrationNodeField; + } + set + { + this.projectRegistrationNodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=4)] + public AttachmentType[] Certificate + { + get + { + return this.certificateField; + } + set + { + this.certificateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeLivingRoomDevice + { + + private string[] livingRoomGUIDField; + + private string[] accountGUIDField; + + private AttachmentType[] certificateField; + + private MeteringDeviceBasicCharacteristicsTypeLivingRoomDeviceLivingRoomInfo[] livingRoomInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomGUID", Order=0)] + public string[] LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] + public string[] AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] + public AttachmentType[] Certificate + { + get + { + return this.certificateField; + } + set + { + this.certificateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomInfo", Order=3)] + public MeteringDeviceBasicCharacteristicsTypeLivingRoomDeviceLivingRoomInfo[] LivingRoomInfo + { + get + { + return this.livingRoomInfoField; + } + set + { + this.livingRoomInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeLivingRoomDeviceLivingRoomInfo + { + + private string livingRoomGUIDField; + + private object livingRoomNoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public object LivingRoomNo + { + get + { + return this.livingRoomNoField; + } + set + { + this.livingRoomNoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevice + { + + private string[] premiseGUIDField; + + private string[] accountGUIDField; + + private AttachmentType[] certificateField; + + private MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevicePremiseInfo[] premiseInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] + public string[] PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] + public string[] AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] + public AttachmentType[] Certificate + { + get + { + return this.certificateField; + } + set + { + this.certificateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseInfo", Order=3)] + public MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevicePremiseInfo[] PremiseInfo + { + get + { + return this.premiseInfoField; + } + set + { + this.premiseInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevicePremiseInfo + { + + private string premiseGUIDField; + + private object premiseNoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public object PremiseNo + { + get + { + return this.premiseNoField; + } + set + { + this.premiseNoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevice + { + + private string[] premiseGUIDField; + + private string[] accountGUIDField; + + private AttachmentType[] certificateField; + + private MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevicePremiseInfo[] premiseInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] + public string[] PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] + public string[] AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] + public AttachmentType[] Certificate + { + get + { + return this.certificateField; + } + set + { + this.certificateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PremiseInfo", Order=3)] + public MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevicePremiseInfo[] PremiseInfo + { + get + { + return this.premiseInfoField; + } + set + { + this.premiseInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevicePremiseInfo + { + + private string premiseGUIDField; + + private object premiseNoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremiseGUID + { + get + { + return this.premiseGUIDField; + } + set + { + this.premiseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public object PremiseNo + { + get + { + return this.premiseNoField; + } + set + { + this.premiseNoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceFullInformationExportTypeLinkedWithMetering + { + + private MeteringDeviceFullInformationExportTypeLinkedWithMeteringInstallationPlace installationPlaceField; + + private string[] linkedMeteringDeviceVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MeteringDeviceFullInformationExportTypeLinkedWithMeteringInstallationPlace InstallationPlace + { + get + { + return this.installationPlaceField; + } + set + { + this.installationPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LinkedMeteringDeviceVersionGUID", Order=1)] + public string[] LinkedMeteringDeviceVersionGUID + { + get + { + return this.linkedMeteringDeviceVersionGUIDField; + } + set + { + this.linkedMeteringDeviceVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MeteringDeviceFullInformationExportTypeLinkedWithMeteringInstallationPlace + { + + /// + @in, + + /// + @out, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportMeteringDeviceDataResultType : MeteringDeviceFullInformationExportType + { + + private string meteringDeviceRootGUIDField; + + private exportMeteringDeviceDataResultTypeStatusRootDoc statusRootDocField; + + private string meteringDeviceVersionGUIDField; + + private string versionNumberField; + + private string statusVersionField; + + private System.DateTime updateDateTimeField; + + private string[] meteringOwnerField; + + private string meteringDeviceGISGKHNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringDeviceRootGUID + { + get + { + return this.meteringDeviceRootGUIDField; + } + set + { + this.meteringDeviceRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportMeteringDeviceDataResultTypeStatusRootDoc StatusRootDoc + { + get + { + return this.statusRootDocField; + } + set + { + this.statusRootDocField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MeteringDeviceVersionGUID + { + get + { + return this.meteringDeviceVersionGUIDField; + } + set + { + this.meteringDeviceVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=3)] + public string VersionNumber + { + get + { + return this.versionNumberField; + } + set + { + this.versionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string StatusVersion + { + get + { + return this.statusVersionField; + } + set + { + this.statusVersionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public System.DateTime UpdateDateTime + { + get + { + return this.updateDateTimeField; + } + set + { + this.updateDateTimeField = value; + } + } + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=6)] + [System.Xml.Serialization.XmlArrayItemAttribute("orgRootEntityGUID", Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", IsNullable=false)] + public string[] MeteringOwner + { + get + { + return this.meteringOwnerField; + } + set + { + this.meteringOwnerField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string MeteringDeviceGISGKHNumber + { + get + { + return this.meteringDeviceGISGKHNumberField; + } + set + { + this.meteringDeviceGISGKHNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportMeteringDeviceDataResultTypeStatusRootDoc + { + + /// + Active, + + /// + Archival, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportObjectAddressType + { + + private ExportObjectAddressTypeHouseType houseTypeField; + + private bool houseTypeFieldSpecified; + + private string fIASHouseGuidField; + + private string apartmentNumberField; + + private string roomNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ExportObjectAddressTypeHouseType HouseType + { + get + { + return this.houseTypeField; + } + set + { + this.houseTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HouseTypeSpecified + { + get + { + return this.houseTypeFieldSpecified; + } + set + { + this.houseTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ApartmentNumber + { + get + { + return this.apartmentNumberField; + } + set + { + this.apartmentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExportObjectAddressTypeHouseType + { + + /// + MKD, + + /// + ZHD, + + /// + ZHDBlockZastroyki, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OwnerRefusalExportType + { + + private string messageGUIDField; + + private string refusalGUIDField; + + private Owner ownerField; + + private exportPropertyDetails[] exportPropertyDetailsField; + + private Representative representativeField; + + private AttachmentType[] refusalAttachmentsField; + + private OwnerRefusalStatusType refusalStatusField; + + private System.DateTime publishDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RefusalGUID + { + get + { + return this.refusalGUIDField; + } + set + { + this.refusalGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public Owner Owner + { + get + { + return this.ownerField; + } + set + { + this.ownerField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("exportPropertyDetails", Order=3)] + public exportPropertyDetails[] exportPropertyDetails + { + get + { + return this.exportPropertyDetailsField; + } + set + { + this.exportPropertyDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public Representative Representative + { + get + { + return this.representativeField; + } + set + { + this.representativeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RefusalAttachments", Order=5)] + public AttachmentType[] RefusalAttachments + { + get + { + return this.refusalAttachmentsField; + } + set + { + this.refusalAttachmentsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OwnerRefusalStatusType RefusalStatus + { + get + { + return this.refusalStatusField; + } + set + { + this.refusalStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public System.DateTime PublishDate + { + get + { + return this.publishDateField; + } + set + { + this.publishDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class Owner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("OwnerInd", typeof(OwnerOwnerInd), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OwnerOrg", typeof(RegOrgRootAndVersionType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OwnerOwnerInd : DecisionIndType + { + + private string sNILSField; + + private DecisionIndID decisionIndIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=0)] + public string SNILS + { + get + { + return this.sNILSField; + } + set + { + this.sNILSField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DecisionIndID DecisionIndID + { + get + { + return this.decisionIndIDField; + } + set + { + this.decisionIndIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DecisionIndID + { + + private nsiRef typeField; + + private string seriesField; + + private string numberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DecisionIndType : FIOType + { + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(IndType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(DecisionIndType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(VotingInitiatorIndType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountIndType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class FIOType + { + + private string surnameField; + + private string firstNameField; + + private string patronymicField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Surname + { + get + { + return this.surnameField; + } + set + { + this.surnameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FirstName + { + get + { + return this.firstNameField; + } + set + { + this.firstNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Patronymic + { + get + { + return this.patronymicField; + } + set + { + this.patronymicField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class IndType : FIOType + { + + private Sex sexField; + + private bool sexFieldSpecified; + + private System.DateTime dateOfBirthField; + + private bool dateOfBirthFieldSpecified; + + private object itemField; + + private string placeBirthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public Sex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateOfBirth + { + get + { + return this.dateOfBirthField; + } + set + { + this.dateOfBirthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfBirthSpecified + { + get + { + return this.dateOfBirthFieldSpecified; + } + set + { + this.dateOfBirthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PlaceBirth + { + get + { + return this.placeBirthField; + } + set + { + this.placeBirthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public enum Sex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class ID + { + + private nsiRef typeField; + + private string seriesField; + + private string numberField; + + private System.DateTime issueDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime IssueDate + { + get + { + return this.issueDateField; + } + set + { + this.issueDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class VotingInitiatorIndType : FIOType + { + + private VotingInitiatorIndTypeSex sexField; + + private bool sexFieldSpecified; + + private System.DateTime dateOfBirthField; + + private bool dateOfBirthFieldSpecified; + + private string sNILSField; + + private VotingInitiatorIndID votingInitiatorIndIDField; + + private string placeBirthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public VotingInitiatorIndTypeSex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateOfBirth + { + get + { + return this.dateOfBirthField; + } + set + { + this.dateOfBirthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfBirthSpecified + { + get + { + return this.dateOfBirthFieldSpecified; + } + set + { + this.dateOfBirthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=2)] + public string SNILS + { + get + { + return this.sNILSField; + } + set + { + this.sNILSField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public VotingInitiatorIndID VotingInitiatorIndID + { + get + { + return this.votingInitiatorIndIDField; + } + set + { + this.votingInitiatorIndIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string PlaceBirth + { + get + { + return this.placeBirthField; + } + set + { + this.placeBirthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum VotingInitiatorIndTypeSex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class VotingInitiatorIndID + { + + private nsiRef typeField; + + private string seriesField; + + private string numberField; + + private System.DateTime issueDateField; + + private bool issueDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime IssueDate + { + get + { + return this.issueDateField; + } + set + { + this.issueDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IssueDateSpecified + { + get + { + return this.issueDateFieldSpecified; + } + set + { + this.issueDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountIndType : FIOType + { + + private AccountIndTypeSex sexField; + + private bool sexFieldSpecified; + + private System.DateTime dateOfBirthField; + + private bool dateOfBirthFieldSpecified; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AccountIndTypeSex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateOfBirth + { + get + { + return this.dateOfBirthField; + } + set + { + this.dateOfBirthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfBirthSpecified + { + get + { + return this.dateOfBirthFieldSpecified; + } + set + { + this.dateOfBirthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=2)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum AccountIndTypeSex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class RegOrgRootAndVersionType + { + + private string itemField; + + private ItemChoiceType5 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("orgRootEntityGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType5 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", IncludeInSchema=false)] + public enum ItemChoiceType5 + { + + /// + orgRootEntityGUID, + + /// + orgVersionGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportPropertyDetails + { + + private string registrationNumberField; + + private System.DateTime registrationDateField; + + private string premisesNumField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private exportPropertyDetailsPropertyType propertyTypeField; + + private exportPropertyDetailsShareSize shareSizeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RegistrationNumber + { + get + { + return this.registrationNumberField; + } + set + { + this.registrationNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime RegistrationDate + { + get + { + return this.registrationDateField; + } + set + { + this.registrationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public exportPropertyDetailsPropertyType PropertyType + { + get + { + return this.propertyTypeField; + } + set + { + this.propertyTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public exportPropertyDetailsShareSize ShareSize + { + get + { + return this.shareSizeField; + } + set + { + this.shareSizeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportPropertyDetailsPropertyType + { + + private bool itemField; + + private ItemChoiceType6 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("IndividualProperty", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("JointProperty", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ShareProperty", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType6 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType6 + { + + /// + IndividualProperty, + + /// + JointProperty, + + /// + ShareProperty, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportPropertyDetailsShareSize + { + + private string numeratorField; + + private string denumeratorField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string Numerator + { + get + { + return this.numeratorField; + } + set + { + this.numeratorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string Denumerator + { + get + { + return this.denumeratorField; + } + set + { + this.denumeratorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class Representative + { + + private object itemField; + + private bool notarizedField; + + private AttachmentType[] representativeAttachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("RepresentativeInd", typeof(RepresentativeRepresentativeInd), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RepresentativeOrg", typeof(RegOrgRootAndVersionType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool Notarized + { + get + { + return this.notarizedField; + } + set + { + this.notarizedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RepresentativeAttachments", Order=2)] + public AttachmentType[] RepresentativeAttachments + { + get + { + return this.representativeAttachmentsField; + } + set + { + this.representativeAttachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RepresentativeRepresentativeInd : DecisionIndType + { + + private string sNILSField; + + private DecisionIndID decisionIndIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=0)] + public string SNILS + { + get + { + return this.sNILSField; + } + set + { + this.sNILSField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DecisionIndID DecisionIndID + { + get + { + return this.decisionIndIDField; + } + set + { + this.decisionIndIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum OwnerRefusalStatusType + { + + /// + Published, + + /// + Canceled, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OwnerRefusalType + { + + private Owner ownerField; + + private PropertyDetails[] propertyDetailsField; + + private Representative representativeField; + + private AttachmentType[] refusalAttachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public Owner Owner + { + get + { + return this.ownerField; + } + set + { + this.ownerField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PropertyDetails", Order=1)] + public PropertyDetails[] PropertyDetails + { + get + { + return this.propertyDetailsField; + } + set + { + this.propertyDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public Representative Representative + { + get + { + return this.representativeField; + } + set + { + this.representativeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RefusalAttachments", Order=3)] + public AttachmentType[] RefusalAttachments + { + get + { + return this.refusalAttachmentsField; + } + set + { + this.refusalAttachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PropertyDetails + { + + private string registrationNumberField; + + private System.DateTime registrationDateField; + + private string premisesNumField; + + private decimal totalAreaField; + + private PropertyDetailsPropertyType propertyTypeField; + + private PropertyDetailsShareSize shareSizeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RegistrationNumber + { + get + { + return this.registrationNumberField; + } + set + { + this.registrationNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime RegistrationDate + { + get + { + return this.registrationDateField; + } + set + { + this.registrationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public PropertyDetailsPropertyType PropertyType + { + get + { + return this.propertyTypeField; + } + set + { + this.propertyTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public PropertyDetailsShareSize ShareSize + { + get + { + return this.shareSizeField; + } + set + { + this.shareSizeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PropertyDetailsPropertyType + { + + private bool itemField; + + private ItemChoiceType21 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("IndividualProperty", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("JointProperty", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ShareProperty", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType21 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType21 + { + + /// + IndividualProperty, + + /// + JointProperty, + + /// + ShareProperty, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PropertyDetailsShareSize + { + + private string numeratorField; + + private string denumeratorField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string Numerator + { + get + { + return this.numeratorField; + } + set + { + this.numeratorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string Denumerator + { + get + { + return this.denumeratorField; + } + set + { + this.denumeratorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportQuestionOnDecisionType + { + + private string questionNumberField; + + private string questionNameField; + + private decimal itemField; + + private ItemChoiceType22 itemElementNameField; + + private bool isDigitalDecisionField; + + private bool isDigitalDecisionFieldSpecified; + + public exportQuestionOnDecisionType() + { + this.isDigitalDecisionField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] + public string QuestionNumber + { + get + { + return this.questionNumberField; + } + set + { + this.questionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string QuestionName + { + get + { + return this.questionNameField; + } + set + { + this.questionNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OwnerAbstent", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("OwnerAgainst", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("OwnerAgree", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public decimal Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType22 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsDigitalDecision + { + get + { + return this.isDigitalDecisionField; + } + set + { + this.isDigitalDecisionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsDigitalDecisionSpecified + { + get + { + return this.isDigitalDecisionFieldSpecified; + } + set + { + this.isDigitalDecisionFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType22 + { + + /// + OwnerAbstent, + + /// + OwnerAgainst, + + /// + OwnerAgree, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OwnerDecisionType + { + + private Owner ownerField; + + private PropertyDetails[] propertyDetailsField; + + private Representative representativeField; + + private QuestionOnDecisionType questionOnDecisionField; + + private AttachmentType[] decisionAttachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public Owner Owner + { + get + { + return this.ownerField; + } + set + { + this.ownerField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PropertyDetails", Order=1)] + public PropertyDetails[] PropertyDetails + { + get + { + return this.propertyDetailsField; + } + set + { + this.propertyDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public Representative Representative + { + get + { + return this.representativeField; + } + set + { + this.representativeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public QuestionOnDecisionType QuestionOnDecision + { + get + { + return this.questionOnDecisionField; + } + set + { + this.questionOnDecisionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DecisionAttachments", Order=4)] + public AttachmentType[] DecisionAttachments + { + get + { + return this.decisionAttachmentsField; + } + set + { + this.decisionAttachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class QuestionOnDecisionType + { + + private string questionNumberField; + + private bool itemField; + + private ItemChoiceType7 itemElementNameField; + + private bool isDigitalDecisionField; + + private bool isDigitalDecisionFieldSpecified; + + public QuestionOnDecisionType() + { + this.isDigitalDecisionField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] + public string QuestionNumber + { + get + { + return this.questionNumberField; + } + set + { + this.questionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OwnerAbstent", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("OwnerAgainst", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("OwnerAgree", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType7 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool IsDigitalDecision + { + get + { + return this.isDigitalDecisionField; + } + set + { + this.isDigitalDecisionField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsDigitalDecisionSpecified + { + get + { + return this.isDigitalDecisionFieldSpecified; + } + set + { + this.isDigitalDecisionFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType7 + { + + /// + OwnerAbstent, + + /// + OwnerAgainst, + + /// + OwnerAgree, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PublicPropertyContractType + { + + private object itemField; + + private string fIASHouseGuidField; + + private string contractNumberField; + + private System.DateTime dateField; + + private System.DateTime startDateField; + + private System.DateTime endDateField; + + private string contractObjectField; + + private string commentsField; + + private decimal paymentField; + + private bool paymentFieldSpecified; + + private string moneySpentDirectionField; + + private AttachmentType[] contractAttachmentField; + + private PublicPropertyContractTypeRentAgrConfirmationDocument[] rentAgrConfirmationDocumentField; + + private bool isGratuitousBasisField; + + private bool isGratuitousBasisFieldSpecified; + + public PublicPropertyContractType() + { + this.isGratuitousBasisField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Entrepreneur", typeof(IndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(RegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] + public System.DateTime EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string Comments + { + get + { + return this.commentsField; + } + set + { + this.commentsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal Payment + { + get + { + return this.paymentField; + } + set + { + this.paymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PaymentSpecified + { + get + { + return this.paymentFieldSpecified; + } + set + { + this.paymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string MoneySpentDirection + { + get + { + return this.moneySpentDirectionField; + } + set + { + this.moneySpentDirectionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=10)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RentAgrConfirmationDocument", Order=11)] + public PublicPropertyContractTypeRentAgrConfirmationDocument[] RentAgrConfirmationDocument + { + get + { + return this.rentAgrConfirmationDocumentField; + } + set + { + this.rentAgrConfirmationDocumentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public bool IsGratuitousBasis + { + get + { + return this.isGratuitousBasisField; + } + set + { + this.isGratuitousBasisField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsGratuitousBasisSpecified + { + get + { + return this.isGratuitousBasisFieldSpecified; + } + set + { + this.isGratuitousBasisFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class RegOrgType + { + + private string orgRootEntityGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string orgRootEntityGUID + { + get + { + return this.orgRootEntityGUIDField; + } + set + { + this.orgRootEntityGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PublicPropertyContractTypeRentAgrConfirmationDocument + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ProtocolGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(PublicPropertyContractTypeRentAgrConfirmationDocumentProtocolMeetingOwners), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PublicPropertyContractTypeRentAgrConfirmationDocumentProtocolMeetingOwners + { + + private string protocolNumField; + + private System.DateTime protocolDateField; + + private AttachmentType[] trustDocAttachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ProtocolNum + { + get + { + return this.protocolNumField; + } + set + { + this.protocolNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime ProtocolDate + { + get + { + return this.protocolDateField; + } + set + { + this.protocolDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("TrustDocAttachment", Order=2)] + public AttachmentType[] TrustDocAttachment + { + get + { + return this.trustDocAttachmentField; + } + set + { + this.trustDocAttachmentField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportVotingProtocolResultType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolExportType + { + + private string[] fIASHouseGuidField; + + private RegOrgType organizationGuidField; + + private string protocolNumField; + + private System.DateTime protocolDateField; + + private object itemField; + + private MeetingTypeType meetingTypeField; + + private bool meetingTypeFieldSpecified; + + private bool item1Field; + + private Item1ChoiceType9 item1ElementNameField; + + private ProtocolExportTypeVoteInitiators[] voteInitiatorsField; + + private ProtocolExportTypeMeetingEligibility meetingEligibilityField; + + private ProtocolExportTypeDecisionList[] decisionListField; + + private string modificationField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] + public string[] FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public RegOrgType OrganizationGuid + { + get + { + return this.organizationGuidField; + } + set + { + this.organizationGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ProtocolNum + { + get + { + return this.protocolNumField; + } + set + { + this.protocolNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime ProtocolDate + { + get + { + return this.protocolDateField; + } + set + { + this.protocolDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AVoting", typeof(ProtocolExportTypeAVoting), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("EVoting", typeof(ProtocolExportTypeEVoting), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("Meeting", typeof(ProtocolExportTypeMeeting), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("MeetingAVoting", typeof(ProtocolExportTypeMeetingAVoting), Order=4)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public MeetingTypeType MeetingType + { + get + { + return this.meetingTypeField; + } + set + { + this.meetingTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeetingTypeSpecified + { + get + { + return this.meetingTypeFieldSpecified; + } + set + { + this.meetingTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnualVoting", typeof(bool), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("ExtraVoting", typeof(bool), Order=6)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType9 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VoteInitiators", Order=8)] + public ProtocolExportTypeVoteInitiators[] VoteInitiators + { + get + { + return this.voteInitiatorsField; + } + set + { + this.voteInitiatorsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public ProtocolExportTypeMeetingEligibility MeetingEligibility + { + get + { + return this.meetingEligibilityField; + } + set + { + this.meetingEligibilityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=10)] + public ProtocolExportTypeDecisionList[] DecisionList + { + get + { + return this.decisionListField; + } + set + { + this.decisionListField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string Modification + { + get + { + return this.modificationField; + } + set + { + this.modificationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolExportTypeAVoting + { + + private System.DateTime startMakingDecisionDateField; + + private bool startMakingDecisionDateFieldSpecified; + + private System.DateTime endMakingDecisionDateField; + + private bool endMakingDecisionDateFieldSpecified; + + private string resolutionPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime StartMakingDecisionDate + { + get + { + return this.startMakingDecisionDateField; + } + set + { + this.startMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StartMakingDecisionDateSpecified + { + get + { + return this.startMakingDecisionDateFieldSpecified; + } + set + { + this.startMakingDecisionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EndMakingDecisionDate + { + get + { + return this.endMakingDecisionDateField; + } + set + { + this.endMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndMakingDecisionDateSpecified + { + get + { + return this.endMakingDecisionDateFieldSpecified; + } + set + { + this.endMakingDecisionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ResolutionPlace + { + get + { + return this.resolutionPlaceField; + } + set + { + this.resolutionPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=3)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class Attachments : AttachmentType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolExportTypeEVoting + { + + private System.DateTime eVotingDateBeginField; + + private System.DateTime eVotingDateEndField; + + private string disciplineField; + + private string infoReviewField; + + private VotingSystemDetailsType votingSystemDetailsField; + + private bool firstVotingField; + + private bool firstVotingFieldSpecified; + + private Attachments[] attachmentsField; + + public ProtocolExportTypeEVoting() + { + this.firstVotingField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime EVotingDateBegin + { + get + { + return this.eVotingDateBeginField; + } + set + { + this.eVotingDateBeginField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EVotingDateEnd + { + get + { + return this.eVotingDateEndField; + } + set + { + this.eVotingDateEndField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Discipline + { + get + { + return this.disciplineField; + } + set + { + this.disciplineField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string InfoReview + { + get + { + return this.infoReviewField; + } + set + { + this.infoReviewField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public VotingSystemDetailsType VotingSystemDetails + { + get + { + return this.votingSystemDetailsField; + } + set + { + this.votingSystemDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool FirstVoting + { + get + { + return this.firstVotingField; + } + set + { + this.firstVotingField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FirstVotingSpecified + { + get + { + return this.firstVotingFieldSpecified; + } + set + { + this.firstVotingFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=6)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class VotingSystemDetailsType + { + + private VotingSystemType votingSystemField; + + private string itemField; + + private ItemChoiceType15 itemElementNameField; + + private string votingSystemUrlField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public VotingSystemType VotingSystem + { + get + { + return this.votingSystemField; + } + set + { + this.votingSystemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VotingSystemGuid", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("VotingSystemName", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType15 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string VotingSystemUrl + { + get + { + return this.votingSystemUrlField; + } + set + { + this.votingSystemUrlField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum VotingSystemType + { + + /// + HCS, + + /// + PublicServicesPortal, + + /// + Regional, + + /// + Other, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType15 + { + + /// + VotingSystemGuid, + + /// + VotingSystemName, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolExportTypeMeeting : VoitingType + { + + private System.DateTime meetingDateField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime MeetingDate + { + get + { + return this.meetingDateField; + } + set + { + this.meetingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=1)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class VoitingType + { + + private string votingPlaceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string VotingPlace + { + get + { + return this.votingPlaceField; + } + set + { + this.votingPlaceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolExportTypeMeetingAVoting + { + + private System.DateTime meetingDateField; + + private string votingPlaceField; + + private System.DateTime startMakingDecisionDateField; + + private bool startMakingDecisionDateFieldSpecified; + + private System.DateTime endMakingDecisionDateField; + + private bool endMakingDecisionDateFieldSpecified; + + private string resolutionPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime MeetingDate + { + get + { + return this.meetingDateField; + } + set + { + this.meetingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string VotingPlace + { + get + { + return this.votingPlaceField; + } + set + { + this.votingPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime StartMakingDecisionDate + { + get + { + return this.startMakingDecisionDateField; + } + set + { + this.startMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StartMakingDecisionDateSpecified + { + get + { + return this.startMakingDecisionDateFieldSpecified; + } + set + { + this.startMakingDecisionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public System.DateTime EndMakingDecisionDate + { + get + { + return this.endMakingDecisionDateField; + } + set + { + this.endMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndMakingDecisionDateSpecified + { + get + { + return this.endMakingDecisionDateFieldSpecified; + } + set + { + this.endMakingDecisionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string ResolutionPlace + { + get + { + return this.resolutionPlaceField; + } + set + { + this.resolutionPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MeetingTypeType + { + + /// + Owners, + + /// + Homeowners, + + /// + Cooperative, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType9 + { + + /// + AnnualVoting, + + /// + ExtraVoting, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolExportTypeVoteInitiators + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(VotingInitiatorIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Org", typeof(RegOrgVersionType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class RegOrgVersionType + { + + private string orgVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string orgVersionGUID + { + get + { + return this.orgVersionGUIDField; + } + set + { + this.orgVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ProtocolExportTypeMeetingEligibility + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolExportTypeDecisionList + { + + private string questionNumberField; + + private string questionNameField; + + private nsiRef decisionsTypeField; + + private ProtocolExportTypeDecisionListHomeownersDecisionsType homeownersDecisionsTypeField; + + private bool itemField; + + private ItemChoiceType20 itemElementNameField; + + private decimal agreeField; + + private bool agreeFieldSpecified; + + private decimal againstField; + + private bool againstFieldSpecified; + + private decimal abstentField; + + private bool abstentFieldSpecified; + + private nsiRef formingFundField; + + private nsiRef managementTypeField; + + private VotingSystemDetailsType votingSystemDetailsField; + + private AdminOfGeneralMeetingType adminOfGeneralMeetingField; + + private ProtocolExportTypeDecisionListVotingResume votingResumeField; + + private bool votingResumeFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] + public string QuestionNumber + { + get + { + return this.questionNumberField; + } + set + { + this.questionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string QuestionName + { + get + { + return this.questionNameField; + } + set + { + this.questionNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef DecisionsType + { + get + { + return this.decisionsTypeField; + } + set + { + this.decisionsTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ProtocolExportTypeDecisionListHomeownersDecisionsType HomeownersDecisionsType + { + get + { + return this.homeownersDecisionsTypeField; + } + set + { + this.homeownersDecisionsTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterContained", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("CharterNotContained", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType20 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal Agree + { + get + { + return this.agreeField; + } + set + { + this.agreeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AgreeSpecified + { + get + { + return this.agreeFieldSpecified; + } + set + { + this.agreeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal Against + { + get + { + return this.againstField; + } + set + { + this.againstField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AgainstSpecified + { + get + { + return this.againstFieldSpecified; + } + set + { + this.againstFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal Abstent + { + get + { + return this.abstentField; + } + set + { + this.abstentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AbstentSpecified + { + get + { + return this.abstentFieldSpecified; + } + set + { + this.abstentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public nsiRef FormingFund + { + get + { + return this.formingFundField; + } + set + { + this.formingFundField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public nsiRef ManagementType + { + get + { + return this.managementTypeField; + } + set + { + this.managementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public VotingSystemDetailsType VotingSystemDetails + { + get + { + return this.votingSystemDetailsField; + } + set + { + this.votingSystemDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public AdminOfGeneralMeetingType AdminOfGeneralMeeting + { + get + { + return this.adminOfGeneralMeetingField; + } + set + { + this.adminOfGeneralMeetingField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public ProtocolExportTypeDecisionListVotingResume votingResume + { + get + { + return this.votingResumeField; + } + set + { + this.votingResumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool votingResumeSpecified + { + get + { + return this.votingResumeFieldSpecified; + } + set + { + this.votingResumeFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolExportTypeDecisionListHomeownersDecisionsType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType20 + { + + /// + CharterContained, + + /// + CharterNotContained, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AdminOfGeneralMeetingType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CitizenAdministator", typeof(AdminOfGeneralMeetingTypeCitizenAdministator), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LegalEntityAdministrator", typeof(RegOrgRootAndVersionType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AdminOfGeneralMeetingTypeCitizenAdministator + { + + private VotingInitiatorIndType indField; + + private string fIASHouseGuidField; + + private string placeAddressField; + + private string[] phoneField; + + private string[] emailField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public VotingInitiatorIndType Ind + { + get + { + return this.indField; + } + set + { + this.indField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string PlaceAddress + { + get + { + return this.placeAddressField; + } + set + { + this.placeAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Phone", Order=3)] + public string[] Phone + { + get + { + return this.phoneField; + } + set + { + this.phoneField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Email", Order=4)] + public string[] Email + { + get + { + return this.emailField; + } + set + { + this.emailField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ProtocolExportTypeDecisionListVotingResume + { + + /// + M, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportVotingProtocolResultType : ProtocolExportType + { + + private exportVotingProtocolResultTypeStatusProtocol statusProtocolField; + + private string votingProtocolGUIDField; + + private string rootProtocolGUIDField; + + private exportVotingProtocolResultTypeStatusVersionProtocol statusVersionProtocolField; + + private int versionNumberField; + + private System.DateTime versionDateModificationField; + + private bool versionDateModificationFieldSpecified; + + private System.DateTime versionDatePlacementField; + + private bool versionDatePlacementFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportVotingProtocolResultTypeStatusProtocol StatusProtocol + { + get + { + return this.statusProtocolField; + } + set + { + this.statusProtocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string VotingProtocolGUID + { + get + { + return this.votingProtocolGUIDField; + } + set + { + this.votingProtocolGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string RootProtocolGUID + { + get + { + return this.rootProtocolGUIDField; + } + set + { + this.rootProtocolGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public exportVotingProtocolResultTypeStatusVersionProtocol StatusVersionProtocol + { + get + { + return this.statusVersionProtocolField; + } + set + { + this.statusVersionProtocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public int VersionNumber + { + get + { + return this.versionNumberField; + } + set + { + this.versionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] + public System.DateTime VersionDateModification + { + get + { + return this.versionDateModificationField; + } + set + { + this.versionDateModificationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool VersionDateModificationSpecified + { + get + { + return this.versionDateModificationFieldSpecified; + } + set + { + this.versionDateModificationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=6)] + public System.DateTime VersionDatePlacement + { + get + { + return this.versionDatePlacementField; + } + set + { + this.versionDatePlacementField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool VersionDatePlacementSpecified + { + get + { + return this.versionDatePlacementFieldSpecified; + } + set + { + this.versionDatePlacementFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportVotingProtocolResultTypeStatusProtocol + { + + /// + Created, + + /// + Posted, + + /// + Edited, + + /// + Annuled, + + /// + PostedFromAnotherSystem, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportVotingProtocolResultTypeStatusVersionProtocol + { + + /// + Created, + + /// + Posted, + + /// + Edited, + + /// + Annuled, + + /// + PostedFromAnotherSystem, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExternalVotingProtocolType + { + + private string protocolNumField; + + private System.DateTime protocolDateField; + + private ExternalVotingProtocolTypeMeetingEligibility meetingEligibilityField; + + private ExternalVotingProtocolTypeDecisionList[] decisionListField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ProtocolNum + { + get + { + return this.protocolNumField; + } + set + { + this.protocolNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime ProtocolDate + { + get + { + return this.protocolDateField; + } + set + { + this.protocolDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public ExternalVotingProtocolTypeMeetingEligibility MeetingEligibility + { + get + { + return this.meetingEligibilityField; + } + set + { + this.meetingEligibilityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=3)] + public ExternalVotingProtocolTypeDecisionList[] DecisionList + { + get + { + return this.decisionListField; + } + set + { + this.decisionListField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=4)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExternalVotingProtocolTypeMeetingEligibility + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExternalVotingProtocolTypeDecisionList + { + + private string questionNumberField; + + private decimal agreeField; + + private bool agreeFieldSpecified; + + private decimal againstField; + + private bool againstFieldSpecified; + + private decimal abstentField; + + private bool abstentFieldSpecified; + + private ExternalVotingProtocolTypeDecisionListVotingResume votingResumeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] + public string QuestionNumber + { + get + { + return this.questionNumberField; + } + set + { + this.questionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Agree + { + get + { + return this.agreeField; + } + set + { + this.agreeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AgreeSpecified + { + get + { + return this.agreeFieldSpecified; + } + set + { + this.agreeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Against + { + get + { + return this.againstField; + } + set + { + this.againstField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AgainstSpecified + { + get + { + return this.againstFieldSpecified; + } + set + { + this.againstFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal Abstent + { + get + { + return this.abstentField; + } + set + { + this.abstentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AbstentSpecified + { + get + { + return this.abstentFieldSpecified; + } + set + { + this.abstentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ExternalVotingProtocolTypeDecisionListVotingResume VotingResume + { + get + { + return this.votingResumeField; + } + set + { + this.votingResumeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExternalVotingProtocolTypeDecisionListVotingResume + { + + /// + M, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AnnulmentProtocolType + { + + private string modificationField; + + private object itemField; + + private System.DateTime annulmentDateField; + + private bool annulmentDateFieldSpecified; + + private string annulmentNumberField; + + private nsiRef nSIModificationField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Modification + { + get + { + return this.modificationField; + } + set + { + this.modificationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentOrganization", typeof(RegOrgType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("AnnulmentOrganizationText", typeof(string), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime AnnulmentDate + { + get + { + return this.annulmentDateField; + } + set + { + this.annulmentDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AnnulmentDateSpecified + { + get + { + return this.annulmentDateFieldSpecified; + } + set + { + this.annulmentDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AnnulmentNumber + { + get + { + return this.annulmentNumberField; + } + set + { + this.annulmentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef NSIModification + { + get + { + return this.nSIModificationField; + } + set + { + this.nSIModificationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportVotingMessageResultType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageExportType + { + + private string[] fIASHouseGUIDField; + + private RegOrgType organizationGuidField; + + private string messageNumField; + + private System.DateTime messageDateField; + + private bool itemField; + + private ItemChoiceType18 itemElementNameField; + + private object item1Field; + + private MeetingTypeType meetingTypeField; + + private VoteInitiators[] voteInitiatorsField; + + private MessageExportTypeDecisionList[] decisionListField; + + private string modificationReasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGUID", Order=0)] + public string[] FIASHouseGUID + { + get + { + return this.fIASHouseGUIDField; + } + set + { + this.fIASHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public RegOrgType OrganizationGuid + { + get + { + return this.organizationGuidField; + } + set + { + this.organizationGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MessageNum + { + get + { + return this.messageNumField; + } + set + { + this.messageNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime MessageDate + { + get + { + return this.messageDateField; + } + set + { + this.messageDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnualVoting", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("ExtraVoting", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType18 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AVoting", typeof(MessageExportTypeAVoting), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("EVoting", typeof(MessageExportTypeEVoting), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("Meeting", typeof(MessageExportTypeMeeting), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("MeetingAVoting", typeof(MessageExportTypeMeetingAVoting), Order=6)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public MeetingTypeType MeetingType + { + get + { + return this.meetingTypeField; + } + set + { + this.meetingTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VoteInitiators", Order=8)] + public VoteInitiators[] VoteInitiators + { + get + { + return this.voteInitiatorsField; + } + set + { + this.voteInitiatorsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=9)] + public MessageExportTypeDecisionList[] DecisionList + { + get + { + return this.decisionListField; + } + set + { + this.decisionListField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public string ModificationReason + { + get + { + return this.modificationReasonField; + } + set + { + this.modificationReasonField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType18 + { + + /// + AnnualVoting, + + /// + ExtraVoting, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageExportTypeAVoting + { + + private System.DateTime startMakingDecisionDateField; + + private System.DateTime endMakingDecisionDateField; + + private string resolutionPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime StartMakingDecisionDate + { + get + { + return this.startMakingDecisionDateField; + } + set + { + this.startMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EndMakingDecisionDate + { + get + { + return this.endMakingDecisionDateField; + } + set + { + this.endMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ResolutionPlace + { + get + { + return this.resolutionPlaceField; + } + set + { + this.resolutionPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=3)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageExportTypeEVoting + { + + private System.DateTime eVotingDateBeginField; + + private System.DateTime eVotingDateEndField; + + private string disciplineField; + + private string infoReviewField; + + private VotingSystemDetailsType votingSystemDetailsField; + + private bool firstVotingField; + + private bool firstVotingFieldSpecified; + + private AdminOfGeneralMeetingType adminOfGeneralMeetingField; + + private string adminAddressField; + + private Attachments[] attachmentsField; + + public MessageExportTypeEVoting() + { + this.firstVotingField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime EVotingDateBegin + { + get + { + return this.eVotingDateBeginField; + } + set + { + this.eVotingDateBeginField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EVotingDateEnd + { + get + { + return this.eVotingDateEndField; + } + set + { + this.eVotingDateEndField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Discipline + { + get + { + return this.disciplineField; + } + set + { + this.disciplineField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string InfoReview + { + get + { + return this.infoReviewField; + } + set + { + this.infoReviewField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public VotingSystemDetailsType VotingSystemDetails + { + get + { + return this.votingSystemDetailsField; + } + set + { + this.votingSystemDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool FirstVoting + { + get + { + return this.firstVotingField; + } + set + { + this.firstVotingField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FirstVotingSpecified + { + get + { + return this.firstVotingFieldSpecified; + } + set + { + this.firstVotingFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public AdminOfGeneralMeetingType AdminOfGeneralMeeting + { + get + { + return this.adminOfGeneralMeetingField; + } + set + { + this.adminOfGeneralMeetingField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string AdminAddress + { + get + { + return this.adminAddressField; + } + set + { + this.adminAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=8)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageExportTypeMeeting + { + + private System.DateTime meetingDateField; + + private string votingPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime MeetingDate + { + get + { + return this.meetingDateField; + } + set + { + this.meetingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string VotingPlace + { + get + { + return this.votingPlaceField; + } + set + { + this.votingPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=2)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageExportTypeMeetingAVoting + { + + private System.DateTime startMakingDecisionDateField; + + private System.DateTime endMakingDecisionDateField; + + private string resolutionPlaceField; + + private System.DateTime meetingDateField; + + private string votingPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime StartMakingDecisionDate + { + get + { + return this.startMakingDecisionDateField; + } + set + { + this.startMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EndMakingDecisionDate + { + get + { + return this.endMakingDecisionDateField; + } + set + { + this.endMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ResolutionPlace + { + get + { + return this.resolutionPlaceField; + } + set + { + this.resolutionPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public System.DateTime MeetingDate + { + get + { + return this.meetingDateField; + } + set + { + this.meetingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string VotingPlace + { + get + { + return this.votingPlaceField; + } + set + { + this.votingPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class VoteInitiators + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(VotingInitiatorIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Org", typeof(RegOrgRootAndVersionType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageExportTypeDecisionList + { + + private string questionNumberField; + + private string questionNameField; + + private nsiRef decisionsTypeField; + + private MessageExportTypeDecisionListHomeownersDecisionsType homeownersDecisionsTypeField; + + private bool itemField; + + private ItemChoiceType19 itemElementNameField; + + private nsiRef formingFundField; + + private nsiRef managementTypeField; + + private VotingSystemDetailsType votingSystemDetailsField; + + private AdminOfGeneralMeetingType adminOfGeneralMeetingField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] + public string QuestionNumber + { + get + { + return this.questionNumberField; + } + set + { + this.questionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string QuestionName + { + get + { + return this.questionNameField; + } + set + { + this.questionNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef DecisionsType + { + get + { + return this.decisionsTypeField; + } + set + { + this.decisionsTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public MessageExportTypeDecisionListHomeownersDecisionsType HomeownersDecisionsType + { + get + { + return this.homeownersDecisionsTypeField; + } + set + { + this.homeownersDecisionsTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterContained", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("CharterNotContained", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType19 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public nsiRef FormingFund + { + get + { + return this.formingFundField; + } + set + { + this.formingFundField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef ManagementType + { + get + { + return this.managementTypeField; + } + set + { + this.managementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public VotingSystemDetailsType VotingSystemDetails + { + get + { + return this.votingSystemDetailsField; + } + set + { + this.votingSystemDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public AdminOfGeneralMeetingType AdminOfGeneralMeeting + { + get + { + return this.adminOfGeneralMeetingField; + } + set + { + this.adminOfGeneralMeetingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageExportTypeDecisionListHomeownersDecisionsType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType19 + { + + /// + CharterContained, + + /// + CharterNotContained, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportVotingMessageResultType : MessageExportType + { + + private string messageGUIDField; + + private MessageStatusType messageStatusField; + + private System.DateTime publishDateField; + + private System.DateTime modificationDateField; + + private bool modificationDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public MessageStatusType MessageStatus + { + get + { + return this.messageStatusField; + } + set + { + this.messageStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime PublishDate + { + get + { + return this.publishDateField; + } + set + { + this.publishDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ModificationDateSpecified + { + get + { + return this.modificationDateFieldSpecified; + } + set + { + this.modificationDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MessageStatusType + { + + /// + Posted, + + /// + Goes, + + /// + Finished, + + /// + MeetingCancelled, + + /// + Cancelled, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageType + { + + private string fIASHouseGUIDField; + + private RegOrgType organizationGuidField; + + private string messageNumField; + + private System.DateTime messageDateField; + + private bool messageDateFieldSpecified; + + private bool itemField; + + private ItemChoiceType16 itemElementNameField; + + private object item1Field; + + private MeetingTypeType meetingTypeField; + + private VoteInitiators[] voteInitiatorsField; + + private MessageTypeDecisionList[] decisionListField; + + private string modificationReasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGUID + { + get + { + return this.fIASHouseGUIDField; + } + set + { + this.fIASHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public RegOrgType OrganizationGuid + { + get + { + return this.organizationGuidField; + } + set + { + this.organizationGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string MessageNum + { + get + { + return this.messageNumField; + } + set + { + this.messageNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime MessageDate + { + get + { + return this.messageDateField; + } + set + { + this.messageDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MessageDateSpecified + { + get + { + return this.messageDateFieldSpecified; + } + set + { + this.messageDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnualVoting", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("ExtraVoting", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType16 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AVoting", typeof(MessageTypeAVoting), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("EVoting", typeof(MessageTypeEVoting), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("Meeting", typeof(MessageTypeMeeting), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("MeetingAVoting", typeof(MessageTypeMeetingAVoting), Order=6)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public MeetingTypeType MeetingType + { + get + { + return this.meetingTypeField; + } + set + { + this.meetingTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VoteInitiators", Order=8)] + public VoteInitiators[] VoteInitiators + { + get + { + return this.voteInitiatorsField; + } + set + { + this.voteInitiatorsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=9)] + public MessageTypeDecisionList[] DecisionList + { + get + { + return this.decisionListField; + } + set + { + this.decisionListField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public string ModificationReason + { + get + { + return this.modificationReasonField; + } + set + { + this.modificationReasonField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType16 + { + + /// + AnnualVoting, + + /// + ExtraVoting, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageTypeAVoting + { + + private System.DateTime startMakingDecisionDateField; + + private System.DateTime endMakingDecisionDateField; + + private string resolutionPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime StartMakingDecisionDate + { + get + { + return this.startMakingDecisionDateField; + } + set + { + this.startMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EndMakingDecisionDate + { + get + { + return this.endMakingDecisionDateField; + } + set + { + this.endMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ResolutionPlace + { + get + { + return this.resolutionPlaceField; + } + set + { + this.resolutionPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=3)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageTypeEVoting + { + + private System.DateTime eVotingDateBeginField; + + private System.DateTime eVotingDateEndField; + + private string disciplineField; + + private string infoReviewField; + + private VotingSystemDetailsType votingSystemDetailsField; + + private bool firstVotingField; + + private bool firstVotingFieldSpecified; + + private AdminOfGeneralMeetingType adminOfGeneralMeetingField; + + private string adminAddressField; + + private Attachments[] attachmentsField; + + public MessageTypeEVoting() + { + this.firstVotingField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime EVotingDateBegin + { + get + { + return this.eVotingDateBeginField; + } + set + { + this.eVotingDateBeginField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EVotingDateEnd + { + get + { + return this.eVotingDateEndField; + } + set + { + this.eVotingDateEndField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Discipline + { + get + { + return this.disciplineField; + } + set + { + this.disciplineField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string InfoReview + { + get + { + return this.infoReviewField; + } + set + { + this.infoReviewField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public VotingSystemDetailsType VotingSystemDetails + { + get + { + return this.votingSystemDetailsField; + } + set + { + this.votingSystemDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool FirstVoting + { + get + { + return this.firstVotingField; + } + set + { + this.firstVotingField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FirstVotingSpecified + { + get + { + return this.firstVotingFieldSpecified; + } + set + { + this.firstVotingFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public AdminOfGeneralMeetingType AdminOfGeneralMeeting + { + get + { + return this.adminOfGeneralMeetingField; + } + set + { + this.adminOfGeneralMeetingField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string AdminAddress + { + get + { + return this.adminAddressField; + } + set + { + this.adminAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=8)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageTypeMeeting + { + + private System.DateTime meetingDateField; + + private string votingPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime MeetingDate + { + get + { + return this.meetingDateField; + } + set + { + this.meetingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string VotingPlace + { + get + { + return this.votingPlaceField; + } + set + { + this.votingPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=2)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageTypeMeetingAVoting + { + + private System.DateTime startMakingDecisionDateField; + + private System.DateTime endMakingDecisionDateField; + + private string resolutionPlaceField; + + private System.DateTime meetingDateField; + + private string votingPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime StartMakingDecisionDate + { + get + { + return this.startMakingDecisionDateField; + } + set + { + this.startMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EndMakingDecisionDate + { + get + { + return this.endMakingDecisionDateField; + } + set + { + this.endMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ResolutionPlace + { + get + { + return this.resolutionPlaceField; + } + set + { + this.resolutionPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public System.DateTime MeetingDate + { + get + { + return this.meetingDateField; + } + set + { + this.meetingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string VotingPlace + { + get + { + return this.votingPlaceField; + } + set + { + this.votingPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageTypeDecisionList + { + + private string questionNumberField; + + private string questionNameField; + + private nsiRef decisionsTypeField; + + private MessageTypeDecisionListHomeownersDecisionsType homeownersDecisionsTypeField; + + private bool itemField; + + private ItemChoiceType17 itemElementNameField; + + private nsiRef formingFundField; + + private nsiRef managementTypeField; + + private VotingSystemDetailsType votingSystemDetailsField; + + private AdminOfGeneralMeetingType adminOfGeneralMeetingField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] + public string QuestionNumber + { + get + { + return this.questionNumberField; + } + set + { + this.questionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string QuestionName + { + get + { + return this.questionNameField; + } + set + { + this.questionNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef DecisionsType + { + get + { + return this.decisionsTypeField; + } + set + { + this.decisionsTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public MessageTypeDecisionListHomeownersDecisionsType HomeownersDecisionsType + { + get + { + return this.homeownersDecisionsTypeField; + } + set + { + this.homeownersDecisionsTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterContained", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("CharterNotContained", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType17 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public nsiRef FormingFund + { + get + { + return this.formingFundField; + } + set + { + this.formingFundField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef ManagementType + { + get + { + return this.managementTypeField; + } + set + { + this.managementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public VotingSystemDetailsType VotingSystemDetails + { + get + { + return this.votingSystemDetailsField; + } + set + { + this.votingSystemDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public AdminOfGeneralMeetingType AdminOfGeneralMeeting + { + get + { + return this.adminOfGeneralMeetingField; + } + set + { + this.adminOfGeneralMeetingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MessageTypeDecisionListHomeownersDecisionsType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType17 + { + + /// + CharterContained, + + /// + CharterNotContained, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolType + { + + private string fIASHouseGuidField; + + private RegOrgType organizationGuidField; + + private string protocolNumField; + + private System.DateTime protocolDateField; + + private object itemField; + + private MeetingTypeType meetingTypeField; + + private bool meetingTypeFieldSpecified; + + private bool item1Field; + + private Item1ChoiceType8 item1ElementNameField; + + private VoteInitiators[] voteInitiatorsField; + + private ProtocolTypeMeetingEligibility meetingEligibilityField; + + private ProtocolTypeDecisionList[] decisionListField; + + private string modificationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public RegOrgType OrganizationGuid + { + get + { + return this.organizationGuidField; + } + set + { + this.organizationGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ProtocolNum + { + get + { + return this.protocolNumField; + } + set + { + this.protocolNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime ProtocolDate + { + get + { + return this.protocolDateField; + } + set + { + this.protocolDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AVoting", typeof(ProtocolTypeAVoting), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("EVoting", typeof(ProtocolTypeEVoting), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("Meeting", typeof(ProtocolTypeMeeting), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("MeetingAVoting", typeof(ProtocolTypeMeetingAVoting), Order=4)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public MeetingTypeType MeetingType + { + get + { + return this.meetingTypeField; + } + set + { + this.meetingTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeetingTypeSpecified + { + get + { + return this.meetingTypeFieldSpecified; + } + set + { + this.meetingTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnualVoting", typeof(bool), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("ExtraVoting", typeof(bool), Order=6)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType8 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VoteInitiators", Order=8)] + public VoteInitiators[] VoteInitiators + { + get + { + return this.voteInitiatorsField; + } + set + { + this.voteInitiatorsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public ProtocolTypeMeetingEligibility MeetingEligibility + { + get + { + return this.meetingEligibilityField; + } + set + { + this.meetingEligibilityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=10)] + public ProtocolTypeDecisionList[] DecisionList + { + get + { + return this.decisionListField; + } + set + { + this.decisionListField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string Modification + { + get + { + return this.modificationField; + } + set + { + this.modificationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolTypeAVoting + { + + private System.DateTime startMakingDecisionDateField; + + private bool startMakingDecisionDateFieldSpecified; + + private System.DateTime endMakingDecisionDateField; + + private bool endMakingDecisionDateFieldSpecified; + + private string resolutionPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime StartMakingDecisionDate + { + get + { + return this.startMakingDecisionDateField; + } + set + { + this.startMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StartMakingDecisionDateSpecified + { + get + { + return this.startMakingDecisionDateFieldSpecified; + } + set + { + this.startMakingDecisionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EndMakingDecisionDate + { + get + { + return this.endMakingDecisionDateField; + } + set + { + this.endMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndMakingDecisionDateSpecified + { + get + { + return this.endMakingDecisionDateFieldSpecified; + } + set + { + this.endMakingDecisionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ResolutionPlace + { + get + { + return this.resolutionPlaceField; + } + set + { + this.resolutionPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=3)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolTypeEVoting + { + + private System.DateTime eVotingDateBeginField; + + private System.DateTime eVotingDateEndField; + + private string disciplineField; + + private string infoReviewField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime EVotingDateBegin + { + get + { + return this.eVotingDateBeginField; + } + set + { + this.eVotingDateBeginField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime EVotingDateEnd + { + get + { + return this.eVotingDateEndField; + } + set + { + this.eVotingDateEndField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Discipline + { + get + { + return this.disciplineField; + } + set + { + this.disciplineField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string InfoReview + { + get + { + return this.infoReviewField; + } + set + { + this.infoReviewField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=4)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolTypeMeeting : VoitingType + { + + private System.DateTime meetingDateField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime MeetingDate + { + get + { + return this.meetingDateField; + } + set + { + this.meetingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=1)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolTypeMeetingAVoting + { + + private System.DateTime meetingDateField; + + private string votingPlaceField; + + private System.DateTime startMakingDecisionDateField; + + private bool startMakingDecisionDateFieldSpecified; + + private System.DateTime endMakingDecisionDateField; + + private bool endMakingDecisionDateFieldSpecified; + + private string resolutionPlaceField; + + private Attachments[] attachmentsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime MeetingDate + { + get + { + return this.meetingDateField; + } + set + { + this.meetingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string VotingPlace + { + get + { + return this.votingPlaceField; + } + set + { + this.votingPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime StartMakingDecisionDate + { + get + { + return this.startMakingDecisionDateField; + } + set + { + this.startMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StartMakingDecisionDateSpecified + { + get + { + return this.startMakingDecisionDateFieldSpecified; + } + set + { + this.startMakingDecisionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public System.DateTime EndMakingDecisionDate + { + get + { + return this.endMakingDecisionDateField; + } + set + { + this.endMakingDecisionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndMakingDecisionDateSpecified + { + get + { + return this.endMakingDecisionDateFieldSpecified; + } + set + { + this.endMakingDecisionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string ResolutionPlace + { + get + { + return this.resolutionPlaceField; + } + set + { + this.resolutionPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] + public Attachments[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType8 + { + + /// + AnnualVoting, + + /// + ExtraVoting, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ProtocolTypeMeetingEligibility + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolTypeDecisionList + { + + private string questionNumberField; + + private string questionNameField; + + private nsiRef decisionsTypeField; + + private ProtocolTypeDecisionListHomeownersDecisionsType homeownersDecisionsTypeField; + + private bool itemField; + + private ItemChoiceType14 itemElementNameField; + + private decimal agreeField; + + private bool agreeFieldSpecified; + + private decimal againstField; + + private bool againstFieldSpecified; + + private decimal abstentField; + + private bool abstentFieldSpecified; + + private nsiRef formingFundField; + + private nsiRef managementTypeField; + + private VotingSystemDetailsType votingSystemDetailsField; + + private AdminOfGeneralMeetingType adminOfGeneralMeetingField; + + private ProtocolTypeDecisionListVotingResume votingResumeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] + public string QuestionNumber + { + get + { + return this.questionNumberField; + } + set + { + this.questionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string QuestionName + { + get + { + return this.questionNameField; + } + set + { + this.questionNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef DecisionsType + { + get + { + return this.decisionsTypeField; + } + set + { + this.decisionsTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public ProtocolTypeDecisionListHomeownersDecisionsType HomeownersDecisionsType + { + get + { + return this.homeownersDecisionsTypeField; + } + set + { + this.homeownersDecisionsTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterContained", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("CharterNotContained", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType14 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal Agree + { + get + { + return this.agreeField; + } + set + { + this.agreeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AgreeSpecified + { + get + { + return this.agreeFieldSpecified; + } + set + { + this.agreeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public decimal Against + { + get + { + return this.againstField; + } + set + { + this.againstField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AgainstSpecified + { + get + { + return this.againstFieldSpecified; + } + set + { + this.againstFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal Abstent + { + get + { + return this.abstentField; + } + set + { + this.abstentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AbstentSpecified + { + get + { + return this.abstentFieldSpecified; + } + set + { + this.abstentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public nsiRef FormingFund + { + get + { + return this.formingFundField; + } + set + { + this.formingFundField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public nsiRef ManagementType + { + get + { + return this.managementTypeField; + } + set + { + this.managementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public VotingSystemDetailsType VotingSystemDetails + { + get + { + return this.votingSystemDetailsField; + } + set + { + this.votingSystemDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public AdminOfGeneralMeetingType AdminOfGeneralMeeting + { + get + { + return this.adminOfGeneralMeetingField; + } + set + { + this.adminOfGeneralMeetingField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public ProtocolTypeDecisionListVotingResume votingResume + { + get + { + return this.votingResumeField; + } + set + { + this.votingResumeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolTypeDecisionListHomeownersDecisionsType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType14 + { + + /// + CharterContained, + + /// + CharterNotContained, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ProtocolTypeDecisionListVotingResume + { + + /// + M, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractType + { + + private string docNumField; + + private System.DateTime signingDateField; + + private System.DateTime effectiveDateField; + + private System.DateTime planDateComptetionField; + + private ContractTypeValidity validityField; + + private object itemField; + + private ItemChoiceType13 itemElementNameField; + + private ContractTypeProtocol protocolField; + + private nsiRef contractBaseField; + + private DateDetailsType dateDetailsField; + + private AttachmentType[] contractAttachmentField; + + private ContractTypeAgreementAttachment[] agreementAttachmentField; + + private AttachmentType[] signedOwnersField; + + private AttachmentType[] commissioningPermitAgreementField; + + private AttachmentType[] charterField; + + private AttachmentType[] localGovernmentDecisionField; + + private string registryDecisionIDField; + + private bool automaticRollOverOneYearField; + + private bool automaticRollOverOneYearFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string DocNum + { + get + { + return this.docNumField; + } + set + { + this.docNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime PlanDateComptetion + { + get + { + return this.planDateComptetionField; + } + set + { + this.planDateComptetionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ContractTypeValidity Validity + { + get + { + return this.validityField; + } + set + { + this.validityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("BuildingOwner", typeof(RegOrgType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("CompetentAuthority", typeof(RegOrgType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("Cooperative", typeof(RegOrgType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalHousing", typeof(RegOrgType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("Owners", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType13 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public ContractTypeProtocol Protocol + { + get + { + return this.protocolField; + } + set + { + this.protocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public nsiRef ContractBase + { + get + { + return this.contractBaseField; + } + set + { + this.contractBaseField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public DateDetailsType DateDetails + { + get + { + return this.dateDetailsField; + } + set + { + this.dateDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=10)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AgreementAttachment", Order=11)] + public ContractTypeAgreementAttachment[] AgreementAttachment + { + get + { + return this.agreementAttachmentField; + } + set + { + this.agreementAttachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SignedOwners", Order=12)] + public AttachmentType[] SignedOwners + { + get + { + return this.signedOwnersField; + } + set + { + this.signedOwnersField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CommissioningPermitAgreement", Order=13)] + public AttachmentType[] CommissioningPermitAgreement + { + get + { + return this.commissioningPermitAgreementField; + } + set + { + this.commissioningPermitAgreementField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Charter", Order=14)] + public AttachmentType[] Charter + { + get + { + return this.charterField; + } + set + { + this.charterField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LocalGovernmentDecision", Order=15)] + public AttachmentType[] LocalGovernmentDecision + { + get + { + return this.localGovernmentDecisionField; + } + set + { + this.localGovernmentDecisionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public string RegistryDecisionID + { + get + { + return this.registryDecisionIDField; + } + set + { + this.registryDecisionIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public bool AutomaticRollOverOneYear + { + get + { + return this.automaticRollOverOneYearField; + } + set + { + this.automaticRollOverOneYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AutomaticRollOverOneYearSpecified + { + get + { + return this.automaticRollOverOneYearFieldSpecified; + } + set + { + this.automaticRollOverOneYearFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractTypeValidity + { + + private string monthField; + + private string yearField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType13 + { + + /// + BuildingOwner, + + /// + CompetentAuthority, + + /// + Cooperative, + + /// + MunicipalHousing, + + /// + Owners, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractTypeProtocol + { + + private ContractTypeProtocolProtocolAdd protocolAddField; + + private string[] votingProtocolGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ContractTypeProtocolProtocolAdd ProtocolAdd + { + get + { + return this.protocolAddField; + } + set + { + this.protocolAddField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", Order=1)] + public string[] VotingProtocolGUID + { + get + { + return this.votingProtocolGUIDField; + } + set + { + this.votingProtocolGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractTypeProtocolProtocolAdd + { + + private object[] itemsField; + + private ItemsChoiceType20[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ProtocolBuildingOwner", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingBoard", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolOK", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PurchaseNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType20[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType20 + { + + /// + ProtocolBuildingOwner, + + /// + ProtocolMeetingBoard, + + /// + ProtocolMeetingOwners, + + /// + ProtocolOK, + + /// + PurchaseNumber, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DateDetailsType + { + + private DateDetailsTypePeriodMetering periodMeteringField; + + private DateDetailsTypePaymentDocumentInterval paymentDocumentIntervalField; + + private DateDetailsTypePaymentInterval paymentIntervalField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public DateDetailsTypePeriodMetering PeriodMetering + { + get + { + return this.periodMeteringField; + } + set + { + this.periodMeteringField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DateDetailsTypePaymentDocumentInterval PaymentDocumentInterval + { + get + { + return this.paymentDocumentIntervalField; + } + set + { + this.paymentDocumentIntervalField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public DateDetailsTypePaymentInterval PaymentInterval + { + get + { + return this.paymentIntervalField; + } + set + { + this.paymentIntervalField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DateDetailsTypePeriodMetering + { + + private DeviceMeteringsDaySelectionType startDateField; + + private DeviceMeteringsDaySelectionType endDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public DeviceMeteringsDaySelectionType StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DeviceMeteringsDaySelectionType EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DeviceMeteringsDaySelectionType : DaySelectionType + { + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(DeviceMeteringsDaySelectionType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DaySelectionType + { + + private object itemField; + + private bool isNextMonthField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Date", typeof(sbyte), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsNextMonth + { + get + { + return this.isNextMonthField; + } + set + { + this.isNextMonthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DateDetailsTypePaymentDocumentInterval + { + + private object itemField; + + private bool item1Field; + + private Item1ChoiceType4 item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType4 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType4 + { + + /// + CurrentMounth, + + /// + NextMounth, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DateDetailsTypePaymentInterval + { + + private object itemField; + + private bool item1Field; + + private Item1ChoiceType5 item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType5 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType5 + { + + /// + CurrentMounth, + + /// + NextMounth, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractTypeAgreementAttachment : AttachmentType + { + + private ImprintAgreementType imprintAgreementField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ImprintAgreementType ImprintAgreement + { + get + { + return this.imprintAgreementField; + } + set + { + this.imprintAgreementField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ImprintAgreementType + { + + private string agreementNumberField; + + private System.DateTime agreementDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AgreementNumber + { + get + { + return this.agreementNumberField; + } + set + { + this.agreementNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime AgreementDate + { + get + { + return this.agreementDateField; + } + set + { + this.agreementDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterType + { + + private System.DateTime dateField; + + private CharterDateDetailsType dateDetailsField; + + private CharterTypeMeetingProtocol meetingProtocolField; + + private bool noCharterApproveProtocolField; + + private bool noCharterApproveProtocolFieldSpecified; + + private AttachmentType[] attachmentCharterField; + + private bool automaticRollOverOneYearField; + + private bool automaticRollOverOneYearFieldSpecified; + + private bool indicationsAnyDayField; + + private bool indicationsAnyDayFieldSpecified; + + public CharterType() + { + this.noCharterApproveProtocolField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public CharterDateDetailsType DateDetails + { + get + { + return this.dateDetailsField; + } + set + { + this.dateDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public CharterTypeMeetingProtocol MeetingProtocol + { + get + { + return this.meetingProtocolField; + } + set + { + this.meetingProtocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool NoCharterApproveProtocol + { + get + { + return this.noCharterApproveProtocolField; + } + set + { + this.noCharterApproveProtocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoCharterApproveProtocolSpecified + { + get + { + return this.noCharterApproveProtocolFieldSpecified; + } + set + { + this.noCharterApproveProtocolFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AttachmentCharter", Order=4)] + public AttachmentType[] AttachmentCharter + { + get + { + return this.attachmentCharterField; + } + set + { + this.attachmentCharterField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool AutomaticRollOverOneYear + { + get + { + return this.automaticRollOverOneYearField; + } + set + { + this.automaticRollOverOneYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AutomaticRollOverOneYearSpecified + { + get + { + return this.automaticRollOverOneYearFieldSpecified; + } + set + { + this.automaticRollOverOneYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool IndicationsAnyDay + { + get + { + return this.indicationsAnyDayField; + } + set + { + this.indicationsAnyDayField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IndicationsAnyDaySpecified + { + get + { + return this.indicationsAnyDayFieldSpecified; + } + set + { + this.indicationsAnyDayFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterDateDetailsType + { + + private CharterDateDetailsTypePeriodMetering periodMeteringField; + + private CharterDateDetailsTypePaymentDocumentInterval paymentDocumentIntervalField; + + private CharterDateDetailsTypePaymentInterval paymentIntervalField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CharterDateDetailsTypePeriodMetering PeriodMetering + { + get + { + return this.periodMeteringField; + } + set + { + this.periodMeteringField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public CharterDateDetailsTypePaymentDocumentInterval PaymentDocumentInterval + { + get + { + return this.paymentDocumentIntervalField; + } + set + { + this.paymentDocumentIntervalField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public CharterDateDetailsTypePaymentInterval PaymentInterval + { + get + { + return this.paymentIntervalField; + } + set + { + this.paymentIntervalField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterDateDetailsTypePeriodMetering + { + + private DeviceMeteringsDaySelectionType startDateField; + + private DeviceMeteringsDaySelectionType endDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public DeviceMeteringsDaySelectionType StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DeviceMeteringsDaySelectionType EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterDateDetailsTypePaymentDocumentInterval + { + + private object itemField; + + private bool item1Field; + + private Item1ChoiceType6 item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType6 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType6 + { + + /// + CurrentMounth, + + /// + NextMounth, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterDateDetailsTypePaymentInterval + { + + private object itemField; + + private bool item1Field; + + private Item1ChoiceType7 item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType7 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType7 + { + + /// + CurrentMounth, + + /// + NextMounth, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterTypeMeetingProtocol + { + + private AttachmentType[] protocolMeetingOwnersField; + + private string[] votingProtocolGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", Order=0)] + public AttachmentType[] ProtocolMeetingOwners + { + get + { + return this.protocolMeetingOwnersField; + } + set + { + this.protocolMeetingOwnersField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", Order=1)] + public string[] VotingProtocolGUID + { + get + { + return this.votingProtocolGUIDField; + } + set + { + this.votingProtocolGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BaseServiceCharterType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentCharter", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(AttachmentType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApprovalType + { + + private bool approvalField; + + public ApprovalType() + { + this.approvalField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool Approval + { + get + { + return this.approvalField; + } + set + { + this.approvalField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DeleteDocType + { + + private bool deleteField; + + public DeleteDocType() + { + this.deleteField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool Delete + { + get + { + return this.deleteField; + } + set + { + this.deleteField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RollOverType + { + + private bool rollOverField; + + public RollOverType() + { + this.rollOverField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool RollOver + { + get + { + return this.rollOverField; + } + set + { + this.rollOverField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ProtocolOKType + { + + private string[] protocolGUIDField; + + private AttachmentType[] attachmentProtocolField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ProtocolGUID", Order=0)] + public string[] ProtocolGUID + { + get + { + return this.protocolGUIDField; + } + set + { + this.protocolGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AttachmentProtocol", Order=1)] + public AttachmentType[] AttachmentProtocol + { + get + { + return this.attachmentProtocolField; + } + set + { + this.attachmentProtocolField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MainInfoType + { + + private string docNumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string DocNum + { + get + { + return this.docNumField; + } + set + { + this.docNumField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportAccountIndividualServicesResultType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountIndividualServiceType + { + + private System.DateTime beginDateField; + + private System.DateTime endDateField; + + private nsiRef additionalServiceField; + + private AttachmentType attachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime BeginDate + { + get + { + return this.beginDateField; + } + set + { + this.beginDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef AdditionalService + { + get + { + return this.additionalServiceField; + } + set + { + this.additionalServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public AttachmentType Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountIndividualServicesResultType : AccountIndividualServiceType + { + + private string accountIndividualServiceGUIDField; + + private string accountGUIDField; + + private bool isActualField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AccountIndividualServiceGUID + { + get + { + return this.accountIndividualServiceGUIDField; + } + set + { + this.accountIndividualServiceGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsActual + { + get + { + return this.isActualField; + } + set + { + this.isActualField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountUpdateType + { + + private sbyte livingPersonsNumberField; + + private object itemField; + + private ItemChoiceType12 itemElementNameField; + + private decimal totalSquareField; + + private bool totalSquareFieldSpecified; + + private decimal residentialSquareField; + + private bool residentialSquareFieldSpecified; + + private decimal nonResidentialSquareField; + + private bool nonResidentialSquareFieldSpecified; + + private ClosedAccountAttributesType closedField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte LivingPersonsNumber + { + get + { + return this.livingPersonsNumberField; + } + set + { + this.livingPersonsNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OwnerInd", typeof(IndType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("OwnerOrg", typeof(RegOrgType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("RenterInd", typeof(IndType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("RenterOrg", typeof(RegOrgType), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType12 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalSquareSpecified + { + get + { + return this.totalSquareFieldSpecified; + } + set + { + this.totalSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal ResidentialSquare + { + get + { + return this.residentialSquareField; + } + set + { + this.residentialSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ResidentialSquareSpecified + { + get + { + return this.residentialSquareFieldSpecified; + } + set + { + this.residentialSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal NonResidentialSquare + { + get + { + return this.nonResidentialSquareField; + } + set + { + this.nonResidentialSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NonResidentialSquareSpecified + { + get + { + return this.nonResidentialSquareFieldSpecified; + } + set + { + this.nonResidentialSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public ClosedAccountAttributesType Closed + { + get + { + return this.closedField; + } + set + { + this.closedField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType12 + { + + /// + OwnerInd, + + /// + OwnerOrg, + + /// + RenterInd, + + /// + RenterOrg, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ClosedAccountAttributesType + { + + private nsiRef closeReasonField; + + private System.DateTime closeDateField; + + private string descriptionField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef CloseReason + { + get + { + return this.closeReasonField; + } + set + { + this.closeReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime CloseDate + { + get + { + return this.closeDateField; + } + set + { + this.closeDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountReasonsImportType + { + + private AccountReasonsImportTypeSupplyResourceContract[] supplyResourceContractField; + + private AccountReasonsImportTypeSocialHireContract socialHireContractField; + + private AccountReasonsImportTypeTKOContract[] tKOContractField; + + /// + [System.Xml.Serialization.XmlElementAttribute("SupplyResourceContract", Order=0)] + public AccountReasonsImportTypeSupplyResourceContract[] SupplyResourceContract + { + get + { + return this.supplyResourceContractField; + } + set + { + this.supplyResourceContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public AccountReasonsImportTypeSocialHireContract SocialHireContract + { + get + { + return this.socialHireContractField; + } + set + { + this.socialHireContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("TKOContract", Order=2)] + public AccountReasonsImportTypeTKOContract[] TKOContract + { + get + { + return this.tKOContractField; + } + set + { + this.tKOContractField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountReasonsImportTypeSupplyResourceContract + { + + private object[] itemsField; + + private ItemsChoiceType17[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SigningDate", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType17[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType17 + { + + /// + ContractGUID, + + /// + ContractNumber, + + /// + IsContract, + + /// + SigningDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountReasonsImportTypeSocialHireContract + { + + private object[] itemsField; + + private ItemsChoiceType18[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SigningDate", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Type", typeof(AccountReasonsImportTypeSocialHireContractType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType18[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum AccountReasonsImportTypeSocialHireContractType + { + + /// + D, + + /// + M, + + /// + S, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType18 + { + + /// + ContractGUID, + + /// + ContractNumber, + + /// + SigningDate, + + /// + Type, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountReasonsImportTypeTKOContract + { + + private object[] itemsField; + + private ItemsChoiceType19[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DateEntry", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SigningDate", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType19[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType19 + { + + /// + ContractGUID, + + /// + ContractNumber, + + /// + DateEntry, + + /// + SigningDate, + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountIndExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class FIOExportType + { + + private string surnameField; + + private string firstNameField; + + private string patronymicField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Surname + { + get + { + return this.surnameField; + } + set + { + this.surnameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FirstName + { + get + { + return this.firstNameField; + } + set + { + this.firstNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Patronymic + { + get + { + return this.patronymicField; + } + set + { + this.patronymicField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountIndExportType : FIOExportType + { + + private AccountIndExportTypeSex sexField; + + private bool sexFieldSpecified; + + private System.DateTime dateOfBirthField; + + private bool dateOfBirthFieldSpecified; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AccountIndExportTypeSex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateOfBirth + { + get + { + return this.dateOfBirthField; + } + set + { + this.dateOfBirthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfBirthSpecified + { + get + { + return this.dateOfBirthFieldSpecified; + } + set + { + this.dateOfBirthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ID", typeof(AccountIndExportTypeID), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum AccountIndExportTypeSex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountIndExportTypeID + { + + private nsiRef typeField; + + private string seriesField; + + private string numberField; + + private System.DateTime issueDateField; + + private bool issueDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime IssueDate + { + get + { + return this.issueDateField; + } + set + { + this.issueDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IssueDateSpecified + { + get + { + return this.issueDateFieldSpecified; + } + set + { + this.issueDateFieldSpecified = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportAccountResultType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountExportType + { + + private bool itemField; + + private ItemChoiceType10 itemElementNameField; + + private System.DateTime creationDateField; + + private bool creationDateFieldSpecified; + + private string livingPersonsNumberField; + + private decimal totalSquareField; + + private bool totalSquareFieldSpecified; + + private decimal residentialSquareField; + + private bool residentialSquareFieldSpecified; + + private decimal heatedAreaField; + + private bool heatedAreaFieldSpecified; + + private ClosedAccountAttributesType closedField; + + private AccountExportTypeAccommodation[] accommodationField; + + private AccountExportTypePayerInfo payerInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute("isCRAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isOGVorOMSAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isRCAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isRSOAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isTKOAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isUOAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType10 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime CreationDate + { + get + { + return this.creationDateField; + } + set + { + this.creationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationDateSpecified + { + get + { + return this.creationDateFieldSpecified; + } + set + { + this.creationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=3)] + public string LivingPersonsNumber + { + get + { + return this.livingPersonsNumberField; + } + set + { + this.livingPersonsNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalSquareSpecified + { + get + { + return this.totalSquareFieldSpecified; + } + set + { + this.totalSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal ResidentialSquare + { + get + { + return this.residentialSquareField; + } + set + { + this.residentialSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ResidentialSquareSpecified + { + get + { + return this.residentialSquareFieldSpecified; + } + set + { + this.residentialSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal HeatedArea + { + get + { + return this.heatedAreaField; + } + set + { + this.heatedAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HeatedAreaSpecified + { + get + { + return this.heatedAreaFieldSpecified; + } + set + { + this.heatedAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public ClosedAccountAttributesType Closed + { + get + { + return this.closedField; + } + set + { + this.closedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Accommodation", Order=8)] + public AccountExportTypeAccommodation[] Accommodation + { + get + { + return this.accommodationField; + } + set + { + this.accommodationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public AccountExportTypePayerInfo PayerInfo + { + get + { + return this.payerInfoField; + } + set + { + this.payerInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType10 + { + + /// + isCRAccount, + + /// + isOGVorOMSAccount, + + /// + isRCAccount, + + /// + isRSOAccount, + + /// + isTKOAccount, + + /// + isUOAccount, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountExportTypeAccommodation + { + + private string itemField; + + private ItemChoiceType11 itemElementNameField; + + private decimal sharePercentField; + + private bool sharePercentFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PremisesGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType11 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal SharePercent + { + get + { + return this.sharePercentField; + } + set + { + this.sharePercentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SharePercentSpecified + { + get + { + return this.sharePercentFieldSpecified; + } + set + { + this.sharePercentFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType11 + { + + /// + FIASHouseGuid, + + /// + LivingRoomGUID, + + /// + PremisesGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountExportTypePayerInfo + { + + private bool isRenterField; + + private bool isRenterFieldSpecified; + + private bool isAccountsDividedField; + + private bool isAccountsDividedFieldSpecified; + + private object itemField; + + public AccountExportTypePayerInfo() + { + this.isRenterField = true; + this.isAccountsDividedField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool IsRenter + { + get + { + return this.isRenterField; + } + set + { + this.isRenterField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsRenterSpecified + { + get + { + return this.isRenterFieldSpecified; + } + set + { + this.isRenterFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool isAccountsDivided + { + get + { + return this.isAccountsDividedField; + } + set + { + this.isAccountsDividedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool isAccountsDividedSpecified + { + get + { + return this.isAccountsDividedFieldSpecified; + } + set + { + this.isAccountsDividedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(AccountIndExportType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Org", typeof(RegOrgVersionType), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountResultType : AccountExportType + { + + private exportAccountResultTypeAccountReasons accountReasonsField; + + private string accountNumberField; + + private string accountGUIDField; + + private string unifiedAccountNumberField; + + private string serviceIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportAccountResultTypeAccountReasons AccountReasons + { + get + { + return this.accountReasonsField; + } + set + { + this.accountReasonsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=3)] + public string UnifiedAccountNumber + { + get + { + return this.unifiedAccountNumberField; + } + set + { + this.unifiedAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=4)] + public string ServiceID + { + get + { + return this.serviceIDField; + } + set + { + this.serviceIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountResultTypeAccountReasons : AccountReasonsImportType + { + + private exportAccountResultTypeAccountReasonsContract contractField; + + private exportAccountResultTypeAccountReasonsCharter charterField; + + private exportAccountResultTypeAccountReasonsOverhaulFormingKindProtocol overhaulFormingKindProtocolField; + + private exportAccountResultTypeAccountReasonsOverhaulFormingKindOMSDescision overhaulFormingKindOMSDescisionField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportAccountResultTypeAccountReasonsContract Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportAccountResultTypeAccountReasonsCharter Charter + { + get + { + return this.charterField; + } + set + { + this.charterField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public exportAccountResultTypeAccountReasonsOverhaulFormingKindProtocol OverhaulFormingKindProtocol + { + get + { + return this.overhaulFormingKindProtocolField; + } + set + { + this.overhaulFormingKindProtocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public exportAccountResultTypeAccountReasonsOverhaulFormingKindOMSDescision OverhaulFormingKindOMSDescision + { + get + { + return this.overhaulFormingKindOMSDescisionField; + } + set + { + this.overhaulFormingKindOMSDescisionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountResultTypeAccountReasonsContract + { + + private string contractGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountResultTypeAccountReasonsCharter + { + + private string charterGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string CharterGUID + { + get + { + return this.charterGUIDField; + } + set + { + this.charterGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountResultTypeAccountReasonsOverhaulFormingKindProtocol + { + + private string overhaulFormingKindProtocolGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OverhaulFormingKindProtocolGUID + { + get + { + return this.overhaulFormingKindProtocolGUIDField; + } + set + { + this.overhaulFormingKindProtocolGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountResultTypeAccountReasonsOverhaulFormingKindOMSDescision + { + + private string overhaulFormingKindOMSDescisionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OverhaulFormingKindOMSDescisionGUID + { + get + { + return this.overhaulFormingKindOMSDescisionGUIDField; + } + set + { + this.overhaulFormingKindOMSDescisionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountType + { + + private bool itemField; + + private ItemChoiceType8 itemElementNameField; + + private System.DateTime creationDateField; + + private bool creationDateFieldSpecified; + + private string livingPersonsNumberField; + + private decimal totalSquareField; + + private bool totalSquareFieldSpecified; + + private decimal residentialSquareField; + + private bool residentialSquareFieldSpecified; + + private decimal heatedAreaField; + + private bool heatedAreaFieldSpecified; + + private ClosedAccountAttributesType closedField; + + private AccountTypeAccommodation[] accommodationField; + + private AccountTypePayerInfo payerInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute("isCRAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isOGVorOMSAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isRCAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isRSOAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isTKOAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("isUOAccount", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType8 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime CreationDate + { + get + { + return this.creationDateField; + } + set + { + this.creationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationDateSpecified + { + get + { + return this.creationDateFieldSpecified; + } + set + { + this.creationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=3)] + public string LivingPersonsNumber + { + get + { + return this.livingPersonsNumberField; + } + set + { + this.livingPersonsNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalSquareSpecified + { + get + { + return this.totalSquareFieldSpecified; + } + set + { + this.totalSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal ResidentialSquare + { + get + { + return this.residentialSquareField; + } + set + { + this.residentialSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ResidentialSquareSpecified + { + get + { + return this.residentialSquareFieldSpecified; + } + set + { + this.residentialSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal HeatedArea + { + get + { + return this.heatedAreaField; + } + set + { + this.heatedAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HeatedAreaSpecified + { + get + { + return this.heatedAreaFieldSpecified; + } + set + { + this.heatedAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public ClosedAccountAttributesType Closed + { + get + { + return this.closedField; + } + set + { + this.closedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Accommodation", Order=8)] + public AccountTypeAccommodation[] Accommodation + { + get + { + return this.accommodationField; + } + set + { + this.accommodationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public AccountTypePayerInfo PayerInfo + { + get + { + return this.payerInfoField; + } + set + { + this.payerInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType8 + { + + /// + isCRAccount, + + /// + isOGVorOMSAccount, + + /// + isRCAccount, + + /// + isRSOAccount, + + /// + isTKOAccount, + + /// + isUOAccount, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountTypeAccommodation + { + + private string itemField; + + private ItemChoiceType9 itemElementNameField; + + private decimal sharePercentField; + + private bool sharePercentFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PremisesGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType9 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal SharePercent + { + get + { + return this.sharePercentField; + } + set + { + this.sharePercentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SharePercentSpecified + { + get + { + return this.sharePercentFieldSpecified; + } + set + { + this.sharePercentFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType9 + { + + /// + FIASHouseGuid, + + /// + LivingRoomGUID, + + /// + PremisesGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AccountTypePayerInfo + { + + private bool isRenterField; + + private bool isRenterFieldSpecified; + + private bool isAccountsDividedField; + + private bool isAccountsDividedFieldSpecified; + + private object itemField; + + public AccountTypePayerInfo() + { + this.isRenterField = true; + this.isAccountsDividedField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool IsRenter + { + get + { + return this.isRenterField; + } + set + { + this.isRenterField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsRenterSpecified + { + get + { + return this.isRenterFieldSpecified; + } + set + { + this.isRenterFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool isAccountsDivided + { + get + { + return this.isAccountsDividedField; + } + set + { + this.isAccountsDividedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool isAccountsDividedSpecified + { + get + { + return this.isAccountsDividedFieldSpecified; + } + set + { + this.isAccountsDividedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(AccountIndType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Org", typeof(RegOrgVersionType), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceUpdateESPType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private int storeysCountField; + + private bool storeysCountFieldSpecified; + + private short creationYearField; + + private bool creationYearFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int StoreysCount + { + get + { + return this.storeysCountField; + } + set + { + this.storeysCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StoreysCountSpecified + { + get + { + return this.storeysCountFieldSpecified; + } + set + { + this.storeysCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public short CreationYear + { + get + { + return this.creationYearField; + } + set + { + this.creationYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationYearSpecified + { + get + { + return this.creationYearFieldSpecified; + } + set + { + this.creationYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceUpdateOMSType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private int storeysCountField; + + private bool storeysCountFieldSpecified; + + private short creationYearField; + + private bool creationYearFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int StoreysCount + { + get + { + return this.storeysCountField; + } + set + { + this.storeysCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StoreysCountSpecified + { + get + { + return this.storeysCountFieldSpecified; + } + set + { + this.storeysCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public short CreationYear + { + get + { + return this.creationYearField; + } + set + { + this.creationYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationYearSpecified + { + get + { + return this.creationYearFieldSpecified; + } + set + { + this.creationYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceUpdateRSOType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceUpdateUOType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private int storeysCountField; + + private bool storeysCountFieldSpecified; + + private short creationYearField; + + private bool creationYearFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int StoreysCount + { + get + { + return this.storeysCountField; + } + set + { + this.storeysCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StoreysCountSpecified + { + get + { + return this.storeysCountFieldSpecified; + } + set + { + this.storeysCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public short CreationYear + { + get + { + return this.creationYearField; + } + set + { + this.creationYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationYearSpecified + { + get + { + return this.creationYearFieldSpecified; + } + set + { + this.creationYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceESPType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private int storeysCountField; + + private bool storeysCountFieldSpecified; + + private short creationYearField; + + private bool creationYearFieldSpecified; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int StoreysCount + { + get + { + return this.storeysCountField; + } + set + { + this.storeysCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StoreysCountSpecified + { + get + { + return this.storeysCountFieldSpecified; + } + set + { + this.storeysCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public short CreationYear + { + get + { + return this.creationYearField; + } + set + { + this.creationYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationYearSpecified + { + get + { + return this.creationYearFieldSpecified; + } + set + { + this.creationYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceOMSType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private int storeysCountField; + + private bool storeysCountFieldSpecified; + + private short creationYearField; + + private bool creationYearFieldSpecified; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int StoreysCount + { + get + { + return this.storeysCountField; + } + set + { + this.storeysCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StoreysCountSpecified + { + get + { + return this.storeysCountFieldSpecified; + } + set + { + this.storeysCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public short CreationYear + { + get + { + return this.creationYearField; + } + set + { + this.creationYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationYearSpecified + { + get + { + return this.creationYearFieldSpecified; + } + set + { + this.creationYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceRSOType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceUOType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private int storeysCountField; + + private bool storeysCountFieldSpecified; + + private short creationYearField; + + private bool creationYearFieldSpecified; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int StoreysCount + { + get + { + return this.storeysCountField; + } + set + { + this.storeysCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StoreysCountSpecified + { + get + { + return this.storeysCountFieldSpecified; + } + set + { + this.storeysCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public short CreationYear + { + get + { + return this.creationYearField; + } + set + { + this.creationYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationYearSpecified + { + get + { + return this.creationYearFieldSpecified; + } + set + { + this.creationYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LivingHouseUpdateOMSType + { + + private HouseBasicUpdateOMSType basicCharacteristictsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicUpdateOMSType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HouseBasicUpdateOMSType : GKN_EGRP_KeyType + { + + private string fIASHouseGuidField; + + private decimal totalSquareField; + + private bool totalSquareFieldSpecified; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private short usedYearField; + + private bool usedYearFieldSpecified; + + private int floorCountField; + + private bool floorCountFieldSpecified; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + private bool culturalHeritageField; + + private bool culturalHeritageFieldSpecified; + + private OGFData[] oGFDataField; + + private HostelDataType hostelDataField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalSquareSpecified + { + get + { + return this.totalSquareFieldSpecified; + } + set + { + this.totalSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public short UsedYear + { + get + { + return this.usedYearField; + } + set + { + this.usedYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UsedYearSpecified + { + get + { + return this.usedYearFieldSpecified; + } + set + { + this.usedYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public int FloorCount + { + get + { + return this.floorCountField; + } + set + { + this.floorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FloorCountSpecified + { + get + { + return this.floorCountFieldSpecified; + } + set + { + this.floorCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool CulturalHeritage + { + get + { + return this.culturalHeritageField; + } + set + { + this.culturalHeritageField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CulturalHeritageSpecified + { + get + { + return this.culturalHeritageFieldSpecified; + } + set + { + this.culturalHeritageFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public HostelDataType HostelData + { + get + { + return this.hostelDataField; + } + set + { + this.hostelDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class OKTMORefType + { + + private string codeField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OGFData + { + + private string codeField; + + private OGFDataValue valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public OGFDataValue Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OGFDataValue + { + + private object itemField; + + private ItemChoiceType1 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("BooleanValue", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DateTimeValue", typeof(System.DateTime), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("File", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FloatValue", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("IntegerValue", typeof(int), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NsiCode", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StringValue", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType1 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType1 + { + + /// + BooleanValue, + + /// + DateTimeValue, + + /// + File, + + /// + FloatValue, + + /// + IntegerValue, + + /// + NsiCode, + + /// + StringValue, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HostelDataType + { + + private bool isRegionPropertyField; + + private bool isRegionPropertyFieldSpecified; + + private bool isMunicipalPropertyField; + + private bool isMunicipalPropertyFieldSpecified; + + private nsiRef hostelTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool IsRegionProperty + { + get + { + return this.isRegionPropertyField; + } + set + { + this.isRegionPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsRegionPropertySpecified + { + get + { + return this.isRegionPropertyFieldSpecified; + } + set + { + this.isRegionPropertyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsMunicipalProperty + { + get + { + return this.isMunicipalPropertyField; + } + set + { + this.isMunicipalPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsMunicipalPropertySpecified + { + get + { + return this.isMunicipalPropertyFieldSpecified; + } + set + { + this.isMunicipalPropertyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef HostelType + { + get + { + return this.hostelTypeField; + } + set + { + this.hostelTypeField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUpdateESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUpdateOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUpdateUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUpdateESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUpdateOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUpdateUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockUpdateOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockUpdateUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUpdateESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUpdateOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUpdateUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUOType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class GKN_EGRP_KeyType + { + + private object[] itemsField; + + private ItemsChoiceType3[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CadastralNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ConditionalNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoCadastralNumber", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Registered", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RightOrEncumbrance", typeof(RightOrEncumbrance), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType3[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RightOrEncumbrance + { + + private RightOrEncumbranceType typeField; + + private string regNumberField; + + private System.DateTime regDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RightOrEncumbranceType Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RegNumber + { + get + { + return this.regNumberField; + } + set + { + this.regNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime RegDate + { + get + { + return this.regDateField; + } + set + { + this.regDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum RightOrEncumbranceType + { + + /// + R, + + /// + E, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType3 + { + + /// + CadastralNumber, + + /// + ConditionalNumber, + + /// + NoCadastralNumber, + + /// + No_RSO_GKN_EGRP_Registered, + + /// + RightOrEncumbrance, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomExportType : GKN_EGRP_KeyType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + private string floorField; + + private OGFData[] oGFDataField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Floor + { + get + { + return this.floorField; + } + set + { + this.floorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=3)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomUpdateESPType : GKN_EGRP_KeyType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomUpdateOMSType : GKN_EGRP_KeyType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomUpdateUOType : GKN_EGRP_KeyType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomESPType : GKN_EGRP_KeyType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomOMSType : GKN_EGRP_KeyType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomUOType : GKN_EGRP_KeyType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateESPType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicUpdateESPType : GKN_EGRP_KeyType + { + + private string premisesNumField; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesUpdateESPType : PremisesBasicUpdateESPType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private bool isCommonPropertyField; + + private bool isCommonPropertyFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsCommonProperty + { + get + { + return this.isCommonPropertyField; + } + set + { + this.isCommonPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCommonPropertySpecified + { + get + { + return this.isCommonPropertyFieldSpecified; + } + set + { + this.isCommonPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesUpdateESPType : PremisesBasicUpdateESPType + { + + private object itemField; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private object item1Field; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateOMSType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicUpdateOMSType : GKN_EGRP_KeyType + { + + private string premisesNumField; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesUpdateOMSType : PremisesBasicUpdateOMSType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private bool isCommonPropertyField; + + private bool isCommonPropertyFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsCommonProperty + { + get + { + return this.isCommonPropertyField; + } + set + { + this.isCommonPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCommonPropertySpecified + { + get + { + return this.isCommonPropertyFieldSpecified; + } + set + { + this.isCommonPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesUpdateOMSType : PremisesBasicUpdateOMSType + { + + private object itemField; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private object item1Field; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateUOType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicUpdateUOType : GKN_EGRP_KeyType + { + + private string premisesNumField; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesUpdateUOType : PremisesBasicUpdateUOType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private bool isCommonPropertyField; + + private bool isCommonPropertyFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsCommonProperty + { + get + { + return this.isCommonPropertyField; + } + set + { + this.isCommonPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCommonPropertySpecified + { + get + { + return this.isCommonPropertyFieldSpecified; + } + set + { + this.isCommonPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesUpdateUOType : PremisesBasicUpdateUOType + { + + private object itemField; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object item1Field; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesESPType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesESPType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicESPType : GKN_EGRP_KeyType + { + + private string premisesNumField; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesESPType : PremisesBasicESPType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private bool isCommonPropertyField; + + private bool isCommonPropertyFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsCommonProperty + { + get + { + return this.isCommonPropertyField; + } + set + { + this.isCommonPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCommonPropertySpecified + { + get + { + return this.isCommonPropertyFieldSpecified; + } + set + { + this.isCommonPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesESPType : PremisesBasicESPType + { + + private object itemField; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object item1Field; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesOMSType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesOMSType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicOMSType : GKN_EGRP_KeyType + { + + private string premisesNumField; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesOMSType : PremisesBasicOMSType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private bool isCommonPropertyField; + + private bool isCommonPropertyFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsCommonProperty + { + get + { + return this.isCommonPropertyField; + } + set + { + this.isCommonPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCommonPropertySpecified + { + get + { + return this.isCommonPropertyFieldSpecified; + } + set + { + this.isCommonPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesOMSType : PremisesBasicOMSType + { + + private object itemField; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object item1Field; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUOType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicUOType : GKN_EGRP_KeyType + { + + private string premisesNumField; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesUOType : PremisesBasicUOType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private bool isCommonPropertyField; + + private bool isCommonPropertyFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsCommonProperty + { + get + { + return this.isCommonPropertyField; + } + set + { + this.isCommonPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCommonPropertySpecified + { + get + { + return this.isCommonPropertyFieldSpecified; + } + set + { + this.isCommonPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesUOType : PremisesBasicUOType + { + + private object itemField; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object item1Field; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BlockUpdateOMSType : GKN_EGRP_KeyType + { + + private string blockNumField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object itemField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + private BlockCategoryType categoryField; + + private bool categoryFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockNum + { + get + { + return this.blockNumField; + } + set + { + this.blockNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=6)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public BlockCategoryType Category + { + get + { + return this.categoryField; + } + set + { + this.categoryField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CategorySpecified + { + get + { + return this.categoryFieldSpecified; + } + set + { + this.categoryFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum BlockCategoryType + { + + /// + Residential, + + /// + NonResidential, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BlockUpdateUOType : GKN_EGRP_KeyType + { + + private string blockNumField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object itemField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + private BlockCategoryType categoryField; + + private bool categoryFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockNum + { + get + { + return this.blockNumField; + } + set + { + this.blockNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=6)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public BlockCategoryType Category + { + get + { + return this.categoryField; + } + set + { + this.categoryField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CategorySpecified + { + get + { + return this.categoryFieldSpecified; + } + set + { + this.categoryFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BlockOMSType : GKN_EGRP_KeyType + { + + private string blockNumField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object itemField; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + private BlockCategoryType categoryField; + + private bool categoryFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockNum + { + get + { + return this.blockNumField; + } + set + { + this.blockNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public BlockCategoryType Category + { + get + { + return this.categoryField; + } + set + { + this.categoryField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CategorySpecified + { + get + { + return this.categoryFieldSpecified; + } + set + { + this.categoryFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BlockUOType : GKN_EGRP_KeyType + { + + private string blockNumField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object itemField; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + private BlockCategoryType categoryField; + + private bool categoryFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockNum + { + get + { + return this.blockNumField; + } + set + { + this.blockNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public BlockCategoryType Category + { + get + { + return this.categoryField; + } + set + { + this.categoryField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CategorySpecified + { + get + { + return this.categoryFieldSpecified; + } + set + { + this.categoryFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HouseBasicUpdateESPType : GKN_EGRP_KeyType + { + + private string fIASHouseGuidField; + + private decimal totalSquareField; + + private bool totalSquareFieldSpecified; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private short usedYearField; + + private bool usedYearFieldSpecified; + + private int floorCountField; + + private bool floorCountFieldSpecified; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + private bool culturalHeritageField; + + private bool culturalHeritageFieldSpecified; + + private OGFData[] oGFDataField; + + private bool isMunicipalPropertyField; + + private bool isMunicipalPropertyFieldSpecified; + + private bool isRegionPropertyField; + + private bool isRegionPropertyFieldSpecified; + + public HouseBasicUpdateESPType() + { + this.isMunicipalPropertyField = false; + this.isRegionPropertyField = false; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalSquareSpecified + { + get + { + return this.totalSquareFieldSpecified; + } + set + { + this.totalSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public short UsedYear + { + get + { + return this.usedYearField; + } + set + { + this.usedYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UsedYearSpecified + { + get + { + return this.usedYearFieldSpecified; + } + set + { + this.usedYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public int FloorCount + { + get + { + return this.floorCountField; + } + set + { + this.floorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FloorCountSpecified + { + get + { + return this.floorCountFieldSpecified; + } + set + { + this.floorCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool CulturalHeritage + { + get + { + return this.culturalHeritageField; + } + set + { + this.culturalHeritageField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CulturalHeritageSpecified + { + get + { + return this.culturalHeritageFieldSpecified; + } + set + { + this.culturalHeritageFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public bool IsMunicipalProperty + { + get + { + return this.isMunicipalPropertyField; + } + set + { + this.isMunicipalPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsMunicipalPropertySpecified + { + get + { + return this.isMunicipalPropertyFieldSpecified; + } + set + { + this.isMunicipalPropertyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public bool IsRegionProperty + { + get + { + return this.isRegionPropertyField; + } + set + { + this.isRegionPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsRegionPropertySpecified + { + get + { + return this.isRegionPropertyFieldSpecified; + } + set + { + this.isRegionPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HouseBasicUpdateUOType : GKN_EGRP_KeyType + { + + private string fIASHouseGuidField; + + private decimal totalSquareField; + + private bool totalSquareFieldSpecified; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private short usedYearField; + + private bool usedYearFieldSpecified; + + private int floorCountField; + + private bool floorCountFieldSpecified; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + private bool culturalHeritageField; + + private bool culturalHeritageFieldSpecified; + + private OGFData[] oGFDataField; + + private bool isMunicipalPropertyField; + + private bool isMunicipalPropertyFieldSpecified; + + private bool isRegionPropertyField; + + private bool isRegionPropertyFieldSpecified; + + public HouseBasicUpdateUOType() + { + this.isMunicipalPropertyField = false; + this.isRegionPropertyField = false; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalSquareSpecified + { + get + { + return this.totalSquareFieldSpecified; + } + set + { + this.totalSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public short UsedYear + { + get + { + return this.usedYearField; + } + set + { + this.usedYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UsedYearSpecified + { + get + { + return this.usedYearFieldSpecified; + } + set + { + this.usedYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public int FloorCount + { + get + { + return this.floorCountField; + } + set + { + this.floorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool FloorCountSpecified + { + get + { + return this.floorCountFieldSpecified; + } + set + { + this.floorCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool CulturalHeritage + { + get + { + return this.culturalHeritageField; + } + set + { + this.culturalHeritageField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CulturalHeritageSpecified + { + get + { + return this.culturalHeritageFieldSpecified; + } + set + { + this.culturalHeritageFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public bool IsMunicipalProperty + { + get + { + return this.isMunicipalPropertyField; + } + set + { + this.isMunicipalPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsMunicipalPropertySpecified + { + get + { + return this.isMunicipalPropertyFieldSpecified; + } + set + { + this.isMunicipalPropertyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public bool IsRegionProperty + { + get + { + return this.isRegionPropertyField; + } + set + { + this.isRegionPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsRegionPropertySpecified + { + get + { + return this.isRegionPropertyFieldSpecified; + } + set + { + this.isRegionPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HouseBasicUOType : GKN_EGRP_KeyType + { + + private string fIASHouseGuidField; + + private decimal totalSquareField; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private short usedYearField; + + private int floorCountField; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + private bool culturalHeritageField; + + private OGFData[] oGFDataField; + + private bool isMunicipalPropertyField; + + private bool isMunicipalPropertyFieldSpecified; + + private bool isRegionPropertyField; + + private bool isRegionPropertyFieldSpecified; + + public HouseBasicUOType() + { + this.isMunicipalPropertyField = false; + this.isRegionPropertyField = false; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public short UsedYear + { + get + { + return this.usedYearField; + } + set + { + this.usedYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public int FloorCount + { + get + { + return this.floorCountField; + } + set + { + this.floorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool CulturalHeritage + { + get + { + return this.culturalHeritageField; + } + set + { + this.culturalHeritageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public bool IsMunicipalProperty + { + get + { + return this.isMunicipalPropertyField; + } + set + { + this.isMunicipalPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsMunicipalPropertySpecified + { + get + { + return this.isMunicipalPropertyFieldSpecified; + } + set + { + this.isMunicipalPropertyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public bool IsRegionProperty + { + get + { + return this.isRegionPropertyField; + } + set + { + this.isRegionPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsRegionPropertySpecified + { + get + { + return this.isRegionPropertyFieldSpecified; + } + set + { + this.isRegionPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LivingHouseUpdateRSOType + { + + private HouseBasicUpdateRSOType basicCharacteristictsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicUpdateRSOType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HouseBasicUpdateRSOType : GKN_EGRP_KeyRSOType + { + + private string fIASHouseGuidField; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUpdateRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUpdateRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockUpdateRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUpdateRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicRSOType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class GKN_EGRP_KeyRSOType + { + + private object[] itemsField; + + private ItemsChoiceType16[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CadastralNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ConditionalNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoCadastralNumber", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Data", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Registered", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RightOrEncumbrance", typeof(RightOrEncumbrance), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType16[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType16 + { + + /// + CadastralNumber, + + /// + ConditionalNumber, + + /// + NoCadastralNumber, + + /// + No_RSO_GKN_EGRP_Data, + + /// + No_RSO_GKN_EGRP_Registered, + + /// + RightOrEncumbrance, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomUpdateRSOType : GKN_EGRP_KeyRSOType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class RoomRSOType : GKN_EGRP_KeyRSOType + { + + private string roomNumberField; + + private decimal squareField; + + private bool squareFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Square + { + get + { + return this.squareField; + } + set + { + this.squareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SquareSpecified + { + get + { + return this.squareFieldSpecified; + } + set + { + this.squareFieldSpecified = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateRSOType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicUpdateRSOType : GKN_EGRP_KeyRSOType + { + + private string premisesNumField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesUpdateRSOType : PremisesBasicUpdateRSOType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesUpdateRSOType : PremisesBasicUpdateRSOType + { + + private object itemField; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesRSOType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesRSOType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicRSOType : GKN_EGRP_KeyRSOType + { + + private string premisesNumField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesRSOType : PremisesBasicRSOType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesRSOType : PremisesBasicRSOType + { + + private object itemField; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BlockUpdateRSOType : GKN_EGRP_KeyRSOType + { + + private string blockNumField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private BlockCategoryType categoryField; + + private bool categoryFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockNum + { + get + { + return this.blockNumField; + } + set + { + this.blockNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public BlockCategoryType Category + { + get + { + return this.categoryField; + } + set + { + this.categoryField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CategorySpecified + { + get + { + return this.categoryFieldSpecified; + } + set + { + this.categoryFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BlockRSOType : GKN_EGRP_KeyRSOType + { + + private string blockNumField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private BlockCategoryType categoryField; + + private bool categoryFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockNum + { + get + { + return this.blockNumField; + } + set + { + this.blockNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public BlockCategoryType Category + { + get + { + return this.categoryField; + } + set + { + this.categoryField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CategorySpecified + { + get + { + return this.categoryFieldSpecified; + } + set + { + this.categoryFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HouseBasicRSOType : GKN_EGRP_KeyRSOType + { + + private string fIASHouseGuidField; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LivingHouseUpdateUOType + { + + private HouseBasicUpdateUOType basicCharacteristictsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicUpdateUOType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LivingHouseOMSType + { + + private LivingHouseOMSTypeBasicCharacteristicts basicCharacteristictsField; + + private bool hasBlocksField; + + private bool hasBlocksFieldSpecified; + + private bool hasMultipleHousesWithSameAddressField; + + private bool hasMultipleHousesWithSameAddressFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public LivingHouseOMSTypeBasicCharacteristicts BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool HasBlocks + { + get + { + return this.hasBlocksField; + } + set + { + this.hasBlocksField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HasBlocksSpecified + { + get + { + return this.hasBlocksFieldSpecified; + } + set + { + this.hasBlocksFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool HasMultipleHousesWithSameAddress + { + get + { + return this.hasMultipleHousesWithSameAddressField; + } + set + { + this.hasMultipleHousesWithSameAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HasMultipleHousesWithSameAddressSpecified + { + get + { + return this.hasMultipleHousesWithSameAddressFieldSpecified; + } + set + { + this.hasMultipleHousesWithSameAddressFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LivingHouseOMSTypeBasicCharacteristicts : GKN_EGRP_KeyType + { + + private string fIASHouseGuidField; + + private decimal totalSquareField; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private short usedYearField; + + private bool usedYearFieldSpecified; + + private int floorCountField; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + private bool culturalHeritageField; + + private OGFData[] oGFDataField; + + private HostelDataType hostelDataField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public short UsedYear + { + get + { + return this.usedYearField; + } + set + { + this.usedYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UsedYearSpecified + { + get + { + return this.usedYearFieldSpecified; + } + set + { + this.usedYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public int FloorCount + { + get + { + return this.floorCountField; + } + set + { + this.floorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool CulturalHeritage + { + get + { + return this.culturalHeritageField; + } + set + { + this.culturalHeritageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public HostelDataType HostelData + { + get + { + return this.hostelDataField; + } + set + { + this.hostelDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LivingHouseRSOType + { + + private HouseBasicRSOType basicCharacteristictsField; + + private bool hasBlocksField; + + private bool hasBlocksFieldSpecified; + + private bool hasMultipleHousesWithSameAddressField; + + private bool hasMultipleHousesWithSameAddressFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicRSOType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool HasBlocks + { + get + { + return this.hasBlocksField; + } + set + { + this.hasBlocksField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HasBlocksSpecified + { + get + { + return this.hasBlocksFieldSpecified; + } + set + { + this.hasBlocksFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool HasMultipleHousesWithSameAddress + { + get + { + return this.hasMultipleHousesWithSameAddressField; + } + set + { + this.hasMultipleHousesWithSameAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HasMultipleHousesWithSameAddressSpecified + { + get + { + return this.hasMultipleHousesWithSameAddressFieldSpecified; + } + set + { + this.hasMultipleHousesWithSameAddressFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LivingHouseUOType + { + + private HouseBasicUOType basicCharacteristictsField; + + private bool hasBlocksField; + + private bool hasBlocksFieldSpecified; + + private bool hasMultipleHousesWithSameAddressField; + + private bool hasMultipleHousesWithSameAddressFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicUOType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool HasBlocks + { + get + { + return this.hasBlocksField; + } + set + { + this.hasBlocksField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HasBlocksSpecified + { + get + { + return this.hasBlocksFieldSpecified; + } + set + { + this.hasBlocksFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool HasMultipleHousesWithSameAddress + { + get + { + return this.hasMultipleHousesWithSameAddressField; + } + set + { + this.hasMultipleHousesWithSameAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HasMultipleHousesWithSameAddressSpecified + { + get + { + return this.hasMultipleHousesWithSameAddressFieldSpecified; + } + set + { + this.hasMultipleHousesWithSameAddressFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LiftUpdateESPType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private string factoryNumField; + + private nsiRef typeField; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FactoryNum + { + get + { + return this.factoryNumField; + } + set + { + this.factoryNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LiftUpdateOMSType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private string factoryNumField; + + private nsiRef typeField; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FactoryNum + { + get + { + return this.factoryNumField; + } + set + { + this.factoryNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LiftUpdateUOType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private string factoryNumField; + + private nsiRef typeField; + + private OGFData[] oGFDataField; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FactoryNum + { + get + { + return this.factoryNumField; + } + set + { + this.factoryNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LiftESPType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private string factoryNumField; + + private nsiRef typeField; + + private OGFData[] oGFDataField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FactoryNum + { + get + { + return this.factoryNumField; + } + set + { + this.factoryNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LiftOMSType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private string factoryNumField; + + private nsiRef typeField; + + private OGFData[] oGFDataField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FactoryNum + { + get + { + return this.factoryNumField; + } + set + { + this.factoryNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LiftUOType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private string factoryNumField; + + private nsiRef typeField; + + private OGFData[] oGFDataField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FactoryNum + { + get + { + return this.factoryNumField; + } + set + { + this.factoryNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseUpdateESPType + { + + private HouseBasicUpdateESPType basicCharacteristictsField; + + private sbyte undergroundFloorCountField; + + private bool undergroundFloorCountFieldSpecified; + + private int minFloorCountField; + + private bool minFloorCountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicUpdateESPType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public sbyte UndergroundFloorCount + { + get + { + return this.undergroundFloorCountField; + } + set + { + this.undergroundFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UndergroundFloorCountSpecified + { + get + { + return this.undergroundFloorCountFieldSpecified; + } + set + { + this.undergroundFloorCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int MinFloorCount + { + get + { + return this.minFloorCountField; + } + set + { + this.minFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MinFloorCountSpecified + { + get + { + return this.minFloorCountFieldSpecified; + } + set + { + this.minFloorCountFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseUpdateOMSType + { + + private HouseBasicUpdateOMSType basicCharacteristictsField; + + private sbyte undergroundFloorCountField; + + private bool undergroundFloorCountFieldSpecified; + + private int minFloorCountField; + + private bool minFloorCountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicUpdateOMSType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public sbyte UndergroundFloorCount + { + get + { + return this.undergroundFloorCountField; + } + set + { + this.undergroundFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UndergroundFloorCountSpecified + { + get + { + return this.undergroundFloorCountFieldSpecified; + } + set + { + this.undergroundFloorCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int MinFloorCount + { + get + { + return this.minFloorCountField; + } + set + { + this.minFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MinFloorCountSpecified + { + get + { + return this.minFloorCountFieldSpecified; + } + set + { + this.minFloorCountFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseUpdateRSOType + { + + private HouseBasicUpdateRSOType basicCharacteristictsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicUpdateRSOType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseUpdateUOType + { + + private HouseBasicUpdateUOType basicCharacteristictsField; + + private sbyte undergroundFloorCountField; + + private bool undergroundFloorCountFieldSpecified; + + private int minFloorCountField; + + private bool minFloorCountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicUpdateUOType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public sbyte UndergroundFloorCount + { + get + { + return this.undergroundFloorCountField; + } + set + { + this.undergroundFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UndergroundFloorCountSpecified + { + get + { + return this.undergroundFloorCountFieldSpecified; + } + set + { + this.undergroundFloorCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int MinFloorCount + { + get + { + return this.minFloorCountField; + } + set + { + this.minFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MinFloorCountSpecified + { + get + { + return this.minFloorCountFieldSpecified; + } + set + { + this.minFloorCountFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseESPType + { + + private ApartmentHouseESPTypeBasicCharacteristicts basicCharacteristictsField; + + private sbyte undergroundFloorCountField; + + private int minFloorCountField; + + private bool minFloorCountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ApartmentHouseESPTypeBasicCharacteristicts BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public sbyte UndergroundFloorCount + { + get + { + return this.undergroundFloorCountField; + } + set + { + this.undergroundFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int MinFloorCount + { + get + { + return this.minFloorCountField; + } + set + { + this.minFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MinFloorCountSpecified + { + get + { + return this.minFloorCountFieldSpecified; + } + set + { + this.minFloorCountFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseESPTypeBasicCharacteristicts : GKN_EGRP_KeyType + { + + private string fIASHouseGuidField; + + private decimal totalSquareField; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private short usedYearField; + + private int floorCountField; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + private bool culturalHeritageField; + + private OGFData[] oGFDataField; + + private bool isMunicipalPropertyField; + + private bool isMunicipalPropertyFieldSpecified; + + private bool isRegionPropertyField; + + private bool isRegionPropertyFieldSpecified; + + public ApartmentHouseESPTypeBasicCharacteristicts() + { + this.isMunicipalPropertyField = false; + this.isRegionPropertyField = false; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public short UsedYear + { + get + { + return this.usedYearField; + } + set + { + this.usedYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public int FloorCount + { + get + { + return this.floorCountField; + } + set + { + this.floorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool CulturalHeritage + { + get + { + return this.culturalHeritageField; + } + set + { + this.culturalHeritageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public bool IsMunicipalProperty + { + get + { + return this.isMunicipalPropertyField; + } + set + { + this.isMunicipalPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsMunicipalPropertySpecified + { + get + { + return this.isMunicipalPropertyFieldSpecified; + } + set + { + this.isMunicipalPropertyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public bool IsRegionProperty + { + get + { + return this.isRegionPropertyField; + } + set + { + this.isRegionPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsRegionPropertySpecified + { + get + { + return this.isRegionPropertyFieldSpecified; + } + set + { + this.isRegionPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseOMSType + { + + private ApartmentHouseOMSTypeBasicCharacteristicts basicCharacteristictsField; + + private sbyte undergroundFloorCountField; + + private int minFloorCountField; + + private bool minFloorCountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ApartmentHouseOMSTypeBasicCharacteristicts BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public sbyte UndergroundFloorCount + { + get + { + return this.undergroundFloorCountField; + } + set + { + this.undergroundFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int MinFloorCount + { + get + { + return this.minFloorCountField; + } + set + { + this.minFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MinFloorCountSpecified + { + get + { + return this.minFloorCountFieldSpecified; + } + set + { + this.minFloorCountFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseOMSTypeBasicCharacteristicts : GKN_EGRP_KeyType + { + + private string fIASHouseGuidField; + + private decimal totalSquareField; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private short usedYearField; + + private bool usedYearFieldSpecified; + + private int floorCountField; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + private bool culturalHeritageField; + + private OGFData[] oGFDataField; + + private HostelDataType hostelDataField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public short UsedYear + { + get + { + return this.usedYearField; + } + set + { + this.usedYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UsedYearSpecified + { + get + { + return this.usedYearFieldSpecified; + } + set + { + this.usedYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public int FloorCount + { + get + { + return this.floorCountField; + } + set + { + this.floorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool CulturalHeritage + { + get + { + return this.culturalHeritageField; + } + set + { + this.culturalHeritageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public HostelDataType HostelData + { + get + { + return this.hostelDataField; + } + set + { + this.hostelDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseRSOType + { + + private HouseBasicRSOType basicCharacteristictsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicRSOType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseUOType + { + + private ApartmentHouseUOTypeBasicCharacteristicts basicCharacteristictsField; + + private sbyte undergroundFloorCountField; + + private int minFloorCountField; + + private bool minFloorCountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ApartmentHouseUOTypeBasicCharacteristicts BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public sbyte UndergroundFloorCount + { + get + { + return this.undergroundFloorCountField; + } + set + { + this.undergroundFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int MinFloorCount + { + get + { + return this.minFloorCountField; + } + set + { + this.minFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MinFloorCountSpecified + { + get + { + return this.minFloorCountFieldSpecified; + } + set + { + this.minFloorCountFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseUOTypeBasicCharacteristicts : HouseBasicUOType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OGFImportStatusType + { + + private OGFImportStatusTypeGKNRelationshipStatus gKNRelationshipStatusField; + + private EGRPRelationshipStatusType eGRPRelationshipStatusField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public OGFImportStatusTypeGKNRelationshipStatus GKNRelationshipStatus + { + get + { + return this.gKNRelationshipStatusField; + } + set + { + this.gKNRelationshipStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public EGRPRelationshipStatusType EGRPRelationshipStatus + { + get + { + return this.eGRPRelationshipStatusField; + } + set + { + this.eGRPRelationshipStatusField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OGFImportStatusTypeGKNRelationshipStatus : GKNRelationshipStatusType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class GKNRelationshipStatusType + { + + private GKNRelationshipStatusTypeStatus statusField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public GKNRelationshipStatusTypeStatus Status + { + get + { + return this.statusField; + } + set + { + this.statusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AppartmentHouseAcceptedParameter", typeof(ApartmentHouseAcceptedParameterType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouseAcceptedParameter", typeof(LivingHouseAcceptedParameterType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseAcceptedParameter", typeof(NonResidentialPremiseAcceptedParameterType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremiseAcceptedParameter", typeof(ResidentialPremiseAcceptedParameterType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("RoomAcceptedParameter", typeof(RoomAcceptedParameterType), Order=1)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum GKNRelationshipStatusTypeStatus + { + + /// + C, + + /// + D, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ApartmentHouseAcceptedParameterType + { + + /// + FiasHouseGuid, + + /// + TotalSquare, + + /// + State, + + /// + InnerWallMaterial, + + /// + ProjectSeries, + + /// + ProjectType, + + /// + BuildingYear, + + /// + UsedYear, + + /// + TotalWear, + + /// + FloorCount, + + /// + Energy, + + /// + OKTMO, + + /// + OlsonTZ, + + /// + ResidentialSquare, + + /// + CulturalHeritage, + + /// + BuiltUpArea, + + /// + UndergroundFloorCount, + + /// + MinFloorCount, + + /// + OverhaulYear, + + /// + OverhaulFormingKind, + + /// + NonResidentialSquare, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum LivingHouseAcceptedParameterType + { + + /// + FiasHouseGuid, + + /// + TotalSquare, + + /// + State, + + /// + InnerWallMaterial, + + /// + ProjectSeries, + + /// + ProjectType, + + /// + BuildingYear, + + /// + UsedYear, + + /// + TotalWear, + + /// + FloorCount, + + /// + Energy, + + /// + OKTMO, + + /// + OlsonTZ, + + /// + ResidentialSquare, + + /// + CulturalHeritage, + + /// + ResidentialHouseType, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum NonResidentialPremiseAcceptedParameterType + { + + /// + PremisesNum, + + /// + Purpose, + + /// + Position, + + /// + TotalArea, + + /// + IsCommonProperty, + + /// + TerminationDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ResidentialPremiseAcceptedParameterType + { + + /// + PremisesNum, + + /// + EntranceNum, + + /// + PremisesCharacteristic, + + /// + RoomsNum, + + /// + TotalArea, + + /// + GrossArea, + + /// + ResidentialHouseType, + + /// + TerminationDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum RoomAcceptedParameterType + { + + /// + RoomNumber, + + /// + Square, + + /// + ResidentialHouseType, + + /// + TerminationDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EGRPRelationshipStatusType + { + + private EGRPRelationshipStatusTypeStatus statusField; + + private bool statusFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public EGRPRelationshipStatusTypeStatus Status + { + get + { + return this.statusField; + } + set + { + this.statusField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StatusSpecified + { + get + { + return this.statusFieldSpecified; + } + set + { + this.statusFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum EGRPRelationshipStatusTypeStatus + { + + /// + C, + + /// + D, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSocialHireContractResultType + { + + private string contractRootGUIDField; + + private string contractGUIDField; + + private exportBriefSocialHireContractResultTypeContractState contractStateField; + + private bool contractStateFieldSpecified; + + private string contractNumberField; + + private System.DateTime signingDateField; + + private exportBriefSocialHireContractResultTypeTerminateContract terminateContractField; + + private AnnulmentType annulmentContractField; + + private exportBriefSocialHireContractResultTypeType typeField; + + private exportBriefSocialHireContractResultTypeObjectAddress[] objectAddressField; + + private string orgPPAGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractRootGUID + { + get + { + return this.contractRootGUIDField; + } + set + { + this.contractRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public exportBriefSocialHireContractResultTypeContractState ContractState + { + get + { + return this.contractStateField; + } + set + { + this.contractStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ContractStateSpecified + { + get + { + return this.contractStateFieldSpecified; + } + set + { + this.contractStateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public exportBriefSocialHireContractResultTypeTerminateContract TerminateContract + { + get + { + return this.terminateContractField; + } + set + { + this.terminateContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public AnnulmentType AnnulmentContract + { + get + { + return this.annulmentContractField; + } + set + { + this.annulmentContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public exportBriefSocialHireContractResultTypeType Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=8)] + public exportBriefSocialHireContractResultTypeObjectAddress[] ObjectAddress + { + get + { + return this.objectAddressField; + } + set + { + this.objectAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=9)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSocialHireContractResultTypeContractState + { + + /// + NotTakeEffect, + + /// + Proceed, + + /// + Expired, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSocialHireContractResultTypeTerminateContract : TerminateType + { + + private nsiRef reasonRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ReasonRef + { + get + { + return this.reasonRefField; + } + set + { + this.reasonRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class TerminateType + { + + private System.DateTime terminateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime Terminate + { + get + { + return this.terminateField; + } + set + { + this.terminateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class AnnulmentType + { + + private string reasonOfAnnulmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReasonOfAnnulment + { + get + { + return this.reasonOfAnnulmentField; + } + set + { + this.reasonOfAnnulmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSocialHireContractResultTypeType + { + + /// + D, + + /// + M, + + /// + S, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSocialHireContractResultTypeObjectAddress + { + + private string fIASHouseGuidField; + + private string apartmentNumberField; + + private string roomNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ApartmentNumber + { + get + { + return this.apartmentNumberField; + } + set + { + this.apartmentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportOwnerDecisionResultType + { + + private string rootOwnerDecisionGUIDField; + + private Owner ownerField; + + private exportPropertyDetails[] exportPropertyDetailsField; + + private Representative representativeField; + + private QuestionOnDecisionType questionOnDecisionField; + + private AttachmentType[] attachmentsField; + + private bool decisionAnnuledField; + + private bool decisionAnnuledFieldSpecified; + + public exportOwnerDecisionResultType() + { + this.decisionAnnuledField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RootOwnerDecisionGUID + { + get + { + return this.rootOwnerDecisionGUIDField; + } + set + { + this.rootOwnerDecisionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public Owner Owner + { + get + { + return this.ownerField; + } + set + { + this.ownerField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("exportPropertyDetails", Order=2)] + public exportPropertyDetails[] exportPropertyDetails + { + get + { + return this.exportPropertyDetailsField; + } + set + { + this.exportPropertyDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public Representative Representative + { + get + { + return this.representativeField; + } + set + { + this.representativeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public QuestionOnDecisionType QuestionOnDecision + { + get + { + return this.questionOnDecisionField; + } + set + { + this.questionOnDecisionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] + public AttachmentType[] Attachments + { + get + { + return this.attachmentsField; + } + set + { + this.attachmentsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool DecisionAnnuled + { + get + { + return this.decisionAnnuledField; + } + set + { + this.decisionAnnuledField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DecisionAnnuledSpecified + { + get + { + return this.decisionAnnuledFieldSpecified; + } + set + { + this.decisionAnnuledFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ObjectAddressBriefType + { + + private ObjectAddressBriefTypeHouseType houseTypeField; + + private bool houseTypeFieldSpecified; + + private string fIASHouseGuidField; + + private string apartmentNumberField; + + private string roomNumberField; + + private string premisesGUIDField; + + private string blockGUIDField; + + private string roomGUIDField; + + private ObjectAddressBriefTypePair[] pairField; + + private bool noConnectionToWaterSupplyField; + + private bool noConnectionToWaterSupplyFieldSpecified; + + public ObjectAddressBriefType() + { + this.noConnectionToWaterSupplyField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ObjectAddressBriefTypeHouseType HouseType + { + get + { + return this.houseTypeField; + } + set + { + this.houseTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HouseTypeSpecified + { + get + { + return this.houseTypeFieldSpecified; + } + set + { + this.houseTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ApartmentNumber + { + get + { + return this.apartmentNumberField; + } + set + { + this.apartmentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string BlockGUID + { + get + { + return this.blockGUIDField; + } + set + { + this.blockGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string RoomGUID + { + get + { + return this.roomGUIDField; + } + set + { + this.roomGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Pair", Order=7)] + public ObjectAddressBriefTypePair[] Pair + { + get + { + return this.pairField; + } + set + { + this.pairField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool NoConnectionToWaterSupply + { + get + { + return this.noConnectionToWaterSupplyField; + } + set + { + this.noConnectionToWaterSupplyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoConnectionToWaterSupplySpecified + { + get + { + return this.noConnectionToWaterSupplyFieldSpecified; + } + set + { + this.noConnectionToWaterSupplyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ObjectAddressBriefTypeHouseType + { + + /// + MKD, + + /// + ZHD, + + /// + ZHDBlockZastroyki, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ObjectAddressBriefTypePair : ContractSubjectObjectAdressType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractSubjectObjectAdressType + { + + private ContractSubjectObjectAdressTypeServiceType serviceTypeField; + + private ContractSubjectObjectAdressTypeMunicipalResource municipalResourceField; + + private System.DateTime startSupplyDateField; + + private System.DateTime endSupplyDateField; + + private bool endSupplyDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ContractSubjectObjectAdressTypeServiceType ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ContractSubjectObjectAdressTypeMunicipalResource MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime StartSupplyDate + { + get + { + return this.startSupplyDateField; + } + set + { + this.startSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime EndSupplyDate + { + get + { + return this.endSupplyDateField; + } + set + { + this.endSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndSupplyDateSpecified + { + get + { + return this.endSupplyDateFieldSpecified; + } + set + { + this.endSupplyDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractSubjectObjectAdressTypeServiceType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractSubjectObjectAdressTypeMunicipalResource : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultType + { + + private string contractRootGUIDField; + + private string contractGUIDField; + + private string versionNumberField; + + private exportBriefSupplyResourceContractResultTypeVersionStatus versionStatusField; + + private exportBriefSupplyResourceContractResultTypeContractState contractStateField; + + private object itemField; + + private exportBriefSupplyResourceContractResultTypeFirstPartyContract firstPartyContractField; + + private exportBriefSupplyResourceContractResultTypeSecondPartyContract secondPartyContractField; + + private exportBriefSupplyResourceContractResultTypeContractSubject[] contractSubjectField; + + private exportBriefSupplyResourceContractResultTypeCountingResource countingResourceField; + + private bool countingResourceFieldSpecified; + + private exportBriefSupplyResourceContractResultTypeBillingDate billingDateField; + + private exportBriefSupplyResourceContractResultTypePaymentDate paymentDateField; + + private exportBriefSupplyResourceContractResultTypeProvidingInformationDate providingInformationDateField; + + private exportBriefSupplyResourceContractResultTypePeriod periodField; + + private bool noConnectionToWaterSupplyField; + + private bool noConnectionToWaterSupplyFieldSpecified; + + private exportBriefSupplyResourceContractResultTypeTerminateContract terminateContractField; + + private AnnulmentType annulmentContractField; + + private ObjectAddressBriefType[] objectAddressField; + + public exportBriefSupplyResourceContractResultType() + { + this.noConnectionToWaterSupplyField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractRootGUID + { + get + { + return this.contractRootGUIDField; + } + set + { + this.contractRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=2)] + public string VersionNumber + { + get + { + return this.versionNumberField; + } + set + { + this.versionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public exportBriefSupplyResourceContractResultTypeVersionStatus VersionStatus + { + get + { + return this.versionStatusField; + } + set + { + this.versionStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public exportBriefSupplyResourceContractResultTypeContractState ContractState + { + get + { + return this.contractStateField; + } + set + { + this.contractStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(exportBriefSupplyResourceContractResultTypeIsContract), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("IsNotContract", typeof(exportBriefSupplyResourceContractResultTypeIsNotContract), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public exportBriefSupplyResourceContractResultTypeFirstPartyContract FirstPartyContract + { + get + { + return this.firstPartyContractField; + } + set + { + this.firstPartyContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public exportBriefSupplyResourceContractResultTypeSecondPartyContract SecondPartyContract + { + get + { + return this.secondPartyContractField; + } + set + { + this.secondPartyContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractSubject", Order=8)] + public exportBriefSupplyResourceContractResultTypeContractSubject[] ContractSubject + { + get + { + return this.contractSubjectField; + } + set + { + this.contractSubjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public exportBriefSupplyResourceContractResultTypeCountingResource CountingResource + { + get + { + return this.countingResourceField; + } + set + { + this.countingResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CountingResourceSpecified + { + get + { + return this.countingResourceFieldSpecified; + } + set + { + this.countingResourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public exportBriefSupplyResourceContractResultTypeBillingDate BillingDate + { + get + { + return this.billingDateField; + } + set + { + this.billingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public exportBriefSupplyResourceContractResultTypePaymentDate PaymentDate + { + get + { + return this.paymentDateField; + } + set + { + this.paymentDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public exportBriefSupplyResourceContractResultTypeProvidingInformationDate ProvidingInformationDate + { + get + { + return this.providingInformationDateField; + } + set + { + this.providingInformationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public exportBriefSupplyResourceContractResultTypePeriod Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public bool NoConnectionToWaterSupply + { + get + { + return this.noConnectionToWaterSupplyField; + } + set + { + this.noConnectionToWaterSupplyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoConnectionToWaterSupplySpecified + { + get + { + return this.noConnectionToWaterSupplyFieldSpecified; + } + set + { + this.noConnectionToWaterSupplyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public exportBriefSupplyResourceContractResultTypeTerminateContract TerminateContract + { + get + { + return this.terminateContractField; + } + set + { + this.terminateContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public AnnulmentType AnnulmentContract + { + get + { + return this.annulmentContractField; + } + set + { + this.annulmentContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=17)] + public ObjectAddressBriefType[] ObjectAddress + { + get + { + return this.objectAddressField; + } + set + { + this.objectAddressField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSupplyResourceContractResultTypeVersionStatus + { + + /// + Posted, + + /// + Terminated, + + /// + Draft, + + /// + Annul, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSupplyResourceContractResultTypeContractState + { + + /// + NotTakeEffect, + + /// + Proceed, + + /// + Expired, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeIsContract + { + + private string contractNumberField; + + private System.DateTime signingDateField; + + private System.DateTime effectiveDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeIsNotContract + { + + private string contractNumberField; + + private System.DateTime signingDateField; + + private bool signingDateFieldSpecified; + + private System.DateTime effectiveDateField; + + private bool effectiveDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SigningDateSpecified + { + get + { + return this.signingDateFieldSpecified; + } + set + { + this.signingDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EffectiveDateSpecified + { + get + { + return this.effectiveDateFieldSpecified; + } + set + { + this.effectiveDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeFirstPartyContract : RegOrgType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeSecondPartyContract + { + + private object itemField; + + private ItemChoiceType4 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Offer", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(exportBriefSupplyResourceContractResultTypeSecondPartyContractOrganization), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Owner", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType4 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeSecondPartyContractOrganization : RegOrgType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType4 + { + + /// + Offer, + + /// + Organization, + + /// + Owner, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeContractSubject + { + + private exportBriefSupplyResourceContractResultTypeContractSubjectServiceType serviceTypeField; + + private exportBriefSupplyResourceContractResultTypeContractSubjectMunicipalResource municipalResourceField; + + private System.DateTime startSupplyDateField; + + private System.DateTime endSupplyDateField; + + private bool endSupplyDateFieldSpecified; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportBriefSupplyResourceContractResultTypeContractSubjectServiceType ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportBriefSupplyResourceContractResultTypeContractSubjectMunicipalResource MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime StartSupplyDate + { + get + { + return this.startSupplyDateField; + } + set + { + this.startSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime EndSupplyDate + { + get + { + return this.endSupplyDateField; + } + set + { + this.endSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndSupplyDateSpecified + { + get + { + return this.endSupplyDateFieldSpecified; + } + set + { + this.endSupplyDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=4)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeContractSubjectServiceType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeContractSubjectMunicipalResource : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSupplyResourceContractResultTypeCountingResource + { + + /// + R, + + /// + P, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeBillingDate + { + + private sbyte dateField; + + private exportBriefSupplyResourceContractResultTypeBillingDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportBriefSupplyResourceContractResultTypeBillingDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSupplyResourceContractResultTypeBillingDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypePaymentDate + { + + private sbyte dateField; + + private exportBriefSupplyResourceContractResultTypePaymentDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportBriefSupplyResourceContractResultTypePaymentDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSupplyResourceContractResultTypePaymentDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeProvidingInformationDate + { + + private sbyte dateField; + + private exportBriefSupplyResourceContractResultTypeProvidingInformationDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportBriefSupplyResourceContractResultTypeProvidingInformationDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSupplyResourceContractResultTypeProvidingInformationDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypePeriod + { + + private exportBriefSupplyResourceContractResultTypePeriodStart startField; + + private exportBriefSupplyResourceContractResultTypePeriodEnd endField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportBriefSupplyResourceContractResultTypePeriodStart Start + { + get + { + return this.startField; + } + set + { + this.startField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportBriefSupplyResourceContractResultTypePeriodEnd End + { + get + { + return this.endField; + } + set + { + this.endField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypePeriodStart + { + + private sbyte startDateField; + + private bool nextMonthField; + + private bool nextMonthFieldSpecified; + + public exportBriefSupplyResourceContractResultTypePeriodStart() + { + this.nextMonthField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NextMonth + { + get + { + return this.nextMonthField; + } + set + { + this.nextMonthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NextMonthSpecified + { + get + { + return this.nextMonthFieldSpecified; + } + set + { + this.nextMonthFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypePeriodEnd + { + + private sbyte endDateField; + + private bool nextMonthField; + + private bool nextMonthFieldSpecified; + + public exportBriefSupplyResourceContractResultTypePeriodEnd() + { + this.nextMonthField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NextMonth + { + get + { + return this.nextMonthField; + } + set + { + this.nextMonthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NextMonthSpecified + { + get + { + return this.nextMonthFieldSpecified; + } + set + { + this.nextMonthFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractResultTypeTerminateContract : TerminateType + { + + private nsiRef reasonRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ReasonRef + { + get + { + return this.reasonRefField; + } + set + { + this.reasonRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RegionType + { + + private string codeField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectType + { + + private object itemField; + + private object[] itemsField; + + private ItemsChoiceType14[] itemsElementNameField; + + private SupplyResourceContractProjectTypePeriod periodField; + + private bool indicationsAnyDayField; + + private bool indicationsAnyDayFieldSpecified; + + private nsiRef[] contractBaseField; + + private object item1Field; + + private bool isPlannedVolumeField; + + private SupplyResourceContractProjectTypePlannedVolumeType plannedVolumeTypeField; + + private bool plannedVolumeTypeFieldSpecified; + + private SupplyResourceContractProjectTypeContractSubject[] contractSubjectField; + + private SupplyResourceContractProjectTypeCountingResource countingResourceField; + + private bool countingResourceFieldSpecified; + + private SupplyResourceContractProjectTypeSpecifyingQualityIndicators specifyingQualityIndicatorsField; + + private bool noConnectionToWaterSupplyField; + + private bool noConnectionToWaterSupplyFieldSpecified; + + private SupplyResourceContractProjectTypeQuality[] qualityField; + + private SupplyResourceContractProjectTypeOtherQualityIndicator[] otherQualityIndicatorField; + + private SupplyResourceContractProjectTypeTemperatureChart[] temperatureChartField; + + private SupplyResourceContractProjectTypeBillingDate billingDateField; + + private SupplyResourceContractProjectTypePaymentDate paymentDateField; + + private SupplyResourceContractProjectTypeProvidingInformationDate providingInformationDateField; + + private bool meteringDeviceInformationField; + + private bool meteringDeviceInformationFieldSpecified; + + private bool volumeDependsField; + + private bool volumeDependsFieldSpecified; + + private bool oneTimePaymentField; + + private bool oneTimePaymentFieldSpecified; + + private SupplyResourceContractProjectTypeAccrualProcedure accrualProcedureField; + + private bool accrualProcedureFieldSpecified; + + private SupplyResourceContractProjectTypeRegionalSettings regionalSettingsField; + + public SupplyResourceContractProjectType() + { + this.indicationsAnyDayField = true; + this.noConnectionToWaterSupplyField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(SupplyResourceContractProjectTypeIsContract), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("IsNotContract", typeof(SupplyResourceContractProjectTypeIsNotContract), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AutomaticRollOverOneYear", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ComptetionDate", typeof(System.DateTime), DataType="date", Order=1)] + [System.Xml.Serialization.XmlElementAttribute("IndefiniteTerm", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType14[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public SupplyResourceContractProjectTypePeriod Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IndicationsAnyDay + { + get + { + return this.indicationsAnyDayField; + } + set + { + this.indicationsAnyDayField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IndicationsAnyDaySpecified + { + get + { + return this.indicationsAnyDayFieldSpecified; + } + set + { + this.indicationsAnyDayFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractBase", Order=5)] + public nsiRef[] ContractBase + { + get + { + return this.contractBaseField; + } + set + { + this.contractBaseField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingOwner", typeof(SupplyResourceContractProjectTypeApartmentBuildingOwner), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingRepresentativeOwner", typeof(SupplyResourceContractProjectTypeApartmentBuildingRepresentativeOwner), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingSoleOwner", typeof(SupplyResourceContractProjectTypeApartmentBuildingSoleOwner), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouseOwner", typeof(SupplyResourceContractProjectTypeLivingHouseOwner), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("Offer", typeof(bool), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(SupplyResourceContractProjectTypeOrganization), Order=6)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool IsPlannedVolume + { + get + { + return this.isPlannedVolumeField; + } + set + { + this.isPlannedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public SupplyResourceContractProjectTypePlannedVolumeType PlannedVolumeType + { + get + { + return this.plannedVolumeTypeField; + } + set + { + this.plannedVolumeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PlannedVolumeTypeSpecified + { + get + { + return this.plannedVolumeTypeFieldSpecified; + } + set + { + this.plannedVolumeTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractSubject", Order=9)] + public SupplyResourceContractProjectTypeContractSubject[] ContractSubject + { + get + { + return this.contractSubjectField; + } + set + { + this.contractSubjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public SupplyResourceContractProjectTypeCountingResource CountingResource + { + get + { + return this.countingResourceField; + } + set + { + this.countingResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CountingResourceSpecified + { + get + { + return this.countingResourceFieldSpecified; + } + set + { + this.countingResourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public SupplyResourceContractProjectTypeSpecifyingQualityIndicators SpecifyingQualityIndicators + { + get + { + return this.specifyingQualityIndicatorsField; + } + set + { + this.specifyingQualityIndicatorsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public bool NoConnectionToWaterSupply + { + get + { + return this.noConnectionToWaterSupplyField; + } + set + { + this.noConnectionToWaterSupplyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoConnectionToWaterSupplySpecified + { + get + { + return this.noConnectionToWaterSupplyFieldSpecified; + } + set + { + this.noConnectionToWaterSupplyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Quality", Order=13)] + public SupplyResourceContractProjectTypeQuality[] Quality + { + get + { + return this.qualityField; + } + set + { + this.qualityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=14)] + public SupplyResourceContractProjectTypeOtherQualityIndicator[] OtherQualityIndicator + { + get + { + return this.otherQualityIndicatorField; + } + set + { + this.otherQualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("TemperatureChart", Order=15)] + public SupplyResourceContractProjectTypeTemperatureChart[] TemperatureChart + { + get + { + return this.temperatureChartField; + } + set + { + this.temperatureChartField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public SupplyResourceContractProjectTypeBillingDate BillingDate + { + get + { + return this.billingDateField; + } + set + { + this.billingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public SupplyResourceContractProjectTypePaymentDate PaymentDate + { + get + { + return this.paymentDateField; + } + set + { + this.paymentDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=18)] + public SupplyResourceContractProjectTypeProvidingInformationDate ProvidingInformationDate + { + get + { + return this.providingInformationDateField; + } + set + { + this.providingInformationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=19)] + public bool MeteringDeviceInformation + { + get + { + return this.meteringDeviceInformationField; + } + set + { + this.meteringDeviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeteringDeviceInformationSpecified + { + get + { + return this.meteringDeviceInformationFieldSpecified; + } + set + { + this.meteringDeviceInformationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=20)] + public bool VolumeDepends + { + get + { + return this.volumeDependsField; + } + set + { + this.volumeDependsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool VolumeDependsSpecified + { + get + { + return this.volumeDependsFieldSpecified; + } + set + { + this.volumeDependsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=21)] + public bool OneTimePayment + { + get + { + return this.oneTimePaymentField; + } + set + { + this.oneTimePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OneTimePaymentSpecified + { + get + { + return this.oneTimePaymentFieldSpecified; + } + set + { + this.oneTimePaymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=22)] + public SupplyResourceContractProjectTypeAccrualProcedure AccrualProcedure + { + get + { + return this.accrualProcedureField; + } + set + { + this.accrualProcedureField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccrualProcedureSpecified + { + get + { + return this.accrualProcedureFieldSpecified; + } + set + { + this.accrualProcedureFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=23)] + public SupplyResourceContractProjectTypeRegionalSettings RegionalSettings + { + get + { + return this.regionalSettingsField; + } + set + { + this.regionalSettingsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeIsContract + { + + private string contractNumberField; + + private System.DateTime signingDateField; + + private System.DateTime effectiveDateField; + + private AttachmentType[] contractAttachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeIsNotContract + { + + private string contractNumberField; + + private System.DateTime signingDateField; + + private bool signingDateFieldSpecified; + + private System.DateTime effectiveDateField; + + private bool effectiveDateFieldSpecified; + + private AttachmentType[] contractAttachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SigningDateSpecified + { + get + { + return this.signingDateFieldSpecified; + } + set + { + this.signingDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EffectiveDateSpecified + { + get + { + return this.effectiveDateFieldSpecified; + } + set + { + this.effectiveDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType14 + { + + /// + AutomaticRollOverOneYear, + + /// + ComptetionDate, + + /// + IndefiniteTerm, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypePeriod + { + + private SupplyResourceContractProjectTypePeriodStart startField; + + private SupplyResourceContractProjectTypePeriodEnd endField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SupplyResourceContractProjectTypePeriodStart Start + { + get + { + return this.startField; + } + set + { + this.startField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractProjectTypePeriodEnd End + { + get + { + return this.endField; + } + set + { + this.endField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypePeriodStart + { + + private sbyte startDateField; + + private bool nextMonthField; + + private bool nextMonthFieldSpecified; + + public SupplyResourceContractProjectTypePeriodStart() + { + this.nextMonthField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NextMonth + { + get + { + return this.nextMonthField; + } + set + { + this.nextMonthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NextMonthSpecified + { + get + { + return this.nextMonthFieldSpecified; + } + set + { + this.nextMonthFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypePeriodEnd + { + + private sbyte endDateField; + + private bool nextMonthField; + + private bool nextMonthFieldSpecified; + + public SupplyResourceContractProjectTypePeriodEnd() + { + this.nextMonthField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NextMonth + { + get + { + return this.nextMonthField; + } + set + { + this.nextMonthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NextMonthSpecified + { + get + { + return this.nextMonthFieldSpecified; + } + set + { + this.nextMonthFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeApartmentBuildingOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DRSOIndType + { + + private string surnameField; + + private string firstNameField; + + private string patronymicField; + + private DRSOIndTypeSex sexField; + + private bool sexFieldSpecified; + + private System.DateTime dateOfBirthField; + + private bool dateOfBirthFieldSpecified; + + private object itemField; + + private string placeBirthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Surname + { + get + { + return this.surnameField; + } + set + { + this.surnameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FirstName + { + get + { + return this.firstNameField; + } + set + { + this.firstNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Patronymic + { + get + { + return this.patronymicField; + } + set + { + this.patronymicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public DRSOIndTypeSex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime DateOfBirth + { + get + { + return this.dateOfBirthField; + } + set + { + this.dateOfBirthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfBirthSpecified + { + get + { + return this.dateOfBirthFieldSpecified; + } + set + { + this.dateOfBirthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=5)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string PlaceBirth + { + get + { + return this.placeBirthField; + } + set + { + this.placeBirthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum DRSOIndTypeSex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DRSORegOrgType + { + + private string orgRootEntityGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string orgRootEntityGUID + { + get + { + return this.orgRootEntityGUIDField; + } + set + { + this.orgRootEntityGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeApartmentBuildingRepresentativeOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeApartmentBuildingSoleOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeLivingHouseOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeOrganization : RegOrgType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractProjectTypePlannedVolumeType + { + + /// + D, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeContractSubject : ContractSubjectType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractSubjectType + { + + private ContractSubjectTypeServiceType serviceTypeField; + + private ContractSubjectTypeMunicipalResource municipalResourceField; + + private System.DateTime startSupplyDateField; + + private System.DateTime endSupplyDateField; + + private bool endSupplyDateFieldSpecified; + + private ContractSubjectTypePlannedVolume plannedVolumeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ContractSubjectTypeServiceType ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ContractSubjectTypeMunicipalResource MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime StartSupplyDate + { + get + { + return this.startSupplyDateField; + } + set + { + this.startSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime EndSupplyDate + { + get + { + return this.endSupplyDateField; + } + set + { + this.endSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndSupplyDateSpecified + { + get + { + return this.endSupplyDateFieldSpecified; + } + set + { + this.endSupplyDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ContractSubjectTypePlannedVolume PlannedVolume + { + get + { + return this.plannedVolumeField; + } + set + { + this.plannedVolumeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractSubjectTypeServiceType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractSubjectTypeMunicipalResource : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractSubjectTypePlannedVolume + { + + private decimal volumeField; + + private string unitField; + + private string feedingModeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FeedingMode + { + get + { + return this.feedingModeField; + } + set + { + this.feedingModeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractProjectTypeCountingResource + { + + /// + R, + + /// + P, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractProjectTypeSpecifyingQualityIndicators + { + + /// + D, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeQuality + { + + private string pairKeyField; + + private nsiRef qualityIndicatorField; + + private SupplyResourceContractProjectTypeQualityIndicatorValue indicatorValueField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef QualityIndicator + { + get + { + return this.qualityIndicatorField; + } + set + { + this.qualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public SupplyResourceContractProjectTypeQualityIndicatorValue IndicatorValue + { + get + { + return this.indicatorValueField; + } + set + { + this.indicatorValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeQualityIndicatorValue : IndicatorValueType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class IndicatorValueType + { + + private object[] itemsField; + + private ItemsChoiceType10[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType10[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType10 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] + OKEI, + + /// + Correspond, + + /// + EndRange, + + /// + Number, + + /// + StartRange, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeOtherQualityIndicator + { + + private string pairKeyField; + + private string indicatorNameField; + + private object[] itemsField; + + private ItemsChoiceType15[] itemsElementNameField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string IndicatorName + { + get + { + return this.indicatorNameField; + } + set + { + this.indicatorNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType15[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType15 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] + OKEI, + + /// + Correspond, + + /// + EndRange, + + /// + Number, + + /// + StartRange, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeTemperatureChart + { + + private int outsideTemperatureField; + + private decimal flowLineTemperatureField; + + private decimal oppositeLineTemperatureField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public int OutsideTemperature + { + get + { + return this.outsideTemperatureField; + } + set + { + this.outsideTemperatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal FlowLineTemperature + { + get + { + return this.flowLineTemperatureField; + } + set + { + this.flowLineTemperatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal OppositeLineTemperature + { + get + { + return this.oppositeLineTemperatureField; + } + set + { + this.oppositeLineTemperatureField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeBillingDate + { + + private sbyte dateField; + + private SupplyResourceContractProjectTypeBillingDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractProjectTypeBillingDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractProjectTypeBillingDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypePaymentDate + { + + private sbyte dateField; + + private SupplyResourceContractProjectTypePaymentDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractProjectTypePaymentDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractProjectTypePaymentDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeProvidingInformationDate + { + + private sbyte dateField; + + private SupplyResourceContractProjectTypeProvidingInformationDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractProjectTypeProvidingInformationDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractProjectTypeProvidingInformationDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractProjectTypeAccrualProcedure + { + + /// + D, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeRegionalSettings + { + + private RegionType regionField; + + private SupplyResourceContractProjectTypeRegionalSettingsTariff[] tariffField; + + private SupplyResourceContractProjectTypeRegionalSettingsNorm[] normField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RegionType Region + { + get + { + return this.regionField; + } + set + { + this.regionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Tariff", Order=1)] + public SupplyResourceContractProjectTypeRegionalSettingsTariff[] Tariff + { + get + { + return this.tariffField; + } + set + { + this.tariffField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Norm", Order=2)] + public SupplyResourceContractProjectTypeRegionalSettingsNorm[] Norm + { + get + { + return this.normField; + } + set + { + this.normField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeRegionalSettingsTariff + { + + private string pairKeyField; + + private string priceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PriceGUID + { + get + { + return this.priceGUIDField; + } + set + { + this.priceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractProjectTypeRegionalSettingsNorm + { + + private string pairKeyField; + + private string normGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string NormGUID + { + get + { + return this.normGUIDField; + } + set + { + this.normGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportAnnulmentType + { + + private string reasonOfAnnulmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ReasonOfAnnulment + { + get + { + return this.reasonOfAnnulmentField; + } + set + { + this.reasonOfAnnulmentField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportSupplyResourceContractResultType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractType + { + + private object itemField; + + private object[] itemsField; + + private ItemsChoiceType12[] itemsElementNameField; + + private bool volumeDependsField; + + private bool volumeDependsFieldSpecified; + + private ExportSupplyResourceContractTypePeriod periodField; + + private bool indicationsAnyDayField; + + private bool indicationsAnyDayFieldSpecified; + + private nsiRef[] contractBaseField; + + private object item1Field; + + private bool isPlannedVolumeField; + + private ExportSupplyResourceContractTypePlannedVolumeType plannedVolumeTypeField; + + private bool plannedVolumeTypeFieldSpecified; + + private ExportSupplyResourceContractTypeContractSubject[] contractSubjectField; + + private ExportSupplyResourceContractTypeCountingResource countingResourceField; + + private bool countingResourceFieldSpecified; + + private bool meteringDeviceInformationField; + + private bool meteringDeviceInformationFieldSpecified; + + private ExportSupplyResourceContractTypeSpecifyingQualityIndicators specifyingQualityIndicatorsField; + + private bool noConnectionToWaterSupplyField; + + private bool noConnectionToWaterSupplyFieldSpecified; + + private ExportSupplyResourceContractTypeQuality[] qualityField; + + private ExportSupplyResourceContractTypeOtherQualityIndicator[] otherQualityIndicatorField; + + private ExportSupplyResourceContractTypePlannedVolume[] plannedVolumeField; + + private bool oneTimePaymentField; + + private bool oneTimePaymentFieldSpecified; + + private ExportSupplyResourceContractTypeBillingDate billingDateField; + + private ExportSupplyResourceContractTypePaymentDate paymentDateField; + + private ExportSupplyResourceContractTypeProvidingInformationDate providingInformationDateField; + + public ExportSupplyResourceContractType() + { + this.indicationsAnyDayField = true; + this.noConnectionToWaterSupplyField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(ExportSupplyResourceContractTypeIsContract), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("IsNotContract", typeof(ExportSupplyResourceContractTypeIsNotContract), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AutomaticRollOverOneYear", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ComptetionDate", typeof(System.DateTime), DataType="date", Order=1)] + [System.Xml.Serialization.XmlElementAttribute("IndefiniteTerm", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType12[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool VolumeDepends + { + get + { + return this.volumeDependsField; + } + set + { + this.volumeDependsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool VolumeDependsSpecified + { + get + { + return this.volumeDependsFieldSpecified; + } + set + { + this.volumeDependsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ExportSupplyResourceContractTypePeriod Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool IndicationsAnyDay + { + get + { + return this.indicationsAnyDayField; + } + set + { + this.indicationsAnyDayField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IndicationsAnyDaySpecified + { + get + { + return this.indicationsAnyDayFieldSpecified; + } + set + { + this.indicationsAnyDayFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractBase", Order=6)] + public nsiRef[] ContractBase + { + get + { + return this.contractBaseField; + } + set + { + this.contractBaseField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingOwner", typeof(ExportSupplyResourceContractTypeApartmentBuildingOwner), Order=7)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingRepresentativeOwner", typeof(ExportSupplyResourceContractTypeApartmentBuildingRepresentativeOwner), Order=7)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingSoleOwner", typeof(ExportSupplyResourceContractTypeApartmentBuildingSoleOwner), Order=7)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouseOwner", typeof(ExportSupplyResourceContractTypeLivingHouseOwner), Order=7)] + [System.Xml.Serialization.XmlElementAttribute("Offer", typeof(bool), Order=7)] + [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(ExportSupplyResourceContractTypeOrganization), Order=7)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool IsPlannedVolume + { + get + { + return this.isPlannedVolumeField; + } + set + { + this.isPlannedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public ExportSupplyResourceContractTypePlannedVolumeType PlannedVolumeType + { + get + { + return this.plannedVolumeTypeField; + } + set + { + this.plannedVolumeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PlannedVolumeTypeSpecified + { + get + { + return this.plannedVolumeTypeFieldSpecified; + } + set + { + this.plannedVolumeTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractSubject", Order=10)] + public ExportSupplyResourceContractTypeContractSubject[] ContractSubject + { + get + { + return this.contractSubjectField; + } + set + { + this.contractSubjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public ExportSupplyResourceContractTypeCountingResource CountingResource + { + get + { + return this.countingResourceField; + } + set + { + this.countingResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CountingResourceSpecified + { + get + { + return this.countingResourceFieldSpecified; + } + set + { + this.countingResourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public bool MeteringDeviceInformation + { + get + { + return this.meteringDeviceInformationField; + } + set + { + this.meteringDeviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeteringDeviceInformationSpecified + { + get + { + return this.meteringDeviceInformationFieldSpecified; + } + set + { + this.meteringDeviceInformationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public ExportSupplyResourceContractTypeSpecifyingQualityIndicators SpecifyingQualityIndicators + { + get + { + return this.specifyingQualityIndicatorsField; + } + set + { + this.specifyingQualityIndicatorsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public bool NoConnectionToWaterSupply + { + get + { + return this.noConnectionToWaterSupplyField; + } + set + { + this.noConnectionToWaterSupplyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoConnectionToWaterSupplySpecified + { + get + { + return this.noConnectionToWaterSupplyFieldSpecified; + } + set + { + this.noConnectionToWaterSupplyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Quality", Order=15)] + public ExportSupplyResourceContractTypeQuality[] Quality + { + get + { + return this.qualityField; + } + set + { + this.qualityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=16)] + public ExportSupplyResourceContractTypeOtherQualityIndicator[] OtherQualityIndicator + { + get + { + return this.otherQualityIndicatorField; + } + set + { + this.otherQualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVolume", Order=17)] + public ExportSupplyResourceContractTypePlannedVolume[] PlannedVolume + { + get + { + return this.plannedVolumeField; + } + set + { + this.plannedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=18)] + public bool OneTimePayment + { + get + { + return this.oneTimePaymentField; + } + set + { + this.oneTimePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OneTimePaymentSpecified + { + get + { + return this.oneTimePaymentFieldSpecified; + } + set + { + this.oneTimePaymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=19)] + public ExportSupplyResourceContractTypeBillingDate BillingDate + { + get + { + return this.billingDateField; + } + set + { + this.billingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=20)] + public ExportSupplyResourceContractTypePaymentDate PaymentDate + { + get + { + return this.paymentDateField; + } + set + { + this.paymentDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=21)] + public ExportSupplyResourceContractTypeProvidingInformationDate ProvidingInformationDate + { + get + { + return this.providingInformationDateField; + } + set + { + this.providingInformationDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeIsContract + { + + private string contractNumberField; + + private System.DateTime signingDateField; + + private System.DateTime effectiveDateField; + + private AttachmentType[] contractAttachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeIsNotContract + { + + private string contractNumberField; + + private System.DateTime signingDateField; + + private bool signingDateFieldSpecified; + + private System.DateTime effectiveDateField; + + private bool effectiveDateFieldSpecified; + + private AttachmentType[] contractAttachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SigningDateSpecified + { + get + { + return this.signingDateFieldSpecified; + } + set + { + this.signingDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EffectiveDateSpecified + { + get + { + return this.effectiveDateFieldSpecified; + } + set + { + this.effectiveDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType12 + { + + /// + AutomaticRollOverOneYear, + + /// + ComptetionDate, + + /// + IndefiniteTerm, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypePeriod + { + + private ExportSupplyResourceContractTypePeriodStart startField; + + private ExportSupplyResourceContractTypePeriodEnd endField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ExportSupplyResourceContractTypePeriodStart Start + { + get + { + return this.startField; + } + set + { + this.startField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ExportSupplyResourceContractTypePeriodEnd End + { + get + { + return this.endField; + } + set + { + this.endField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypePeriodStart + { + + private string startDateField; + + private bool nextMonthField; + + private bool nextMonthFieldSpecified; + + public ExportSupplyResourceContractTypePeriodStart() + { + this.nextMonthField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NextMonth + { + get + { + return this.nextMonthField; + } + set + { + this.nextMonthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NextMonthSpecified + { + get + { + return this.nextMonthFieldSpecified; + } + set + { + this.nextMonthFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypePeriodEnd + { + + private string endDateField; + + private bool nextMonthField; + + private bool nextMonthFieldSpecified; + + public ExportSupplyResourceContractTypePeriodEnd() + { + this.nextMonthField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NextMonth + { + get + { + return this.nextMonthField; + } + set + { + this.nextMonthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NextMonthSpecified + { + get + { + return this.nextMonthFieldSpecified; + } + set + { + this.nextMonthFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeApartmentBuildingOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeApartmentBuildingRepresentativeOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeApartmentBuildingSoleOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeLivingHouseOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeOrganization : RegOrgType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExportSupplyResourceContractTypePlannedVolumeType + { + + /// + D, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeContractSubject + { + + private ExportSupplyResourceContractTypeContractSubjectServiceType serviceTypeField; + + private ExportSupplyResourceContractTypeContractSubjectMunicipalResource municipalResourceField; + + private System.DateTime startSupplyDateField; + + private System.DateTime endSupplyDateField; + + private bool endSupplyDateFieldSpecified; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ExportSupplyResourceContractTypeContractSubjectServiceType ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ExportSupplyResourceContractTypeContractSubjectMunicipalResource MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime StartSupplyDate + { + get + { + return this.startSupplyDateField; + } + set + { + this.startSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime EndSupplyDate + { + get + { + return this.endSupplyDateField; + } + set + { + this.endSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndSupplyDateSpecified + { + get + { + return this.endSupplyDateFieldSpecified; + } + set + { + this.endSupplyDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=4)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeContractSubjectServiceType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeContractSubjectMunicipalResource : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExportSupplyResourceContractTypeCountingResource + { + + /// + R, + + /// + P, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExportSupplyResourceContractTypeSpecifyingQualityIndicators + { + + /// + D, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeQuality + { + + private string pairKeyField; + + private nsiRef qualityIndicatorField; + + private ExportSupplyResourceContractTypeQualityIndicatorValue[] indicatorValueField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef QualityIndicator + { + get + { + return this.qualityIndicatorField; + } + set + { + this.qualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IndicatorValue", Order=2)] + public ExportSupplyResourceContractTypeQualityIndicatorValue[] IndicatorValue + { + get + { + return this.indicatorValueField; + } + set + { + this.indicatorValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeQualityIndicatorValue + { + + private object[] itemsField; + + private ItemsChoiceType13[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType13[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType13 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] + OKEI, + + /// + Correspond, + + /// + EndRange, + + /// + Number, + + /// + StartRange, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeOtherQualityIndicator + { + + private string pairKeyField; + + private string indicatorNameField; + + private ExportSupplyResourceContractTypeOtherQualityIndicatorIndicatorValue indicatorValueField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string IndicatorName + { + get + { + return this.indicatorNameField; + } + set + { + this.indicatorNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public ExportSupplyResourceContractTypeOtherQualityIndicatorIndicatorValue IndicatorValue + { + get + { + return this.indicatorValueField; + } + set + { + this.indicatorValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeOtherQualityIndicatorIndicatorValue : IndicatorValueType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypePlannedVolume + { + + private string pairKeyField; + + private decimal volumeField; + + private bool volumeFieldSpecified; + + private string unitField; + + private string feedingModeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool VolumeSpecified + { + get + { + return this.volumeFieldSpecified; + } + set + { + this.volumeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string FeedingMode + { + get + { + return this.feedingModeField; + } + set + { + this.feedingModeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeBillingDate + { + + private sbyte dateField; + + private ExportSupplyResourceContractTypeBillingDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ExportSupplyResourceContractTypeBillingDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExportSupplyResourceContractTypeBillingDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypePaymentDate + { + + private sbyte dateField; + + private ExportSupplyResourceContractTypePaymentDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ExportSupplyResourceContractTypePaymentDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExportSupplyResourceContractTypePaymentDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportSupplyResourceContractTypeProvidingInformationDate + { + + private sbyte dateField; + + private ExportSupplyResourceContractTypeProvidingInformationDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ExportSupplyResourceContractTypeProvidingInformationDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ExportSupplyResourceContractTypeProvidingInformationDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractResultType : ExportSupplyResourceContractType + { + + private string contractRootGUIDField; + + private string contractGUIDField; + + private exportSupplyResourceContractResultTypeContractState contractStateField; + + private string versionNumberField; + + private exportSupplyResourceContractResultTypeVersionStatus versionStatusField; + + private exportSupplyResourceContractResultTypeTerminateContract terminateContractField; + + private ExportAnnulmentType annulmentContractField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractRootGUID + { + get + { + return this.contractRootGUIDField; + } + set + { + this.contractRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public exportSupplyResourceContractResultTypeContractState ContractState + { + get + { + return this.contractStateField; + } + set + { + this.contractStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=3)] + public string VersionNumber + { + get + { + return this.versionNumberField; + } + set + { + this.versionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public exportSupplyResourceContractResultTypeVersionStatus VersionStatus + { + get + { + return this.versionStatusField; + } + set + { + this.versionStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public exportSupplyResourceContractResultTypeTerminateContract TerminateContract + { + get + { + return this.terminateContractField; + } + set + { + this.terminateContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public ExportAnnulmentType AnnulmentContract + { + get + { + return this.annulmentContractField; + } + set + { + this.annulmentContractField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportSupplyResourceContractResultTypeContractState + { + + /// + NotTakeEffect, + + /// + Proceed, + + /// + Expired, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportSupplyResourceContractResultTypeVersionStatus + { + + /// + Posted, + + /// + Terminated, + + /// + Draft, + + /// + Annul, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractResultTypeTerminateContract : TerminateType + { + + private nsiRef reasonRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ReasonRef + { + get + { + return this.reasonRefField; + } + set + { + this.reasonRefField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportSupplyResourceContractObjectAddressResultType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ObjectAddressType + { + + private ObjectAddressTypeHouseType houseTypeField; + + private bool houseTypeFieldSpecified; + + private string fIASHouseGuidField; + + private string apartmentNumberField; + + private string roomNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ObjectAddressTypeHouseType HouseType + { + get + { + return this.houseTypeField; + } + set + { + this.houseTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HouseTypeSpecified + { + get + { + return this.houseTypeFieldSpecified; + } + set + { + this.houseTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ApartmentNumber + { + get + { + return this.apartmentNumberField; + } + set + { + this.apartmentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ObjectAddressTypeHouseType + { + + /// + MKD, + + /// + ZHD, + + /// + ZHDBlockZastroyki, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressResultType : ObjectAddressType + { + + private exportSupplyResourceContractObjectAddressResultTypePair[] pairField; + + private bool noConnectionToWaterSupplyField; + + private bool noConnectionToWaterSupplyFieldSpecified; + + private exportSupplyResourceContractObjectAddressResultTypeQuality[] qualityField; + + private exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicator[] otherQualityIndicatorField; + + private exportSupplyResourceContractObjectAddressResultTypePlannedVolume[] plannedVolumeField; + + private string objectGUIDField; + + private string contractRootGUIDField; + + private string contractGUIDField; + + private string versionNumberField; + + private exportSupplyResourceContractObjectAddressResultTypeVersionStatus versionStatusField; + + private exportSupplyResourceContractObjectAddressResultTypeCountingResource countingResourceField; + + private bool countingResourceFieldSpecified; + + private bool meteringDeviceInformationField; + + private bool meteringDeviceInformationFieldSpecified; + + public exportSupplyResourceContractObjectAddressResultType() + { + this.noConnectionToWaterSupplyField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Pair", Order=0)] + public exportSupplyResourceContractObjectAddressResultTypePair[] Pair + { + get + { + return this.pairField; + } + set + { + this.pairField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NoConnectionToWaterSupply + { + get + { + return this.noConnectionToWaterSupplyField; + } + set + { + this.noConnectionToWaterSupplyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoConnectionToWaterSupplySpecified + { + get + { + return this.noConnectionToWaterSupplyFieldSpecified; + } + set + { + this.noConnectionToWaterSupplyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Quality", Order=2)] + public exportSupplyResourceContractObjectAddressResultTypeQuality[] Quality + { + get + { + return this.qualityField; + } + set + { + this.qualityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=3)] + public exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicator[] OtherQualityIndicator + { + get + { + return this.otherQualityIndicatorField; + } + set + { + this.otherQualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVolume", Order=4)] + public exportSupplyResourceContractObjectAddressResultTypePlannedVolume[] PlannedVolume + { + get + { + return this.plannedVolumeField; + } + set + { + this.plannedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string ObjectGUID + { + get + { + return this.objectGUIDField; + } + set + { + this.objectGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string ContractRootGUID + { + get + { + return this.contractRootGUIDField; + } + set + { + this.contractRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=8)] + public string VersionNumber + { + get + { + return this.versionNumberField; + } + set + { + this.versionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public exportSupplyResourceContractObjectAddressResultTypeVersionStatus VersionStatus + { + get + { + return this.versionStatusField; + } + set + { + this.versionStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public exportSupplyResourceContractObjectAddressResultTypeCountingResource CountingResource + { + get + { + return this.countingResourceField; + } + set + { + this.countingResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CountingResourceSpecified + { + get + { + return this.countingResourceFieldSpecified; + } + set + { + this.countingResourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public bool MeteringDeviceInformation + { + get + { + return this.meteringDeviceInformationField; + } + set + { + this.meteringDeviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeteringDeviceInformationSpecified + { + get + { + return this.meteringDeviceInformationFieldSpecified; + } + set + { + this.meteringDeviceInformationFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressResultTypePair : ContractSubjectObjectAdressType + { + + private exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemType[] heatingSystemTypeField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("HeatingSystemType", Order=0)] + public exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemType[] HeatingSystemType + { + get + { + return this.heatingSystemTypeField; + } + set + { + this.heatingSystemTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemType + { + + private exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeOpenOrNot openOrNotField; + + private exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeCentralizedOrNot centralizedOrNotField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeOpenOrNot OpenOrNot + { + get + { + return this.openOrNotField; + } + set + { + this.openOrNotField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeCentralizedOrNot CentralizedOrNot + { + get + { + return this.centralizedOrNotField; + } + set + { + this.centralizedOrNotField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeOpenOrNot + { + + /// + Opened, + + /// + Closed, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeCentralizedOrNot + { + + /// + Centralized, + + /// + Decentralized, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressResultTypeQuality + { + + private string pairKeyField; + + private nsiRef qualityIndicatorField; + + private exportSupplyResourceContractObjectAddressResultTypeQualityIndicatorValue[] indicatorValueField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef QualityIndicator + { + get + { + return this.qualityIndicatorField; + } + set + { + this.qualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IndicatorValue", Order=2)] + public exportSupplyResourceContractObjectAddressResultTypeQualityIndicatorValue[] IndicatorValue + { + get + { + return this.indicatorValueField; + } + set + { + this.indicatorValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressResultTypeQualityIndicatorValue : IndicatorValueType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicator + { + + private string pairKeyField; + + private string indicatorNameField; + + private exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicatorIndicatorValue indicatorValueField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string IndicatorName + { + get + { + return this.indicatorNameField; + } + set + { + this.indicatorNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicatorIndicatorValue IndicatorValue + { + get + { + return this.indicatorValueField; + } + set + { + this.indicatorValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicatorIndicatorValue : IndicatorValueType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressResultTypePlannedVolume + { + + private string pairKeyField; + + private decimal volumeField; + + private bool volumeFieldSpecified; + + private string unitField; + + private string feedingModeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool VolumeSpecified + { + get + { + return this.volumeFieldSpecified; + } + set + { + this.volumeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string FeedingMode + { + get + { + return this.feedingModeField; + } + set + { + this.feedingModeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportSupplyResourceContractObjectAddressResultTypeVersionStatus + { + + /// + Posted, + + /// + Terminated, + + /// + Draft, + + /// + Annul, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportSupplyResourceContractObjectAddressResultTypeCountingResource + { + + /// + R, + + /// + P, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractType + { + + private object itemField; + + private object[] itemsField; + + private ItemsChoiceType9[] itemsElementNameField; + + private SupplyResourceContractTypePeriod periodField; + + private bool indicationsAnyDayField; + + private bool indicationsAnyDayFieldSpecified; + + private nsiRef[] contractBaseField; + + private object item1Field; + + private bool isPlannedVolumeField; + + private SupplyResourceContractTypePlannedVolumeType plannedVolumeTypeField; + + private bool plannedVolumeTypeFieldSpecified; + + private SupplyResourceContractTypeContractSubject[] contractSubjectField; + + private SupplyResourceContractTypeCountingResource countingResourceField; + + private bool countingResourceFieldSpecified; + + private SupplyResourceContractTypeSpecifyingQualityIndicators specifyingQualityIndicatorsField; + + private bool noConnectionToWaterSupplyField; + + private bool noConnectionToWaterSupplyFieldSpecified; + + private SupplyResourceContractTypeObjectAddress[] objectAddressField; + + private SupplyResourceContractTypeQuality[] qualityField; + + private SupplyResourceContractTypeOtherQualityIndicator[] otherQualityIndicatorField; + + private SupplyResourceContractTypeTemperatureChart[] temperatureChartField; + + private SupplyResourceContractTypeBillingDate billingDateField; + + private SupplyResourceContractTypePaymentDate paymentDateField; + + private SupplyResourceContractTypeProvidingInformationDate providingInformationDateField; + + private bool meteringDeviceInformationField; + + private bool meteringDeviceInformationFieldSpecified; + + private bool volumeDependsField; + + private bool volumeDependsFieldSpecified; + + private bool oneTimePaymentField; + + private bool oneTimePaymentFieldSpecified; + + private SupplyResourceContractTypeAccrualProcedure accrualProcedureField; + + private bool accrualProcedureFieldSpecified; + + private SupplyResourceContractTypeTariff[] tariffField; + + private SupplyResourceContractTypeNorm[] normField; + + public SupplyResourceContractType() + { + this.indicationsAnyDayField = true; + this.noConnectionToWaterSupplyField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(SupplyResourceContractTypeIsContract), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("IsNotContract", typeof(SupplyResourceContractTypeIsNotContract), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AutomaticRollOverOneYear", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ComptetionDate", typeof(System.DateTime), DataType="date", Order=1)] + [System.Xml.Serialization.XmlElementAttribute("IndefiniteTerm", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType9[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public SupplyResourceContractTypePeriod Period + { + get + { + return this.periodField; + } + set + { + this.periodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IndicationsAnyDay + { + get + { + return this.indicationsAnyDayField; + } + set + { + this.indicationsAnyDayField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IndicationsAnyDaySpecified + { + get + { + return this.indicationsAnyDayFieldSpecified; + } + set + { + this.indicationsAnyDayFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractBase", Order=5)] + public nsiRef[] ContractBase + { + get + { + return this.contractBaseField; + } + set + { + this.contractBaseField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingOwner", typeof(SupplyResourceContractTypeApartmentBuildingOwner), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingRepresentativeOwner", typeof(SupplyResourceContractTypeApartmentBuildingRepresentativeOwner), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingSoleOwner", typeof(SupplyResourceContractTypeApartmentBuildingSoleOwner), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouseOwner", typeof(SupplyResourceContractTypeLivingHouseOwner), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("Offer", typeof(bool), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(SupplyResourceContractTypeOrganization), Order=6)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool IsPlannedVolume + { + get + { + return this.isPlannedVolumeField; + } + set + { + this.isPlannedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public SupplyResourceContractTypePlannedVolumeType PlannedVolumeType + { + get + { + return this.plannedVolumeTypeField; + } + set + { + this.plannedVolumeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PlannedVolumeTypeSpecified + { + get + { + return this.plannedVolumeTypeFieldSpecified; + } + set + { + this.plannedVolumeTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractSubject", Order=9)] + public SupplyResourceContractTypeContractSubject[] ContractSubject + { + get + { + return this.contractSubjectField; + } + set + { + this.contractSubjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public SupplyResourceContractTypeCountingResource CountingResource + { + get + { + return this.countingResourceField; + } + set + { + this.countingResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CountingResourceSpecified + { + get + { + return this.countingResourceFieldSpecified; + } + set + { + this.countingResourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public SupplyResourceContractTypeSpecifyingQualityIndicators SpecifyingQualityIndicators + { + get + { + return this.specifyingQualityIndicatorsField; + } + set + { + this.specifyingQualityIndicatorsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public bool NoConnectionToWaterSupply + { + get + { + return this.noConnectionToWaterSupplyField; + } + set + { + this.noConnectionToWaterSupplyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoConnectionToWaterSupplySpecified + { + get + { + return this.noConnectionToWaterSupplyFieldSpecified; + } + set + { + this.noConnectionToWaterSupplyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=13)] + public SupplyResourceContractTypeObjectAddress[] ObjectAddress + { + get + { + return this.objectAddressField; + } + set + { + this.objectAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Quality", Order=14)] + public SupplyResourceContractTypeQuality[] Quality + { + get + { + return this.qualityField; + } + set + { + this.qualityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=15)] + public SupplyResourceContractTypeOtherQualityIndicator[] OtherQualityIndicator + { + get + { + return this.otherQualityIndicatorField; + } + set + { + this.otherQualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("TemperatureChart", Order=16)] + public SupplyResourceContractTypeTemperatureChart[] TemperatureChart + { + get + { + return this.temperatureChartField; + } + set + { + this.temperatureChartField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public SupplyResourceContractTypeBillingDate BillingDate + { + get + { + return this.billingDateField; + } + set + { + this.billingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=18)] + public SupplyResourceContractTypePaymentDate PaymentDate + { + get + { + return this.paymentDateField; + } + set + { + this.paymentDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=19)] + public SupplyResourceContractTypeProvidingInformationDate ProvidingInformationDate + { + get + { + return this.providingInformationDateField; + } + set + { + this.providingInformationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=20)] + public bool MeteringDeviceInformation + { + get + { + return this.meteringDeviceInformationField; + } + set + { + this.meteringDeviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeteringDeviceInformationSpecified + { + get + { + return this.meteringDeviceInformationFieldSpecified; + } + set + { + this.meteringDeviceInformationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=21)] + public bool VolumeDepends + { + get + { + return this.volumeDependsField; + } + set + { + this.volumeDependsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool VolumeDependsSpecified + { + get + { + return this.volumeDependsFieldSpecified; + } + set + { + this.volumeDependsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=22)] + public bool OneTimePayment + { + get + { + return this.oneTimePaymentField; + } + set + { + this.oneTimePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OneTimePaymentSpecified + { + get + { + return this.oneTimePaymentFieldSpecified; + } + set + { + this.oneTimePaymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=23)] + public SupplyResourceContractTypeAccrualProcedure AccrualProcedure + { + get + { + return this.accrualProcedureField; + } + set + { + this.accrualProcedureField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccrualProcedureSpecified + { + get + { + return this.accrualProcedureFieldSpecified; + } + set + { + this.accrualProcedureFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Tariff", Order=24)] + public SupplyResourceContractTypeTariff[] Tariff + { + get + { + return this.tariffField; + } + set + { + this.tariffField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Norm", Order=25)] + public SupplyResourceContractTypeNorm[] Norm + { + get + { + return this.normField; + } + set + { + this.normField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeIsContract + { + + private string contractNumberField; + + private System.DateTime signingDateField; + + private System.DateTime effectiveDateField; + + private AttachmentType[] contractAttachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeIsNotContract + { + + private string contractNumberField; + + private System.DateTime signingDateField; + + private bool signingDateFieldSpecified; + + private System.DateTime effectiveDateField; + + private bool effectiveDateFieldSpecified; + + private AttachmentType[] contractAttachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SigningDateSpecified + { + get + { + return this.signingDateFieldSpecified; + } + set + { + this.signingDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EffectiveDateSpecified + { + get + { + return this.effectiveDateFieldSpecified; + } + set + { + this.effectiveDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType9 + { + + /// + AutomaticRollOverOneYear, + + /// + ComptetionDate, + + /// + IndefiniteTerm, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypePeriod + { + + private SupplyResourceContractTypePeriodStart startField; + + private SupplyResourceContractTypePeriodEnd endField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SupplyResourceContractTypePeriodStart Start + { + get + { + return this.startField; + } + set + { + this.startField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractTypePeriodEnd End + { + get + { + return this.endField; + } + set + { + this.endField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypePeriodStart + { + + private sbyte startDateField; + + private bool nextMonthField; + + private bool nextMonthFieldSpecified; + + public SupplyResourceContractTypePeriodStart() + { + this.nextMonthField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NextMonth + { + get + { + return this.nextMonthField; + } + set + { + this.nextMonthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NextMonthSpecified + { + get + { + return this.nextMonthFieldSpecified; + } + set + { + this.nextMonthFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypePeriodEnd + { + + private sbyte endDateField; + + private bool nextMonthField; + + private bool nextMonthFieldSpecified; + + public SupplyResourceContractTypePeriodEnd() + { + this.nextMonthField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NextMonth + { + get + { + return this.nextMonthField; + } + set + { + this.nextMonthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NextMonthSpecified + { + get + { + return this.nextMonthFieldSpecified; + } + set + { + this.nextMonthFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeApartmentBuildingOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeApartmentBuildingRepresentativeOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeApartmentBuildingSoleOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeLivingHouseOwner + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeOrganization : RegOrgType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypePlannedVolumeType + { + + /// + D, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeContractSubject : ContractSubjectType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypeCountingResource + { + + /// + R, + + /// + P, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypeSpecifyingQualityIndicators + { + + /// + D, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeObjectAddress : ObjectAddressType + { + + private string transportGUIDField; + + private SupplyResourceContractTypeObjectAddressPair[] pairField; + + private bool noConnectionToWaterSupplyField; + + private bool noConnectionToWaterSupplyFieldSpecified; + + private SupplyResourceContractTypeObjectAddressPlannedVolume[] plannedVolumeField; + + private SupplyResourceContractTypeObjectAddressCountingResource countingResourceField; + + private bool countingResourceFieldSpecified; + + private bool meteringDeviceInformationField; + + private bool meteringDeviceInformationFieldSpecified; + + public SupplyResourceContractTypeObjectAddress() + { + this.noConnectionToWaterSupplyField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Pair", Order=1)] + public SupplyResourceContractTypeObjectAddressPair[] Pair + { + get + { + return this.pairField; + } + set + { + this.pairField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool NoConnectionToWaterSupply + { + get + { + return this.noConnectionToWaterSupplyField; + } + set + { + this.noConnectionToWaterSupplyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoConnectionToWaterSupplySpecified + { + get + { + return this.noConnectionToWaterSupplyFieldSpecified; + } + set + { + this.noConnectionToWaterSupplyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVolume", Order=3)] + public SupplyResourceContractTypeObjectAddressPlannedVolume[] PlannedVolume + { + get + { + return this.plannedVolumeField; + } + set + { + this.plannedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public SupplyResourceContractTypeObjectAddressCountingResource CountingResource + { + get + { + return this.countingResourceField; + } + set + { + this.countingResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CountingResourceSpecified + { + get + { + return this.countingResourceFieldSpecified; + } + set + { + this.countingResourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool MeteringDeviceInformation + { + get + { + return this.meteringDeviceInformationField; + } + set + { + this.meteringDeviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeteringDeviceInformationSpecified + { + get + { + return this.meteringDeviceInformationFieldSpecified; + } + set + { + this.meteringDeviceInformationFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeObjectAddressPair + { + + private string pairKeyField; + + private System.DateTime startSupplyDateField; + + private System.DateTime endSupplyDateField; + + private bool endSupplyDateFieldSpecified; + + private SupplyResourceContractTypeObjectAddressPairHeatingSystemType heatingSystemTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime StartSupplyDate + { + get + { + return this.startSupplyDateField; + } + set + { + this.startSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EndSupplyDate + { + get + { + return this.endSupplyDateField; + } + set + { + this.endSupplyDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndSupplyDateSpecified + { + get + { + return this.endSupplyDateFieldSpecified; + } + set + { + this.endSupplyDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public SupplyResourceContractTypeObjectAddressPairHeatingSystemType HeatingSystemType + { + get + { + return this.heatingSystemTypeField; + } + set + { + this.heatingSystemTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeObjectAddressPairHeatingSystemType + { + + private SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot openOrNotField; + + private SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeCentralizedOrNot centralizedOrNotField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot OpenOrNot + { + get + { + return this.openOrNotField; + } + set + { + this.openOrNotField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeCentralizedOrNot CentralizedOrNot + { + get + { + return this.centralizedOrNotField; + } + set + { + this.centralizedOrNotField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot + { + + /// + Opened, + + /// + Closed, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeCentralizedOrNot + { + + /// + Centralized, + + /// + Decentralized, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeObjectAddressPlannedVolume + { + + private string pairKeyField; + + private decimal volumeField; + + private string unitField; + + private string feedingModeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string FeedingMode + { + get + { + return this.feedingModeField; + } + set + { + this.feedingModeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypeObjectAddressCountingResource + { + + /// + R, + + /// + P, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeQuality + { + + private string addressObjectKeyField; + + private string pairKeyField; + + private nsiRef qualityIndicatorField; + + private SupplyResourceContractTypeQualityIndicatorValue indicatorValueField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AddressObjectKey + { + get + { + return this.addressObjectKeyField; + } + set + { + this.addressObjectKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef QualityIndicator + { + get + { + return this.qualityIndicatorField; + } + set + { + this.qualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public SupplyResourceContractTypeQualityIndicatorValue IndicatorValue + { + get + { + return this.indicatorValueField; + } + set + { + this.indicatorValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeQualityIndicatorValue : IndicatorValueType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeOtherQualityIndicator + { + + private string addressObjectKeyField; + + private string pairKeyField; + + private string indicatorNameField; + + private object[] itemsField; + + private ItemsChoiceType11[] itemsElementNameField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AddressObjectKey + { + get + { + return this.addressObjectKeyField; + } + set + { + this.addressObjectKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string IndicatorName + { + get + { + return this.indicatorNameField; + } + set + { + this.indicatorNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] + [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=4)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType11[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType11 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] + OKEI, + + /// + Correspond, + + /// + EndRange, + + /// + Number, + + /// + StartRange, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeTemperatureChart + { + + private string addressObjectKeyField; + + private int outsideTemperatureField; + + private decimal flowLineTemperatureField; + + private decimal oppositeLineTemperatureField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AddressObjectKey + { + get + { + return this.addressObjectKeyField; + } + set + { + this.addressObjectKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public int OutsideTemperature + { + get + { + return this.outsideTemperatureField; + } + set + { + this.outsideTemperatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal FlowLineTemperature + { + get + { + return this.flowLineTemperatureField; + } + set + { + this.flowLineTemperatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal OppositeLineTemperature + { + get + { + return this.oppositeLineTemperatureField; + } + set + { + this.oppositeLineTemperatureField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeBillingDate + { + + private sbyte dateField; + + private SupplyResourceContractTypeBillingDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractTypeBillingDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypeBillingDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypePaymentDate + { + + private sbyte dateField; + + private SupplyResourceContractTypePaymentDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractTypePaymentDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypePaymentDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeProvidingInformationDate + { + + private sbyte dateField; + + private SupplyResourceContractTypeProvidingInformationDateDateType dateTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplyResourceContractTypeProvidingInformationDateDateType DateType + { + get + { + return this.dateTypeField; + } + set + { + this.dateTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypeProvidingInformationDateDateType + { + + /// + C, + + /// + N, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum SupplyResourceContractTypeAccrualProcedure + { + + /// + D, + + /// + O, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeTariff + { + + private object[] itemsField; + + private string pairKeyField; + + private string priceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AddressObjectKey", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ForAllAddressObjects", typeof(bool), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string PriceGUID + { + get + { + return this.priceGUIDField; + } + set + { + this.priceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class SupplyResourceContractTypeNorm + { + + private object[] itemsField; + + private string pairKeyField; + + private string normGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AddressObjectKey", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ForAllAddressObjects", typeof(bool), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string NormGUID + { + get + { + return this.normGUIDField; + } + set + { + this.normGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PublicPropertyContractExportType + { + + private object itemField; + + private string fIASHouseGuidField; + + private string contractNumberField; + + private System.DateTime dateField; + + private bool dateFieldSpecified; + + private System.DateTime startDateField; + + private bool startDateFieldSpecified; + + private System.DateTime endDateField; + + private bool endDateFieldSpecified; + + private string contractObjectField; + + private string commentsField; + + private decimal paymentField; + + private bool paymentFieldSpecified; + + private string moneySpentDirectionField; + + private AttachmentType[] contractAttachmentField; + + private PublicPropertyContractExportTypeRentAgrConfirmationDocument[] rentAgrConfirmationDocumentField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Entrepreneur", typeof(IndType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(RegOrgType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ContractNumber + { + get + { + return this.contractNumberField; + } + set + { + this.contractNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateSpecified + { + get + { + return this.dateFieldSpecified; + } + set + { + this.dateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StartDateSpecified + { + get + { + return this.startDateFieldSpecified; + } + set + { + this.startDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] + public System.DateTime EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndDateSpecified + { + get + { + return this.endDateFieldSpecified; + } + set + { + this.endDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string Comments + { + get + { + return this.commentsField; + } + set + { + this.commentsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public decimal Payment + { + get + { + return this.paymentField; + } + set + { + this.paymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PaymentSpecified + { + get + { + return this.paymentFieldSpecified; + } + set + { + this.paymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string MoneySpentDirection + { + get + { + return this.moneySpentDirectionField; + } + set + { + this.moneySpentDirectionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=10)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RentAgrConfirmationDocument", Order=11)] + public PublicPropertyContractExportTypeRentAgrConfirmationDocument[] RentAgrConfirmationDocument + { + get + { + return this.rentAgrConfirmationDocumentField; + } + set + { + this.rentAgrConfirmationDocumentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PublicPropertyContractExportTypeRentAgrConfirmationDocument + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ProtocolGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(PublicPropertyContractExportTypeRentAgrConfirmationDocumentProtocolMeetingOwners), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PublicPropertyContractExportTypeRentAgrConfirmationDocumentProtocolMeetingOwners + { + + private string protocolNumField; + + private System.DateTime protocolDateField; + + private AttachmentType[] trustDocAttachmentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ProtocolNum + { + get + { + return this.protocolNumField; + } + set + { + this.protocolNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime ProtocolDate + { + get + { + return this.protocolDateField; + } + set + { + this.protocolDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("TrustDocAttachment", Order=2)] + public AttachmentType[] TrustDocAttachment + { + get + { + return this.trustDocAttachmentField; + } + set + { + this.trustDocAttachmentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChRequestCriteriaType + { + + private object[] itemsField; + + private ItemsChoiceType7[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CharterVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LastVersionOnly", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SigningDate", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("UOGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType7[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType7 + { + + /// + CharterGUID, + + /// + CharterVersionGUID, + + /// + ContractGUID, + + /// + ContractVersionGUID, + + /// + FIASHouseGuid, + + /// + LastVersionOnly, + + /// + SigningDate, + + /// + UOGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterPaymentsInfoType + { + + private System.DateTime beginDateField; + + private System.DateTime endDateField; + + private CharterPaymentsInfoTypeMaintenanceAndRepairsForMembers maintenanceAndRepairsForMembersField; + + private CharterPaymentsInfoTypeMaintenanceAndRepairsForNonMembersInfo maintenanceAndRepairsForNonMembersInfoField; + + private CharterPaymentsInfoTypeServicePayment[] servicePaymentField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime BeginDate + { + get + { + return this.beginDateField; + } + set + { + this.beginDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public CharterPaymentsInfoTypeMaintenanceAndRepairsForMembers MaintenanceAndRepairsForMembers + { + get + { + return this.maintenanceAndRepairsForMembersField; + } + set + { + this.maintenanceAndRepairsForMembersField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public CharterPaymentsInfoTypeMaintenanceAndRepairsForNonMembersInfo MaintenanceAndRepairsForNonMembersInfo + { + get + { + return this.maintenanceAndRepairsForNonMembersInfoField; + } + set + { + this.maintenanceAndRepairsForNonMembersInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ServicePayment", Order=4)] + public CharterPaymentsInfoTypeServicePayment[] ServicePayment + { + get + { + return this.servicePaymentField; + } + set + { + this.servicePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AllContractObjects", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("ContractObjectVersionGUID", typeof(string), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterPaymentsInfoTypeMaintenanceAndRepairsForMembers + { + + private decimal maintenanceAndRepairsForMembersPaymentSizeField; + + private AttachmentType[] maintenanceAndRepairsForMembersProtocolField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal MaintenanceAndRepairsForMembersPaymentSize + { + get + { + return this.maintenanceAndRepairsForMembersPaymentSizeField; + } + set + { + this.maintenanceAndRepairsForMembersPaymentSizeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MaintenanceAndRepairsForMembersProtocol", Order=1)] + public AttachmentType[] MaintenanceAndRepairsForMembersProtocol + { + get + { + return this.maintenanceAndRepairsForMembersProtocolField; + } + set + { + this.maintenanceAndRepairsForMembersProtocolField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterPaymentsInfoTypeMaintenanceAndRepairsForNonMembersInfo + { + + private decimal maintenanceAndRepairsForNonMembersPaymentSizeField; + + private AttachmentType[] maintenanceAndRepairsForNonMembersProtocolField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal MaintenanceAndRepairsForNonMembersPaymentSize + { + get + { + return this.maintenanceAndRepairsForNonMembersPaymentSizeField; + } + set + { + this.maintenanceAndRepairsForNonMembersPaymentSizeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MaintenanceAndRepairsForNonMembersProtocol", Order=1)] + public AttachmentType[] MaintenanceAndRepairsForNonMembersProtocol + { + get + { + return this.maintenanceAndRepairsForNonMembersProtocolField; + } + set + { + this.maintenanceAndRepairsForNonMembersProtocolField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterPaymentsInfoTypeServicePayment + { + + private nsiRef serviceField; + + private decimal servicePaymentSizeField; + + private bool servicePaymentSizeFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef Service + { + get + { + return this.serviceField; + } + set + { + this.serviceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal ServicePaymentSize + { + get + { + return this.servicePaymentSizeField; + } + set + { + this.servicePaymentSizeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServicePaymentSizeSpecified + { + get + { + return this.servicePaymentSizeFieldSpecified; + } + set + { + this.servicePaymentSizeFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterDateDetailsExportType + { + + private CharterDateDetailsExportTypePeriodMetering periodMeteringField; + + private CharterDateDetailsExportTypePaymentDocumentInterval paymentDocumentIntervalField; + + private CharterDateDetailsExportTypePaymentInterval paymentIntervalField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CharterDateDetailsExportTypePeriodMetering PeriodMetering + { + get + { + return this.periodMeteringField; + } + set + { + this.periodMeteringField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public CharterDateDetailsExportTypePaymentDocumentInterval PaymentDocumentInterval + { + get + { + return this.paymentDocumentIntervalField; + } + set + { + this.paymentDocumentIntervalField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public CharterDateDetailsExportTypePaymentInterval PaymentInterval + { + get + { + return this.paymentIntervalField; + } + set + { + this.paymentIntervalField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterDateDetailsExportTypePeriodMetering + { + + private DaySelectionExportType startDateField; + + private DaySelectionExportType endDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public DaySelectionExportType StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DaySelectionExportType EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DaySelectionExportType + { + + private object itemField; + + private bool isNextMonthField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Date", typeof(sbyte), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsNextMonth + { + get + { + return this.isNextMonthField; + } + set + { + this.isNextMonthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterDateDetailsExportTypePaymentDocumentInterval + { + + private object itemField; + + private bool item1Field; + + private Item1ChoiceType2 item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType2 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType2 + { + + /// + CurrentMounth, + + /// + NextMounth, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterDateDetailsExportTypePaymentInterval + { + + private object itemField; + + private bool item1Field; + + private Item1ChoiceType3 item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType3 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType3 + { + + /// + CurrentMounth, + + /// + NextMounth, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterExportType + { + + private System.DateTime dateField; + + private CharterDateDetailsExportType dateDetailsField; + + private CharterExportTypeMeetingProtocol meetingProtocolField; + + private bool noCharterApproveProtocolField; + + private bool noCharterApproveProtocolFieldSpecified; + + private AttachmentType[] attachmentCharterField; + + private bool automaticRollOverOneYearField; + + private bool automaticRollOverOneYearFieldSpecified; + + private bool indicationsAnyDayField; + + private bool indicationsAnyDayFieldSpecified; + + public CharterExportType() + { + this.noCharterApproveProtocolField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public CharterDateDetailsExportType DateDetails + { + get + { + return this.dateDetailsField; + } + set + { + this.dateDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public CharterExportTypeMeetingProtocol MeetingProtocol + { + get + { + return this.meetingProtocolField; + } + set + { + this.meetingProtocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool NoCharterApproveProtocol + { + get + { + return this.noCharterApproveProtocolField; + } + set + { + this.noCharterApproveProtocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoCharterApproveProtocolSpecified + { + get + { + return this.noCharterApproveProtocolFieldSpecified; + } + set + { + this.noCharterApproveProtocolFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AttachmentCharter", Order=4)] + public AttachmentType[] AttachmentCharter + { + get + { + return this.attachmentCharterField; + } + set + { + this.attachmentCharterField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool AutomaticRollOverOneYear + { + get + { + return this.automaticRollOverOneYearField; + } + set + { + this.automaticRollOverOneYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AutomaticRollOverOneYearSpecified + { + get + { + return this.automaticRollOverOneYearFieldSpecified; + } + set + { + this.automaticRollOverOneYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool IndicationsAnyDay + { + get + { + return this.indicationsAnyDayField; + } + set + { + this.indicationsAnyDayField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IndicationsAnyDaySpecified + { + get + { + return this.indicationsAnyDayFieldSpecified; + } + set + { + this.indicationsAnyDayFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class CharterExportTypeMeetingProtocol + { + + private AttachmentType[] protocolMeetingOwnersField; + + private string[] votingProtocolGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", Order=0)] + public AttachmentType[] ProtocolMeetingOwners + { + get + { + return this.protocolMeetingOwnersField; + } + set + { + this.protocolMeetingOwnersField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", Order=1)] + public string[] VotingProtocolGUID + { + get + { + return this.votingProtocolGUIDField; + } + set + { + this.votingProtocolGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractPaymentsInfoType + { + + private System.DateTime beginDateField; + + private System.DateTime endDateField; + + private decimal houseManagementPaymentSizeField; + + private object[] itemsField; + + private ContractPaymentsInfoTypeServicePayment[] servicePaymentField; + + private ContractPaymentsInfoTypeType typeField; + + private string contractObjectVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime BeginDate + { + get + { + return this.beginDateField; + } + set + { + this.beginDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal HouseManagementPaymentSize + { + get + { + return this.houseManagementPaymentSizeField; + } + set + { + this.houseManagementPaymentSizeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Protocol", typeof(AttachmentType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", typeof(string), Order=3)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ServicePayment", Order=4)] + public ContractPaymentsInfoTypeServicePayment[] ServicePayment + { + get + { + return this.servicePaymentField; + } + set + { + this.servicePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public ContractPaymentsInfoTypeType Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractPaymentsInfoTypeServicePayment + { + + private nsiRef serviceField; + + private decimal servicePaymentSizeField; + + private bool servicePaymentSizeFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef Service + { + get + { + return this.serviceField; + } + set + { + this.serviceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal ServicePaymentSize + { + get + { + return this.servicePaymentSizeField; + } + set + { + this.servicePaymentSizeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ServicePaymentSizeSpecified + { + get + { + return this.servicePaymentSizeFieldSpecified; + } + set + { + this.servicePaymentSizeFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ContractPaymentsInfoTypeType + { + + /// + P, + + /// + C, + + /// + A, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractServiceType + { + + private nsiRef serviceTypeField; + + private System.DateTime startDateField; + + private System.DateTime endDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BaseServiceType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Agreement", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CurrentDoc", typeof(bool), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ManageObjectType + { + + private string fIASHouseGuidField; + + private System.DateTime startDateField; + + private System.DateTime endDateField; + + private bool endDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndDateSpecified + { + get + { + return this.endDateFieldSpecified; + } + set + { + this.endDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ImprintAgreementExportType + { + + private string agreementNumberField; + + private System.DateTime agreementDateField; + + private bool agreementDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AgreementNumber + { + get + { + return this.agreementNumberField; + } + set + { + this.agreementNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime AgreementDate + { + get + { + return this.agreementDateField; + } + set + { + this.agreementDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AgreementDateSpecified + { + get + { + return this.agreementDateFieldSpecified; + } + set + { + this.agreementDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DateDetailsExportType + { + + private DateDetailsExportTypePeriodMetering periodMeteringField; + + private DateDetailsExportTypePaymentDocumentInterval paymentDocumentIntervalField; + + private DateDetailsExportTypePaymentInterval paymentIntervalField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public DateDetailsExportTypePeriodMetering PeriodMetering + { + get + { + return this.periodMeteringField; + } + set + { + this.periodMeteringField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DateDetailsExportTypePaymentDocumentInterval PaymentDocumentInterval + { + get + { + return this.paymentDocumentIntervalField; + } + set + { + this.paymentDocumentIntervalField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public DateDetailsExportTypePaymentInterval PaymentInterval + { + get + { + return this.paymentIntervalField; + } + set + { + this.paymentIntervalField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DateDetailsExportTypePeriodMetering + { + + private DaySelectionExportType startDateField; + + private DaySelectionExportType endDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public DaySelectionExportType StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DaySelectionExportType EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DateDetailsExportTypePaymentDocumentInterval + { + + private object itemField; + + private bool item1Field; + + private Item1ChoiceType item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType + { + + /// + CurrentMounth, + + /// + NextMounth, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DateDetailsExportTypePaymentInterval + { + + private object itemField; + + private bool item1Field; + + private Item1ChoiceType1 item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public bool Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType1 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType1 + { + + /// + CurrentMounth, + + /// + NextMounth, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractExportType + { + + private string docNumField; + + private System.DateTime signingDateField; + + private System.DateTime effectiveDateField; + + private System.DateTime planDateComptetionField; + + private ContractExportTypeValidity validityField; + + private object itemField; + + private ItemChoiceType3 itemElementNameField; + + private ContractExportTypeProtocol protocolField; + + private nsiRef contractBaseField; + + private DateDetailsExportType dateDetailsField; + + private AttachmentType[] contractAttachmentField; + + private ContractExportTypeAgreementAttachment[] agreementAttachmentField; + + private AttachmentType[] signedOwnersField; + + private AttachmentType[] commissioningPermitAgreementField; + + private AttachmentType[] charterField; + + private AttachmentType[] localGovernmentDecisionField; + + private string registryDecisionIDField; + + private bool automaticRollOverOneYearField; + + private bool automaticRollOverOneYearFieldSpecified; + + private bool indicationsAnyDayField; + + private bool indicationsAnyDayFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string DocNum + { + get + { + return this.docNumField; + } + set + { + this.docNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime SigningDate + { + get + { + return this.signingDateField; + } + set + { + this.signingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime EffectiveDate + { + get + { + return this.effectiveDateField; + } + set + { + this.effectiveDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime PlanDateComptetion + { + get + { + return this.planDateComptetionField; + } + set + { + this.planDateComptetionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ContractExportTypeValidity Validity + { + get + { + return this.validityField; + } + set + { + this.validityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("BuildingOwner", typeof(RegOrgType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("CompetentAuthority", typeof(RegOrgType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("Cooperative", typeof(RegOrgType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalHousing", typeof(RegOrgType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("Owners", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType3 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public ContractExportTypeProtocol Protocol + { + get + { + return this.protocolField; + } + set + { + this.protocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public nsiRef ContractBase + { + get + { + return this.contractBaseField; + } + set + { + this.contractBaseField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public DateDetailsExportType DateDetails + { + get + { + return this.dateDetailsField; + } + set + { + this.dateDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=10)] + public AttachmentType[] ContractAttachment + { + get + { + return this.contractAttachmentField; + } + set + { + this.contractAttachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AgreementAttachment", Order=11)] + public ContractExportTypeAgreementAttachment[] AgreementAttachment + { + get + { + return this.agreementAttachmentField; + } + set + { + this.agreementAttachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SignedOwners", Order=12)] + public AttachmentType[] SignedOwners + { + get + { + return this.signedOwnersField; + } + set + { + this.signedOwnersField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CommissioningPermitAgreement", Order=13)] + public AttachmentType[] CommissioningPermitAgreement + { + get + { + return this.commissioningPermitAgreementField; + } + set + { + this.commissioningPermitAgreementField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Charter", Order=14)] + public AttachmentType[] Charter + { + get + { + return this.charterField; + } + set + { + this.charterField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LocalGovernmentDecision", Order=15)] + public AttachmentType[] LocalGovernmentDecision + { + get + { + return this.localGovernmentDecisionField; + } + set + { + this.localGovernmentDecisionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public string RegistryDecisionID + { + get + { + return this.registryDecisionIDField; + } + set + { + this.registryDecisionIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=17)] + public bool AutomaticRollOverOneYear + { + get + { + return this.automaticRollOverOneYearField; + } + set + { + this.automaticRollOverOneYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AutomaticRollOverOneYearSpecified + { + get + { + return this.automaticRollOverOneYearFieldSpecified; + } + set + { + this.automaticRollOverOneYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=18)] + public bool IndicationsAnyDay + { + get + { + return this.indicationsAnyDayField; + } + set + { + this.indicationsAnyDayField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IndicationsAnyDaySpecified + { + get + { + return this.indicationsAnyDayFieldSpecified; + } + set + { + this.indicationsAnyDayFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractExportTypeValidity + { + + private string monthField; + + private string yearField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType3 + { + + /// + BuildingOwner, + + /// + CompetentAuthority, + + /// + Cooperative, + + /// + MunicipalHousing, + + /// + Owners, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractExportTypeProtocol + { + + private ContractExportTypeProtocolProtocolAdd protocolAddField; + + private string[] votingProtocolGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ContractExportTypeProtocolProtocolAdd ProtocolAdd + { + get + { + return this.protocolAddField; + } + set + { + this.protocolAddField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", Order=1)] + public string[] VotingProtocolGUID + { + get + { + return this.votingProtocolGUIDField; + } + set + { + this.votingProtocolGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractExportTypeProtocolProtocolAdd + { + + private object[] itemsField; + + private ItemsChoiceType6[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ProtocolBuildingOwner", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingBoard", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolOK", typeof(AttachmentType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PurchaseNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType6[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType6 + { + + /// + ProtocolBuildingOwner, + + /// + ProtocolMeetingBoard, + + /// + ProtocolMeetingOwners, + + /// + ProtocolOK, + + /// + PurchaseNumber, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ContractExportTypeAgreementAttachment : AttachmentType + { + + private ImprintAgreementExportType imprintAgreementField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ImprintAgreementExportType ImprintAgreement + { + get + { + return this.imprintAgreementField; + } + set + { + this.imprintAgreementField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultType + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Charter", typeof(exportCAChResultTypeCharter), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Contract", typeof(exportCAChResultTypeContract), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeCharter : CharterExportType + { + + private exportCAChResultTypeCharterTerminate terminateField; + + private CharterStatusExportType charterStatusField; + + private string charterGUIDField; + + private string charterVersionGUIDField; + + private exportCAChResultTypeCharterContractObject[] contractObjectField; + + private exportCAChResultTypeCharterCharterPaymentsInfo[] charterPaymentsInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportCAChResultTypeCharterTerminate Terminate + { + get + { + return this.terminateField; + } + set + { + this.terminateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public CharterStatusExportType CharterStatus + { + get + { + return this.charterStatusField; + } + set + { + this.charterStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string CharterGUID + { + get + { + return this.charterGUIDField; + } + set + { + this.charterGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string CharterVersionGUID + { + get + { + return this.charterVersionGUIDField; + } + set + { + this.charterVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=4)] + public exportCAChResultTypeCharterContractObject[] ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterPaymentsInfo", Order=5)] + public exportCAChResultTypeCharterCharterPaymentsInfo[] CharterPaymentsInfo + { + get + { + return this.charterPaymentsInfoField; + } + set + { + this.charterPaymentsInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeCharterTerminate : TerminateType + { + + private string reasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Reason + { + get + { + return this.reasonField; + } + set + { + this.reasonField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum CharterStatusExportType + { + + /// + Annul, + + /// + ApprovalProcess, + + /// + Approved, + + /// + Project, + + /// + Rejected, + + /// + Reviewed, + + /// + Terminated, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeCharterContractObject : ManageObjectType + { + + private string contractObjectVersionGUIDField; + + private BaseServiceType baseMServiceField; + + private exportCAChResultTypeCharterContractObjectHouseService[] houseServiceField; + + private exportCAChResultTypeCharterContractObjectAddService[] addServiceField; + + private exportCAChResultTypeCharterContractObjectExclusion exclusionField; + + private StatusMKDType statusObjectField; + + private bool statusObjectFieldSpecified; + + private bool isManagedByContractField; + + private bool isManagedByContractFieldSpecified; + + public exportCAChResultTypeCharterContractObject() + { + this.isManagedByContractField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public BaseServiceType BaseMService + { + get + { + return this.baseMServiceField; + } + set + { + this.baseMServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] + public exportCAChResultTypeCharterContractObjectHouseService[] HouseService + { + get + { + return this.houseServiceField; + } + set + { + this.houseServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] + public exportCAChResultTypeCharterContractObjectAddService[] AddService + { + get + { + return this.addServiceField; + } + set + { + this.addServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public exportCAChResultTypeCharterContractObjectExclusion Exclusion + { + get + { + return this.exclusionField; + } + set + { + this.exclusionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public StatusMKDType StatusObject + { + get + { + return this.statusObjectField; + } + set + { + this.statusObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StatusObjectSpecified + { + get + { + return this.statusObjectFieldSpecified; + } + set + { + this.statusObjectFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool IsManagedByContract + { + get + { + return this.isManagedByContractField; + } + set + { + this.isManagedByContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsManagedByContractSpecified + { + get + { + return this.isManagedByContractFieldSpecified; + } + set + { + this.isManagedByContractFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeCharterContractObjectHouseService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeCharterContractObjectAddService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeCharterContractObjectExclusion + { + + private BaseServiceType baseExclusionField; + + private System.DateTime dateExclusionField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseExclusion + { + get + { + return this.baseExclusionField; + } + set + { + this.baseExclusionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateExclusion + { + get + { + return this.dateExclusionField; + } + set + { + this.dateExclusionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum StatusMKDType + { + + /// + Project, + + /// + Rejected, + + /// + ApprovalProcess, + + /// + Approved, + + /// + Locked, + + /// + Annul, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeCharterCharterPaymentsInfo : CharterPaymentsInfoType + { + + private string charterPaymentsInfoVersionGUIDField; + + private exportCAChResultTypeCharterCharterPaymentsInfoStatus statusField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string CharterPaymentsInfoVersionGUID + { + get + { + return this.charterPaymentsInfoVersionGUIDField; + } + set + { + this.charterPaymentsInfoVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportCAChResultTypeCharterCharterPaymentsInfoStatus Status + { + get + { + return this.statusField; + } + set + { + this.statusField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportCAChResultTypeCharterCharterPaymentsInfoStatus + { + + /// + P, + + /// + A, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeContract : ContractExportType + { + + private exportCAChResultTypeContractTerminate terminateField; + + private ContractStatusExportType contractStatusField; + + private string contractGUIDField; + + private string contractVersionGUIDField; + + private exportCAChResultTypeContractContractObject[] contractObjectField; + + private exportCAChResultTypeContractContractPaymentsInfo[] contractPaymentsInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportCAChResultTypeContractTerminate Terminate + { + get + { + return this.terminateField; + } + set + { + this.terminateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ContractStatusExportType ContractStatus + { + get + { + return this.contractStatusField; + } + set + { + this.contractStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=4)] + public exportCAChResultTypeContractContractObject[] ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractPaymentsInfo", Order=5)] + public exportCAChResultTypeContractContractPaymentsInfo[] ContractPaymentsInfo + { + get + { + return this.contractPaymentsInfoField; + } + set + { + this.contractPaymentsInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeContractTerminate : TerminateType + { + + private nsiRef reasonRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ReasonRef + { + get + { + return this.reasonRefField; + } + set + { + this.reasonRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ContractStatusExportType + { + + /// + Project, + + /// + ApprovalProcess, + + /// + Rejected, + + /// + Approved, + + /// + Terminated, + + /// + Reviewed, + + /// + Annul, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeContractContractObject : ManageObjectType + { + + private string contractObjectVersionGUIDField; + + private BaseServiceType baseMServiceField; + + private exportCAChResultTypeContractContractObjectHouseService[] houseServiceField; + + private exportCAChResultTypeContractContractObjectAddService[] addServiceField; + + private exportCAChResultTypeContractContractObjectExclusion exclusionField; + + private StatusMKDType statusObjectField; + + private bool statusObjectFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public BaseServiceType BaseMService + { + get + { + return this.baseMServiceField; + } + set + { + this.baseMServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] + public exportCAChResultTypeContractContractObjectHouseService[] HouseService + { + get + { + return this.houseServiceField; + } + set + { + this.houseServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] + public exportCAChResultTypeContractContractObjectAddService[] AddService + { + get + { + return this.addServiceField; + } + set + { + this.addServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public exportCAChResultTypeContractContractObjectExclusion Exclusion + { + get + { + return this.exclusionField; + } + set + { + this.exclusionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public StatusMKDType StatusObject + { + get + { + return this.statusObjectField; + } + set + { + this.statusObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StatusObjectSpecified + { + get + { + return this.statusObjectFieldSpecified; + } + set + { + this.statusObjectFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeContractContractObjectHouseService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeContractContractObjectAddService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeContractContractObjectExclusion + { + + private BaseServiceType baseExclusionField; + + private System.DateTime dateExclusionField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseExclusion + { + get + { + return this.baseExclusionField; + } + set + { + this.baseExclusionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateExclusion + { + get + { + return this.dateExclusionField; + } + set + { + this.dateExclusionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChResultTypeContractContractPaymentsInfo : ContractPaymentsInfoType + { + + private string contractPaymentsInfoVersionGUIDField; + + private exportCAChResultTypeContractContractPaymentsInfoStatus statusField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractPaymentsInfoVersionGUID + { + get + { + return this.contractPaymentsInfoVersionGUIDField; + } + set + { + this.contractPaymentsInfoVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportCAChResultTypeContractContractPaymentsInfoStatus Status + { + get + { + return this.statusField; + } + set + { + this.statusField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportCAChResultTypeContractContractPaymentsInfoStatus + { + + /// + P, + + /// + A, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportRolloverStatusCAChResultType + { + + private string[] orgPPAGUIDField; + + private exportRolloverStatusCAChResultTypeStatus statusField; + + /// + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string[] orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportRolloverStatusCAChResultTypeStatus Status + { + get + { + return this.statusField; + } + set + { + this.statusField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportRolloverStatusCAChResultTypeStatus + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CACh", typeof(exportRolloverStatusCAChResultTypeStatusCACh), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportRolloverStatusCAChResultTypeStatusCACh + { + + private object[] itemsField; + + private ItemsChoiceType5[] itemsElementNameField; + + private exportRolloverStatusCAChResultTypeStatusCAChState stateField; + + private bool stateFieldSpecified; + + private exportRolloverStatusCAChResultTypeStatusCAChContractObject[] contractObjectField; + + private string versionNumberField; + + private bool isRolloverField; + + private string rolloverDescriptionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CharterStatus", typeof(CharterStatusType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CharterVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractStatus", typeof(ContractStatusType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PreviousCharterVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PreviousContractVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType5[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public exportRolloverStatusCAChResultTypeStatusCAChState State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateSpecified + { + get + { + return this.stateFieldSpecified; + } + set + { + this.stateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=3)] + public exportRolloverStatusCAChResultTypeStatusCAChContractObject[] ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=4)] + public string VersionNumber + { + get + { + return this.versionNumberField; + } + set + { + this.versionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool IsRollover + { + get + { + return this.isRolloverField; + } + set + { + this.isRolloverField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string RolloverDescription + { + get + { + return this.rolloverDescriptionField; + } + set + { + this.rolloverDescriptionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum CharterStatusType + { + + /// + Project, + + /// + Approved, + + /// + Terminated, + + /// + Annul, + + /// + Reviewed, + + /// + ApprovalProcess, + + /// + Rejected, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum ContractStatusType + { + + /// + Project, + + /// + ApprovalProcess, + + /// + Rejected, + + /// + Approved, + + /// + Terminated, + + /// + Reviewed, + + /// + Annul, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType5 + { + + /// + CharterGUID, + + /// + CharterStatus, + + /// + CharterVersionGUID, + + /// + ContractGUID, + + /// + ContractStatus, + + /// + ContractVersionGUID, + + /// + PreviousCharterVersionGUID, + + /// + PreviousContractVersionGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportRolloverStatusCAChResultTypeStatusCAChState + { + + /// + Running, + + /// + NotRunning, + + /// + Expired, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportRolloverStatusCAChResultTypeStatusCAChContractObject + { + + private string fIASHouseGuidField; + + private StatusMKDType managedObjectStatusField; + + private string contractObjectVersionGUIDField; + + private bool isConflictedField; + + private bool isConflictedFieldSpecified; + + private bool isBlockedField; + + private bool isBlockedFieldSpecified; + + private string previousContractObjectVersionGUIDField; + + public exportRolloverStatusCAChResultTypeStatusCAChContractObject() + { + this.isConflictedField = true; + this.isBlockedField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public StatusMKDType ManagedObjectStatus + { + get + { + return this.managedObjectStatusField; + } + set + { + this.managedObjectStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool IsConflicted + { + get + { + return this.isConflictedField; + } + set + { + this.isConflictedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsConflictedSpecified + { + get + { + return this.isConflictedFieldSpecified; + } + set + { + this.isConflictedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsBlocked + { + get + { + return this.isBlockedField; + } + set + { + this.isBlockedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsBlockedSpecified + { + get + { + return this.isBlockedFieldSpecified; + } + set + { + this.isBlockedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string PreviousContractObjectVersionGUID + { + get + { + return this.previousContractObjectVersionGUIDField; + } + set + { + this.previousContractObjectVersionGUIDField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(importCharterResultType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(importContractResultType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusCAChResultType + { + + private object[] itemsField; + + private ItemsChoiceType4[] itemsElementNameField; + + private exportStatusCAChResultTypeState stateField; + + private bool stateFieldSpecified; + + private exportStatusCAChResultTypeContractObject[] contractObjectField; + + private string versionNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CharterStatus", typeof(CharterStatusType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CharterVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractStatus", typeof(ContractStatusType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType4[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public exportStatusCAChResultTypeState State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateSpecified + { + get + { + return this.stateFieldSpecified; + } + set + { + this.stateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=3)] + public exportStatusCAChResultTypeContractObject[] ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=4)] + public string VersionNumber + { + get + { + return this.versionNumberField; + } + set + { + this.versionNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType4 + { + + /// + CharterGUID, + + /// + CharterStatus, + + /// + CharterVersionGUID, + + /// + ContractGUID, + + /// + ContractStatus, + + /// + ContractVersionGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportStatusCAChResultTypeState + { + + /// + Running, + + /// + NotRunning, + + /// + Expired, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusCAChResultTypeContractObject + { + + private string fIASHouseGuidField; + + private StatusMKDType managedObjectStatusField; + + private string contractObjectVersionGUIDField; + + private bool isConflictedField; + + private bool isConflictedFieldSpecified; + + private bool isBlockedField; + + private bool isBlockedFieldSpecified; + + public exportStatusCAChResultTypeContractObject() + { + this.isConflictedField = true; + this.isBlockedField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public StatusMKDType ManagedObjectStatus + { + get + { + return this.managedObjectStatusField; + } + set + { + this.managedObjectStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool IsConflicted + { + get + { + return this.isConflictedField; + } + set + { + this.isConflictedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsConflictedSpecified + { + get + { + return this.isConflictedFieldSpecified; + } + set + { + this.isConflictedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsBlocked + { + get + { + return this.isBlockedField; + } + set + { + this.isBlockedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsBlockedSpecified + { + get + { + return this.isBlockedFieldSpecified; + } + set + { + this.isBlockedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterResultType : exportStatusCAChResultType + { + + private ErrorMessageType errorField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ErrorMessageType Error + { + get + { + return this.errorField; + } + set + { + this.errorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractResultType : exportStatusCAChResultType + { + + private ErrorMessageType errorField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public ErrorMessageType Error + { + get + { + return this.errorField; + } + set + { + this.errorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportODSPMeteringDeviceDataResultType + { + + private string meteringDeviceRootGUIDField; + + private string meteringDeviceNumberField; + + private string fIASHouseGuidField; + + private bool isConnectedField; + + private System.DateTime updateDateTimeField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringDeviceRootGUID + { + get + { + return this.meteringDeviceRootGUIDField; + } + set + { + this.meteringDeviceRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MeteringDeviceNumber + { + get + { + return this.meteringDeviceNumberField; + } + set + { + this.meteringDeviceNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool IsConnected + { + get + { + return this.isConnectedField; + } + set + { + this.isConnectedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public System.DateTime UpdateDateTime + { + get + { + return this.updateDateTimeField; + } + set + { + this.updateDateTimeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceEnergy", typeof(MunicipalResourceElectricExportType), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceNotEnergy", typeof(MunicipalResourceNotElectricExportType), Order=5)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefNonResidentialPremisesType + { + + private string premisesGUIDField; + + private string premisesUniqueNumberField; + + private string premisesNumField; + + private string fIASChildHouseGuidField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + private bool isCommonPropertyField; + + private bool isCommonPropertyFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PremisesUniqueNumber + { + get + { + return this.premisesUniqueNumberField; + } + set + { + this.premisesUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool IsCommonProperty + { + get + { + return this.isCommonPropertyField; + } + set + { + this.isCommonPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCommonPropertySpecified + { + get + { + return this.isCommonPropertyFieldSpecified; + } + set + { + this.isCommonPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefResidentialPremisesType + { + + private string premisesGUIDField; + + private string premisesUniqueNumberField; + + private string premisesNumField; + + private string fIASChildHouseGuidField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + private object itemField; + + private BriefLivingRoomType[] livingRoomField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PremisesUniqueNumber + { + get + { + return this.premisesUniqueNumberField; + } + set + { + this.premisesUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=8)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=8)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoom", Order=9)] + public BriefLivingRoomType[] LivingRoom + { + get + { + return this.livingRoomField; + } + set + { + this.livingRoomField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefLivingRoomType + { + + private string livingRoomGUIDField; + + private string livingRoomUniqueNumberField; + + private string roomNumberField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LivingRoomUniqueNumber + { + get + { + return this.livingRoomUniqueNumberField; + } + set + { + this.livingRoomUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string RoomNumber + { + get + { + return this.roomNumberField; + } + set + { + this.roomNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefEntranceType + { + + private string entranceGUIDField; + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceGUID + { + get + { + return this.entranceGUIDField; + } + set + { + this.entranceGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefApartmentHouseType + { + + private string hCSHouseGUIDField; + + private string fIASHouseGUIDField; + + private string houseUniqueNumberField; + + private System.DateTime modificationDateField; + + private BriefEntranceType[] entranceField; + + private BriefResidentialPremisesType[] residentialPremisesField; + + private BriefNonResidentialPremisesType[] nonResidentialPremisesField; + + private nsiRef houseManagementTypeField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private System.DateTime demolishionDateField; + + private bool demolishionDateFieldSpecified; + + private string demolishionReasonField; + + private bool isAsyncProcessedField; + + private bool isAsyncProcessedFieldSpecified; + + private ExportHostelDataType exportHostelDataField; + + public BriefApartmentHouseType() + { + this.isAsyncProcessedField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string HCSHouseGUID + { + get + { + return this.hCSHouseGUIDField; + } + set + { + this.hCSHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGUID + { + get + { + return this.fIASHouseGUIDField; + } + set + { + this.fIASHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string HouseUniqueNumber + { + get + { + return this.houseUniqueNumberField; + } + set + { + this.houseUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Entrance", Order=4)] + public BriefEntranceType[] Entrance + { + get + { + return this.entranceField; + } + set + { + this.entranceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=5)] + public BriefResidentialPremisesType[] ResidentialPremises + { + get + { + return this.residentialPremisesField; + } + set + { + this.residentialPremisesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremises", Order=6)] + public BriefNonResidentialPremisesType[] NonResidentialPremises + { + get + { + return this.nonResidentialPremisesField; + } + set + { + this.nonResidentialPremisesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef HouseManagementType + { + get + { + return this.houseManagementTypeField; + } + set + { + this.houseManagementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=11)] + public System.DateTime DemolishionDate + { + get + { + return this.demolishionDateField; + } + set + { + this.demolishionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DemolishionDateSpecified + { + get + { + return this.demolishionDateFieldSpecified; + } + set + { + this.demolishionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public string DemolishionReason + { + get + { + return this.demolishionReasonField; + } + set + { + this.demolishionReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public bool IsAsyncProcessed + { + get + { + return this.isAsyncProcessedField; + } + set + { + this.isAsyncProcessedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsAsyncProcessedSpecified + { + get + { + return this.isAsyncProcessedFieldSpecified; + } + set + { + this.isAsyncProcessedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public ExportHostelDataType ExportHostelData + { + get + { + return this.exportHostelDataField; + } + set + { + this.exportHostelDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportHostelDataType + { + + private bool isMunicipalPropertyField; + + private bool isMunicipalPropertyFieldSpecified; + + private bool isRegionPropertyField; + + private bool isRegionPropertyFieldSpecified; + + private nsiRef hostelTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool IsMunicipalProperty + { + get + { + return this.isMunicipalPropertyField; + } + set + { + this.isMunicipalPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsMunicipalPropertySpecified + { + get + { + return this.isMunicipalPropertyFieldSpecified; + } + set + { + this.isMunicipalPropertyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsRegionProperty + { + get + { + return this.isRegionPropertyField; + } + set + { + this.isRegionPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsRegionPropertySpecified + { + get + { + return this.isRegionPropertyFieldSpecified; + } + set + { + this.isRegionPropertyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef HostelType + { + get + { + return this.hostelTypeField; + } + set + { + this.hostelTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefBlockType + { + + private string blockGUIDField; + + private string blockUniqueNumberField; + + private string blockNumField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + private BlockCategoryType categoryField; + + private bool categoryFieldSpecified; + + private BriefLivingRoomType[] livingRoomField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockGUID + { + get + { + return this.blockGUIDField; + } + set + { + this.blockGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string BlockUniqueNumber + { + get + { + return this.blockUniqueNumberField; + } + set + { + this.blockUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string BlockNum + { + get + { + return this.blockNumField; + } + set + { + this.blockNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public BlockCategoryType Category + { + get + { + return this.categoryField; + } + set + { + this.categoryField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CategorySpecified + { + get + { + return this.categoryFieldSpecified; + } + set + { + this.categoryFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoom", Order=8)] + public BriefLivingRoomType[] LivingRoom + { + get + { + return this.livingRoomField; + } + set + { + this.livingRoomField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefLivingHouseType + { + + private string hCSHouseGUIDField; + + private string fIASHouseGUIDField; + + private string houseUniqueNumberField; + + private System.DateTime modificationDateField; + + private bool hasBlocksField; + + private bool isMultipleHousesAddressField; + + private object[] itemsField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private System.DateTime demolishionDateField; + + private bool demolishionDateFieldSpecified; + + private string demolishionReasonField; + + private bool isAsyncProcessedField; + + private bool isAsyncProcessedFieldSpecified; + + private ExportHostelDataType exportHostelDataField; + + public BriefLivingHouseType() + { + this.isAsyncProcessedField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string HCSHouseGUID + { + get + { + return this.hCSHouseGUIDField; + } + set + { + this.hCSHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGUID + { + get + { + return this.fIASHouseGUIDField; + } + set + { + this.fIASHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string HouseUniqueNumber + { + get + { + return this.houseUniqueNumberField; + } + set + { + this.houseUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool HasBlocks + { + get + { + return this.hasBlocksField; + } + set + { + this.hasBlocksField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool IsMultipleHousesAddress + { + get + { + return this.isMultipleHousesAddressField; + } + set + { + this.isMultipleHousesAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Block", typeof(BriefBlockType), Order=6)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoom", typeof(BriefLivingRoomType), Order=6)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] + public System.DateTime DemolishionDate + { + get + { + return this.demolishionDateField; + } + set + { + this.demolishionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DemolishionDateSpecified + { + get + { + return this.demolishionDateFieldSpecified; + } + set + { + this.demolishionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string DemolishionReason + { + get + { + return this.demolishionReasonField; + } + set + { + this.demolishionReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public bool IsAsyncProcessed + { + get + { + return this.isAsyncProcessedField; + } + set + { + this.isAsyncProcessedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsAsyncProcessedSpecified + { + get + { + return this.isAsyncProcessedFieldSpecified; + } + set + { + this.isAsyncProcessedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public ExportHostelDataType ExportHostelData + { + get + { + return this.exportHostelDataField; + } + set + { + this.exportHostelDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportBriefLivingHouseResultType + { + + private string transportGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Error", typeof(ErrorMessageType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouseInfo", typeof(BriefLivingHouseType), Order=1)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportBriefLivingHouseRequestType + { + + private string transportGUIDField; + + private string houseGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string HouseGuid + { + get + { + return this.houseGuidField; + } + set + { + this.houseGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefBasicCharactericticsType + { + + private string houseUniqueNumberField; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private OKTMORefType oKTMOField; + + private string orgPPAGUIDField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private System.DateTime demolishionDateField; + + private bool demolishionDateFieldSpecified; + + private string demolishionReasonField; + + private bool isAsyncProcessedField; + + private bool isAsyncProcessedFieldSpecified; + + private ExportHostelDataType exportHostelDataField; + + public BriefBasicCharactericticsType() + { + this.isAsyncProcessedField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string HouseUniqueNumber + { + get + { + return this.houseUniqueNumberField; + } + set + { + this.houseUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] + public System.DateTime DemolishionDate + { + get + { + return this.demolishionDateField; + } + set + { + this.demolishionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DemolishionDateSpecified + { + get + { + return this.demolishionDateFieldSpecified; + } + set + { + this.demolishionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string DemolishionReason + { + get + { + return this.demolishionReasonField; + } + set + { + this.demolishionReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public bool IsAsyncProcessed + { + get + { + return this.isAsyncProcessedField; + } + set + { + this.isAsyncProcessedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsAsyncProcessedSpecified + { + get + { + return this.isAsyncProcessedFieldSpecified; + } + set + { + this.isAsyncProcessedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public ExportHostelDataType ExportHostelData + { + get + { + return this.exportHostelDataField; + } + set + { + this.exportHostelDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefLocationType + { + + private string hCSHouseGUIDField; + + private string fIASHouseGUIDField; + + private string addressField; + + private string aOGUIDField; + + private string hOUSENUMField; + + private string bUILDNUMField; + + private string sTRUCNUMField; + + private sbyte eSTSTATUSField; + + private sbyte sTRSTATUSField; + + private bool sTRSTATUSFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string HCSHouseGUID + { + get + { + return this.hCSHouseGUIDField; + } + set + { + this.hCSHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASHouseGUID + { + get + { + return this.fIASHouseGUIDField; + } + set + { + this.fIASHouseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Address + { + get + { + return this.addressField; + } + set + { + this.addressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AOGUID + { + get + { + return this.aOGUIDField; + } + set + { + this.aOGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string HOUSENUM + { + get + { + return this.hOUSENUMField; + } + set + { + this.hOUSENUMField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string BUILDNUM + { + get + { + return this.bUILDNUMField; + } + set + { + this.bUILDNUMField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string STRUCNUM + { + get + { + return this.sTRUCNUMField; + } + set + { + this.sTRUCNUMField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public sbyte ESTSTATUS + { + get + { + return this.eSTSTATUSField; + } + set + { + this.eSTSTATUSField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public sbyte STRSTATUS + { + get + { + return this.sTRSTATUSField; + } + set + { + this.sTRSTATUSField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool STRSTATUSSpecified + { + get + { + return this.sTRSTATUSFieldSpecified; + } + set + { + this.sTRSTATUSFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BriefBasicHouseType + { + + private BriefLocationType locationInfoField; + + private BriefBasicCharactericticsType basicCharacteristictsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BriefLocationType LocationInfo + { + get + { + return this.locationInfoField; + } + set + { + this.locationInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public BriefBasicCharactericticsType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportBriefBasicHouseResultType + { + + private string transportGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("BasicHouseInfo", typeof(BriefBasicHouseType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Error", typeof(ErrorMessageType), Order=1)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportBriefBasicCriteriaType + { + + private string itemField; + + private ItemChoiceType2 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("BlockUniqueNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HouseUniqueNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomUniqueNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PremisesUniqueNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType2 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType2 + { + + /// + BlockUniqueNumber, + + /// + FIASHouseGuid, + + /// + HouseUniqueNumber, + + /// + LivingRoomUniqueNumber, + + /// + PremisesUniqueNumber, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ExportBriefBasicHouseRequestType + { + + private string transportGUIDField; + + private ExportBriefBasicCriteriaType criteriaField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ExportBriefBasicCriteriaType Criteria + { + get + { + return this.criteriaField; + } + set + { + this.criteriaField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LivingHouseExportType + { + + private HouseBasicExportType basicCharacteristictsField; + + private bool hasBlocksField; + + private bool hasBlocksFieldSpecified; + + private bool hasMultipleHousesWithSameAddressField; + + private bool hasMultipleHousesWithSameAddressFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicExportType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool HasBlocks + { + get + { + return this.hasBlocksField; + } + set + { + this.hasBlocksField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HasBlocksSpecified + { + get + { + return this.hasBlocksFieldSpecified; + } + set + { + this.hasBlocksFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool HasMultipleHousesWithSameAddress + { + get + { + return this.hasMultipleHousesWithSameAddressField; + } + set + { + this.hasMultipleHousesWithSameAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HasMultipleHousesWithSameAddressSpecified + { + get + { + return this.hasMultipleHousesWithSameAddressFieldSpecified; + } + set + { + this.hasMultipleHousesWithSameAddressFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HouseBasicExportType : OGFExportStatusType + { + + private string fIASHouseGuidField; + + private decimal totalSquareField; + + private bool totalSquareFieldSpecified; + + private nsiRef stateField; + + private nsiRef lifeCycleStageField; + + private short usedYearField; + + private bool usedYearFieldSpecified; + + private string floorCountField; + + private OKTMORefType oKTMOField; + + private nsiRef olsonTZField; + + private bool culturalHeritageField; + + private bool culturalHeritageFieldSpecified; + + private OGFData[] oGFDataField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private System.DateTime demolishionDateField; + + private bool demolishionDateFieldSpecified; + + private DemolishionReasonType demolishionReasonField; + + private ExportHostelDataType exportHostelDataField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalSquare + { + get + { + return this.totalSquareField; + } + set + { + this.totalSquareField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalSquareSpecified + { + get + { + return this.totalSquareFieldSpecified; + } + set + { + this.totalSquareFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef State + { + get + { + return this.stateField; + } + set + { + this.stateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef LifeCycleStage + { + get + { + return this.lifeCycleStageField; + } + set + { + this.lifeCycleStageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public short UsedYear + { + get + { + return this.usedYearField; + } + set + { + this.usedYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool UsedYearSpecified + { + get + { + return this.usedYearFieldSpecified; + } + set + { + this.usedYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string FloorCount + { + get + { + return this.floorCountField; + } + set + { + this.floorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OKTMORefType OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public nsiRef OlsonTZ + { + get + { + return this.olsonTZField; + } + set + { + this.olsonTZField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool CulturalHeritage + { + get + { + return this.culturalHeritageField; + } + set + { + this.culturalHeritageField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CulturalHeritageSpecified + { + get + { + return this.culturalHeritageFieldSpecified; + } + set + { + this.culturalHeritageFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=13)] + public System.DateTime DemolishionDate + { + get + { + return this.demolishionDateField; + } + set + { + this.demolishionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DemolishionDateSpecified + { + get + { + return this.demolishionDateFieldSpecified; + } + set + { + this.demolishionDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public DemolishionReasonType DemolishionReason + { + get + { + return this.demolishionReasonField; + } + set + { + this.demolishionReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=15)] + public ExportHostelDataType ExportHostelData + { + get + { + return this.exportHostelDataField; + } + set + { + this.exportHostelDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DemolishionReasonType + { + + private AttachmentType[] documentField; + + private string descriptionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Document", Order=0)] + public AttachmentType[] Document + { + get + { + return this.documentField; + } + set + { + this.documentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class OGFExportStatusType : GKN_EGRP_KeyExportType + { + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OGFExportStatusType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class GKN_EGRP_KeyExportType + { + + private object itemField; + + private ItemChoiceType itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CadastralNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Data", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Registered", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType + { + + /// + CadastralNumber, + + /// + No_RSO_GKN_EGRP_Data, + + /// + No_RSO_GKN_EGRP_Registered, + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesExportType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesExportType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class PremisesBasicExportType : OGFExportStatusType + { + + private string premisesNumField; + + private string floorField; + + private OGFData[] oGFDataField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesNum + { + get + { + return this.premisesNumField; + } + set + { + this.premisesNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Floor + { + get + { + return this.floorField; + } + set + { + this.floorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class NonResidentialPremisesExportType : PremisesBasicExportType + { + + private string fIASChildHouseGuidField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private bool isCommonPropertyField; + + private bool isCommonPropertyFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsCommonProperty + { + get + { + return this.isCommonPropertyField; + } + set + { + this.isCommonPropertyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCommonPropertySpecified + { + get + { + return this.isCommonPropertyFieldSpecified; + } + set + { + this.isCommonPropertyFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ResidentialPremisesExportType : PremisesBasicExportType + { + + private object item1Field; + + private string fIASChildHouseGuidField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object item2Field; + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] + public object Item2 + { + get + { + return this.item2Field; + } + set + { + this.item2Field = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class BlockExportType : OGFExportStatusType + { + + private string blockNumField; + + private nsiRef premisesCharacteristicField; + + private decimal totalAreaField; + + private bool totalAreaFieldSpecified; + + private object item1Field; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private OGFData[] oGFDataField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + private BlockCategoryType categoryField; + + private bool categoryFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockNum + { + get + { + return this.blockNumField; + } + set + { + this.blockNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef PremisesCharacteristic + { + get + { + return this.premisesCharacteristicField; + } + set + { + this.premisesCharacteristicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal TotalArea + { + get + { + return this.totalAreaField; + } + set + { + this.totalAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TotalAreaSpecified + { + get + { + return this.totalAreaFieldSpecified; + } + set + { + this.totalAreaFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=7)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public BlockCategoryType Category + { + get + { + return this.categoryField; + } + set + { + this.categoryField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CategorySpecified + { + get + { + return this.categoryFieldSpecified; + } + set + { + this.categoryFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class LiftExportType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private string factoryNumField; + + private nsiRef typeField; + + private OGFData[] oGFDataField; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string FactoryNum + { + get + { + return this.factoryNumField; + } + set + { + this.factoryNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] + public OGFData[] OGFData + { + get + { + return this.oGFDataField; + } + set + { + this.oGFDataField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class EntranceExportType + { + + private string entranceNumField; + + private string fIASChildHouseGuidField; + + private int storeysCountField; + + private bool storeysCountFieldSpecified; + + private short creationYearField; + + private bool creationYearFieldSpecified; + + private System.DateTime terminationDateField; + + private bool terminationDateFieldSpecified; + + private nsiRef annulmentReasonField; + + private string annulmentInfoField; + + private bool informationConfirmedField; + + private bool informationConfirmedFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string EntranceNum + { + get + { + return this.entranceNumField; + } + set + { + this.entranceNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FIASChildHouseGuid + { + get + { + return this.fIASChildHouseGuidField; + } + set + { + this.fIASChildHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int StoreysCount + { + get + { + return this.storeysCountField; + } + set + { + this.storeysCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StoreysCountSpecified + { + get + { + return this.storeysCountFieldSpecified; + } + set + { + this.storeysCountFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public short CreationYear + { + get + { + return this.creationYearField; + } + set + { + this.creationYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CreationYearSpecified + { + get + { + return this.creationYearFieldSpecified; + } + set + { + this.creationYearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime TerminationDate + { + get + { + return this.terminationDateField; + } + set + { + this.terminationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool TerminationDateSpecified + { + get + { + return this.terminationDateFieldSpecified; + } + set + { + this.terminationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public nsiRef AnnulmentReason + { + get + { + return this.annulmentReasonField; + } + set + { + this.annulmentReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string AnnulmentInfo + { + get + { + return this.annulmentInfoField; + } + set + { + this.annulmentInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool InformationConfirmed + { + get + { + return this.informationConfirmedField; + } + set + { + this.informationConfirmedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InformationConfirmedSpecified + { + get + { + return this.informationConfirmedFieldSpecified; + } + set + { + this.informationConfirmedFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class ApartmentHouseExportType + { + + private HouseBasicExportType basicCharacteristictsField; + + private string undergroundFloorCountField; + + private nsiRef overhaulFormingKindField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public HouseBasicExportType BasicCharacteristicts + { + get + { + return this.basicCharacteristictsField; + } + set + { + this.basicCharacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string UndergroundFloorCount + { + get + { + return this.undergroundFloorCountField; + } + set + { + this.undergroundFloorCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef OverhaulFormingKind + { + get + { + return this.overhaulFormingKindField; + } + set + { + this.overhaulFormingKindField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultType + { + + private string houseUniqueNumberField; + + private System.DateTime modificationDateField; + + private string houseGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string HouseUniqueNumber + { + get + { + return this.houseUniqueNumberField; + } + set + { + this.houseUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string HouseGUID + { + get + { + return this.houseGUIDField; + } + set + { + this.houseGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouse", typeof(exportHouseResultTypeApartmentHouse), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouse", typeof(exportHouseResultTypeLivingHouse), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeApartmentHouse : ApartmentHouseExportType + { + + private exportHouseResultTypeApartmentHouseEntrance[] entranceField; + + private exportHouseResultTypeApartmentHouseResidentialPremises[] residentialPremisesField; + + private exportHouseResultTypeApartmentHouseLift[] liftField; + + private exportHouseResultTypeApartmentHouseNonResidentialPremises[] nonResidentialPremisesField; + + private nsiRef houseManagementTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Entrance", Order=0)] + public exportHouseResultTypeApartmentHouseEntrance[] Entrance + { + get + { + return this.entranceField; + } + set + { + this.entranceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=1)] + public exportHouseResultTypeApartmentHouseResidentialPremises[] ResidentialPremises + { + get + { + return this.residentialPremisesField; + } + set + { + this.residentialPremisesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Lift", Order=2)] + public exportHouseResultTypeApartmentHouseLift[] Lift + { + get + { + return this.liftField; + } + set + { + this.liftField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremises", Order=3)] + public exportHouseResultTypeApartmentHouseNonResidentialPremises[] NonResidentialPremises + { + get + { + return this.nonResidentialPremisesField; + } + set + { + this.nonResidentialPremisesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public nsiRef HouseManagementType + { + get + { + return this.houseManagementTypeField; + } + set + { + this.houseManagementTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeApartmentHouseEntrance : EntranceExportType + { + + private System.DateTime modificationDateField; + + private string entranceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string EntranceGUID + { + get + { + return this.entranceGUIDField; + } + set + { + this.entranceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeApartmentHouseResidentialPremises : ResidentialPremisesExportType + { + + private string premisesUniqueNumberField; + + private System.DateTime modificationDateField; + + private exportHouseResultTypeApartmentHouseResidentialPremisesLivingRoom[] livingRoomField; + + private string premisesGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesUniqueNumber + { + get + { + return this.premisesUniqueNumberField; + } + set + { + this.premisesUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoom", Order=2)] + public exportHouseResultTypeApartmentHouseResidentialPremisesLivingRoom[] LivingRoom + { + get + { + return this.livingRoomField; + } + set + { + this.livingRoomField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeApartmentHouseResidentialPremisesLivingRoom : RoomExportType + { + + private string livingRoomUniqueNumberField; + + private System.DateTime modificationDateField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string LivingRoomUniqueNumber + { + get + { + return this.livingRoomUniqueNumberField; + } + set + { + this.livingRoomUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeApartmentHouseLift : LiftExportType + { + + private System.DateTime modificationDateField; + + private string liftGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LiftGUID + { + get + { + return this.liftGUIDField; + } + set + { + this.liftGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeApartmentHouseNonResidentialPremises : NonResidentialPremisesExportType + { + + private string premisesUniqueNumberField; + + private System.DateTime modificationDateField; + + private string premisesGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PremisesUniqueNumber + { + get + { + return this.premisesUniqueNumberField; + } + set + { + this.premisesUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeLivingHouse : LivingHouseExportType + { + + private object[] itemsField; + + private string houseGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Block", typeof(exportHouseResultTypeLivingHouseBlock), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoom", typeof(exportHouseResultTypeLivingHouseLivingRoom), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string HouseGUID + { + get + { + return this.houseGUIDField; + } + set + { + this.houseGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeLivingHouseBlock : BlockExportType + { + + private string blockUniqueNumberField; + + private System.DateTime modificationDateField; + + private string blockGUIDField; + + private exportHouseResultTypeLivingHouseBlockLivingRoom[] livingRoomField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string BlockUniqueNumber + { + get + { + return this.blockUniqueNumberField; + } + set + { + this.blockUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string BlockGUID + { + get + { + return this.blockGUIDField; + } + set + { + this.blockGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoom", Order=3)] + public exportHouseResultTypeLivingHouseBlockLivingRoom[] LivingRoom + { + get + { + return this.livingRoomField; + } + set + { + this.livingRoomField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeLivingHouseBlockLivingRoom : RoomExportType + { + + private string livingRoomUniqueNumberField; + + private System.DateTime modificationDateField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string LivingRoomUniqueNumber + { + get + { + return this.livingRoomUniqueNumberField; + } + set + { + this.livingRoomUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseResultTypeLivingHouseLivingRoom : RoomExportType + { + + private string livingRoomUniqueNumberField; + + private System.DateTime modificationDateField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string LivingRoomUniqueNumber + { + get + { + return this.livingRoomUniqueNumberField; + } + set + { + this.livingRoomUniqueNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime ModificationDate + { + get + { + return this.modificationDateField; + } + set + { + this.modificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceFullInformationType + { + + private MeteringDeviceBasicCharacteristicsType basicChatacteristictsField; + + private object itemField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MeteringDeviceBasicCharacteristicsType BasicChatacteristicts + { + get + { + return this.basicChatacteristictsField; + } + set + { + this.basicChatacteristictsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LinkedWithMetering", typeof(MeteringDeviceFullInformationTypeLinkedWithMetering), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NotLinkedWithMetering", typeof(bool), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceEnergy", typeof(MunicipalResourceElectricBaseType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceNotEnergy", typeof(MunicipalResourceNotElectricBaseType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalResources", typeof(DeviceMunicipalResourceType), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class MeteringDeviceFullInformationTypeLinkedWithMetering + { + + private MeteringDeviceFullInformationTypeLinkedWithMeteringInstallationPlace installationPlaceField; + + private string[] linkedMeteringDeviceVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public MeteringDeviceFullInformationTypeLinkedWithMeteringInstallationPlace InstallationPlace + { + get + { + return this.installationPlaceField; + } + set + { + this.installationPlaceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LinkedMeteringDeviceVersionGUID", Order=1)] + public string[] LinkedMeteringDeviceVersionGUID + { + get + { + return this.linkedMeteringDeviceVersionGUIDField; + } + set + { + this.linkedMeteringDeviceVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum MeteringDeviceFullInformationTypeLinkedWithMeteringInstallationPlace + { + + /// + @in, + + /// + @out, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class HouseToDemolishType + { + + private string fIASHouseGuidField; + + private System.DateTime demolishionDateField; + + private DemolishionReasonType demolishionReasonField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DemolishionDate + { + get + { + return this.demolishionDateField; + } + set + { + this.demolishionDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public DemolishionReasonType DemolishionReason + { + get + { + return this.demolishionReasonField; + } + set + { + this.demolishionReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ObjectType + { + + private System.Xml.XmlNode[] anyField; + + private string idField; + + private string mimeTypeField; + + private string encodingField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string MimeType + { + get + { + return this.mimeTypeField; + } + set + { + this.mimeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Encoding + { + get + { + return this.encodingField; + } + set + { + this.encodingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SPKIDataType + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class PGPDataType + { + + private object[] itemsField; + + private ItemsChoiceType1[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType1[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType1 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + PGPKeyID, + + /// + PGPKeyPacket, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509IssuerSerialType + { + + private string x509IssuerNameField; + + private string x509SerialNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string X509IssuerName + { + get + { + return this.x509IssuerNameField; + } + set + { + this.x509IssuerNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string X509SerialNumber + { + get + { + return this.x509SerialNumberField; + } + set + { + this.x509SerialNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509DataType + { + + private object[] itemsField; + + private ItemsChoiceType[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + X509CRL, + + /// + X509Certificate, + + /// + X509IssuerSerial, + + /// + X509SKI, + + /// + X509SubjectName, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RetrievalMethodType + { + + private TransformType[] transformsField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RSAKeyValueType + { + + private byte[] modulusField; + + private byte[] exponentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] Modulus + { + get + { + return this.modulusField; + } + set + { + this.modulusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Exponent + { + get + { + return this.exponentField; + } + set + { + this.exponentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DSAKeyValueType + { + + private byte[] pField; + + private byte[] qField; + + private byte[] gField; + + private byte[] yField; + + private byte[] jField; + + private byte[] seedField; + + private byte[] pgenCounterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] P + { + get + { + return this.pField; + } + set + { + this.pField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Q + { + get + { + return this.qField; + } + set + { + this.qField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] G + { + get + { + return this.gField; + } + set + { + this.gField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] + public byte[] Y + { + get + { + return this.yField; + } + set + { + this.yField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] + public byte[] J + { + get + { + return this.jField; + } + set + { + this.jField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] + public byte[] Seed + { + get + { + return this.seedField; + } + set + { + this.seedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] + public byte[] PgenCounter + { + get + { + return this.pgenCounterField; + } + set + { + this.pgenCounterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyValueType + { + + private object itemField; + + private string[] textField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyInfoType + { + + private object[] itemsField; + + private ItemsChoiceType2[] itemsElementNameField; + + private string[] textField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType2[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType2 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + KeyName, + + /// + KeyValue, + + /// + MgmtData, + + /// + PGPData, + + /// + RetrievalMethod, + + /// + SPKIData, + + /// + X509Data, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureValueType + { + + private string idField; + + private byte[] valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] + public byte[] Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureMethodType + { + + private string hMACOutputLengthField; + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string HMACOutputLength + { + get + { + return this.hMACOutputLengthField; + } + set + { + this.hMACOutputLengthField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class CanonicalizationMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignedInfoType + { + + private CanonicalizationMethodType canonicalizationMethodField; + + private SignatureMethodType signatureMethodField; + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CanonicalizationMethodType CanonicalizationMethod + { + get + { + return this.canonicalizationMethodField; + } + set + { + this.canonicalizationMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureMethodType SignatureMethod + { + get + { + return this.signatureMethodField; + } + set + { + this.signatureMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] + public ReferenceType[] Reference + { + get + { + return this.referenceField; + } + set + { + this.referenceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureType + { + + private SignedInfoType signedInfoField; + + private SignatureValueType signatureValueField; + + private KeyInfoType keyInfoField; + + private ObjectType[] objectField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SignedInfoType SignedInfo + { + get + { + return this.signedInfoField; + } + set + { + this.signedInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureValueType SignatureValue + { + get + { + return this.signatureValueField; + } + set + { + this.signatureValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public KeyInfoType KeyInfo + { + get + { + return this.keyInfoField; + } + set + { + this.keyInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] + public ObjectType[] Object + { + get + { + return this.objectField; + } + set + { + this.objectField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(DemolishHouseRequestType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseType + { + + private SignatureType signatureField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] + public SignatureType Signature + { + get + { + return this.signatureField; + } + set + { + this.signatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseAsyncResponseType : BaseType + { + + private sbyte requestStateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte RequestState + { + get + { + return this.requestStateField; + } + set + { + this.requestStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class DemolishHouseRequestType : BaseType + { + + private HouseToDemolishType[] houseToDemolishField; + + private string versionField; + + public DemolishHouseRequestType() + { + this.versionField = "11.1.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseToDemolish", Order=0)] + public HouseToDemolishType[] HouseToDemolish + { + get + { + return this.houseToDemolishField; + } + set + { + this.houseToDemolishField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management-service-async/", ConfigurationName="Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync")] + public interface HouseManagementPortsTypeAsync + { + + [System.ServiceModel.OperationContractAttribute(Action="urn:importMeteringDeviceData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importMeteringDeviceData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.importMeteringDeviceDataRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportMeteringDeviceData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportMeteringDeviceData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.exportMeteringDeviceDataRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportODSPMeteringDeviceData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportODSPMeteringDeviceData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportODSPMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.exportODSPMeteringDeviceDataRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.HouseManagement.getStateRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importContractData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importContractData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importContractDataAsync(Hcs.Service.Async.HouseManagement.importContractDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importCharterData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importCharterData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importCharterDataAsync(Hcs.Service.Async.HouseManagement.importCharterDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportStatusCAChData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportStatusCAChData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportStatusCAChDataAsync(Hcs.Service.Async.HouseManagement.exportStatusCAChDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportHouseData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportHouseData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportHouseDataAsync(Hcs.Service.Async.HouseManagement.exportHouseDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importAccountData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importAccountData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importAccountDataAsync(Hcs.Service.Async.HouseManagement.importAccountDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportAccountData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportAccountData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportAccountDataAsync(Hcs.Service.Async.HouseManagement.exportAccountDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importPublicPropertyContract", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importPublicPropertyContract", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.importPublicPropertyContractRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportStatusPublicPropertyContract", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportStatusPublicPropertyContract", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportStatusPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.exportStatusPublicPropertyContractRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importNotificationData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importNotificationDataAsync(Hcs.Service.Async.HouseManagement.importNotificationDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importVotingProtocol", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importVotingProtocol", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importVotingProtocolAsync(Hcs.Service.Async.HouseManagement.importVotingProtocolRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportVotingProtocol", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportVotingProtocol", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportVotingProtocolAsync(Hcs.Service.Async.HouseManagement.exportVotingProtocolRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importOwnerDecision", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importOwnerDecision", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.importOwnerDecisionRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportOwnerDecision", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportOwnerDecision", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.exportOwnerDecisionRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportCAChData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportCAChData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportCAChDataAsync(Hcs.Service.Async.HouseManagement.exportCAChDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseUOData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importHouseUOData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importHouseUODataAsync(Hcs.Service.Async.HouseManagement.importHouseUODataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseOMSData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importHouseOMSData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importHouseOMSDataAsync(Hcs.Service.Async.HouseManagement.importHouseOMSDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseESPData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importHouseESPData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importHouseESPDataAsync(Hcs.Service.Async.HouseManagement.importHouseESPDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importSupplyResourceContractData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.importSupplyResourceContractDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportSupplyResourceContractData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportSupplyResourceContractData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.exportSupplyResourceContractDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importAccountIndividualServices", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importAccountIndividualServices", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.importAccountIndividualServicesRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportAccountIndividualServices", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportAccountIndividualServices", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.exportAccountIndividualServicesRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportSupplyResourceContractObjectAddressData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportSupplyResourceContractObjectAddressData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.exportSupplyResourceContractObjectAddressDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractObjectAddressData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importSupplyResourceContractObjectAddressData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.importSupplyResourceContractObjectAddressDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractProjectData", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importSupplyResourceContractProjectData", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importSupplyResourceContractProjectDataAsync(Hcs.Service.Async.HouseManagement.importSupplyResourceContractProjectDataRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportRolloverStatusCACh", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportRolloverStatusCACh", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportRolloverStatusCAChAsync(Hcs.Service.Async.HouseManagement.exportRolloverStatusCAChRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefSupplyResourceContract", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefSupplyResourceContract", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportBriefSupplyResourceContractAsync(Hcs.Service.Async.HouseManagement.exportBriefSupplyResourceContractRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefSocialHireContract", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefSocialHireContract", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportBriefSocialHireContractAsync(Hcs.Service.Async.HouseManagement.exportBriefSocialHireContractRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:demolishHouse", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:demolishHouse", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task demolishHouseAsync(Hcs.Service.Async.HouseManagement.demolishHouseRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefBasicHouse", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefBasicHouse", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportBriefBasicHouseAsync(Hcs.Service.Async.HouseManagement.exportBriefBasicHouseRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefLivingHouse", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefLivingHouse", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportBriefLivingHouseAsync(Hcs.Service.Async.HouseManagement.exportBriefLivingHouseRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefApartmentHouse", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportBriefApartmentHouse", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportBriefApartmentHouseAsync(Hcs.Service.Async.HouseManagement.exportBriefApartmentHouseRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importExternalVotingProtocol", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importExternalVotingProtocol", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importExternalVotingProtocolAsync(Hcs.Service.Async.HouseManagement.importExternalVotingProtocolRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importVotingMessage", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importVotingMessage", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importVotingMessageAsync(Hcs.Service.Async.HouseManagement.importVotingMessageRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportVotingMessage", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportVotingMessage", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportVotingMessageAsync(Hcs.Service.Async.HouseManagement.exportVotingMessageRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importOwnerRefusal", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:importOwnerRefusal", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.importOwnerRefusalRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportOwnerRefusal", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.Fault), Action="urn:exportOwnerRefusal", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentReasonType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiItemType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NsiListType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.exportOwnerRefusalRequest1 request); + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeader : HeaderType + { + + private object itemField; + + private ItemChoiceType25 itemElementNameField; + + private bool isOperatorSignatureField; + + private bool isOperatorSignatureFieldSpecified; + + private ISCreator[] iSCreatorField; + + public RequestHeader() + { + this.isOperatorSignatureField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType25 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsOperatorSignature + { + get + { + return this.isOperatorSignatureField; + } + set + { + this.isOperatorSignatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsOperatorSignatureSpecified + { + get + { + return this.isOperatorSignatureFieldSpecified; + } + set + { + this.isOperatorSignatureFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] + public ISCreator[] ISCreator + { + get + { + return this.iSCreatorField; + } + set + { + this.iSCreatorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizen + { + + private object[] itemsField; + + private ItemsChoiceType23[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType23[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocument + { + + private RequestHeaderCitizenDocumentDocumentType documentTypeField; + + private string seriesField; + + private string numberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RequestHeaderCitizenDocumentDocumentType DocumentType + { + get + { + return this.documentTypeField; + } + set + { + this.documentTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocumentDocumentType + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemsChoiceType23 + { + + /// + CitizenPPAGUID, + + /// + Document, + + /// + SNILS, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemChoiceType25 + { + + /// + Citizen, + + /// + SenderID, + + /// + orgPPAGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISCreator + { + + private string iSNameField; + + private string iSOperatorNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ISName + { + get + { + return this.iSNameField; + } + set + { + this.iSNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ISOperatorName + { + get + { + return this.iSOperatorNameField; + } + set + { + this.iSOperatorNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importMeteringDeviceDataRequest : BaseType + { + + private string fIASHouseGuidField; + + private importMeteringDeviceDataRequestMeteringDevice[] meteringDeviceField; + + private string versionField; + + public importMeteringDeviceDataRequest() + { + this.versionField = "11.1.0.8"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MeteringDevice", Order=1)] + public importMeteringDeviceDataRequestMeteringDevice[] MeteringDevice + { + get + { + return this.meteringDeviceField; + } + set + { + this.meteringDeviceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importMeteringDeviceDataRequestMeteringDevice + { + + private string transportGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeviceDataToCreate", typeof(MeteringDeviceFullInformationType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("DeviceDataToUpdate", typeof(importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdate), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdate + { + + private string meteringDeviceVersionGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringDeviceVersionGUID + { + get + { + return this.meteringDeviceVersionGUIDField; + } + set + { + this.meteringDeviceVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ArchiveDevice", typeof(importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateArchiveDevice), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("LinkedWithMetering", typeof(importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateLinkedWithMetering), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ReplaceDevice", typeof(importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateReplaceDevice), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("UpdateAfterDevicesValues", typeof(MeteringDeviceToUpdateAfterDevicesValuesType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("UpdateBeforeDevicesValues", typeof(MeteringDeviceFullInformationType), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateArchiveDevice + { + + private nsiRef archivingReasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ArchivingReason + { + get + { + return this.archivingReasonField; + } + set + { + this.archivingReasonField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateLinkedWithMetering + { + + private string[] linkedMeteringDeviceVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LinkedMeteringDeviceVersionGUID", Order=0)] + public string[] LinkedMeteringDeviceVersionGUID + { + get + { + return this.linkedMeteringDeviceVersionGUIDField; + } + set + { + this.linkedMeteringDeviceVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateReplaceDevice + { + + private System.DateTime verificationDateField; + + private object itemField; + + private object[] itemsField; + + private string replacingMeteringDeviceVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime VerificationDate + { + get + { + return this.verificationDateField; + } + set + { + this.verificationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ReasonVerification", typeof(nsiRef), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeviceValueMunicipalResourceElectric", typeof(ElectricMeteringValueBaseType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("DeviceValueMunicipalResourceNotElectric", typeof(OneRateMeteringValueBaseType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("VolumeDeviceValues", typeof(VolumeMeteringValueBaseType), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string ReplacingMeteringDeviceVersionGUID + { + get + { + return this.replacingMeteringDeviceVersionGUIDField; + } + set + { + this.replacingMeteringDeviceVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ResultHeader : HeaderType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequest + { + + private AckRequestAck ackField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AckRequestAck Ack + { + get + { + return this.ackField; + } + set + { + this.ackField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequestAck + { + + private string messageGUIDField; + + private string requesterMessageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RequesterMessageGUID + { + get + { + return this.requesterMessageGUIDField; + } + set + { + this.requesterMessageGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importMeteringDeviceDataRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importMeteringDeviceDataRequest importMeteringDeviceDataRequest; + + public importMeteringDeviceDataRequest1() + { + } + + public importMeteringDeviceDataRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importMeteringDeviceDataRequest importMeteringDeviceDataRequest) + { + this.RequestHeader = RequestHeader; + this.importMeteringDeviceDataRequest = importMeteringDeviceDataRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importMeteringDeviceDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importMeteringDeviceDataResponse() + { + } + + public importMeteringDeviceDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportMeteringDeviceDataRequest : BaseType + { + + private object[] itemsField; + + private ItemsChoiceType24[] itemsElementNameField; + + private bool includeFIASHouseGuidField; + + private bool includeFIASHouseGuidFieldSpecified; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ArchiveDateFrom", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ArchiveDateTo", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CommissioningDateFrom", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CommissioningDateTo", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("IsCurrentOrganization", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceType", typeof(nsiRef), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MunicipalResource", typeof(nsiRef), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SearchArchived", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("UpdateDateTime", typeof(System.DateTime), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType24[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IncludeFIASHouseGuid + { + get + { + return this.includeFIASHouseGuidField; + } + set + { + this.includeFIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IncludeFIASHouseGuidSpecified + { + get + { + return this.includeFIASHouseGuidFieldSpecified; + } + set + { + this.includeFIASHouseGuidFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType24 + { + + /// + ArchiveDateFrom, + + /// + ArchiveDateTo, + + /// + CommissioningDateFrom, + + /// + CommissioningDateTo, + + /// + FIASHouseGuid, + + /// + IsCurrentOrganization, + + /// + MeteringDeviceRootGUID, + + /// + MeteringDeviceType, + + /// + MeteringDeviceVersionGUID, + + /// + MunicipalResource, + + /// + SearchArchived, + + /// + UpdateDateTime, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportMeteringDeviceDataRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportMeteringDeviceDataRequest exportMeteringDeviceDataRequest; + + public exportMeteringDeviceDataRequest1() + { + } + + public exportMeteringDeviceDataRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportMeteringDeviceDataRequest exportMeteringDeviceDataRequest) + { + this.RequestHeader = RequestHeader; + this.exportMeteringDeviceDataRequest = exportMeteringDeviceDataRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportMeteringDeviceDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportMeteringDeviceDataResponse() + { + } + + public exportMeteringDeviceDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportODSPMeteringDeviceDataRequest : BaseType + { + + private string accountNumberField; + + private string versionField; + + public exportODSPMeteringDeviceDataRequest() + { + this.versionField = "15.3.0.0"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportODSPMeteringDeviceDataRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportODSPMeteringDeviceDataRequest exportODSPMeteringDeviceDataRequest; + + public exportODSPMeteringDeviceDataRequest1() + { + } + + public exportODSPMeteringDeviceDataRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportODSPMeteringDeviceDataRequest exportODSPMeteringDeviceDataRequest) + { + this.RequestHeader = RequestHeader; + this.exportODSPMeteringDeviceDataRequest = exportODSPMeteringDeviceDataRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportODSPMeteringDeviceDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportODSPMeteringDeviceDataResponse() + { + } + + public exportODSPMeteringDeviceDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class getStateRequest + { + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResult : BaseAsyncResponseType + { + + private object[] itemsField; + + private string versionField; + + public getStateResult() + { + this.versionField = "11.0.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(getStateResultImportResult), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("VotingMessage", typeof(exportVotingMessageResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("VotingProtocol", typeof(exportVotingProtocolResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportAccountIndividualServicesResult", typeof(exportAccountIndividualServicesResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportAccountResult", typeof(exportAccountResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportBriefApartmentHouseResult", typeof(getStateResultExportBriefApartmentHouseResult), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportBriefBasicHouseResult", typeof(getStateResultExportBriefBasicHouseResult), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportBriefLivingHouseResult", typeof(getStateResultExportBriefLivingHouseResult), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportBriefSocialHireContract", typeof(exportBriefSocialHireContractResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportBriefSupplyResourceContractResult", typeof(getStateResultExportBriefSupplyResourceContractResult), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportCAChResult", typeof(exportCAChResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportHouseResult", typeof(exportHouseResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportMeteringDeviceDataResult", typeof(exportMeteringDeviceDataResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportODSPMeteringDeviceDataResult", typeof(exportODSPMeteringDeviceDataResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportOwnerDecision", typeof(exportOwnerDecisionResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportOwnerRefusal", typeof(OwnerRefusalExportType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportStatusCAChResult", typeof(exportStatusCAChResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportStatusPublicPropertyContractResult", typeof(exportStatusPublicPropertyContractResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportSupplyResourceContractObjectAddress", typeof(getStateResultExportSupplyResourceContractObjectAddress), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportSupplyResourceContractResult", typeof(getStateResultExportSupplyResourceContractResult), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("rolloverCAChStatus", typeof(exportRolloverStatusCAChResultType), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultImportResult + { + + private object[] itemsField; + + private string versionField; + + public getStateResultImportResult() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CommonResult", typeof(getStateResultImportResultCommonResult), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultImportResultCommonResult : CommonResultType + { + + private object itemField; + + private ItemChoiceType26 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportAccount", typeof(getStateResultImportResultCommonResultImportAccount), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportHouseESP", typeof(OGFImportStatusType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportHouseOMS", typeof(OGFImportStatusType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportHouseUO", typeof(OGFImportStatusType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportSupplyResourceContract", typeof(getStateResultImportResultCommonResultImportSupplyResourceContract), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportSupplyResourceContractObjectAddress", typeof(getStateResultImportResultCommonResultImportSupplyResourceContractObjectAddress), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportSupplyResourceContractProject", typeof(getStateResultImportResultCommonResultImportSupplyResourceContractProject), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("importCharter", typeof(importCharterResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("importContract", typeof(importContractResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("importMeteringDevice", typeof(getStateResultImportResultCommonResultImportMeteringDevice), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType26 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultImportResultCommonResultImportAccount + { + + private string unifiedAccountNumberField; + + private string serviceIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + public string UnifiedAccountNumber + { + get + { + return this.unifiedAccountNumberField; + } + set + { + this.unifiedAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=1)] + public string ServiceID + { + get + { + return this.serviceIDField; + } + set + { + this.serviceIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultImportResultCommonResultImportSupplyResourceContract + { + + private string contractGUIDField; + + private string contractRootGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ContractRootGUID + { + get + { + return this.contractRootGUIDField; + } + set + { + this.contractRootGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultImportResultCommonResultImportSupplyResourceContractObjectAddress + { + + private string contractGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultImportResultCommonResultImportSupplyResourceContractProject + { + + private string contractGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultImportResultCommonResultImportMeteringDevice + { + + private string meteringDeviceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MeteringDeviceGUID + { + get + { + return this.meteringDeviceGUIDField; + } + set + { + this.meteringDeviceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType26 + { + + /// + ImportAccount, + + /// + ImportHouseESP, + + /// + ImportHouseOMS, + + /// + ImportHouseUO, + + /// + ImportSupplyResourceContract, + + /// + ImportSupplyResourceContractObjectAddress, + + /// + ImportSupplyResourceContractProject, + + /// + importCharter, + + /// + importContract, + + /// + importMeteringDevice, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultExportBriefApartmentHouseResult + { + + private BriefApartmentHouseType apartmentHouseInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BriefApartmentHouseType ApartmentHouseInfo + { + get + { + return this.apartmentHouseInfoField; + } + set + { + this.apartmentHouseInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultExportBriefBasicHouseResult + { + + private ExportBriefBasicHouseResultType[] resultItemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ResultItem", Order=0)] + public ExportBriefBasicHouseResultType[] ResultItem + { + get + { + return this.resultItemField; + } + set + { + this.resultItemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultExportBriefLivingHouseResult + { + + private ExportBriefLivingHouseResultType[] resultItemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ResultItem", Order=0)] + public ExportBriefLivingHouseResultType[] ResultItem + { + get + { + return this.resultItemField; + } + set + { + this.resultItemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultExportBriefSupplyResourceContractResult + { + + private exportBriefSupplyResourceContractResultType[] contractField; + + private object[] itemsField; + + private ItemsChoiceType25[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] + public exportBriefSupplyResourceContractResultType[] Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IsLastPage", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextPageContractRootGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NextPageObjectGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType25[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType25 + { + + /// + IsLastPage, + + /// + NextPageContractRootGUID, + + /// + NextPageObjectGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusPublicPropertyContractResultType + { + + private exportStatusPublicPropertyContractResultTypePublicPropertyContract[] publicPropertyContractField; + + /// + [System.Xml.Serialization.XmlElementAttribute("PublicPropertyContract", Order=0)] + public exportStatusPublicPropertyContractResultTypePublicPropertyContract[] PublicPropertyContract + { + get + { + return this.publicPropertyContractField; + } + set + { + this.publicPropertyContractField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusPublicPropertyContractResultTypePublicPropertyContract : PublicPropertyContractExportType + { + + private string contractGUIDField; + + private string statusContractField; + + private string contractVersionGUIDField; + + private string versionNumberField; + + private string statusVersionField; + + private exportStatusPublicPropertyContractResultTypePublicPropertyContractPaymentInterval paymentIntervalField; + + private exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPayment[] agreementPaymentField; + + private bool isGratuitousBasisField; + + private bool isGratuitousBasisFieldSpecified; + + public exportStatusPublicPropertyContractResultTypePublicPropertyContract() + { + this.isGratuitousBasisField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractGUID + { + get + { + return this.contractGUIDField; + } + set + { + this.contractGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string StatusContract + { + get + { + return this.statusContractField; + } + set + { + this.statusContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=3)] + public string VersionNumber + { + get + { + return this.versionNumberField; + } + set + { + this.versionNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string StatusVersion + { + get + { + return this.statusVersionField; + } + set + { + this.statusVersionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public exportStatusPublicPropertyContractResultTypePublicPropertyContractPaymentInterval PaymentInterval + { + get + { + return this.paymentIntervalField; + } + set + { + this.paymentIntervalField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AgreementPayment", Order=6)] + public exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPayment[] AgreementPayment + { + get + { + return this.agreementPaymentField; + } + set + { + this.agreementPaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool IsGratuitousBasis + { + get + { + return this.isGratuitousBasisField; + } + set + { + this.isGratuitousBasisField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsGratuitousBasisSpecified + { + get + { + return this.isGratuitousBasisFieldSpecified; + } + set + { + this.isGratuitousBasisFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusPublicPropertyContractResultTypePublicPropertyContractPaymentInterval + { + + private object[] itemsField; + + private ItemsChoiceType8[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(DaySelectionExportType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Other", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(DaySelectionExportType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType8[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType8 + { + + /// + EndDate, + + /// + Other, + + /// + StartDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPayment + { + + private string agreementPaymentVersionGUIDField; + + private exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPaymentDatePeriod datePeriodField; + + private decimal billField; + + private decimal debtField; + + private decimal paidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AgreementPaymentVersionGUID + { + get + { + return this.agreementPaymentVersionGUIDField; + } + set + { + this.agreementPaymentVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPaymentDatePeriod DatePeriod + { + get + { + return this.datePeriodField; + } + set + { + this.datePeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Bill + { + get + { + return this.billField; + } + set + { + this.billField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal Debt + { + get + { + return this.debtField; + } + set + { + this.debtField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal Paid + { + get + { + return this.paidField; + } + set + { + this.paidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPaymentDatePeriod + { + + private System.DateTime dateFromField; + + private System.DateTime dateToField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime DateFrom + { + get + { + return this.dateFromField; + } + set + { + this.dateFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateTo + { + get + { + return this.dateToField; + } + set + { + this.dateToField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultExportSupplyResourceContractObjectAddress + { + + private exportSupplyResourceContractObjectAddressResultType[] objectAddressField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=0)] + public exportSupplyResourceContractObjectAddressResultType[] ObjectAddress + { + get + { + return this.objectAddressField; + } + set + { + this.objectAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ExportObjectGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("IsLastPage", typeof(bool), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class getStateResultExportSupplyResourceContractResult + { + + private exportSupplyResourceContractResultType[] contractField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] + public exportSupplyResourceContractResultType[] Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ExportContractRootGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("IsLastPage", typeof(bool), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.getStateRequest getStateRequest; + + public getStateRequest1() + { + } + + public getStateRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.getStateRequest getStateRequest) + { + this.RequestHeader = RequestHeader; + this.getStateRequest = getStateRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.getStateResult getStateResult; + + public getStateResponse() + { + } + + public getStateResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.getStateResult getStateResult) + { + this.ResultHeader = ResultHeader; + this.getStateResult = getStateResult; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequest : BaseType + { + + private importContractRequestContract[] contractField; + + private string versionField; + + public importContractRequest() + { + this.versionField = "11.9.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] + public importContractRequestContract[] Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContract + { + + private string transportGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentContract", typeof(importContractRequestContractAnnulmentContract), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("AnnulmentContractPaymentsInfo", typeof(importContractRequestContractAnnulmentContractPaymentsInfo), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ApprovalContract", typeof(importContractRequestContractApprovalContract), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("EditContract", typeof(importContractRequestContractEditContract), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("PlaceContractPaymentsInfo", typeof(importContractRequestContractPlaceContractPaymentsInfo), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("PlacingContract", typeof(importContractRequestContractPlacingContract), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("RollOverContract", typeof(importContractRequestContractRollOverContract), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("TerminateContract", typeof(importContractRequestContractTerminateContract), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractAnnulmentContract : AnnulmentType + { + + private bool licenseRequestField; + + private bool licenseRequestFieldSpecified; + + private string contractVersionGUIDField; + + public importContractRequestContractAnnulmentContract() + { + this.licenseRequestField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool LicenseRequest + { + get + { + return this.licenseRequestField; + } + set + { + this.licenseRequestField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool LicenseRequestSpecified + { + get + { + return this.licenseRequestFieldSpecified; + } + set + { + this.licenseRequestFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractAnnulmentContractPaymentsInfo + { + + private string contractPaymentsInfoVersionGUIDField; + + private string reasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractPaymentsInfoVersionGUID + { + get + { + return this.contractPaymentsInfoVersionGUIDField; + } + set + { + this.contractPaymentsInfoVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Reason + { + get + { + return this.reasonField; + } + set + { + this.reasonField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractApprovalContract : ApprovalType + { + + private string contractVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContract : ContractType + { + + private bool licenseRequestField; + + private bool licenseRequestFieldSpecified; + + private importContractRequestContractEditContractContractObject[] contractObjectField; + + private string contractVersionGUIDField; + + private bool indicationsAnyDayField; + + private bool indicationsAnyDayFieldSpecified; + + public importContractRequestContractEditContract() + { + this.licenseRequestField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool LicenseRequest + { + get + { + return this.licenseRequestField; + } + set + { + this.licenseRequestField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool LicenseRequestSpecified + { + get + { + return this.licenseRequestFieldSpecified; + } + set + { + this.licenseRequestFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=1)] + public importContractRequestContractEditContractContractObject[] ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool IndicationsAnyDay + { + get + { + return this.indicationsAnyDayField; + } + set + { + this.indicationsAnyDayField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IndicationsAnyDaySpecified + { + get + { + return this.indicationsAnyDayFieldSpecified; + } + set + { + this.indicationsAnyDayFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContractContractObject + { + + private string transportGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Add", typeof(importContractRequestContractEditContractContractObjectAdd), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(importContractRequestContractEditContractContractObjectAnnulment), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Edit", typeof(importContractRequestContractEditContractContractObjectEdit), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContractContractObjectAdd : ManageObjectType + { + + private BaseServiceType baseMServiceField; + + private importContractRequestContractEditContractContractObjectAddHouseService[] houseServiceField; + + private importContractRequestContractEditContractContractObjectAddAddService[] addServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseMService + { + get + { + return this.baseMServiceField; + } + set + { + this.baseMServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=1)] + public importContractRequestContractEditContractContractObjectAddHouseService[] HouseService + { + get + { + return this.houseServiceField; + } + set + { + this.houseServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddService", Order=2)] + public importContractRequestContractEditContractContractObjectAddAddService[] AddService + { + get + { + return this.addServiceField; + } + set + { + this.addServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContractContractObjectAddHouseService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContractContractObjectAddAddService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContractContractObjectAnnulment + { + + private string contractObjectVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContractContractObjectEdit : ManageObjectType + { + + private string contractObjectVersionGUIDField; + + private BaseServiceType baseMServiceField; + + private importContractRequestContractEditContractContractObjectEditHouseService[] houseServiceField; + + private importContractRequestContractEditContractContractObjectEditAddService[] addServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public BaseServiceType BaseMService + { + get + { + return this.baseMServiceField; + } + set + { + this.baseMServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] + public importContractRequestContractEditContractContractObjectEditHouseService[] HouseService + { + get + { + return this.houseServiceField; + } + set + { + this.houseServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] + public importContractRequestContractEditContractContractObjectEditAddService[] AddService + { + get + { + return this.addServiceField; + } + set + { + this.addServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContractContractObjectEditHouseService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractEditContractContractObjectEditAddService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractPlaceContractPaymentsInfo : ContractPaymentsInfoType + { + + private string contractVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractPlacingContract : ContractType + { + + private bool licenseRequestField; + + private bool licenseRequestFieldSpecified; + + private importContractRequestContractPlacingContractContractObject[] contractObjectField; + + public importContractRequestContractPlacingContract() + { + this.licenseRequestField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool LicenseRequest + { + get + { + return this.licenseRequestField; + } + set + { + this.licenseRequestField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool LicenseRequestSpecified + { + get + { + return this.licenseRequestFieldSpecified; + } + set + { + this.licenseRequestFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=1)] + public importContractRequestContractPlacingContractContractObject[] ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractPlacingContractContractObject : ManageObjectType + { + + private string transportGUIDField; + + private BaseServiceType baseMServiceField; + + private importContractRequestContractPlacingContractContractObjectHouseService[] houseServiceField; + + private importContractRequestContractPlacingContractContractObjectAddService[] addServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public BaseServiceType BaseMService + { + get + { + return this.baseMServiceField; + } + set + { + this.baseMServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] + public importContractRequestContractPlacingContractContractObjectHouseService[] HouseService + { + get + { + return this.houseServiceField; + } + set + { + this.houseServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] + public importContractRequestContractPlacingContractContractObjectAddService[] AddService + { + get + { + return this.addServiceField; + } + set + { + this.addServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractPlacingContractContractObjectHouseService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractPlacingContractContractObjectAddService : ContractServiceType + { + + private BaseServiceType baseServiceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceType BaseService + { + get + { + return this.baseServiceField; + } + set + { + this.baseServiceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractRollOverContract : RollOverType + { + + private bool licenseRequestField; + + private bool licenseRequestFieldSpecified; + + private string contractVersionGUIDField; + + private System.DateTime rollToDateField; + + private bool rollToDateFieldSpecified; + + public importContractRequestContractRollOverContract() + { + this.licenseRequestField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool LicenseRequest + { + get + { + return this.licenseRequestField; + } + set + { + this.licenseRequestField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool LicenseRequestSpecified + { + get + { + return this.licenseRequestFieldSpecified; + } + set + { + this.licenseRequestFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime RollToDate + { + get + { + return this.rollToDateField; + } + set + { + this.rollToDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool RollToDateSpecified + { + get + { + return this.rollToDateFieldSpecified; + } + set + { + this.rollToDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importContractRequestContractTerminateContract : TerminateType + { + + private bool licenseRequestField; + + private bool licenseRequestFieldSpecified; + + private nsiRef reasonRefField; + + private AttachmentType[] terminateAttachmentField; + + private string contractVersionGUIDField; + + public importContractRequestContractTerminateContract() + { + this.licenseRequestField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool LicenseRequest + { + get + { + return this.licenseRequestField; + } + set + { + this.licenseRequestField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool LicenseRequestSpecified + { + get + { + return this.licenseRequestFieldSpecified; + } + set + { + this.licenseRequestFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef ReasonRef + { + get + { + return this.reasonRefField; + } + set + { + this.reasonRefField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("TerminateAttachment", Order=2)] + public AttachmentType[] TerminateAttachment + { + get + { + return this.terminateAttachmentField; + } + set + { + this.terminateAttachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importContractDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importContractRequest importContractRequest; + + public importContractDataRequest() + { + } + + public importContractDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importContractRequest importContractRequest) + { + this.RequestHeader = RequestHeader; + this.importContractRequest = importContractRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importContractDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importContractDataResponse() + { + } + + public importContractDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequest : BaseType + { + + private string transportGUIDField; + + private object itemField; + + private string versionField; + + public importCharterRequest() + { + this.versionField = "11.9.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentCharter", typeof(importCharterRequestAnnulmentCharter), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("AnnulmentCharterPaymentsInfo", typeof(importCharterRequestAnnulmentCharterPaymentsInfo), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("EditCharter", typeof(importCharterRequestEditCharter), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("PlaceCharterPaymentsInfo", typeof(importCharterRequestPlaceCharterPaymentsInfo), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("PlacingCharter", typeof(importCharterRequestPlacingCharter), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("RollOverCharter", typeof(importCharterRequestRollOverCharter), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("TerminateCharter", typeof(importCharterRequestTerminateCharter), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestAnnulmentCharter : AnnulmentType + { + + private string charterVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string CharterVersionGUID + { + get + { + return this.charterVersionGUIDField; + } + set + { + this.charterVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestAnnulmentCharterPaymentsInfo + { + + private string charterPaymentsInfoVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string CharterPaymentsInfoVersionGUID + { + get + { + return this.charterPaymentsInfoVersionGUIDField; + } + set + { + this.charterPaymentsInfoVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharter : CharterType + { + + private importCharterRequestEditCharterContractObject[] contractObjectField; + + private string charterVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=0)] + public importCharterRequestEditCharterContractObject[] ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string CharterVersionGUID + { + get + { + return this.charterVersionGUIDField; + } + set + { + this.charterVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharterContractObject + { + + private string transportGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Add", typeof(importCharterRequestEditCharterContractObjectAdd), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(importCharterRequestEditCharterContractObjectAnnulment), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Edit", typeof(importCharterRequestEditCharterContractObjectEdit), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharterContractObjectAdd : ManageObjectType + { + + private BaseServiceCharterType baseMServiceField; + + private importCharterRequestEditCharterContractObjectAddHouseService[] houseServiceField; + + private importCharterRequestEditCharterContractObjectAddAddService[] addServiceField; + + private bool isManagedByContractField; + + private bool isManagedByContractFieldSpecified; + + public importCharterRequestEditCharterContractObjectAdd() + { + this.isManagedByContractField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceCharterType BaseMService + { + get + { + return this.baseMServiceField; + } + set + { + this.baseMServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=1)] + public importCharterRequestEditCharterContractObjectAddHouseService[] HouseService + { + get + { + return this.houseServiceField; + } + set + { + this.houseServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddService", Order=2)] + public importCharterRequestEditCharterContractObjectAddAddService[] AddService + { + get + { + return this.addServiceField; + } + set + { + this.addServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool IsManagedByContract + { + get + { + return this.isManagedByContractField; + } + set + { + this.isManagedByContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsManagedByContractSpecified + { + get + { + return this.isManagedByContractFieldSpecified; + } + set + { + this.isManagedByContractFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharterContractObjectAddHouseService : ContractServiceType + { + + private BaseServiceCharterType baseServiceCharterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceCharterType BaseServiceCharter + { + get + { + return this.baseServiceCharterField; + } + set + { + this.baseServiceCharterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharterContractObjectAddAddService : ContractServiceType + { + + private BaseServiceCharterType baseServiceCharterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceCharterType BaseServiceCharter + { + get + { + return this.baseServiceCharterField; + } + set + { + this.baseServiceCharterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharterContractObjectAnnulment + { + + private string contractObjectVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharterContractObjectEdit : ManageObjectType + { + + private string contractObjectVersionGUIDField; + + private BaseServiceCharterType baseMServiceField; + + private importCharterRequestEditCharterContractObjectEditHouseService[] houseServiceField; + + private importCharterRequestEditCharterContractObjectEditAddService[] addServiceField; + + private bool isManagedByContractField; + + private bool isManagedByContractFieldSpecified; + + public importCharterRequestEditCharterContractObjectEdit() + { + this.isManagedByContractField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ContractObjectVersionGUID + { + get + { + return this.contractObjectVersionGUIDField; + } + set + { + this.contractObjectVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public BaseServiceCharterType BaseMService + { + get + { + return this.baseMServiceField; + } + set + { + this.baseMServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] + public importCharterRequestEditCharterContractObjectEditHouseService[] HouseService + { + get + { + return this.houseServiceField; + } + set + { + this.houseServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] + public importCharterRequestEditCharterContractObjectEditAddService[] AddService + { + get + { + return this.addServiceField; + } + set + { + this.addServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsManagedByContract + { + get + { + return this.isManagedByContractField; + } + set + { + this.isManagedByContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsManagedByContractSpecified + { + get + { + return this.isManagedByContractFieldSpecified; + } + set + { + this.isManagedByContractFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharterContractObjectEditHouseService : ContractServiceType + { + + private BaseServiceCharterType baseServiceCharterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceCharterType BaseServiceCharter + { + get + { + return this.baseServiceCharterField; + } + set + { + this.baseServiceCharterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestEditCharterContractObjectEditAddService : ContractServiceType + { + + private BaseServiceCharterType baseServiceCharterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceCharterType BaseServiceCharter + { + get + { + return this.baseServiceCharterField; + } + set + { + this.baseServiceCharterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestPlaceCharterPaymentsInfo : CharterPaymentsInfoType + { + + private string charterVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string CharterVersionGUID + { + get + { + return this.charterVersionGUIDField; + } + set + { + this.charterVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestPlacingCharter : CharterType + { + + private importCharterRequestPlacingCharterContractObject[] contractObjectField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=0)] + public importCharterRequestPlacingCharterContractObject[] ContractObject + { + get + { + return this.contractObjectField; + } + set + { + this.contractObjectField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestPlacingCharterContractObject : ManageObjectType + { + + private string transportGUIDField; + + private BaseServiceCharterType baseMServiceField; + + private importCharterRequestPlacingCharterContractObjectHouseService[] houseServiceField; + + private importCharterRequestPlacingCharterContractObjectAddService[] addServiceField; + + private bool isManagedByContractField; + + private bool isManagedByContractFieldSpecified; + + public importCharterRequestPlacingCharterContractObject() + { + this.isManagedByContractField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public BaseServiceCharterType BaseMService + { + get + { + return this.baseMServiceField; + } + set + { + this.baseMServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] + public importCharterRequestPlacingCharterContractObjectHouseService[] HouseService + { + get + { + return this.houseServiceField; + } + set + { + this.houseServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] + public importCharterRequestPlacingCharterContractObjectAddService[] AddService + { + get + { + return this.addServiceField; + } + set + { + this.addServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsManagedByContract + { + get + { + return this.isManagedByContractField; + } + set + { + this.isManagedByContractField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsManagedByContractSpecified + { + get + { + return this.isManagedByContractFieldSpecified; + } + set + { + this.isManagedByContractFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestPlacingCharterContractObjectHouseService : ContractServiceType + { + + private BaseServiceCharterType baseServiceCharterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceCharterType BaseServiceCharter + { + get + { + return this.baseServiceCharterField; + } + set + { + this.baseServiceCharterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestPlacingCharterContractObjectAddService : ContractServiceType + { + + private BaseServiceCharterType baseServiceCharterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public BaseServiceCharterType BaseServiceCharter + { + get + { + return this.baseServiceCharterField; + } + set + { + this.baseServiceCharterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestRollOverCharter : RollOverType + { + + private string charterVersionGUIDField; + + private System.DateTime rollToDateField; + + private bool rollToDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string CharterVersionGUID + { + get + { + return this.charterVersionGUIDField; + } + set + { + this.charterVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime RollToDate + { + get + { + return this.rollToDateField; + } + set + { + this.rollToDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool RollToDateSpecified + { + get + { + return this.rollToDateFieldSpecified; + } + set + { + this.rollToDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importCharterRequestTerminateCharter : TerminateType + { + + private string reasonField; + + private string charterVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Reason + { + get + { + return this.reasonField; + } + set + { + this.reasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string CharterVersionGUID + { + get + { + return this.charterVersionGUIDField; + } + set + { + this.charterVersionGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importCharterDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importCharterRequest importCharterRequest; + + public importCharterDataRequest() + { + } + + public importCharterDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importCharterRequest importCharterRequest) + { + this.RequestHeader = RequestHeader; + this.importCharterRequest = importCharterRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importCharterDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importCharterDataResponse() + { + } + + public importCharterDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusCAChRequest : BaseType + { + + private exportStatusCAChRequestCriteria[] criteriaField; + + private string versionField; + + public exportStatusCAChRequest() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Criteria", Order=0)] + public exportStatusCAChRequestCriteria[] Criteria + { + get + { + return this.criteriaField; + } + set + { + this.criteriaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusCAChRequestCriteria + { + + private string itemField; + + private ItemChoiceType27 itemElementNameField; + + private exportStatusCAChRequestCriteriaControlObjects controlObjectsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CharterGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("CharterVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType27 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public exportStatusCAChRequestCriteriaControlObjects ControlObjects + { + get + { + return this.controlObjectsField; + } + set + { + this.controlObjectsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType27 + { + + /// + CharterGUID, + + /// + CharterVersionGUID, + + /// + ContractGUID, + + /// + ContractVersionGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusCAChRequestCriteriaControlObjects + { + + private bool isConflictedField; + + private bool isConflictedFieldSpecified; + + private bool isBlockedField; + + private bool isBlockedFieldSpecified; + + public exportStatusCAChRequestCriteriaControlObjects() + { + this.isConflictedField = true; + this.isBlockedField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool IsConflicted + { + get + { + return this.isConflictedField; + } + set + { + this.isConflictedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsConflictedSpecified + { + get + { + return this.isConflictedFieldSpecified; + } + set + { + this.isConflictedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsBlocked + { + get + { + return this.isBlockedField; + } + set + { + this.isBlockedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsBlockedSpecified + { + get + { + return this.isBlockedFieldSpecified; + } + set + { + this.isBlockedFieldSpecified = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportStatusCAChDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportStatusCAChRequest exportStatusCAChRequest; + + public exportStatusCAChDataRequest() + { + } + + public exportStatusCAChDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportStatusCAChRequest exportStatusCAChRequest) + { + this.RequestHeader = RequestHeader; + this.exportStatusCAChRequest = exportStatusCAChRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportStatusCAChDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportStatusCAChDataResponse() + { + } + + public exportStatusCAChDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportHouseRequest : BaseType + { + + private string fIASHouseGuidField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportHouseDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportHouseRequest exportHouseRequest; + + public exportHouseDataRequest() + { + } + + public exportHouseDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportHouseRequest exportHouseRequest) + { + this.RequestHeader = RequestHeader; + this.exportHouseRequest = exportHouseRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportHouseDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportHouseDataResponse() + { + } + + public exportHouseDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importAccountRequest : BaseType + { + + private importAccountRequestAccount[] accountField; + + private string versionField; + + public importAccountRequest() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Account", Order=0)] + public importAccountRequestAccount[] Account + { + get + { + return this.accountField; + } + set + { + this.accountField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importAccountRequestAccount : AccountType + { + + private string transportGUIDField; + + private string accountNumberField; + + private string accountGUIDField; + + private AccountReasonsImportType accountReasonsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=1)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string AccountGUID + { + get + { + return this.accountGUIDField; + } + set + { + this.accountGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public AccountReasonsImportType AccountReasons + { + get + { + return this.accountReasonsField; + } + set + { + this.accountReasonsField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importAccountDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importAccountRequest importAccountRequest; + + public importAccountDataRequest() + { + } + + public importAccountDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importAccountRequest importAccountRequest) + { + this.RequestHeader = RequestHeader; + this.importAccountRequest = importAccountRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importAccountDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importAccountDataResponse() + { + } + + public importAccountDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountRequest : BaseType + { + + private string[] itemsField; + + private ItemsChoiceType26[] itemsElementNameField; + + private string versionField; + + public exportAccountRequest() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("UnifiedAccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType26[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType26 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")] + ServiceID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:UnifiedAccountNumber")] + UnifiedAccountNumber, + + /// + AccountGUID, + + /// + FIASHouseGuid, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportAccountDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportAccountRequest exportAccountRequest; + + public exportAccountDataRequest() + { + } + + public exportAccountDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportAccountRequest exportAccountRequest) + { + this.RequestHeader = RequestHeader; + this.exportAccountRequest = exportAccountRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportAccountDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportAccountDataResponse() + { + } + + public exportAccountDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importPublicPropertyContractRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public importPublicPropertyContractRequest() + { + this.versionField = "11.2.0.10"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AddAgreementPayment", typeof(importPublicPropertyContractRequestAddAgreementPayment), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("AnnulAgreementPayment", typeof(importPublicPropertyContractRequestAnnulAgreementPayment), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Contract", typeof(importPublicPropertyContractRequestContract), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DelAgreementPayment", typeof(importPublicPropertyContractRequestDelAgreementPayment), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importPublicPropertyContractRequestAddAgreementPayment + { + + private string transportGUIDField; + + private string itemField; + + private ItemChoiceType28 itemElementNameField; + + private importPublicPropertyContractRequestAddAgreementPaymentDatePeriod datePeriodField; + + private decimal billField; + + private decimal debtField; + + private decimal paidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AgreementPaymentVersionGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType28 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public importPublicPropertyContractRequestAddAgreementPaymentDatePeriod DatePeriod + { + get + { + return this.datePeriodField; + } + set + { + this.datePeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal Bill + { + get + { + return this.billField; + } + set + { + this.billField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal Debt + { + get + { + return this.debtField; + } + set + { + this.debtField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public decimal Paid + { + get + { + return this.paidField; + } + set + { + this.paidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType28 + { + + /// + AgreementPaymentVersionGUID, + + /// + ContractVersionGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importPublicPropertyContractRequestAddAgreementPaymentDatePeriod + { + + private System.DateTime dateFromField; + + private System.DateTime dateToField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime DateFrom + { + get + { + return this.dateFromField; + } + set + { + this.dateFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateTo + { + get + { + return this.dateToField; + } + set + { + this.dateToField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importPublicPropertyContractRequestAnnulAgreementPayment : AnnulmentType + { + + private string transportGUIDField; + + private string agreementPaymentVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string AgreementPaymentVersionGUID + { + get + { + return this.agreementPaymentVersionGUIDField; + } + set + { + this.agreementPaymentVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importPublicPropertyContractRequestContract + { + + private string transportGUIDField; + + private string contractVersionGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ContractVersionGUID + { + get + { + return this.contractVersionGUIDField; + } + set + { + this.contractVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentContract", typeof(AnnulmentType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("PublicPropertyContract", typeof(importPublicPropertyContractRequestContractPublicPropertyContract), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importPublicPropertyContractRequestContractPublicPropertyContract : PublicPropertyContractType + { + + private importPublicPropertyContractRequestContractPublicPropertyContractPaymentInterval paymentIntervalField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public importPublicPropertyContractRequestContractPublicPropertyContractPaymentInterval PaymentInterval + { + get + { + return this.paymentIntervalField; + } + set + { + this.paymentIntervalField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importPublicPropertyContractRequestContractPublicPropertyContractPaymentInterval + { + + private object[] itemsField; + + private ItemsChoiceType27[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(DaySelectionType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Other", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(DaySelectionType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType27[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType27 + { + + /// + EndDate, + + /// + Other, + + /// + StartDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importPublicPropertyContractRequestDelAgreementPayment + { + + private string transportGUIDField; + + private string agreementPaymentVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string AgreementPaymentVersionGUID + { + get + { + return this.agreementPaymentVersionGUIDField; + } + set + { + this.agreementPaymentVersionGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importPublicPropertyContractRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importPublicPropertyContractRequest importPublicPropertyContractRequest; + + public importPublicPropertyContractRequest1() + { + } + + public importPublicPropertyContractRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importPublicPropertyContractRequest importPublicPropertyContractRequest) + { + this.RequestHeader = RequestHeader; + this.importPublicPropertyContractRequest = importPublicPropertyContractRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importPublicPropertyContractResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importPublicPropertyContractResponse() + { + } + + public importPublicPropertyContractResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportStatusPublicPropertyContractRequest : BaseType + { + + private object[] itemsField; + + private ItemsChoiceType28[] itemsElementNameField; + + private string versionField; + + public exportStatusPublicPropertyContractRequest() + { + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType28[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType28 + { + + /// + ContractGUID, + + /// + ContractNumber, + + /// + ContractVersionGUID, + + /// + EndDate, + + /// + FIASHouseGuid, + + /// + StartDate, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportStatusPublicPropertyContractRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportStatusPublicPropertyContractRequest exportStatusPublicPropertyContractRequest; + + public exportStatusPublicPropertyContractRequest1() + { + } + + public exportStatusPublicPropertyContractRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportStatusPublicPropertyContractRequest exportStatusPublicPropertyContractRequest) + { + this.RequestHeader = RequestHeader; + this.exportStatusPublicPropertyContractRequest = exportStatusPublicPropertyContractRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportStatusPublicPropertyContractResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportStatusPublicPropertyContractResponse() + { + } + + public exportStatusPublicPropertyContractResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequest : BaseType + { + + private importNotificationRequestNotification[] notificationField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("notification", Order=0)] + public importNotificationRequestNotification[] notification + { + get + { + return this.notificationField; + } + set + { + this.notificationField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotification + { + + private string transportGUIDField; + + private string notificationGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string NotificationGUID + { + get + { + return this.notificationGUIDField; + } + set + { + this.notificationGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Create", typeof(importNotificationRequestNotificationCreate), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("DeleteNotification", typeof(DeleteDocType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("IsShipOff", typeof(bool), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("RecallNotification", typeof(importNotificationRequestNotificationRecallNotification), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotificationCreate + { + + private object itemField; + + private bool isImportantField; + + private bool isImportantFieldSpecified; + + private string contentField; + + private object[] itemsField; + + private ItemsChoiceType29[] itemsElementNameField; + + private object[] items1Field; + + private Items1ChoiceType[] items1ElementNameField; + + private AttachmentType[] attachmentField; + + private bool isShipOffField; + + private bool isShipOffFieldSpecified; + + private bool isForPublishToMobileAppField; + + private bool isForPublishToMobileAppFieldSpecified; + + private importNotificationRequestNotificationCreateMobileAppData mobileAppDataField; + + public importNotificationRequestNotificationCreate() + { + this.isImportantField = true; + this.isShipOffField = true; + this.isForPublishToMobileAppField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Topic", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("TopicNSIRef", typeof(nsiRef), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsImportant + { + get + { + return this.isImportantField; + } + set + { + this.isImportantField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsImportantSpecified + { + get + { + return this.isImportantFieldSpecified; + } + set + { + this.isImportantFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string content + { + get + { + return this.contentField; + } + set + { + this.contentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("InspectionAuthority", typeof(RegOrgType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("IsAll", typeof(bool), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("RoomOwners", typeof(importNotificationRequestNotificationCreateRoomOwners), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("SpecialAccountOwner", typeof(RegOrgType), Order=3)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=4)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType29[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(System.DateTime), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("IsNotLimit", typeof(bool), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), Order=5)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Items1ElementName")] + public object[] Items1 + { + get + { + return this.items1Field; + } + set + { + this.items1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Items1ElementName", Order=6)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Items1ChoiceType[] Items1ElementName + { + get + { + return this.items1ElementNameField; + } + set + { + this.items1ElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Attachment", Order=7)] + public AttachmentType[] Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public bool IsShipOff + { + get + { + return this.isShipOffField; + } + set + { + this.isShipOffField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsShipOffSpecified + { + get + { + return this.isShipOffFieldSpecified; + } + set + { + this.isShipOffFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public bool IsForPublishToMobileApp + { + get + { + return this.isForPublishToMobileAppField; + } + set + { + this.isForPublishToMobileAppField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsForPublishToMobileAppSpecified + { + get + { + return this.isForPublishToMobileAppFieldSpecified; + } + set + { + this.isForPublishToMobileAppFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public importNotificationRequestNotificationCreateMobileAppData MobileAppData + { + get + { + return this.mobileAppDataField; + } + set + { + this.mobileAppDataField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotificationCreateRoomOwners + { + + private object itemField; + + private ItemChoiceType29 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountOpening", typeof(importNotificationRequestNotificationCreateRoomOwnersAccountOpening), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DeptsInforming", typeof(importNotificationRequestNotificationCreateRoomOwnersDeptsInforming), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OtherOrganizationSelection", typeof(importNotificationRequestNotificationCreateRoomOwnersOtherOrganizationSelection), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType29 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotificationCreateRoomOwnersAccountOpening + { + + private string[] fIASHouseGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] + public string[] FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotificationCreateRoomOwnersDeptsInforming + { + + private importNotificationRequestNotificationCreateRoomOwnersDeptsInformingAccount[] accountField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Account", Order=0)] + public importNotificationRequestNotificationCreateRoomOwnersDeptsInformingAccount[] Account + { + get + { + return this.accountField; + } + set + { + this.accountField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotificationCreateRoomOwnersDeptsInformingAccount + { + + private decimal totalDebtField; + + private string unifiedAccountNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public decimal TotalDebt + { + get + { + return this.totalDebtField; + } + set + { + this.totalDebtField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=1)] + public string UnifiedAccountNumber + { + get + { + return this.unifiedAccountNumberField; + } + set + { + this.unifiedAccountNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotificationCreateRoomOwnersOtherOrganizationSelection + { + + private string[] fIASHouseGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] + public string[] FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType29 + { + + /// + AccountOpening, + + /// + DeptsInforming, + + /// + OtherOrganizationSelection, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType29 + { + + /// + FIASHouseGuid, + + /// + InspectionAuthority, + + /// + IsAll, + + /// + RoomOwners, + + /// + SpecialAccountOwner, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Items1ChoiceType + { + + /// + EndDate, + + /// + IsNotLimit, + + /// + StartDate, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotificationCreateMobileAppData + { + + private bool isShortTopicField; + + private bool isPinField; + + private string urlField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool IsShortTopic + { + get + { + return this.isShortTopicField; + } + set + { + this.isShortTopicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsPin + { + get + { + return this.isPinField; + } + set + { + this.isPinField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string url + { + get + { + return this.urlField; + } + set + { + this.urlField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importNotificationRequestNotificationRecallNotification + { + + private string recallReasonField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RecallReason + { + get + { + return this.recallReasonField; + } + set + { + this.recallReasonField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importNotificationDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importNotificationRequest importNotificationRequest; + + public importNotificationDataRequest() + { + } + + public importNotificationDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importNotificationRequest importNotificationRequest) + { + this.RequestHeader = RequestHeader; + this.importNotificationRequest = importNotificationRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importNotificationDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importNotificationDataResponse() + { + } + + public importNotificationDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importVotingProtocolRequest : BaseType + { + + private string transportGUIDField; + + private string protocolGUIDField; + + private object itemField; + + private ItemChoiceType30 itemElementNameField; + + private string versionField; + + public importVotingProtocolRequest() + { + this.versionField = "15.4.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ProtocolGUID + { + get + { + return this.protocolGUIDField; + } + set + { + this.protocolGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(AnnulmentProtocolType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Delete", typeof(bool), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Placing", typeof(bool), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Protocol", typeof(importVotingProtocolRequestProtocol), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Revert", typeof(bool), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType30 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importVotingProtocolRequestProtocol : ProtocolType + { + + private bool placingField; + + private bool placingFieldSpecified; + + public importVotingProtocolRequestProtocol() + { + this.placingField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool Placing + { + get + { + return this.placingField; + } + set + { + this.placingField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PlacingSpecified + { + get + { + return this.placingFieldSpecified; + } + set + { + this.placingFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType30 + { + + /// + Annulment, + + /// + Delete, + + /// + Placing, + + /// + Protocol, + + /// + Revert, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importVotingProtocolRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importVotingProtocolRequest importVotingProtocolRequest; + + public importVotingProtocolRequest1() + { + } + + public importVotingProtocolRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importVotingProtocolRequest importVotingProtocolRequest) + { + this.RequestHeader = RequestHeader; + this.importVotingProtocolRequest = importVotingProtocolRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importVotingProtocolResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importVotingProtocolResponse() + { + } + + public importVotingProtocolResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportVotingProtocolRequest : BaseType + { + + private object[] itemsField; + + private ItemsChoiceType30[] itemsElementNameField; + + private string versionField; + + public exportVotingProtocolRequest() + { + this.versionField = "15.4.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RootProtocolGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("StatusVersionProtocol", typeof(exportVotingProtocolRequestStatusVersionProtocol), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType30[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportVotingProtocolRequestStatusVersionProtocol + { + + /// + Created, + + /// + Posted, + + /// + Edited, + + /// + Annuled, + + /// + PostedFromAnotherSystem, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType30 + { + + /// + FIASHouseGuid, + + /// + RootProtocolGUID, + + /// + StatusVersionProtocol, + + /// + VotingProtocolGUID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportVotingProtocolRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportVotingProtocolRequest exportVotingProtocolRequest; + + public exportVotingProtocolRequest1() + { + } + + public exportVotingProtocolRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportVotingProtocolRequest exportVotingProtocolRequest) + { + this.RequestHeader = RequestHeader; + this.exportVotingProtocolRequest = exportVotingProtocolRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportVotingProtocolResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportVotingProtocolResponse() + { + } + + public exportVotingProtocolResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importOwnerDecisionRequest : BaseType + { + + private importOwnerDecisionRequestOwnerDecision[] ownerDecisionField; + + private string versionField; + + public importOwnerDecisionRequest() + { + this.versionField = "13.0.0.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OwnerDecision", Order=0)] + public importOwnerDecisionRequestOwnerDecision[] OwnerDecision + { + get + { + return this.ownerDecisionField; + } + set + { + this.ownerDecisionField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importOwnerDecisionRequestOwnerDecision + { + + private string transportGUIDField; + + private string itemField; + + private ItemChoiceType31 itemElementNameField; + + private string rootOwnerDecisionGUIDField; + + private object item1Field; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MessageGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ProtocolGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType31 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string RootOwnerDecisionGUID + { + get + { + return this.rootOwnerDecisionGUIDField; + } + set + { + this.rootOwnerDecisionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulDecision", typeof(bool), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("Decision", typeof(OwnerDecisionType), Order=4)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType31 + { + + /// + MessageGUID, + + /// + ProtocolGUID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importOwnerDecisionRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importOwnerDecisionRequest importOwnerDecisionRequest; + + public importOwnerDecisionRequest1() + { + } + + public importOwnerDecisionRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importOwnerDecisionRequest importOwnerDecisionRequest) + { + this.RequestHeader = RequestHeader; + this.importOwnerDecisionRequest = importOwnerDecisionRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importOwnerDecisionResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importOwnerDecisionResponse() + { + } + + public importOwnerDecisionResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportOwnerDecisionRequest : BaseType + { + + private string[] itemsField; + + private ItemsChoiceType31[] itemsElementNameField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("MessageGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RootOwnerDecisionGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RootProtocolGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType31[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType31 + { + + /// + MessageGUID, + + /// + RootOwnerDecisionGUID, + + /// + RootProtocolGUID, + + /// + VotingProtocolGUID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportOwnerDecisionRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportOwnerDecisionRequest exportOwnerDecisionRequest; + + public exportOwnerDecisionRequest1() + { + } + + public exportOwnerDecisionRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportOwnerDecisionRequest exportOwnerDecisionRequest) + { + this.RequestHeader = RequestHeader; + this.exportOwnerDecisionRequest = exportOwnerDecisionRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportOwnerDecisionResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportOwnerDecisionResponse() + { + } + + public exportOwnerDecisionResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportCAChAsyncRequest : BaseType + { + + private exportCAChRequestCriteriaType[] criteriaField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Criteria", Order=0)] + public exportCAChRequestCriteriaType[] Criteria + { + get + { + return this.criteriaField; + } + set + { + this.criteriaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportCAChDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportCAChAsyncRequest exportCAChAsyncRequest; + + public exportCAChDataRequest() + { + } + + public exportCAChDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportCAChAsyncRequest exportCAChAsyncRequest) + { + this.RequestHeader = RequestHeader; + this.exportCAChAsyncRequest = exportCAChAsyncRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportCAChDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportCAChDataResponse() + { + } + + public exportCAChDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequest : BaseType + { + + private object itemField; + + private bool inheritMissingValuesField; + + private bool inheritMissingValuesFieldSpecified; + + private string versionField; + + public importHouseUORequest() + { + this.inheritMissingValuesField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouse", typeof(importHouseUORequestApartmentHouse), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouse", typeof(importHouseUORequestLivingHouse), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool InheritMissingValues + { + get + { + return this.inheritMissingValuesField; + } + set + { + this.inheritMissingValuesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InheritMissingValuesSpecified + { + get + { + return this.inheritMissingValuesFieldSpecified; + } + set + { + this.inheritMissingValuesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouse + { + + private object itemField; + + private importHouseUORequestApartmentHouseNonResidentialPremiseToCreate[] nonResidentialPremiseToCreateField; + + private importHouseUORequestApartmentHouseNonResidentialPremiseToUpdate[] nonResidentialPremiseToUpdateField; + + private importHouseUORequestApartmentHouseEntranceToCreate[] entranceToCreateField; + + private importHouseUORequestApartmentHouseEntranceToUpdate[] entranceToUpdateField; + + private importHouseUORequestApartmentHouseResidentialPremises[] residentialPremisesField; + + private importHouseUORequestApartmentHouseLiftToCreate[] liftToCreateField; + + private importHouseUORequestApartmentHouseLiftToUpdate[] liftToUpdateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToCreate", typeof(importHouseUORequestApartmentHouseApartmentHouseToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToUpdate", typeof(importHouseUORequestApartmentHouseApartmentHouseToUpdate), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToCreate", Order=1)] + public importHouseUORequestApartmentHouseNonResidentialPremiseToCreate[] NonResidentialPremiseToCreate + { + get + { + return this.nonResidentialPremiseToCreateField; + } + set + { + this.nonResidentialPremiseToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToUpdate", Order=2)] + public importHouseUORequestApartmentHouseNonResidentialPremiseToUpdate[] NonResidentialPremiseToUpdate + { + get + { + return this.nonResidentialPremiseToUpdateField; + } + set + { + this.nonResidentialPremiseToUpdateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceToCreate", Order=3)] + public importHouseUORequestApartmentHouseEntranceToCreate[] EntranceToCreate + { + get + { + return this.entranceToCreateField; + } + set + { + this.entranceToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceToUpdate", Order=4)] + public importHouseUORequestApartmentHouseEntranceToUpdate[] EntranceToUpdate + { + get + { + return this.entranceToUpdateField; + } + set + { + this.entranceToUpdateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=5)] + public importHouseUORequestApartmentHouseResidentialPremises[] ResidentialPremises + { + get + { + return this.residentialPremisesField; + } + set + { + this.residentialPremisesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LiftToCreate", Order=6)] + public importHouseUORequestApartmentHouseLiftToCreate[] LiftToCreate + { + get + { + return this.liftToCreateField; + } + set + { + this.liftToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LiftToUpdate", Order=7)] + public importHouseUORequestApartmentHouseLiftToUpdate[] LiftToUpdate + { + get + { + return this.liftToUpdateField; + } + set + { + this.liftToUpdateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseApartmentHouseToCreate : ApartmentHouseUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseApartmentHouseToUpdate : ApartmentHouseUpdateUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseNonResidentialPremiseToCreate : NonResidentialPremisesUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseNonResidentialPremiseToUpdate : NonResidentialPremisesUpdateUOType + { + + private string transportGUIDField; + + private string premisesGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseEntranceToCreate : EntranceUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseEntranceToUpdate : EntranceUpdateUOType + { + + private string transportGUIDField; + + private string entranceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string EntranceGUID + { + get + { + return this.entranceGUIDField; + } + set + { + this.entranceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseResidentialPremises + { + + private GKN_EGRP_KeyType itemField; + + private importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToCreate[] livingRoomToCreateField; + + private importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] livingRoomToUpdateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToCreate", typeof(importHouseUORequestApartmentHouseResidentialPremisesResidentialPremisesToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToUpdate", typeof(importHouseUORequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate), Order=0)] + public GKN_EGRP_KeyType Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] + public importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToCreate[] LivingRoomToCreate + { + get + { + return this.livingRoomToCreateField; + } + set + { + this.livingRoomToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] + public importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] LivingRoomToUpdate + { + get + { + return this.livingRoomToUpdateField; + } + set + { + this.livingRoomToUpdateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseResidentialPremisesResidentialPremisesToCreate : ResidentialPremisesUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate : ResidentialPremisesUpdateUOType + { + + private string transportGUIDField; + + private string premisesGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToCreate : RoomUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToUpdate : RoomUpdateUOType + { + + private string transportGUIDField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseLiftToCreate : LiftUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestApartmentHouseLiftToUpdate : LiftUpdateUOType + { + + private string transportGUIDField; + + private string liftGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LiftGUID + { + get + { + return this.liftGUIDField; + } + set + { + this.liftGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouse + { + + private object itemField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingHouseToCreate", typeof(importHouseUORequestLivingHouseLivingHouseToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouseToUpdate", typeof(importHouseUORequestLivingHouseLivingHouseToUpdate), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Blocks", typeof(importHouseUORequestLivingHouseBlocks), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", typeof(importHouseUORequestLivingHouseLivingRoomToCreate), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", typeof(importHouseUORequestLivingHouseLivingRoomToUpdate), Order=1)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseLivingHouseToCreate : LivingHouseUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseLivingHouseToUpdate : LivingHouseUpdateUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseBlocks + { + + private GKN_EGRP_KeyType itemField; + + private importHouseUORequestLivingHouseBlocksLivingRoomToCreate[] livingRoomToCreateField; + + private importHouseUORequestLivingHouseBlocksLivingRoomToUpdate[] livingRoomToUpdateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("BlockToCreate", typeof(importHouseUORequestLivingHouseBlocksBlockToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("BlockToUpdate", typeof(importHouseUORequestLivingHouseBlocksBlockToUpdate), Order=0)] + public GKN_EGRP_KeyType Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] + public importHouseUORequestLivingHouseBlocksLivingRoomToCreate[] LivingRoomToCreate + { + get + { + return this.livingRoomToCreateField; + } + set + { + this.livingRoomToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] + public importHouseUORequestLivingHouseBlocksLivingRoomToUpdate[] LivingRoomToUpdate + { + get + { + return this.livingRoomToUpdateField; + } + set + { + this.livingRoomToUpdateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseBlocksBlockToCreate : BlockUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseBlocksBlockToUpdate : BlockUpdateUOType + { + + private string transportGUIDField; + + private string blockGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string BlockGUID + { + get + { + return this.blockGUIDField; + } + set + { + this.blockGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseBlocksLivingRoomToCreate : RoomUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseBlocksLivingRoomToUpdate : RoomUpdateUOType + { + + private string transportGUIDField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseLivingRoomToCreate : RoomUOType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseUORequestLivingHouseLivingRoomToUpdate : RoomUpdateUOType + { + + private string transportGUIDField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importHouseUODataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importHouseUORequest importHouseUORequest; + + public importHouseUODataRequest() + { + } + + public importHouseUODataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importHouseUORequest importHouseUORequest) + { + this.RequestHeader = RequestHeader; + this.importHouseUORequest = importHouseUORequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importHouseUODataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importHouseUODataResponse() + { + } + + public importHouseUODataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequest : BaseType + { + + private object itemField; + + private bool inheritMissingValuesField; + + private bool inheritMissingValuesFieldSpecified; + + private string versionField; + + public importHouseOMSRequest() + { + this.inheritMissingValuesField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouse", typeof(importHouseOMSRequestApartmentHouse), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouse", typeof(importHouseOMSRequestLivingHouse), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool InheritMissingValues + { + get + { + return this.inheritMissingValuesField; + } + set + { + this.inheritMissingValuesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InheritMissingValuesSpecified + { + get + { + return this.inheritMissingValuesFieldSpecified; + } + set + { + this.inheritMissingValuesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouse + { + + private object itemField; + + private importHouseOMSRequestApartmentHouseNonResidentialPremiseToCreate[] nonResidentialPremiseToCreateField; + + private importHouseOMSRequestApartmentHouseNonResidentialPremiseToUpdate[] nonResidentialPremiseToUpdateField; + + private importHouseOMSRequestApartmentHouseEntranceToCreate[] entranceToCreateField; + + private importHouseOMSRequestApartmentHouseEntranceToUpdate[] entranceToUpdateField; + + private importHouseOMSRequestApartmentHouseResidentialPremises[] residentialPremisesField; + + private importHouseOMSRequestApartmentHouseLiftToCreate[] liftToCreateField; + + private importHouseOMSRequestApartmentHouseLiftToUpdate[] liftToUpdateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToCreate", typeof(importHouseOMSRequestApartmentHouseApartmentHouseToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToUpdate", typeof(importHouseOMSRequestApartmentHouseApartmentHouseToUpdate), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToCreate", Order=1)] + public importHouseOMSRequestApartmentHouseNonResidentialPremiseToCreate[] NonResidentialPremiseToCreate + { + get + { + return this.nonResidentialPremiseToCreateField; + } + set + { + this.nonResidentialPremiseToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToUpdate", Order=2)] + public importHouseOMSRequestApartmentHouseNonResidentialPremiseToUpdate[] NonResidentialPremiseToUpdate + { + get + { + return this.nonResidentialPremiseToUpdateField; + } + set + { + this.nonResidentialPremiseToUpdateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceToCreate", Order=3)] + public importHouseOMSRequestApartmentHouseEntranceToCreate[] EntranceToCreate + { + get + { + return this.entranceToCreateField; + } + set + { + this.entranceToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceToUpdate", Order=4)] + public importHouseOMSRequestApartmentHouseEntranceToUpdate[] EntranceToUpdate + { + get + { + return this.entranceToUpdateField; + } + set + { + this.entranceToUpdateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=5)] + public importHouseOMSRequestApartmentHouseResidentialPremises[] ResidentialPremises + { + get + { + return this.residentialPremisesField; + } + set + { + this.residentialPremisesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LiftToCreate", Order=6)] + public importHouseOMSRequestApartmentHouseLiftToCreate[] LiftToCreate + { + get + { + return this.liftToCreateField; + } + set + { + this.liftToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LiftToUpdate", Order=7)] + public importHouseOMSRequestApartmentHouseLiftToUpdate[] LiftToUpdate + { + get + { + return this.liftToUpdateField; + } + set + { + this.liftToUpdateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseApartmentHouseToCreate : ApartmentHouseOMSType + { + + private nsiRef houseManagementTypeField; + + private string transportGUIDField; + + private System.DateTime managementPeriodFromField; + + private bool managementPeriodFromFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef HouseManagementType + { + get + { + return this.houseManagementTypeField; + } + set + { + this.houseManagementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime ManagementPeriodFrom + { + get + { + return this.managementPeriodFromField; + } + set + { + this.managementPeriodFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ManagementPeriodFromSpecified + { + get + { + return this.managementPeriodFromFieldSpecified; + } + set + { + this.managementPeriodFromFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseApartmentHouseToUpdate : ApartmentHouseUpdateOMSType + { + + private string transportGUIDField; + + private nsiRef houseManagementTypeField; + + private System.DateTime managementPeriodFromField; + + private bool managementPeriodFromFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef HouseManagementType + { + get + { + return this.houseManagementTypeField; + } + set + { + this.houseManagementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime ManagementPeriodFrom + { + get + { + return this.managementPeriodFromField; + } + set + { + this.managementPeriodFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ManagementPeriodFromSpecified + { + get + { + return this.managementPeriodFromFieldSpecified; + } + set + { + this.managementPeriodFromFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseNonResidentialPremiseToCreate : NonResidentialPremisesOMSType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseNonResidentialPremiseToUpdate : NonResidentialPremisesUpdateOMSType + { + + private string transportGUIDField; + + private string premisesGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseEntranceToCreate : EntranceOMSType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseEntranceToUpdate : EntranceUpdateOMSType + { + + private string transportGUIDField; + + private string entranceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string EntranceGUID + { + get + { + return this.entranceGUIDField; + } + set + { + this.entranceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseResidentialPremises + { + + private GKN_EGRP_KeyType itemField; + + private importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToCreate[] livingRoomToCreateField; + + private importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] livingRoomToUpdateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToCreate", typeof(importHouseOMSRequestApartmentHouseResidentialPremisesResidentialPremisesToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToUpdate", typeof(importHouseOMSRequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate), Order=0)] + public GKN_EGRP_KeyType Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] + public importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToCreate[] LivingRoomToCreate + { + get + { + return this.livingRoomToCreateField; + } + set + { + this.livingRoomToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] + public importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] LivingRoomToUpdate + { + get + { + return this.livingRoomToUpdateField; + } + set + { + this.livingRoomToUpdateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseResidentialPremisesResidentialPremisesToCreate : ResidentialPremisesOMSType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate : ResidentialPremisesUpdateOMSType + { + + private string transportGUIDField; + + private string premisesGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToCreate : RoomOMSType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToUpdate : RoomUpdateOMSType + { + + private string transportGUIDField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseLiftToCreate : LiftOMSType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestApartmentHouseLiftToUpdate : LiftUpdateOMSType + { + + private string transportGUIDField; + + private string liftGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LiftGUID + { + get + { + return this.liftGUIDField; + } + set + { + this.liftGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouse + { + + private object itemField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingHouseToCreate", typeof(importHouseOMSRequestLivingHouseLivingHouseToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("LivingHouseToUpdate", typeof(importHouseOMSRequestLivingHouseLivingHouseToUpdate), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Blocks", typeof(importHouseOMSRequestLivingHouseBlocks), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", typeof(importHouseOMSRequestLivingHouseLivingRoomToCreate), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", typeof(importHouseOMSRequestLivingHouseLivingRoomToUpdate), Order=1)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseLivingHouseToCreate : LivingHouseOMSType + { + + private string transportGUIDField; + + private nsiRef houseManagementTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef HouseManagementType + { + get + { + return this.houseManagementTypeField; + } + set + { + this.houseManagementTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseLivingHouseToUpdate : LivingHouseUpdateOMSType + { + + private string transportGUIDField; + + private nsiRef houseManagementTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef HouseManagementType + { + get + { + return this.houseManagementTypeField; + } + set + { + this.houseManagementTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseBlocks + { + + private GKN_EGRP_KeyType itemField; + + private importHouseOMSRequestLivingHouseBlocksLivingRoomToCreate[] livingRoomToCreateField; + + private importHouseOMSRequestLivingHouseBlocksLivingRoomToUpdate[] livingRoomToUpdateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("BlockToCreate", typeof(importHouseOMSRequestLivingHouseBlocksBlockToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("BlockToUpdate", typeof(importHouseOMSRequestLivingHouseBlocksBlockToUpdate), Order=0)] + public GKN_EGRP_KeyType Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] + public importHouseOMSRequestLivingHouseBlocksLivingRoomToCreate[] LivingRoomToCreate + { + get + { + return this.livingRoomToCreateField; + } + set + { + this.livingRoomToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] + public importHouseOMSRequestLivingHouseBlocksLivingRoomToUpdate[] LivingRoomToUpdate + { + get + { + return this.livingRoomToUpdateField; + } + set + { + this.livingRoomToUpdateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseBlocksBlockToCreate : BlockOMSType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseBlocksBlockToUpdate : BlockUpdateOMSType + { + + private string transportGUIDField; + + private string blockGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string BlockGUID + { + get + { + return this.blockGUIDField; + } + set + { + this.blockGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseBlocksLivingRoomToCreate : RoomOMSType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseBlocksLivingRoomToUpdate : RoomUpdateOMSType + { + + private string transportGUIDField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseLivingRoomToCreate : RoomOMSType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseOMSRequestLivingHouseLivingRoomToUpdate : RoomUpdateOMSType + { + + private string transportGUIDField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importHouseOMSDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importHouseOMSRequest importHouseOMSRequest; + + public importHouseOMSDataRequest() + { + } + + public importHouseOMSDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importHouseOMSRequest importHouseOMSRequest) + { + this.RequestHeader = RequestHeader; + this.importHouseOMSRequest = importHouseOMSRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importHouseOMSDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importHouseOMSDataResponse() + { + } + + public importHouseOMSDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequest : BaseType + { + + private importHouseESPRequestApartmentHouse apartmentHouseField; + + private bool inheritMissingValuesField; + + private bool inheritMissingValuesFieldSpecified; + + private string versionField; + + public importHouseESPRequest() + { + this.inheritMissingValuesField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public importHouseESPRequestApartmentHouse ApartmentHouse + { + get + { + return this.apartmentHouseField; + } + set + { + this.apartmentHouseField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool InheritMissingValues + { + get + { + return this.inheritMissingValuesField; + } + set + { + this.inheritMissingValuesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool InheritMissingValuesSpecified + { + get + { + return this.inheritMissingValuesFieldSpecified; + } + set + { + this.inheritMissingValuesFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouse + { + + private object itemField; + + private importHouseESPRequestApartmentHouseNonResidentialPremiseToCreate[] nonResidentialPremiseToCreateField; + + private importHouseESPRequestApartmentHouseNonResidentialPremiseToUpdate[] nonResidentialPremiseToUpdateField; + + private importHouseESPRequestApartmentHouseEntranceToCreate[] entranceToCreateField; + + private importHouseESPRequestApartmentHouseEntranceToUpdate[] entranceToUpdateField; + + private importHouseESPRequestApartmentHouseResidentialPremises[] residentialPremisesField; + + private importHouseESPRequestApartmentHouseLiftToCreate[] liftToCreateField; + + private importHouseESPRequestApartmentHouseLiftToUpdate[] liftToUpdateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToCreate", typeof(importHouseESPRequestApartmentHouseApartmentHouseToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToUpdate", typeof(importHouseESPRequestApartmentHouseApartmentHouseToUpdate), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToCreate", Order=1)] + public importHouseESPRequestApartmentHouseNonResidentialPremiseToCreate[] NonResidentialPremiseToCreate + { + get + { + return this.nonResidentialPremiseToCreateField; + } + set + { + this.nonResidentialPremiseToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToUpdate", Order=2)] + public importHouseESPRequestApartmentHouseNonResidentialPremiseToUpdate[] NonResidentialPremiseToUpdate + { + get + { + return this.nonResidentialPremiseToUpdateField; + } + set + { + this.nonResidentialPremiseToUpdateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceToCreate", Order=3)] + public importHouseESPRequestApartmentHouseEntranceToCreate[] EntranceToCreate + { + get + { + return this.entranceToCreateField; + } + set + { + this.entranceToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EntranceToUpdate", Order=4)] + public importHouseESPRequestApartmentHouseEntranceToUpdate[] EntranceToUpdate + { + get + { + return this.entranceToUpdateField; + } + set + { + this.entranceToUpdateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=5)] + public importHouseESPRequestApartmentHouseResidentialPremises[] ResidentialPremises + { + get + { + return this.residentialPremisesField; + } + set + { + this.residentialPremisesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LiftToCreate", Order=6)] + public importHouseESPRequestApartmentHouseLiftToCreate[] LiftToCreate + { + get + { + return this.liftToCreateField; + } + set + { + this.liftToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LiftToUpdate", Order=7)] + public importHouseESPRequestApartmentHouseLiftToUpdate[] LiftToUpdate + { + get + { + return this.liftToUpdateField; + } + set + { + this.liftToUpdateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseApartmentHouseToCreate : ApartmentHouseESPType + { + + private string transportGUIDField; + + private nsiRef houseManagementTypeField; + + private System.DateTime managementPeriodFromField; + + private bool managementPeriodFromFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef HouseManagementType + { + get + { + return this.houseManagementTypeField; + } + set + { + this.houseManagementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime ManagementPeriodFrom + { + get + { + return this.managementPeriodFromField; + } + set + { + this.managementPeriodFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ManagementPeriodFromSpecified + { + get + { + return this.managementPeriodFromFieldSpecified; + } + set + { + this.managementPeriodFromFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseApartmentHouseToUpdate : ApartmentHouseUpdateESPType + { + + private string transportGUIDField; + + private nsiRef houseManagementTypeField; + + private System.DateTime managementPeriodFromField; + + private bool managementPeriodFromFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef HouseManagementType + { + get + { + return this.houseManagementTypeField; + } + set + { + this.houseManagementTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime ManagementPeriodFrom + { + get + { + return this.managementPeriodFromField; + } + set + { + this.managementPeriodFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ManagementPeriodFromSpecified + { + get + { + return this.managementPeriodFromFieldSpecified; + } + set + { + this.managementPeriodFromFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseNonResidentialPremiseToCreate : NonResidentialPremisesESPType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseNonResidentialPremiseToUpdate : NonResidentialPremisesUpdateESPType + { + + private string transportGUIDField; + + private string premisesGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseEntranceToCreate : EntranceESPType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseEntranceToUpdate : EntranceUpdateESPType + { + + private string transportGUIDField; + + private string entranceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string EntranceGUID + { + get + { + return this.entranceGUIDField; + } + set + { + this.entranceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseResidentialPremises + { + + private GKN_EGRP_KeyType itemField; + + private importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToCreate[] livingRoomToCreateField; + + private importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] livingRoomToUpdateField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToCreate", typeof(importHouseESPRequestApartmentHouseResidentialPremisesResidentialPremisesToCreate), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToUpdate", typeof(importHouseESPRequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate), Order=0)] + public GKN_EGRP_KeyType Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] + public importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToCreate[] LivingRoomToCreate + { + get + { + return this.livingRoomToCreateField; + } + set + { + this.livingRoomToCreateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] + public importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] LivingRoomToUpdate + { + get + { + return this.livingRoomToUpdateField; + } + set + { + this.livingRoomToUpdateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseResidentialPremisesResidentialPremisesToCreate : ResidentialPremisesESPType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate : ResidentialPremisesUpdateESPType + { + + private string transportGUIDField; + + private string premisesGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PremisesGUID + { + get + { + return this.premisesGUIDField; + } + set + { + this.premisesGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToCreate : RoomESPType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToUpdate : RoomUpdateESPType + { + + private string transportGUIDField; + + private string livingRoomGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LivingRoomGUID + { + get + { + return this.livingRoomGUIDField; + } + set + { + this.livingRoomGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseLiftToCreate : LiftESPType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importHouseESPRequestApartmentHouseLiftToUpdate : LiftUpdateESPType + { + + private string transportGUIDField; + + private string liftGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string LiftGUID + { + get + { + return this.liftGUIDField; + } + set + { + this.liftGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importHouseESPDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importHouseESPRequest importHouseESPRequest; + + public importHouseESPDataRequest() + { + } + + public importHouseESPDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importHouseESPRequest importHouseESPRequest) + { + this.RequestHeader = RequestHeader; + this.importHouseESPRequest = importHouseESPRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importHouseESPDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importHouseESPDataResponse() + { + } + + public importHouseESPDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractRequest : BaseType + { + + private importSupplyResourceContractRequestContract[] contractField; + + private string versionField; + + public importSupplyResourceContractRequest() + { + this.versionField = "11.3.0.5"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] + public importSupplyResourceContractRequestContract[] Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractRequestContract + { + + private string transportGUIDField; + + private string itemField; + + private ItemChoiceType32 itemElementNameField; + + private object item1Field; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType32 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AnnulmentContract", typeof(AnnulmentType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("RollOverContract", typeof(importSupplyResourceContractRequestContractRollOverContract), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("SupplyResourceContract", typeof(SupplyResourceContractType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("TerminateContract", typeof(importSupplyResourceContractRequestContractTerminateContract), Order=3)] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType32 + { + + /// + ContractGUID, + + /// + ContractRootGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractRequestContractRollOverContract + { + + private System.DateTime rollOverDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime RollOverDate + { + get + { + return this.rollOverDateField; + } + set + { + this.rollOverDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractRequestContractTerminateContract : TerminateType + { + + private nsiRef reasonRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef ReasonRef + { + get + { + return this.reasonRefField; + } + set + { + this.reasonRefField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importSupplyResourceContractDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importSupplyResourceContractRequest importSupplyResourceContractRequest; + + public importSupplyResourceContractDataRequest() + { + } + + public importSupplyResourceContractDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importSupplyResourceContractRequest importSupplyResourceContractRequest) + { + this.RequestHeader = RequestHeader; + this.importSupplyResourceContractRequest = importSupplyResourceContractRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importSupplyResourceContractDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importSupplyResourceContractDataResponse() + { + } + + public importSupplyResourceContractDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractRequest : BaseType + { + + private object[] itemsField; + + private ItemsChoiceType32[] itemsElementNameField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractSubject", typeof(exportSupplyResourceContractRequestContractSubject), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ExportContractRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SigningDateEnd", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SigningDateStart", typeof(System.DateTime), DataType="date", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType32[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractRequestContractSubject + { + + private exportSupplyResourceContractRequestContractSubjectServiceType serviceTypeField; + + private nsiRef municipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportSupplyResourceContractRequestContractSubjectServiceType ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractRequestContractSubjectServiceType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType32 + { + + /// + ContractGUID, + + /// + ContractNumber, + + /// + ContractRootGUID, + + /// + ContractSubject, + + /// + ExportContractRootGUID, + + /// + FIASHouseGuid, + + /// + SigningDateEnd, + + /// + SigningDateStart, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportSupplyResourceContractDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportSupplyResourceContractRequest exportSupplyResourceContractRequest; + + public exportSupplyResourceContractDataRequest() + { + } + + public exportSupplyResourceContractDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportSupplyResourceContractRequest exportSupplyResourceContractRequest) + { + this.RequestHeader = RequestHeader; + this.exportSupplyResourceContractRequest = exportSupplyResourceContractRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportSupplyResourceContractDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportSupplyResourceContractDataResponse() + { + } + + public exportSupplyResourceContractDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importAccountIndividualServicesRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public importAccountIndividualServicesRequest() + { + this.versionField = "11.0.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteIndividualService", typeof(importAccountIndividualServicesRequestDeleteIndividualService), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("IndividualService", typeof(importAccountIndividualServicesRequestIndividualService), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importAccountIndividualServicesRequestDeleteIndividualService + { + + private string transportGUIDField; + + private string accountIndividualServiceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string AccountIndividualServiceGUID + { + get + { + return this.accountIndividualServiceGUIDField; + } + set + { + this.accountIndividualServiceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importAccountIndividualServicesRequestIndividualService : AccountIndividualServiceType + { + + private string transportGUIDField; + + private string itemField; + + private ItemChoiceType33 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("AccountIndividualServiceGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType33 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType33 + { + + /// + AccountGUID, + + /// + AccountIndividualServiceGUID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importAccountIndividualServicesRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importAccountIndividualServicesRequest importAccountIndividualServicesRequest; + + public importAccountIndividualServicesRequest1() + { + } + + public importAccountIndividualServicesRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importAccountIndividualServicesRequest importAccountIndividualServicesRequest) + { + this.RequestHeader = RequestHeader; + this.importAccountIndividualServicesRequest = importAccountIndividualServicesRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importAccountIndividualServicesResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importAccountIndividualServicesResponse() + { + } + + public importAccountIndividualServicesResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportAccountIndividualServicesRequest : BaseType + { + + private string[] itemsField; + + private ItemsChoiceType33[] itemsElementNameField; + + private string versionField; + + public exportAccountIndividualServicesRequest() + { + this.versionField = "11.0.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountGuid", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("AccountIndividualServiceGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType33[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType33 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:AccountGuid")] + AccountGuid, + + /// + AccountIndividualServiceGUID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportAccountIndividualServicesRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportAccountIndividualServicesRequest exportAccountIndividualServicesRequest; + + public exportAccountIndividualServicesRequest1() + { + } + + public exportAccountIndividualServicesRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportAccountIndividualServicesRequest exportAccountIndividualServicesRequest) + { + this.RequestHeader = RequestHeader; + this.exportAccountIndividualServicesRequest = exportAccountIndividualServicesRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportAccountIndividualServicesResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportAccountIndividualServicesResponse() + { + } + + public exportAccountIndividualServicesResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportSupplyResourceContractObjectAddressRequest : BaseType + { + + private string[] itemsField; + + private ItemsChoiceType34[] itemsElementNameField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ExportObjectGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType34[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType34 + { + + /// + ContractGUID, + + /// + ContractRootGUID, + + /// + ExportObjectGUID, + + /// + FIASHouseGuid, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportSupplyResourceContractObjectAddressDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportSupplyResourceContractObjectAddressRequest exportSupplyResourceContractObjectAddressRequest; + + public exportSupplyResourceContractObjectAddressDataRequest() + { + } + + public exportSupplyResourceContractObjectAddressDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportSupplyResourceContractObjectAddressRequest exportSupplyResourceContractObjectAddressRequest) + { + this.RequestHeader = RequestHeader; + this.exportSupplyResourceContractObjectAddressRequest = exportSupplyResourceContractObjectAddressRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportSupplyResourceContractObjectAddressDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportSupplyResourceContractObjectAddressDataResponse() + { + } + + public exportSupplyResourceContractObjectAddressDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequest : BaseType + { + + private string itemField; + + private ItemChoiceType34 itemElementNameField; + + private importSupplyResourceContractObjectAddressRequestObjectAddress[] objectAddressField; + + private string versionField; + + public importSupplyResourceContractObjectAddressRequest() + { + this.versionField = "11.7.0.3"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType34 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=2)] + public importSupplyResourceContractObjectAddressRequestObjectAddress[] ObjectAddress + { + get + { + return this.objectAddressField; + } + set + { + this.objectAddressField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType34 + { + + /// + ContractGUID, + + /// + ContractRootGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddress + { + + private string transportGUIDField; + + private string objectGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ObjectGUID + { + get + { + return this.objectGUIDField; + } + set + { + this.objectGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteObject", typeof(bool), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("LoadObject", typeof(importSupplyResourceContractObjectAddressRequestObjectAddressLoadObject), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObject : ObjectAddressType + { + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPair[] pairField; + + private bool noConnectionToWaterSupplyField; + + private bool noConnectionToWaterSupplyFieldSpecified; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQuality[] qualityField; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectOtherQualityIndicator[] otherQualityIndicatorField; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTemperatureChart[] temperatureChartField; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPlannedVolume[] plannedVolumeField; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectCountingResource countingResourceField; + + private bool countingResourceFieldSpecified; + + private bool meteringDeviceInformationField; + + private bool meteringDeviceInformationFieldSpecified; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTariff[] tariffField; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectNorm[] normField; + + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObject() + { + this.noConnectionToWaterSupplyField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Pair", Order=0)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPair[] Pair + { + get + { + return this.pairField; + } + set + { + this.pairField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool NoConnectionToWaterSupply + { + get + { + return this.noConnectionToWaterSupplyField; + } + set + { + this.noConnectionToWaterSupplyField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool NoConnectionToWaterSupplySpecified + { + get + { + return this.noConnectionToWaterSupplyFieldSpecified; + } + set + { + this.noConnectionToWaterSupplyFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Quality", Order=2)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQuality[] Quality + { + get + { + return this.qualityField; + } + set + { + this.qualityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=3)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectOtherQualityIndicator[] OtherQualityIndicator + { + get + { + return this.otherQualityIndicatorField; + } + set + { + this.otherQualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("TemperatureChart", Order=4)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTemperatureChart[] TemperatureChart + { + get + { + return this.temperatureChartField; + } + set + { + this.temperatureChartField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PlannedVolume", Order=5)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPlannedVolume[] PlannedVolume + { + get + { + return this.plannedVolumeField; + } + set + { + this.plannedVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectCountingResource CountingResource + { + get + { + return this.countingResourceField; + } + set + { + this.countingResourceField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool CountingResourceSpecified + { + get + { + return this.countingResourceFieldSpecified; + } + set + { + this.countingResourceFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool MeteringDeviceInformation + { + get + { + return this.meteringDeviceInformationField; + } + set + { + this.meteringDeviceInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MeteringDeviceInformationSpecified + { + get + { + return this.meteringDeviceInformationFieldSpecified; + } + set + { + this.meteringDeviceInformationFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Tariff", Order=8)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTariff[] Tariff + { + get + { + return this.tariffField; + } + set + { + this.tariffField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Norm", Order=9)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectNorm[] Norm + { + get + { + return this.normField; + } + set + { + this.normField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPair : ContractSubjectObjectAdressType + { + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemType heatingSystemTypeField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemType HeatingSystemType + { + get + { + return this.heatingSystemTypeField; + } + set + { + this.heatingSystemTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemType + { + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeOpenOrNot openOrNotField; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeCentralizedOrNot centralizedOrNotField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeOpenOrNot OpenOrNot + { + get + { + return this.openOrNotField; + } + set + { + this.openOrNotField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeCentralizedOrNot CentralizedOrNot + { + get + { + return this.centralizedOrNotField; + } + set + { + this.centralizedOrNotField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeOpenOrNot + { + + /// + Opened, + + /// + Closed, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeCentralizedOrNot + { + + /// + Centralized, + + /// + Decentralized, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQuality + { + + private string pairKeyField; + + private nsiRef qualityIndicatorField; + + private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQualityIndicatorValue indicatorValueField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef QualityIndicator + { + get + { + return this.qualityIndicatorField; + } + set + { + this.qualityIndicatorField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQualityIndicatorValue IndicatorValue + { + get + { + return this.indicatorValueField; + } + set + { + this.indicatorValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQualityIndicatorValue : IndicatorValueType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectOtherQualityIndicator + { + + private string pairKeyField; + + private string indicatorNameField; + + private object[] itemsField; + + private ItemsChoiceType35[] itemsElementNameField; + + private string additionalInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string IndicatorName + { + get + { + return this.indicatorNameField; + } + set + { + this.indicatorNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType35[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string AdditionalInformation + { + get + { + return this.additionalInformationField; + } + set + { + this.additionalInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType35 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] + OKEI, + + /// + Correspond, + + /// + EndRange, + + /// + Number, + + /// + StartRange, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTemperatureChart + { + + private int outsideTemperatureField; + + private decimal flowLineTemperatureField; + + private decimal oppositeLineTemperatureField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public int OutsideTemperature + { + get + { + return this.outsideTemperatureField; + } + set + { + this.outsideTemperatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal FlowLineTemperature + { + get + { + return this.flowLineTemperatureField; + } + set + { + this.flowLineTemperatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal OppositeLineTemperature + { + get + { + return this.oppositeLineTemperatureField; + } + set + { + this.oppositeLineTemperatureField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPlannedVolume + { + + private string pairKeyField; + + private decimal volumeField; + + private string unitField; + + private string feedingModeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Volume + { + get + { + return this.volumeField; + } + set + { + this.volumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Unit + { + get + { + return this.unitField; + } + set + { + this.unitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string FeedingMode + { + get + { + return this.feedingModeField; + } + set + { + this.feedingModeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectCountingResource + { + + /// + R, + + /// + P, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTariff + { + + private string pairKeyField; + + private string priceGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string PriceGUID + { + get + { + return this.priceGUIDField; + } + set + { + this.priceGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectNorm + { + + private string pairKeyField; + + private string normGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PairKey + { + get + { + return this.pairKeyField; + } + set + { + this.pairKeyField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string NormGUID + { + get + { + return this.normGUIDField; + } + set + { + this.normGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importSupplyResourceContractObjectAddressDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importSupplyResourceContractObjectAddressRequest importSupplyResourceContractObjectAddressRequest; + + public importSupplyResourceContractObjectAddressDataRequest() + { + } + + public importSupplyResourceContractObjectAddressDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importSupplyResourceContractObjectAddressRequest importSupplyResourceContractObjectAddressRequest) + { + this.RequestHeader = RequestHeader; + this.importSupplyResourceContractObjectAddressRequest = importSupplyResourceContractObjectAddressRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importSupplyResourceContractObjectAddressDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importSupplyResourceContractObjectAddressDataResponse() + { + } + + public importSupplyResourceContractObjectAddressDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractProjectRequest : BaseType + { + + private importSupplyResourceContractProjectRequestContract[] contractField; + + private string versionField; + + public importSupplyResourceContractProjectRequest() + { + this.versionField = "11.7.0.3"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] + public importSupplyResourceContractProjectRequestContract[] Contract + { + get + { + return this.contractField; + } + set + { + this.contractField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importSupplyResourceContractProjectRequestContract + { + + private string transportGUIDField; + + private string itemField; + + private ItemChoiceType35 itemElementNameField; + + private object item1Field; + + private Item1ChoiceType10 item1ElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType35 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractProject", typeof(SupplyResourceContractProjectType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("DeleteContractProject", typeof(bool), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("PlacingContractProject", typeof(bool), Order=3)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public object Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType10 Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemChoiceType35 + { + + /// + ContractGUID, + + /// + ContractRootGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum Item1ChoiceType10 + { + + /// + ContractProject, + + /// + DeleteContractProject, + + /// + PlacingContractProject, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importSupplyResourceContractProjectDataRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importSupplyResourceContractProjectRequest importSupplyResourceContractProjectRequest; + + public importSupplyResourceContractProjectDataRequest() + { + } + + public importSupplyResourceContractProjectDataRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importSupplyResourceContractProjectRequest importSupplyResourceContractProjectRequest) + { + this.RequestHeader = RequestHeader; + this.importSupplyResourceContractProjectRequest = importSupplyResourceContractProjectRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importSupplyResourceContractProjectDataResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importSupplyResourceContractProjectDataResponse() + { + } + + public importSupplyResourceContractProjectDataResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISRequestHeader : HeaderType + { + + private ISCreator[] iSCreatorField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=0)] + public ISCreator[] ISCreator + { + get + { + return this.iSCreatorField; + } + set + { + this.iSCreatorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportRolloverStatusCAChRequest : BaseType + { + + private System.DateTime dateToField; + + private System.DateTime dateFromField; + + private string[] orgPPAGUIDField; + + private string versionField; + + public exportRolloverStatusCAChRequest() + { + this.versionField = "11.12.0.7"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime DateTo + { + get + { + return this.dateToField; + } + set + { + this.dateToField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateFrom + { + get + { + return this.dateFromField; + } + set + { + this.dateFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] + public string[] orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportRolloverStatusCAChRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportRolloverStatusCAChRequest exportRolloverStatusCAChRequest; + + public exportRolloverStatusCAChRequest1() + { + } + + public exportRolloverStatusCAChRequest1(Hcs.Service.Async.HouseManagement.ISRequestHeader ISRequestHeader, Hcs.Service.Async.HouseManagement.exportRolloverStatusCAChRequest exportRolloverStatusCAChRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportRolloverStatusCAChRequest = exportRolloverStatusCAChRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportRolloverStatusCAChResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportRolloverStatusCAChResponse() + { + } + + public exportRolloverStatusCAChResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractRequest : BaseType + { + + private string nextPageContractRootGUIDField; + + private string nextPageObjectGUIDField; + + private object[] itemsField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string NextPageContractRootGUID + { + get + { + return this.nextPageContractRootGUIDField; + } + set + { + this.nextPageContractRootGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string NextPageObjectGUID + { + get + { + return this.nextPageObjectGUIDField; + } + set + { + this.nextPageObjectGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Criteria", typeof(exportBriefSupplyResourceContractRequestCriteria), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(RegOrgType), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractRequestCriteria + { + + private string fIASHouseGuidField; + + private object[] itemsField; + + private ItemsChoiceType36[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ContractSubject", typeof(exportBriefSupplyResourceContractRequestCriteriaContractSubject), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("SigningDateEnd", typeof(System.DateTime), DataType="date", Order=1)] + [System.Xml.Serialization.XmlElementAttribute("SigningDateStart", typeof(System.DateTime), DataType="date", Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType36[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractRequestCriteriaContractSubject + { + + private exportBriefSupplyResourceContractRequestCriteriaContractSubjectServiceType serviceTypeField; + + private nsiRef municipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportBriefSupplyResourceContractRequestCriteriaContractSubjectServiceType ServiceType + { + get + { + return this.serviceTypeField; + } + set + { + this.serviceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef MunicipalResource + { + get + { + return this.municipalResourceField; + } + set + { + this.municipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSupplyResourceContractRequestCriteriaContractSubjectServiceType : nsiRef + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType36 + { + + /// + ContractGUID, + + /// + ContractNumber, + + /// + ContractRootGUID, + + /// + ContractSubject, + + /// + SigningDateEnd, + + /// + SigningDateStart, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefSupplyResourceContractRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportBriefSupplyResourceContractRequest exportBriefSupplyResourceContractRequest; + + public exportBriefSupplyResourceContractRequest1() + { + } + + public exportBriefSupplyResourceContractRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefSupplyResourceContractRequest exportBriefSupplyResourceContractRequest) + { + this.RequestHeader = RequestHeader; + this.exportBriefSupplyResourceContractRequest = exportBriefSupplyResourceContractRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefSupplyResourceContractResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportBriefSupplyResourceContractResponse() + { + } + + public exportBriefSupplyResourceContractResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSocialHireContractRequest : BaseType + { + + private exportBriefSocialHireContractRequestCriteria[] criteriaField; + + private string versionField; + + public exportBriefSocialHireContractRequest() + { + this.versionField = "11.14.0.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Criteria", Order=0)] + public exportBriefSocialHireContractRequestCriteria[] Criteria + { + get + { + return this.criteriaField; + } + set + { + this.criteriaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefSocialHireContractRequestCriteria + { + + private string fIASHouseGuidField; + + private object[] itemsField; + + private ItemsChoiceType37[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("SigningDateEnd", typeof(System.DateTime), DataType="date", Order=1)] + [System.Xml.Serialization.XmlElementAttribute("SigningDateStart", typeof(System.DateTime), DataType="date", Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Type", typeof(exportBriefSocialHireContractRequestCriteriaType), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType37[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public enum exportBriefSocialHireContractRequestCriteriaType + { + + /// + D, + + /// + M, + + /// + S, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType37 + { + + /// + ContractGUID, + + /// + ContractNumber, + + /// + ContractRootGUID, + + /// + SigningDateEnd, + + /// + SigningDateStart, + + /// + Type, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefSocialHireContractRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportBriefSocialHireContractRequest exportBriefSocialHireContractRequest; + + public exportBriefSocialHireContractRequest1() + { + } + + public exportBriefSocialHireContractRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefSocialHireContractRequest exportBriefSocialHireContractRequest) + { + this.RequestHeader = RequestHeader; + this.exportBriefSocialHireContractRequest = exportBriefSocialHireContractRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefSocialHireContractResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportBriefSocialHireContractResponse() + { + } + + public exportBriefSocialHireContractResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class demolishHouseRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Name="demolishHouseRequest", Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.DemolishHouseRequestType demolishHouseRequest1; + + public demolishHouseRequest() + { + } + + public demolishHouseRequest(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.DemolishHouseRequestType demolishHouseRequest1) + { + this.RequestHeader = RequestHeader; + this.demolishHouseRequest1 = demolishHouseRequest1; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class demolishHouseResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public demolishHouseResponse() + { + } + + public demolishHouseResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefBasicHouseRequest : BaseType + { + + private ExportBriefBasicHouseRequestType[] requestItemField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("RequestItem", Order=0)] + public ExportBriefBasicHouseRequestType[] RequestItem + { + get + { + return this.requestItemField; + } + set + { + this.requestItemField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefBasicHouseRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportBriefBasicHouseRequest exportBriefBasicHouseRequest; + + public exportBriefBasicHouseRequest1() + { + } + + public exportBriefBasicHouseRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefBasicHouseRequest exportBriefBasicHouseRequest) + { + this.RequestHeader = RequestHeader; + this.exportBriefBasicHouseRequest = exportBriefBasicHouseRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefBasicHouseResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportBriefBasicHouseResponse() + { + } + + public exportBriefBasicHouseResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefLivingHouseRequest : BaseType + { + + private ExportBriefLivingHouseRequestType[] requestItemField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("RequestItem", Order=0)] + public ExportBriefLivingHouseRequestType[] RequestItem + { + get + { + return this.requestItemField; + } + set + { + this.requestItemField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefLivingHouseRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportBriefLivingHouseRequest exportBriefLivingHouseRequest; + + public exportBriefLivingHouseRequest1() + { + } + + public exportBriefLivingHouseRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefLivingHouseRequest exportBriefLivingHouseRequest) + { + this.RequestHeader = RequestHeader; + this.exportBriefLivingHouseRequest = exportBriefLivingHouseRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefLivingHouseResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportBriefLivingHouseResponse() + { + } + + public exportBriefLivingHouseResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportBriefApartmentHouseRequest : BaseType + { + + private string houseGuidField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string HouseGuid + { + get + { + return this.houseGuidField; + } + set + { + this.houseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefApartmentHouseRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportBriefApartmentHouseRequest exportBriefApartmentHouseRequest; + + public exportBriefApartmentHouseRequest1() + { + } + + public exportBriefApartmentHouseRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefApartmentHouseRequest exportBriefApartmentHouseRequest) + { + this.RequestHeader = RequestHeader; + this.exportBriefApartmentHouseRequest = exportBriefApartmentHouseRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportBriefApartmentHouseResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportBriefApartmentHouseResponse() + { + } + + public exportBriefApartmentHouseResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importExternalVotingProtocolRequest : BaseType + { + + private string transportGUIDField; + + private string messageGUIDField; + + private ExternalVotingProtocolType externalVotingProtocolField; + + private string versionField; + + public importExternalVotingProtocolRequest() + { + this.versionField = "13.1.8.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public ExternalVotingProtocolType ExternalVotingProtocol + { + get + { + return this.externalVotingProtocolField; + } + set + { + this.externalVotingProtocolField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importExternalVotingProtocolRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importExternalVotingProtocolRequest importExternalVotingProtocolRequest; + + public importExternalVotingProtocolRequest1() + { + } + + public importExternalVotingProtocolRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importExternalVotingProtocolRequest importExternalVotingProtocolRequest) + { + this.RequestHeader = RequestHeader; + this.importExternalVotingProtocolRequest = importExternalVotingProtocolRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importExternalVotingProtocolResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importExternalVotingProtocolResponse() + { + } + + public importExternalVotingProtocolResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importVotingMessageRequest : BaseType + { + + private string transportGUIDField; + + private string messageGUIDField; + + private object itemField; + + private string versionField; + + public importVotingMessageRequest() + { + this.versionField = "15.4.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(AnnulmentProtocolType), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Refuse", typeof(bool), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("VotingMessage", typeof(MessageType), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importVotingMessageRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importVotingMessageRequest importVotingMessageRequest; + + public importVotingMessageRequest1() + { + } + + public importVotingMessageRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importVotingMessageRequest importVotingMessageRequest) + { + this.RequestHeader = RequestHeader; + this.importVotingMessageRequest = importVotingMessageRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importVotingMessageResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importVotingMessageResponse() + { + } + + public importVotingMessageResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportVotingMessageRequest : BaseType + { + + private string[] itemsField; + + private ItemsChoiceType38[] itemsElementNameField; + + private string versionField; + + public exportVotingMessageRequest() + { + this.versionField = "15.4.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MessageGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType38[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType38 + { + + /// + FIASHouseGuid, + + /// + MessageGUID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportVotingMessageRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportVotingMessageRequest exportVotingMessageRequest; + + public exportVotingMessageRequest1() + { + } + + public exportVotingMessageRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportVotingMessageRequest exportVotingMessageRequest) + { + this.RequestHeader = RequestHeader; + this.exportVotingMessageRequest = exportVotingMessageRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportVotingMessageResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportVotingMessageResponse() + { + } + + public exportVotingMessageResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importOwnerRefusalRequest : BaseType + { + + private importOwnerRefusalRequestOwnerRefusal[] ownerRefusalField; + + private string versionField; + + public importOwnerRefusalRequest() + { + this.versionField = "13.1.8.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OwnerRefusal", Order=0)] + public importOwnerRefusalRequestOwnerRefusal[] OwnerRefusal + { + get + { + return this.ownerRefusalField; + } + set + { + this.ownerRefusalField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importOwnerRefusalRequestOwnerRefusal + { + + private string transportGUIDField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(importOwnerRefusalRequestOwnerRefusalAnnulment), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Edit", typeof(importOwnerRefusalRequestOwnerRefusalEdit), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Publish", typeof(importOwnerRefusalRequestOwnerRefusalPublish), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importOwnerRefusalRequestOwnerRefusalAnnulment + { + + private string ownerRefusalGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OwnerRefusalGUID + { + get + { + return this.ownerRefusalGUIDField; + } + set + { + this.ownerRefusalGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importOwnerRefusalRequestOwnerRefusalEdit + { + + private string ownerRefusalGUIDField; + + private OwnerRefusalType ownerRefusalField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OwnerRefusalGUID + { + get + { + return this.ownerRefusalGUIDField; + } + set + { + this.ownerRefusalGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public OwnerRefusalType OwnerRefusal + { + get + { + return this.ownerRefusalField; + } + set + { + this.ownerRefusalField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class importOwnerRefusalRequestOwnerRefusalPublish + { + + private string messageGUIDField; + + private OwnerRefusalType ownerRefusalField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public OwnerRefusalType OwnerRefusal + { + get + { + return this.ownerRefusalField; + } + set + { + this.ownerRefusalField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importOwnerRefusalRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.importOwnerRefusalRequest importOwnerRefusalRequest; + + public importOwnerRefusalRequest1() + { + } + + public importOwnerRefusalRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importOwnerRefusalRequest importOwnerRefusalRequest) + { + this.RequestHeader = RequestHeader; + this.importOwnerRefusalRequest = importOwnerRefusalRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importOwnerRefusalResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public importOwnerRefusalResponse() + { + } + + public importOwnerRefusalResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] + public partial class exportOwnerRefusalRequest : BaseType + { + + private string[] itemsField; + + private ItemsChoiceType39[] itemsElementNameField; + + private string versionField; + + public exportOwnerRefusalRequest() + { + this.versionField = "13.1.8.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MessageGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OwnerRefusalGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType39[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] + public enum ItemsChoiceType39 + { + + /// + MessageGUID, + + /// + OwnerRefusalGUID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportOwnerRefusalRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] + public Hcs.Service.Async.HouseManagement.exportOwnerRefusalRequest exportOwnerRefusalRequest; + + public exportOwnerRefusalRequest1() + { + } + + public exportOwnerRefusalRequest1(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportOwnerRefusalRequest exportOwnerRefusalRequest) + { + this.RequestHeader = RequestHeader; + this.exportOwnerRefusalRequest = exportOwnerRefusalRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportOwnerRefusalResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.HouseManagement.AckRequest AckRequest; + + public exportOwnerRefusalResponse() + { + } + + public exportOwnerRefusalResponse(Hcs.Service.Async.HouseManagement.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public interface HouseManagementPortsTypeAsyncChannel : Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public partial class HouseManagementPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync + { + + /// + /// Реализуйте этот разделяемый метод для настройки конечной точки службы. + /// + /// Настраиваемая конечная точка + /// Учетные данные клиента. + static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); + + public HouseManagementPortsTypeAsyncClient() : + base(HouseManagementPortsTypeAsyncClient.GetDefaultBinding(), HouseManagementPortsTypeAsyncClient.GetDefaultEndpointAddress()) + { + this.Endpoint.Name = EndpointConfiguration.HouseManagementPortAsync.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public HouseManagementPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration) : + base(HouseManagementPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), HouseManagementPortsTypeAsyncClient.GetEndpointAddress(endpointConfiguration)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public HouseManagementPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + base(HouseManagementPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public HouseManagementPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + base(HouseManagementPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public HouseManagementPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.importMeteringDeviceDataRequest1 request) + { + return base.Channel.importMeteringDeviceDataAsync(request); + } + + public System.Threading.Tasks.Task importMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importMeteringDeviceDataRequest importMeteringDeviceDataRequest) + { + Hcs.Service.Async.HouseManagement.importMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.importMeteringDeviceDataRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importMeteringDeviceDataRequest = importMeteringDeviceDataRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importMeteringDeviceDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.exportMeteringDeviceDataRequest1 request) + { + return base.Channel.exportMeteringDeviceDataAsync(request); + } + + public System.Threading.Tasks.Task exportMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportMeteringDeviceDataRequest exportMeteringDeviceDataRequest) + { + Hcs.Service.Async.HouseManagement.exportMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportMeteringDeviceDataRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportMeteringDeviceDataRequest = exportMeteringDeviceDataRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportMeteringDeviceDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportODSPMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.exportODSPMeteringDeviceDataRequest1 request) + { + return base.Channel.exportODSPMeteringDeviceDataAsync(request); + } + + public System.Threading.Tasks.Task exportODSPMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportODSPMeteringDeviceDataRequest exportODSPMeteringDeviceDataRequest) + { + Hcs.Service.Async.HouseManagement.exportODSPMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportODSPMeteringDeviceDataRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportODSPMeteringDeviceDataRequest = exportODSPMeteringDeviceDataRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportODSPMeteringDeviceDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.getStateAsync(Hcs.Service.Async.HouseManagement.getStateRequest1 request) + { + return base.Channel.getStateAsync(request); + } + + public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.getStateRequest getStateRequest) + { + Hcs.Service.Async.HouseManagement.getStateRequest1 inValue = new Hcs.Service.Async.HouseManagement.getStateRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.getStateRequest = getStateRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).getStateAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importContractDataAsync(Hcs.Service.Async.HouseManagement.importContractDataRequest request) + { + return base.Channel.importContractDataAsync(request); + } + + public System.Threading.Tasks.Task importContractDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importContractRequest importContractRequest) + { + Hcs.Service.Async.HouseManagement.importContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.importContractDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importContractRequest = importContractRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importContractDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importCharterDataAsync(Hcs.Service.Async.HouseManagement.importCharterDataRequest request) + { + return base.Channel.importCharterDataAsync(request); + } + + public System.Threading.Tasks.Task importCharterDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importCharterRequest importCharterRequest) + { + Hcs.Service.Async.HouseManagement.importCharterDataRequest inValue = new Hcs.Service.Async.HouseManagement.importCharterDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importCharterRequest = importCharterRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importCharterDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportStatusCAChDataAsync(Hcs.Service.Async.HouseManagement.exportStatusCAChDataRequest request) + { + return base.Channel.exportStatusCAChDataAsync(request); + } + + public System.Threading.Tasks.Task exportStatusCAChDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportStatusCAChRequest exportStatusCAChRequest) + { + Hcs.Service.Async.HouseManagement.exportStatusCAChDataRequest inValue = new Hcs.Service.Async.HouseManagement.exportStatusCAChDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.exportStatusCAChRequest = exportStatusCAChRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportStatusCAChDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportHouseDataAsync(Hcs.Service.Async.HouseManagement.exportHouseDataRequest request) + { + return base.Channel.exportHouseDataAsync(request); + } + + public System.Threading.Tasks.Task exportHouseDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportHouseRequest exportHouseRequest) + { + Hcs.Service.Async.HouseManagement.exportHouseDataRequest inValue = new Hcs.Service.Async.HouseManagement.exportHouseDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.exportHouseRequest = exportHouseRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportHouseDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importAccountDataAsync(Hcs.Service.Async.HouseManagement.importAccountDataRequest request) + { + return base.Channel.importAccountDataAsync(request); + } + + public System.Threading.Tasks.Task importAccountDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importAccountRequest importAccountRequest) + { + Hcs.Service.Async.HouseManagement.importAccountDataRequest inValue = new Hcs.Service.Async.HouseManagement.importAccountDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importAccountRequest = importAccountRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importAccountDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportAccountDataAsync(Hcs.Service.Async.HouseManagement.exportAccountDataRequest request) + { + return base.Channel.exportAccountDataAsync(request); + } + + public System.Threading.Tasks.Task exportAccountDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportAccountRequest exportAccountRequest) + { + Hcs.Service.Async.HouseManagement.exportAccountDataRequest inValue = new Hcs.Service.Async.HouseManagement.exportAccountDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.exportAccountRequest = exportAccountRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportAccountDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.importPublicPropertyContractRequest1 request) + { + return base.Channel.importPublicPropertyContractAsync(request); + } + + public System.Threading.Tasks.Task importPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importPublicPropertyContractRequest importPublicPropertyContractRequest) + { + Hcs.Service.Async.HouseManagement.importPublicPropertyContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.importPublicPropertyContractRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importPublicPropertyContractRequest = importPublicPropertyContractRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importPublicPropertyContractAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportStatusPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.exportStatusPublicPropertyContractRequest1 request) + { + return base.Channel.exportStatusPublicPropertyContractAsync(request); + } + + public System.Threading.Tasks.Task exportStatusPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportStatusPublicPropertyContractRequest exportStatusPublicPropertyContractRequest) + { + Hcs.Service.Async.HouseManagement.exportStatusPublicPropertyContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportStatusPublicPropertyContractRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportStatusPublicPropertyContractRequest = exportStatusPublicPropertyContractRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportStatusPublicPropertyContractAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importNotificationDataAsync(Hcs.Service.Async.HouseManagement.importNotificationDataRequest request) + { + return base.Channel.importNotificationDataAsync(request); + } + + public System.Threading.Tasks.Task importNotificationDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importNotificationRequest importNotificationRequest) + { + Hcs.Service.Async.HouseManagement.importNotificationDataRequest inValue = new Hcs.Service.Async.HouseManagement.importNotificationDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importNotificationRequest = importNotificationRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importNotificationDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importVotingProtocolAsync(Hcs.Service.Async.HouseManagement.importVotingProtocolRequest1 request) + { + return base.Channel.importVotingProtocolAsync(request); + } + + public System.Threading.Tasks.Task importVotingProtocolAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importVotingProtocolRequest importVotingProtocolRequest) + { + Hcs.Service.Async.HouseManagement.importVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.importVotingProtocolRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importVotingProtocolRequest = importVotingProtocolRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importVotingProtocolAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportVotingProtocolAsync(Hcs.Service.Async.HouseManagement.exportVotingProtocolRequest1 request) + { + return base.Channel.exportVotingProtocolAsync(request); + } + + public System.Threading.Tasks.Task exportVotingProtocolAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportVotingProtocolRequest exportVotingProtocolRequest) + { + Hcs.Service.Async.HouseManagement.exportVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportVotingProtocolRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportVotingProtocolRequest = exportVotingProtocolRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportVotingProtocolAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.importOwnerDecisionRequest1 request) + { + return base.Channel.importOwnerDecisionAsync(request); + } + + public System.Threading.Tasks.Task importOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importOwnerDecisionRequest importOwnerDecisionRequest) + { + Hcs.Service.Async.HouseManagement.importOwnerDecisionRequest1 inValue = new Hcs.Service.Async.HouseManagement.importOwnerDecisionRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importOwnerDecisionRequest = importOwnerDecisionRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importOwnerDecisionAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.exportOwnerDecisionRequest1 request) + { + return base.Channel.exportOwnerDecisionAsync(request); + } + + public System.Threading.Tasks.Task exportOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportOwnerDecisionRequest exportOwnerDecisionRequest) + { + Hcs.Service.Async.HouseManagement.exportOwnerDecisionRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportOwnerDecisionRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportOwnerDecisionRequest = exportOwnerDecisionRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportOwnerDecisionAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportCAChDataAsync(Hcs.Service.Async.HouseManagement.exportCAChDataRequest request) + { + return base.Channel.exportCAChDataAsync(request); + } + + public System.Threading.Tasks.Task exportCAChDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportCAChAsyncRequest exportCAChAsyncRequest) + { + Hcs.Service.Async.HouseManagement.exportCAChDataRequest inValue = new Hcs.Service.Async.HouseManagement.exportCAChDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.exportCAChAsyncRequest = exportCAChAsyncRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportCAChDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importHouseUODataAsync(Hcs.Service.Async.HouseManagement.importHouseUODataRequest request) + { + return base.Channel.importHouseUODataAsync(request); + } + + public System.Threading.Tasks.Task importHouseUODataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importHouseUORequest importHouseUORequest) + { + Hcs.Service.Async.HouseManagement.importHouseUODataRequest inValue = new Hcs.Service.Async.HouseManagement.importHouseUODataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importHouseUORequest = importHouseUORequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importHouseUODataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importHouseOMSDataAsync(Hcs.Service.Async.HouseManagement.importHouseOMSDataRequest request) + { + return base.Channel.importHouseOMSDataAsync(request); + } + + public System.Threading.Tasks.Task importHouseOMSDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importHouseOMSRequest importHouseOMSRequest) + { + Hcs.Service.Async.HouseManagement.importHouseOMSDataRequest inValue = new Hcs.Service.Async.HouseManagement.importHouseOMSDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importHouseOMSRequest = importHouseOMSRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importHouseOMSDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importHouseESPDataAsync(Hcs.Service.Async.HouseManagement.importHouseESPDataRequest request) + { + return base.Channel.importHouseESPDataAsync(request); + } + + public System.Threading.Tasks.Task importHouseESPDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importHouseESPRequest importHouseESPRequest) + { + Hcs.Service.Async.HouseManagement.importHouseESPDataRequest inValue = new Hcs.Service.Async.HouseManagement.importHouseESPDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importHouseESPRequest = importHouseESPRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importHouseESPDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.importSupplyResourceContractDataRequest request) + { + return base.Channel.importSupplyResourceContractDataAsync(request); + } + + public System.Threading.Tasks.Task importSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importSupplyResourceContractRequest importSupplyResourceContractRequest) + { + Hcs.Service.Async.HouseManagement.importSupplyResourceContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.importSupplyResourceContractDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importSupplyResourceContractRequest = importSupplyResourceContractRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.exportSupplyResourceContractDataRequest request) + { + return base.Channel.exportSupplyResourceContractDataAsync(request); + } + + public System.Threading.Tasks.Task exportSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportSupplyResourceContractRequest exportSupplyResourceContractRequest) + { + Hcs.Service.Async.HouseManagement.exportSupplyResourceContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.exportSupplyResourceContractDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.exportSupplyResourceContractRequest = exportSupplyResourceContractRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportSupplyResourceContractDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.importAccountIndividualServicesRequest1 request) + { + return base.Channel.importAccountIndividualServicesAsync(request); + } + + public System.Threading.Tasks.Task importAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importAccountIndividualServicesRequest importAccountIndividualServicesRequest) + { + Hcs.Service.Async.HouseManagement.importAccountIndividualServicesRequest1 inValue = new Hcs.Service.Async.HouseManagement.importAccountIndividualServicesRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importAccountIndividualServicesRequest = importAccountIndividualServicesRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importAccountIndividualServicesAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.exportAccountIndividualServicesRequest1 request) + { + return base.Channel.exportAccountIndividualServicesAsync(request); + } + + public System.Threading.Tasks.Task exportAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportAccountIndividualServicesRequest exportAccountIndividualServicesRequest) + { + Hcs.Service.Async.HouseManagement.exportAccountIndividualServicesRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportAccountIndividualServicesRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportAccountIndividualServicesRequest = exportAccountIndividualServicesRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportAccountIndividualServicesAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.exportSupplyResourceContractObjectAddressDataRequest request) + { + return base.Channel.exportSupplyResourceContractObjectAddressDataAsync(request); + } + + public System.Threading.Tasks.Task exportSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportSupplyResourceContractObjectAddressRequest exportSupplyResourceContractObjectAddressRequest) + { + Hcs.Service.Async.HouseManagement.exportSupplyResourceContractObjectAddressDataRequest inValue = new Hcs.Service.Async.HouseManagement.exportSupplyResourceContractObjectAddressDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.exportSupplyResourceContractObjectAddressRequest = exportSupplyResourceContractObjectAddressRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportSupplyResourceContractObjectAddressDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.importSupplyResourceContractObjectAddressDataRequest request) + { + return base.Channel.importSupplyResourceContractObjectAddressDataAsync(request); + } + + public System.Threading.Tasks.Task importSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importSupplyResourceContractObjectAddressRequest importSupplyResourceContractObjectAddressRequest) + { + Hcs.Service.Async.HouseManagement.importSupplyResourceContractObjectAddressDataRequest inValue = new Hcs.Service.Async.HouseManagement.importSupplyResourceContractObjectAddressDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importSupplyResourceContractObjectAddressRequest = importSupplyResourceContractObjectAddressRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractObjectAddressDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importSupplyResourceContractProjectDataAsync(Hcs.Service.Async.HouseManagement.importSupplyResourceContractProjectDataRequest request) + { + return base.Channel.importSupplyResourceContractProjectDataAsync(request); + } + + public System.Threading.Tasks.Task importSupplyResourceContractProjectDataAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importSupplyResourceContractProjectRequest importSupplyResourceContractProjectRequest) + { + Hcs.Service.Async.HouseManagement.importSupplyResourceContractProjectDataRequest inValue = new Hcs.Service.Async.HouseManagement.importSupplyResourceContractProjectDataRequest(); + inValue.RequestHeader = RequestHeader; + inValue.importSupplyResourceContractProjectRequest = importSupplyResourceContractProjectRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractProjectDataAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportRolloverStatusCAChAsync(Hcs.Service.Async.HouseManagement.exportRolloverStatusCAChRequest1 request) + { + return base.Channel.exportRolloverStatusCAChAsync(request); + } + + public System.Threading.Tasks.Task exportRolloverStatusCAChAsync(Hcs.Service.Async.HouseManagement.ISRequestHeader ISRequestHeader, Hcs.Service.Async.HouseManagement.exportRolloverStatusCAChRequest exportRolloverStatusCAChRequest) + { + Hcs.Service.Async.HouseManagement.exportRolloverStatusCAChRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportRolloverStatusCAChRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportRolloverStatusCAChRequest = exportRolloverStatusCAChRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportRolloverStatusCAChAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportBriefSupplyResourceContractAsync(Hcs.Service.Async.HouseManagement.exportBriefSupplyResourceContractRequest1 request) + { + return base.Channel.exportBriefSupplyResourceContractAsync(request); + } + + public System.Threading.Tasks.Task exportBriefSupplyResourceContractAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefSupplyResourceContractRequest exportBriefSupplyResourceContractRequest) + { + Hcs.Service.Async.HouseManagement.exportBriefSupplyResourceContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportBriefSupplyResourceContractRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportBriefSupplyResourceContractRequest = exportBriefSupplyResourceContractRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportBriefSupplyResourceContractAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportBriefSocialHireContractAsync(Hcs.Service.Async.HouseManagement.exportBriefSocialHireContractRequest1 request) + { + return base.Channel.exportBriefSocialHireContractAsync(request); + } + + public System.Threading.Tasks.Task exportBriefSocialHireContractAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefSocialHireContractRequest exportBriefSocialHireContractRequest) + { + Hcs.Service.Async.HouseManagement.exportBriefSocialHireContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportBriefSocialHireContractRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportBriefSocialHireContractRequest = exportBriefSocialHireContractRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportBriefSocialHireContractAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.demolishHouseAsync(Hcs.Service.Async.HouseManagement.demolishHouseRequest request) + { + return base.Channel.demolishHouseAsync(request); + } + + public System.Threading.Tasks.Task demolishHouseAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.DemolishHouseRequestType demolishHouseRequest1) + { + Hcs.Service.Async.HouseManagement.demolishHouseRequest inValue = new Hcs.Service.Async.HouseManagement.demolishHouseRequest(); + inValue.RequestHeader = RequestHeader; + inValue.demolishHouseRequest1 = demolishHouseRequest1; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).demolishHouseAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportBriefBasicHouseAsync(Hcs.Service.Async.HouseManagement.exportBriefBasicHouseRequest1 request) + { + return base.Channel.exportBriefBasicHouseAsync(request); + } + + public System.Threading.Tasks.Task exportBriefBasicHouseAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefBasicHouseRequest exportBriefBasicHouseRequest) + { + Hcs.Service.Async.HouseManagement.exportBriefBasicHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportBriefBasicHouseRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportBriefBasicHouseRequest = exportBriefBasicHouseRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportBriefBasicHouseAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportBriefLivingHouseAsync(Hcs.Service.Async.HouseManagement.exportBriefLivingHouseRequest1 request) + { + return base.Channel.exportBriefLivingHouseAsync(request); + } + + public System.Threading.Tasks.Task exportBriefLivingHouseAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefLivingHouseRequest exportBriefLivingHouseRequest) + { + Hcs.Service.Async.HouseManagement.exportBriefLivingHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportBriefLivingHouseRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportBriefLivingHouseRequest = exportBriefLivingHouseRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportBriefLivingHouseAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportBriefApartmentHouseAsync(Hcs.Service.Async.HouseManagement.exportBriefApartmentHouseRequest1 request) + { + return base.Channel.exportBriefApartmentHouseAsync(request); + } + + public System.Threading.Tasks.Task exportBriefApartmentHouseAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportBriefApartmentHouseRequest exportBriefApartmentHouseRequest) + { + Hcs.Service.Async.HouseManagement.exportBriefApartmentHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportBriefApartmentHouseRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportBriefApartmentHouseRequest = exportBriefApartmentHouseRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportBriefApartmentHouseAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importExternalVotingProtocolAsync(Hcs.Service.Async.HouseManagement.importExternalVotingProtocolRequest1 request) + { + return base.Channel.importExternalVotingProtocolAsync(request); + } + + public System.Threading.Tasks.Task importExternalVotingProtocolAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importExternalVotingProtocolRequest importExternalVotingProtocolRequest) + { + Hcs.Service.Async.HouseManagement.importExternalVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.importExternalVotingProtocolRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importExternalVotingProtocolRequest = importExternalVotingProtocolRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importExternalVotingProtocolAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importVotingMessageAsync(Hcs.Service.Async.HouseManagement.importVotingMessageRequest1 request) + { + return base.Channel.importVotingMessageAsync(request); + } + + public System.Threading.Tasks.Task importVotingMessageAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importVotingMessageRequest importVotingMessageRequest) + { + Hcs.Service.Async.HouseManagement.importVotingMessageRequest1 inValue = new Hcs.Service.Async.HouseManagement.importVotingMessageRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importVotingMessageRequest = importVotingMessageRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importVotingMessageAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportVotingMessageAsync(Hcs.Service.Async.HouseManagement.exportVotingMessageRequest1 request) + { + return base.Channel.exportVotingMessageAsync(request); + } + + public System.Threading.Tasks.Task exportVotingMessageAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportVotingMessageRequest exportVotingMessageRequest) + { + Hcs.Service.Async.HouseManagement.exportVotingMessageRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportVotingMessageRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportVotingMessageRequest = exportVotingMessageRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportVotingMessageAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.importOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.importOwnerRefusalRequest1 request) + { + return base.Channel.importOwnerRefusalAsync(request); + } + + public System.Threading.Tasks.Task importOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.importOwnerRefusalRequest importOwnerRefusalRequest) + { + Hcs.Service.Async.HouseManagement.importOwnerRefusalRequest1 inValue = new Hcs.Service.Async.HouseManagement.importOwnerRefusalRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importOwnerRefusalRequest = importOwnerRefusalRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).importOwnerRefusalAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync.exportOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.exportOwnerRefusalRequest1 request) + { + return base.Channel.exportOwnerRefusalAsync(request); + } + + public System.Threading.Tasks.Task exportOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.exportOwnerRefusalRequest exportOwnerRefusalRequest) + { + Hcs.Service.Async.HouseManagement.exportOwnerRefusalRequest1 inValue = new Hcs.Service.Async.HouseManagement.exportOwnerRefusalRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportOwnerRefusalRequest = exportOwnerRefusalRequest; + return ((Hcs.Service.Async.HouseManagement.HouseManagementPortsTypeAsync)(this)).exportOwnerRefusalAsync(inValue); + } + + public virtual System.Threading.Tasks.Task OpenAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); + } + + #if !NET6_0_OR_GREATER + public virtual System.Threading.Tasks.Task CloseAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose)); + } + #endif + + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.HouseManagementPortAsync)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport; + return result; + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.HouseManagementPortAsync)) + { + return new System.ServiceModel.EndpointAddress("https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagem" + + "entAsync"); + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.Channels.Binding GetDefaultBinding() + { + return HouseManagementPortsTypeAsyncClient.GetBindingForEndpoint(EndpointConfiguration.HouseManagementPortAsync); + } + + private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() + { + return HouseManagementPortsTypeAsyncClient.GetEndpointAddress(EndpointConfiguration.HouseManagementPortAsync); + } + + public enum EndpointConfiguration + { + + HouseManagementPortAsync, + } + } +} diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.Nsi/ConnectedService.json b/Hcs.Broker/Connected Services/Hcs.Service.Async.Nsi/ConnectedService.json new file mode 100644 index 0000000..80c01e1 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.Nsi/ConnectedService.json @@ -0,0 +1,16 @@ +{ + "ExtendedData": { + "inputs": [ + "../../Wsdl/wsdl_xsd_v.15.7.0.1/nsi/hcs-nsi-service-async.wsdl" + ], + "collectionTypes": [ + "System.Array", + "System.Collections.Generic.Dictionary`2" + ], + "namespaceMappings": [ + "*, Hcs.Service.Async.Nsi" + ], + "targetFramework": "net8.0", + "typeReuseMode": "All" + } +} \ No newline at end of file diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.Nsi/Reference.cs b/Hcs.Broker/Connected Services/Hcs.Service.Async.Nsi/Reference.cs new file mode 100644 index 0000000..8c23908 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.Nsi/Reference.cs @@ -0,0 +1,5997 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторного создания кода. +// +//------------------------------------------------------------------------------ + +namespace Hcs.Service.Async.Nsi +{ + + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Fault + { + + private string errorCodeField; + + private string errorMessageField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ErrorMessage + { + get + { + return this.errorMessageField; + } + set + { + this.errorMessageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ObjectType + { + + private System.Xml.XmlNode[] anyField; + + private string idField; + + private string mimeTypeField; + + private string encodingField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string MimeType + { + get + { + return this.mimeTypeField; + } + set + { + this.mimeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Encoding + { + get + { + return this.encodingField; + } + set + { + this.encodingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SPKIDataType + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class PGPDataType + { + + private object[] itemsField; + + private ItemsChoiceType1[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType1[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType1 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + PGPKeyID, + + /// + PGPKeyPacket, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509IssuerSerialType + { + + private string x509IssuerNameField; + + private string x509SerialNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string X509IssuerName + { + get + { + return this.x509IssuerNameField; + } + set + { + this.x509IssuerNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string X509SerialNumber + { + get + { + return this.x509SerialNumberField; + } + set + { + this.x509SerialNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509DataType + { + + private object[] itemsField; + + private ItemsChoiceType[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + X509CRL, + + /// + X509Certificate, + + /// + X509IssuerSerial, + + /// + X509SKI, + + /// + X509SubjectName, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RetrievalMethodType + { + + private TransformType[] transformsField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class TransformType + { + + private object[] itemsField; + + private string[] textField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RSAKeyValueType + { + + private byte[] modulusField; + + private byte[] exponentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] Modulus + { + get + { + return this.modulusField; + } + set + { + this.modulusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Exponent + { + get + { + return this.exponentField; + } + set + { + this.exponentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DSAKeyValueType + { + + private byte[] pField; + + private byte[] qField; + + private byte[] gField; + + private byte[] yField; + + private byte[] jField; + + private byte[] seedField; + + private byte[] pgenCounterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] P + { + get + { + return this.pField; + } + set + { + this.pField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Q + { + get + { + return this.qField; + } + set + { + this.qField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] G + { + get + { + return this.gField; + } + set + { + this.gField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] + public byte[] Y + { + get + { + return this.yField; + } + set + { + this.yField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] + public byte[] J + { + get + { + return this.jField; + } + set + { + this.jField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] + public byte[] Seed + { + get + { + return this.seedField; + } + set + { + this.seedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] + public byte[] PgenCounter + { + get + { + return this.pgenCounterField; + } + set + { + this.pgenCounterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyValueType + { + + private object itemField; + + private string[] textField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyInfoType + { + + private object[] itemsField; + + private ItemsChoiceType2[] itemsElementNameField; + + private string[] textField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType2[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType2 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + KeyName, + + /// + KeyValue, + + /// + MgmtData, + + /// + PGPData, + + /// + RetrievalMethod, + + /// + SPKIData, + + /// + X509Data, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureValueType + { + + private string idField; + + private byte[] valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] + public byte[] Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DigestMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ReferenceType + { + + private TransformType[] transformsField; + + private DigestMethodType digestMethodField; + + private byte[] digestValueField; + + private string idField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DigestMethodType DigestMethod + { + get + { + return this.digestMethodField; + } + set + { + this.digestMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] DigestValue + { + get + { + return this.digestValueField; + } + set + { + this.digestValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureMethodType + { + + private string hMACOutputLengthField; + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string HMACOutputLength + { + get + { + return this.hMACOutputLengthField; + } + set + { + this.hMACOutputLengthField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class CanonicalizationMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignedInfoType + { + + private CanonicalizationMethodType canonicalizationMethodField; + + private SignatureMethodType signatureMethodField; + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CanonicalizationMethodType CanonicalizationMethod + { + get + { + return this.canonicalizationMethodField; + } + set + { + this.canonicalizationMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureMethodType SignatureMethod + { + get + { + return this.signatureMethodField; + } + set + { + this.signatureMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] + public ReferenceType[] Reference + { + get + { + return this.referenceField; + } + set + { + this.referenceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureType + { + + private SignedInfoType signedInfoField; + + private SignatureValueType signatureValueField; + + private KeyInfoType keyInfoField; + + private ObjectType[] objectField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SignedInfoType SignedInfo + { + get + { + return this.signedInfoField; + } + set + { + this.signedInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureValueType SignatureValue + { + get + { + return this.signatureValueField; + } + set + { + this.signatureValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public KeyInfoType KeyInfo + { + get + { + return this.keyInfoField; + } + set + { + this.keyInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] + public ObjectType[] Object + { + get + { + return this.objectField; + } + set + { + this.objectField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseType + { + + private SignatureType signatureField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] + public SignatureType Signature + { + get + { + return this.signatureField; + } + set + { + this.signatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseAsyncResponseType : BaseType + { + + private sbyte requestStateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte RequestState + { + get + { + return this.requestStateField; + } + set + { + this.requestStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-service-async/", ConfigurationName="Hcs.Service.Async.Nsi.NsiPortsTypeAsync")] + public interface NsiPortsTypeAsync + { + + [System.ServiceModel.OperationContractAttribute(Action="urn:importAdditionalServices", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:importAdditionalServices", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importAdditionalServicesAsync(Hcs.Service.Async.Nsi.importAdditionalServicesRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importMunicipalServices", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:importMunicipalServices", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importMunicipalServicesAsync(Hcs.Service.Async.Nsi.importMunicipalServicesRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importOrganizationWorks", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:importOrganizationWorks", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importOrganizationWorksAsync(Hcs.Service.Async.Nsi.importOrganizationWorksRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importCommunalInfrastructureSystem", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:importCommunalInfrastructureSystem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importCommunalInfrastructureSystemAsync(Hcs.Service.Async.Nsi.importCommunalInfrastructureSystemRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.Nsi.getStateRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProviderNsiItem", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:exportDataProviderNsiItem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportDataProviderNsiItemAsync(Hcs.Service.Async.Nsi.exportDataProviderNsiItemRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProviderPagingNsiItem", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:exportDataProviderPagingNsiItem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportDataProviderPagingNsiItemAsync(Hcs.Service.Async.Nsi.exportDataProviderPagingNsiItemRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importCapitalRepairWork", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:importCapitalRepairWork", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importCapitalRepairWorkAsync(Hcs.Service.Async.Nsi.importCapitalRepairWorkRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importBaseDecisionMSP", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:importBaseDecisionMSP", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importBaseDecisionMSPAsync(Hcs.Service.Async.Nsi.importBaseDecisionMSPRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importGeneralNeedsMunicipalResource", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.Fault), Action="urn:importGeneralNeedsMunicipalResource", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importGeneralNeedsMunicipalResourceAsync(Hcs.Service.Async.Nsi.importGeneralNeedsMunicipalResourceRequest1 request); + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeader : HeaderType + { + + private object itemField; + + private ItemChoiceType1 itemElementNameField; + + private bool isOperatorSignatureField; + + private bool isOperatorSignatureFieldSpecified; + + private ISCreator[] iSCreatorField; + + public RequestHeader() + { + this.isOperatorSignatureField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType1 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsOperatorSignature + { + get + { + return this.isOperatorSignatureField; + } + set + { + this.isOperatorSignatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsOperatorSignatureSpecified + { + get + { + return this.isOperatorSignatureFieldSpecified; + } + set + { + this.isOperatorSignatureFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] + public ISCreator[] ISCreator + { + get + { + return this.iSCreatorField; + } + set + { + this.iSCreatorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizen + { + + private object[] itemsField; + + private ItemsChoiceType3[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType3[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocument + { + + private RequestHeaderCitizenDocumentDocumentType documentTypeField; + + private string seriesField; + + private string numberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RequestHeaderCitizenDocumentDocumentType DocumentType + { + get + { + return this.documentTypeField; + } + set + { + this.documentTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocumentDocumentType + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemsChoiceType3 + { + + /// + CitizenPPAGUID, + + /// + Document, + + /// + SNILS, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemChoiceType1 + { + + /// + Citizen, + + /// + SenderID, + + /// + orgPPAGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISCreator + { + + private string iSNameField; + + private string iSOperatorNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ISName + { + get + { + return this.iSNameField; + } + set + { + this.iSNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ISOperatorName + { + get + { + return this.iSOperatorNameField; + } + set + { + this.iSOperatorNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class HeaderType + { + + private System.DateTime dateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importAdditionalServicesRequest : BaseType + { + + private importAdditionalServicesRequestImportAdditionalServiceType[] importAdditionalServiceTypeField; + + private importAdditionalServicesRequestRecoverAdditionalServiceType[] recoverAdditionalServiceTypeField; + + private importAdditionalServicesRequestDeleteAdditionalServiceType[] deleteAdditionalServiceTypeField; + + private string versionField; + + public importAdditionalServicesRequest() + { + this.versionField = "10.0.1.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportAdditionalServiceType", Order=0)] + public importAdditionalServicesRequestImportAdditionalServiceType[] ImportAdditionalServiceType + { + get + { + return this.importAdditionalServiceTypeField; + } + set + { + this.importAdditionalServiceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RecoverAdditionalServiceType", Order=1)] + public importAdditionalServicesRequestRecoverAdditionalServiceType[] RecoverAdditionalServiceType + { + get + { + return this.recoverAdditionalServiceTypeField; + } + set + { + this.recoverAdditionalServiceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteAdditionalServiceType", Order=2)] + public importAdditionalServicesRequestDeleteAdditionalServiceType[] DeleteAdditionalServiceType + { + get + { + return this.deleteAdditionalServiceTypeField; + } + set + { + this.deleteAdditionalServiceTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importAdditionalServicesRequestImportAdditionalServiceType + { + + private string transportGUIDField; + + private string elementGuidField; + + private string additionalServiceTypeNameField; + + private string itemField; + + private ItemChoiceType itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string AdditionalServiceTypeName + { + get + { + return this.additionalServiceTypeNameField; + } + set + { + this.additionalServiceTypeNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] + [System.Xml.Serialization.XmlElementAttribute("StringDimensionUnit", typeof(string), Order=3)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", IncludeInSchema=false)] + public enum ItemChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] + OKEI, + + /// + StringDimensionUnit, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importAdditionalServicesRequestRecoverAdditionalServiceType + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importAdditionalServicesRequestDeleteAdditionalServiceType + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ResultHeader : HeaderType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequest + { + + private AckRequestAck ackField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AckRequestAck Ack + { + get + { + return this.ackField; + } + set + { + this.ackField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequestAck + { + + private string messageGUIDField; + + private string requesterMessageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RequesterMessageGUID + { + get + { + return this.requesterMessageGUIDField; + } + set + { + this.requesterMessageGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importAdditionalServicesRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.importAdditionalServicesRequest importAdditionalServicesRequest; + + public importAdditionalServicesRequest1() + { + } + + public importAdditionalServicesRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importAdditionalServicesRequest importAdditionalServicesRequest) + { + this.RequestHeader = RequestHeader; + this.importAdditionalServicesRequest = importAdditionalServicesRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importAdditionalServicesResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public importAdditionalServicesResponse() + { + } + + public importAdditionalServicesResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importMunicipalServicesRequest : BaseType + { + + private importMunicipalServicesRequestImportMainMunicipalService[] importMainMunicipalServiceField; + + private importMunicipalServicesRequestRecoverMainMunicipalService[] recoverMainMunicipalServiceField; + + private importMunicipalServicesRequestDeleteMainMunicipalService[] deleteMainMunicipalServiceField; + + private string versionField; + + public importMunicipalServicesRequest() + { + this.versionField = "11.0.0.4"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportMainMunicipalService", Order=0)] + public importMunicipalServicesRequestImportMainMunicipalService[] ImportMainMunicipalService + { + get + { + return this.importMainMunicipalServiceField; + } + set + { + this.importMainMunicipalServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RecoverMainMunicipalService", Order=1)] + public importMunicipalServicesRequestRecoverMainMunicipalService[] RecoverMainMunicipalService + { + get + { + return this.recoverMainMunicipalServiceField; + } + set + { + this.recoverMainMunicipalServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteMainMunicipalService", Order=2)] + public importMunicipalServicesRequestDeleteMainMunicipalService[] DeleteMainMunicipalService + { + get + { + return this.deleteMainMunicipalServiceField; + } + set + { + this.deleteMainMunicipalServiceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importMunicipalServicesRequestImportMainMunicipalService + { + + private string transportGUIDField; + + private string elementGuidField; + + private nsiRef municipalServiceRefField; + + private bool generalNeedsField; + + private bool generalNeedsFieldSpecified; + + private bool selfProducedField; + + private bool selfProducedFieldSpecified; + + private string mainMunicipalServiceNameField; + + private nsiRef municipalResourceRefField; + + private string oKEIField; + + private object itemField; + + public importMunicipalServicesRequestImportMainMunicipalService() + { + this.generalNeedsField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public nsiRef MunicipalServiceRef + { + get + { + return this.municipalServiceRefField; + } + set + { + this.municipalServiceRefField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool GeneralNeeds + { + get + { + return this.generalNeedsField; + } + set + { + this.generalNeedsField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool GeneralNeedsSpecified + { + get + { + return this.generalNeedsFieldSpecified; + } + set + { + this.generalNeedsFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool SelfProduced + { + get + { + return this.selfProducedField; + } + set + { + this.selfProducedField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SelfProducedSpecified + { + get + { + return this.selfProducedFieldSpecified; + } + set + { + this.selfProducedFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string MainMunicipalServiceName + { + get + { + return this.mainMunicipalServiceNameField; + } + set + { + this.mainMunicipalServiceNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public nsiRef MunicipalResourceRef + { + get + { + return this.municipalResourceRefField; + } + set + { + this.municipalResourceRefField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=7)] + public string OKEI + { + get + { + return this.oKEIField; + } + set + { + this.oKEIField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SortOrder", typeof(string), Order=8)] + [System.Xml.Serialization.XmlElementAttribute("SortOrderNotDefined", typeof(bool), Order=8)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class nsiRef + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importMunicipalServicesRequestRecoverMainMunicipalService + { + + private string transportGUIDField; + + private string elementGuidField; + + private bool hierarchyRecoverField; + + private bool hierarchyRecoverFieldSpecified; + + public importMunicipalServicesRequestRecoverMainMunicipalService() + { + this.hierarchyRecoverField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool HierarchyRecover + { + get + { + return this.hierarchyRecoverField; + } + set + { + this.hierarchyRecoverField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HierarchyRecoverSpecified + { + get + { + return this.hierarchyRecoverFieldSpecified; + } + set + { + this.hierarchyRecoverFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importMunicipalServicesRequestDeleteMainMunicipalService + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importMunicipalServicesRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.importMunicipalServicesRequest importMunicipalServicesRequest; + + public importMunicipalServicesRequest1() + { + } + + public importMunicipalServicesRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importMunicipalServicesRequest importMunicipalServicesRequest) + { + this.RequestHeader = RequestHeader; + this.importMunicipalServicesRequest = importMunicipalServicesRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importMunicipalServicesResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public importMunicipalServicesResponse() + { + } + + public importMunicipalServicesResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importOrganizationWorksRequest : BaseType + { + + private ImportOrganizationWorkType[] importOrganizationWorkField; + + private importOrganizationWorksRequestRecoverOrganizationWork[] recoverOrganizationWorkField; + + private importOrganizationWorksRequestDeleteOrganizationWork[] deleteOrganizationWorkField; + + private string versionField; + + public importOrganizationWorksRequest() + { + this.versionField = "10.0.1.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportOrganizationWork", Order=0)] + public ImportOrganizationWorkType[] ImportOrganizationWork + { + get + { + return this.importOrganizationWorkField; + } + set + { + this.importOrganizationWorkField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RecoverOrganizationWork", Order=1)] + public importOrganizationWorksRequestRecoverOrganizationWork[] RecoverOrganizationWork + { + get + { + return this.recoverOrganizationWorkField; + } + set + { + this.recoverOrganizationWorkField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteOrganizationWork", Order=2)] + public importOrganizationWorksRequestDeleteOrganizationWork[] DeleteOrganizationWork + { + get + { + return this.deleteOrganizationWorkField; + } + set + { + this.deleteOrganizationWorkField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class ImportOrganizationWorkType + { + + private string transportGUIDField; + + private object itemField; + + private string workNameField; + + private nsiRef serviceTypeRefField; + + private nsiRef[] requiredServiceRefField; + + private string item1Field; + + private Item1ChoiceType item1ElementNameField; + + private ImportOrganizationWorkType[] importOrganizationWorkField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ElementGuid", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("InsertInCopiedWorks", typeof(bool), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string WorkName + { + get + { + return this.workNameField; + } + set + { + this.workNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef ServiceTypeRef + { + get + { + return this.serviceTypeRefField; + } + set + { + this.serviceTypeRefField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RequiredServiceRef", Order=4)] + public nsiRef[] RequiredServiceRef + { + get + { + return this.requiredServiceRefField; + } + set + { + this.requiredServiceRefField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=5)] + [System.Xml.Serialization.XmlElementAttribute("StringDimensionUnit", typeof(string), Order=5)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] + public string Item1 + { + get + { + return this.item1Field; + } + set + { + this.item1Field = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public Item1ChoiceType Item1ElementName + { + get + { + return this.item1ElementNameField; + } + set + { + this.item1ElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportOrganizationWork", Order=7)] + public ImportOrganizationWorkType[] ImportOrganizationWork + { + get + { + return this.importOrganizationWorkField; + } + set + { + this.importOrganizationWorkField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", IncludeInSchema=false)] + public enum Item1ChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] + OKEI, + + /// + StringDimensionUnit, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importOrganizationWorksRequestRecoverOrganizationWork + { + + private string transportGUIDField; + + private string elementGuidField; + + private bool hierarchyRecoverField; + + private bool hierarchyRecoverFieldSpecified; + + public importOrganizationWorksRequestRecoverOrganizationWork() + { + this.hierarchyRecoverField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool HierarchyRecover + { + get + { + return this.hierarchyRecoverField; + } + set + { + this.hierarchyRecoverField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool HierarchyRecoverSpecified + { + get + { + return this.hierarchyRecoverFieldSpecified; + } + set + { + this.hierarchyRecoverFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importOrganizationWorksRequestDeleteOrganizationWork + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importOrganizationWorksRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.importOrganizationWorksRequest importOrganizationWorksRequest; + + public importOrganizationWorksRequest1() + { + } + + public importOrganizationWorksRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importOrganizationWorksRequest importOrganizationWorksRequest) + { + this.RequestHeader = RequestHeader; + this.importOrganizationWorksRequest = importOrganizationWorksRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importOrganizationWorksResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public importOrganizationWorksResponse() + { + } + + public importOrganizationWorksResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importCommunalInfrastructureSystemRequest : BaseType + { + + private importCommunalInfrastructureSystemType[] importCommunalInfrastructureSystemField; + + private importCommunalInfrastructureSystemRequestRecoverCommunalInfrastructureSystem[] recoverCommunalInfrastructureSystemField; + + private importCommunalInfrastructureSystemRequestDeleteCommunalInfrastructureSystem[] deleteCommunalInfrastructureSystemField; + + private string versionField; + + public importCommunalInfrastructureSystemRequest() + { + this.versionField = "11.5.0.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportCommunalInfrastructureSystem", Order=0)] + public importCommunalInfrastructureSystemType[] ImportCommunalInfrastructureSystem + { + get + { + return this.importCommunalInfrastructureSystemField; + } + set + { + this.importCommunalInfrastructureSystemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RecoverCommunalInfrastructureSystem", Order=1)] + public importCommunalInfrastructureSystemRequestRecoverCommunalInfrastructureSystem[] RecoverCommunalInfrastructureSystem + { + get + { + return this.recoverCommunalInfrastructureSystemField; + } + set + { + this.recoverCommunalInfrastructureSystemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteCommunalInfrastructureSystem", Order=2)] + public importCommunalInfrastructureSystemRequestDeleteCommunalInfrastructureSystem[] DeleteCommunalInfrastructureSystem + { + get + { + return this.deleteCommunalInfrastructureSystemField; + } + set + { + this.deleteCommunalInfrastructureSystemField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importCommunalInfrastructureSystemType + { + + private string transportGUIDField; + + private string elementGuidField; + + private string systemNameField; + + private nsiRef communalSystemInfrastructureTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string SystemName + { + get + { + return this.systemNameField; + } + set + { + this.systemNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef CommunalSystemInfrastructureType + { + get + { + return this.communalSystemInfrastructureTypeField; + } + set + { + this.communalSystemInfrastructureTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importCommunalInfrastructureSystemRequestRecoverCommunalInfrastructureSystem + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importCommunalInfrastructureSystemRequestDeleteCommunalInfrastructureSystem + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importCommunalInfrastructureSystemRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.importCommunalInfrastructureSystemRequest importCommunalInfrastructureSystemRequest; + + public importCommunalInfrastructureSystemRequest1() + { + } + + public importCommunalInfrastructureSystemRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importCommunalInfrastructureSystemRequest importCommunalInfrastructureSystemRequest) + { + this.RequestHeader = RequestHeader; + this.importCommunalInfrastructureSystemRequest = importCommunalInfrastructureSystemRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importCommunalInfrastructureSystemResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public importCommunalInfrastructureSystemResponse() + { + } + + public importCommunalInfrastructureSystemResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class getStateRequest + { + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class getStateResult : BaseAsyncResponseType + { + + private object[] itemsField; + + private string versionField; + + public getStateResult() + { + this.versionField = "10.0.1.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NsiItem", typeof(NsiItemType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NsiList", typeof(NsiListType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NsiPagingItem", typeof(getStateResultNsiPagingItem), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ErrorMessageType + { + + private string errorCodeField; + + private string descriptionField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultType + { + + private string gUIDField; + + private string transportGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultTypeError : ErrorMessageType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiItemType + { + + private string nsiItemRegistryNumberField; + + private System.DateTime createdField; + + private NsiElementType[] nsiElementField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime Created + { + get + { + return this.createdField; + } + set + { + this.createdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiElement", Order=2)] + public NsiElementType[] NsiElement + { + get + { + return this.nsiElementField; + } + set + { + this.nsiElementField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementType + { + + private string codeField; + + private string gUIDField; + + private System.DateTime[] itemsField; + + private ItemsChoiceType4[] itemsElementNameField; + + private bool isActualField; + + private NsiElementFieldType[] nsiElementFieldField; + + private NsiElementType[] childElementField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Modified", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public System.DateTime[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType4[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsActual + { + get + { + return this.isActualField; + } + set + { + this.isActualField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiElementField", Order=5)] + public NsiElementFieldType[] NsiElementField + { + get + { + return this.nsiElementFieldField; + } + set + { + this.nsiElementFieldField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ChildElement", Order=6)] + public NsiElementType[] ChildElement + { + get + { + return this.childElementField; + } + set + { + this.childElementField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", IncludeInSchema=false)] + public enum ItemsChoiceType4 + { + + /// + EndDate, + + /// + Modified, + + /// + StartDate, + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementAttachmentFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFiasAddressRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementOkeiRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementEnumFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementIntegerFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementDateFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFloatFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementBooleanFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementStringFieldType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public abstract partial class NsiElementFieldType + { + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementAttachmentFieldType : NsiElementFieldType + { + + private AttachmentType documentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AttachmentType Document + { + get + { + return this.documentField; + } + set + { + this.documentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AttachmentType + { + + private string nameField; + + private string descriptionField; + + private Attachment attachmentField; + + private string attachmentHASHField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public Attachment Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AttachmentHASH + { + get + { + return this.attachmentHASHField; + } + set + { + this.attachmentHASHField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Attachment + { + + private string attachmentGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AttachmentGUID + { + get + { + return this.attachmentGUIDField; + } + set + { + this.attachmentGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFiasAddressRefFieldType : NsiElementFieldType + { + + private NsiElementFiasAddressRefFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementFiasAddressRefFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFiasAddressRefFieldTypeNsiRef + { + + private string guidField; + + private string aoGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Guid + { + get + { + return this.guidField; + } + set + { + this.guidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string aoGuid + { + get + { + return this.aoGuidField; + } + set + { + this.aoGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementOkeiRefFieldType : NsiElementFieldType + { + + private string codeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiRefFieldType : NsiElementFieldType + { + + private NsiElementNsiRefFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementNsiRefFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiRefFieldTypeNsiRef + { + + private string nsiItemRegistryNumberField; + + private nsiRef refField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef Ref + { + get + { + return this.refField; + } + set + { + this.refField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiFieldType : NsiElementFieldType + { + + private NsiElementNsiFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementNsiFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiFieldTypeNsiRef + { + + private string nsiItemRegistryNumberField; + + private ListGroup listGroupField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public enum ListGroup + { + + /// + NSI, + + /// + NSIRAO, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementEnumFieldType : NsiElementFieldType + { + + private NsiElementEnumFieldTypePosition[] positionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Position", Order=0)] + public NsiElementEnumFieldTypePosition[] Position + { + get + { + return this.positionField; + } + set + { + this.positionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementEnumFieldTypePosition + { + + private object gUIDField; + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public object GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementIntegerFieldType : NsiElementFieldType + { + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementDateFieldType : NsiElementFieldType + { + + private System.DateTime valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFloatFieldType : NsiElementFieldType + { + + private float valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public float Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementBooleanFieldType : NsiElementFieldType + { + + private bool valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementStringFieldType : NsiElementFieldType + { + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiListType + { + + private System.DateTime createdField; + + private NsiItemInfoType[] nsiItemInfoField; + + private ListGroup listGroupField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Created + { + get + { + return this.createdField; + } + set + { + this.createdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiItemInfo", Order=1)] + public NsiItemInfoType[] NsiItemInfo + { + get + { + return this.nsiItemInfoField; + } + set + { + this.nsiItemInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiItemInfoType + { + + private string registryNumberField; + + private string nameField; + + private System.DateTime modifiedField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string RegistryNumber + { + get + { + return this.registryNumberField; + } + set + { + this.registryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime Modified + { + get + { + return this.modifiedField; + } + set + { + this.modifiedField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class getStateResultNsiPagingItem : NsiItemType + { + + private int totalItemsCountField; + + private int totalPagesField; + + private object currentPageField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public int TotalItemsCount + { + get + { + return this.totalItemsCountField; + } + set + { + this.totalItemsCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public int TotalPages + { + get + { + return this.totalPagesField; + } + set + { + this.totalPagesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public object CurrentPage + { + get + { + return this.currentPageField; + } + set + { + this.currentPageField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.getStateRequest getStateRequest; + + public getStateRequest1() + { + } + + public getStateRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.getStateRequest getStateRequest) + { + this.RequestHeader = RequestHeader; + this.getStateRequest = getStateRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.getStateResult getStateResult; + + public getStateResponse() + { + } + + public getStateResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.getStateResult getStateResult) + { + this.ResultHeader = ResultHeader; + this.getStateResult = getStateResult; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class exportDataProviderNsiItemRequest : BaseType + { + + private exportDataProviderNsiItemRequestRegistryNumber registryNumberField; + + private System.DateTime modifiedAfterField; + + private bool modifiedAfterFieldSpecified; + + private string versionField; + + public exportDataProviderNsiItemRequest() + { + this.versionField = "10.0.1.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportDataProviderNsiItemRequestRegistryNumber RegistryNumber + { + get + { + return this.registryNumberField; + } + set + { + this.registryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime ModifiedAfter + { + get + { + return this.modifiedAfterField; + } + set + { + this.modifiedAfterField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ModifiedAfterSpecified + { + get + { + return this.modifiedAfterFieldSpecified; + } + set + { + this.modifiedAfterFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public enum exportDataProviderNsiItemRequestRegistryNumber + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("1")] + Item1, + + /// + [System.Xml.Serialization.XmlEnumAttribute("51")] + Item51, + + /// + [System.Xml.Serialization.XmlEnumAttribute("59")] + Item59, + + /// + [System.Xml.Serialization.XmlEnumAttribute("219")] + Item219, + + /// + [System.Xml.Serialization.XmlEnumAttribute("272")] + Item272, + + /// + [System.Xml.Serialization.XmlEnumAttribute("302")] + Item302, + + /// + [System.Xml.Serialization.XmlEnumAttribute("337")] + Item337, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportDataProviderNsiItemRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.exportDataProviderNsiItemRequest exportDataProviderNsiItemRequest; + + public exportDataProviderNsiItemRequest1() + { + } + + public exportDataProviderNsiItemRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.exportDataProviderNsiItemRequest exportDataProviderNsiItemRequest) + { + this.RequestHeader = RequestHeader; + this.exportDataProviderNsiItemRequest = exportDataProviderNsiItemRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportDataProviderNsiItemResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public exportDataProviderNsiItemResponse() + { + } + + public exportDataProviderNsiItemResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class exportDataProviderNsiPagingItemRequest : BaseType + { + + private exportDataProviderNsiPagingItemRequestRegistryNumber registryNumberField; + + private int pageField; + + private System.DateTime modifiedAfterField; + + private bool modifiedAfterFieldSpecified; + + private string versionField; + + public exportDataProviderNsiPagingItemRequest() + { + this.versionField = "11.1.0.5"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public exportDataProviderNsiPagingItemRequestRegistryNumber RegistryNumber + { + get + { + return this.registryNumberField; + } + set + { + this.registryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public int Page + { + get + { + return this.pageField; + } + set + { + this.pageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime ModifiedAfter + { + get + { + return this.modifiedAfterField; + } + set + { + this.modifiedAfterField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ModifiedAfterSpecified + { + get + { + return this.modifiedAfterFieldSpecified; + } + set + { + this.modifiedAfterFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public enum exportDataProviderNsiPagingItemRequestRegistryNumber + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("1")] + Item1, + + /// + [System.Xml.Serialization.XmlEnumAttribute("51")] + Item51, + + /// + [System.Xml.Serialization.XmlEnumAttribute("59")] + Item59, + + /// + [System.Xml.Serialization.XmlEnumAttribute("219")] + Item219, + + /// + [System.Xml.Serialization.XmlEnumAttribute("302")] + Item302, + + /// + [System.Xml.Serialization.XmlEnumAttribute("337")] + Item337, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportDataProviderPagingNsiItemRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.exportDataProviderNsiPagingItemRequest exportDataProviderNsiPagingItemRequest; + + public exportDataProviderPagingNsiItemRequest() + { + } + + public exportDataProviderPagingNsiItemRequest(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.exportDataProviderNsiPagingItemRequest exportDataProviderNsiPagingItemRequest) + { + this.RequestHeader = RequestHeader; + this.exportDataProviderNsiPagingItemRequest = exportDataProviderNsiPagingItemRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportDataProviderPagingNsiItemResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public exportDataProviderPagingNsiItemResponse() + { + } + + public exportDataProviderPagingNsiItemResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importCapitalRepairWorkRequest : BaseType + { + + private ImportCapitalRepairWorkType[] importCapitalRepairWorkField; + + private importCapitalRepairWorkRequestRecoverCapitalRepairWork[] recoverCapitalRepairWorkField; + + private importCapitalRepairWorkRequestDeleteCapitalRepairWork[] deleteCapitalRepairWorkField; + + private string versionField; + + public importCapitalRepairWorkRequest() + { + this.versionField = "11.1.0.5"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportCapitalRepairWork", Order=0)] + public ImportCapitalRepairWorkType[] ImportCapitalRepairWork + { + get + { + return this.importCapitalRepairWorkField; + } + set + { + this.importCapitalRepairWorkField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RecoverCapitalRepairWork", Order=1)] + public importCapitalRepairWorkRequestRecoverCapitalRepairWork[] RecoverCapitalRepairWork + { + get + { + return this.recoverCapitalRepairWorkField; + } + set + { + this.recoverCapitalRepairWorkField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteCapitalRepairWork", Order=2)] + public importCapitalRepairWorkRequestDeleteCapitalRepairWork[] DeleteCapitalRepairWork + { + get + { + return this.deleteCapitalRepairWorkField; + } + set + { + this.deleteCapitalRepairWorkField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class ImportCapitalRepairWorkType + { + + private string transportGUIDField; + + private string elementGuidField; + + private string serviceNameField; + + private nsiRef workGroupRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string ServiceName + { + get + { + return this.serviceNameField; + } + set + { + this.serviceNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef WorkGroupRef + { + get + { + return this.workGroupRefField; + } + set + { + this.workGroupRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importCapitalRepairWorkRequestRecoverCapitalRepairWork + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importCapitalRepairWorkRequestDeleteCapitalRepairWork + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importCapitalRepairWorkRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.importCapitalRepairWorkRequest importCapitalRepairWorkRequest; + + public importCapitalRepairWorkRequest1() + { + } + + public importCapitalRepairWorkRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importCapitalRepairWorkRequest importCapitalRepairWorkRequest) + { + this.RequestHeader = RequestHeader; + this.importCapitalRepairWorkRequest = importCapitalRepairWorkRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importCapitalRepairWorkResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public importCapitalRepairWorkResponse() + { + } + + public importCapitalRepairWorkResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importBaseDecisionMSPRequest : BaseType + { + + private importBaseDecisionMSPType[] importBaseDecisionMSPField; + + private importBaseDecisionMSPRequestRecoverBaseDecisionMSP[] recoverBaseDecisionMSPField; + + private importBaseDecisionMSPRequestDeleteBaseDecisionMSP[] deleteBaseDecisionMSPField; + + private string versionField; + + public importBaseDecisionMSPRequest() + { + this.versionField = "11.1.0.5"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportBaseDecisionMSP", Order=0)] + public importBaseDecisionMSPType[] ImportBaseDecisionMSP + { + get + { + return this.importBaseDecisionMSPField; + } + set + { + this.importBaseDecisionMSPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("RecoverBaseDecisionMSP", Order=1)] + public importBaseDecisionMSPRequestRecoverBaseDecisionMSP[] RecoverBaseDecisionMSP + { + get + { + return this.recoverBaseDecisionMSPField; + } + set + { + this.recoverBaseDecisionMSPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteBaseDecisionMSP", Order=2)] + public importBaseDecisionMSPRequestDeleteBaseDecisionMSP[] DeleteBaseDecisionMSP + { + get + { + return this.deleteBaseDecisionMSPField; + } + set + { + this.deleteBaseDecisionMSPField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importBaseDecisionMSPType + { + + private string transportGUIDField; + + private string elementGuidField; + + private string decisionNameField; + + private nsiRef decisionTypeField; + + private bool isAppliedToSubsidiariesField; + + private bool isAppliedToRefundOfChargesField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string DecisionName + { + get + { + return this.decisionNameField; + } + set + { + this.decisionNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef DecisionType + { + get + { + return this.decisionTypeField; + } + set + { + this.decisionTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsAppliedToSubsidiaries + { + get + { + return this.isAppliedToSubsidiariesField; + } + set + { + this.isAppliedToSubsidiariesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool IsAppliedToRefundOfCharges + { + get + { + return this.isAppliedToRefundOfChargesField; + } + set + { + this.isAppliedToRefundOfChargesField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importBaseDecisionMSPRequestRecoverBaseDecisionMSP + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importBaseDecisionMSPRequestDeleteBaseDecisionMSP + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importBaseDecisionMSPRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.importBaseDecisionMSPRequest importBaseDecisionMSPRequest; + + public importBaseDecisionMSPRequest1() + { + } + + public importBaseDecisionMSPRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importBaseDecisionMSPRequest importBaseDecisionMSPRequest) + { + this.RequestHeader = RequestHeader; + this.importBaseDecisionMSPRequest = importBaseDecisionMSPRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importBaseDecisionMSPResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public importBaseDecisionMSPResponse() + { + } + + public importBaseDecisionMSPResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importGeneralNeedsMunicipalResourceRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public importGeneralNeedsMunicipalResourceRequest() + { + this.versionField = "12.2.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DeleteGeneralMunicipalResource", typeof(importGeneralNeedsMunicipalResourceRequestDeleteGeneralMunicipalResource), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RecoverGeneralMunicipalResource", typeof(importGeneralNeedsMunicipalResourceRequestRecoverGeneralMunicipalResource), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("TopLevelMunicipalResource", typeof(importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResource), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importGeneralNeedsMunicipalResourceRequestDeleteGeneralMunicipalResource + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importGeneralNeedsMunicipalResourceRequestRecoverGeneralMunicipalResource + { + + private string transportGUIDField; + + private string elementGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResource + { + + private sbyte parentCodeField; + + private string transportGUIDField; + + private importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResourceImportGeneralMunicipalResource[] importGeneralMunicipalResourceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte ParentCode + { + get + { + return this.parentCodeField; + } + set + { + this.parentCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ImportGeneralMunicipalResource", Order=2)] + public importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResourceImportGeneralMunicipalResource[] ImportGeneralMunicipalResource + { + get + { + return this.importGeneralMunicipalResourceField; + } + set + { + this.importGeneralMunicipalResourceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResourceImportGeneralMunicipalResource : importGeneralNeedsMunicipalResourceType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] + public partial class importGeneralNeedsMunicipalResourceType + { + + private string transportGUIDField; + + private string elementGuidField; + + private string generalMunicipalResourceNameField; + + private nsiRef municipalResourceRefField; + + private string oKEIField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ElementGuid + { + get + { + return this.elementGuidField; + } + set + { + this.elementGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string GeneralMunicipalResourceName + { + get + { + return this.generalMunicipalResourceNameField; + } + set + { + this.generalMunicipalResourceNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public nsiRef MunicipalResourceRef + { + get + { + return this.municipalResourceRefField; + } + set + { + this.municipalResourceRefField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=4)] + public string OKEI + { + get + { + return this.oKEIField; + } + set + { + this.oKEIField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SortOrder", typeof(string), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("SortOrderNotDefined", typeof(bool), Order=5)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importGeneralNeedsMunicipalResourceRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] + public Hcs.Service.Async.Nsi.importGeneralNeedsMunicipalResourceRequest importGeneralNeedsMunicipalResourceRequest; + + public importGeneralNeedsMunicipalResourceRequest1() + { + } + + public importGeneralNeedsMunicipalResourceRequest1(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importGeneralNeedsMunicipalResourceRequest importGeneralNeedsMunicipalResourceRequest) + { + this.RequestHeader = RequestHeader; + this.importGeneralNeedsMunicipalResourceRequest = importGeneralNeedsMunicipalResourceRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importGeneralNeedsMunicipalResourceResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Nsi.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Nsi.AckRequest AckRequest; + + public importGeneralNeedsMunicipalResourceResponse() + { + } + + public importGeneralNeedsMunicipalResourceResponse(Hcs.Service.Async.Nsi.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public interface NsiPortsTypeAsyncChannel : Hcs.Service.Async.Nsi.NsiPortsTypeAsync, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public partial class NsiPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.Nsi.NsiPortsTypeAsync + { + + /// + /// Реализуйте этот разделяемый метод для настройки конечной точки службы. + /// + /// Настраиваемая конечная точка + /// Учетные данные клиента. + static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); + + public NsiPortsTypeAsyncClient() : + base(NsiPortsTypeAsyncClient.GetDefaultBinding(), NsiPortsTypeAsyncClient.GetDefaultEndpointAddress()) + { + this.Endpoint.Name = EndpointConfiguration.NsiPortAsync.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public NsiPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration) : + base(NsiPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), NsiPortsTypeAsyncClient.GetEndpointAddress(endpointConfiguration)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public NsiPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + base(NsiPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public NsiPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + base(NsiPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public NsiPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.importAdditionalServicesAsync(Hcs.Service.Async.Nsi.importAdditionalServicesRequest1 request) + { + return base.Channel.importAdditionalServicesAsync(request); + } + + public System.Threading.Tasks.Task importAdditionalServicesAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importAdditionalServicesRequest importAdditionalServicesRequest) + { + Hcs.Service.Async.Nsi.importAdditionalServicesRequest1 inValue = new Hcs.Service.Async.Nsi.importAdditionalServicesRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importAdditionalServicesRequest = importAdditionalServicesRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).importAdditionalServicesAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.importMunicipalServicesAsync(Hcs.Service.Async.Nsi.importMunicipalServicesRequest1 request) + { + return base.Channel.importMunicipalServicesAsync(request); + } + + public System.Threading.Tasks.Task importMunicipalServicesAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importMunicipalServicesRequest importMunicipalServicesRequest) + { + Hcs.Service.Async.Nsi.importMunicipalServicesRequest1 inValue = new Hcs.Service.Async.Nsi.importMunicipalServicesRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importMunicipalServicesRequest = importMunicipalServicesRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).importMunicipalServicesAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.importOrganizationWorksAsync(Hcs.Service.Async.Nsi.importOrganizationWorksRequest1 request) + { + return base.Channel.importOrganizationWorksAsync(request); + } + + public System.Threading.Tasks.Task importOrganizationWorksAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importOrganizationWorksRequest importOrganizationWorksRequest) + { + Hcs.Service.Async.Nsi.importOrganizationWorksRequest1 inValue = new Hcs.Service.Async.Nsi.importOrganizationWorksRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importOrganizationWorksRequest = importOrganizationWorksRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).importOrganizationWorksAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.importCommunalInfrastructureSystemAsync(Hcs.Service.Async.Nsi.importCommunalInfrastructureSystemRequest1 request) + { + return base.Channel.importCommunalInfrastructureSystemAsync(request); + } + + public System.Threading.Tasks.Task importCommunalInfrastructureSystemAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importCommunalInfrastructureSystemRequest importCommunalInfrastructureSystemRequest) + { + Hcs.Service.Async.Nsi.importCommunalInfrastructureSystemRequest1 inValue = new Hcs.Service.Async.Nsi.importCommunalInfrastructureSystemRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importCommunalInfrastructureSystemRequest = importCommunalInfrastructureSystemRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).importCommunalInfrastructureSystemAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.getStateAsync(Hcs.Service.Async.Nsi.getStateRequest1 request) + { + return base.Channel.getStateAsync(request); + } + + public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.getStateRequest getStateRequest) + { + Hcs.Service.Async.Nsi.getStateRequest1 inValue = new Hcs.Service.Async.Nsi.getStateRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.getStateRequest = getStateRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).getStateAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.exportDataProviderNsiItemAsync(Hcs.Service.Async.Nsi.exportDataProviderNsiItemRequest1 request) + { + return base.Channel.exportDataProviderNsiItemAsync(request); + } + + public System.Threading.Tasks.Task exportDataProviderNsiItemAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.exportDataProviderNsiItemRequest exportDataProviderNsiItemRequest) + { + Hcs.Service.Async.Nsi.exportDataProviderNsiItemRequest1 inValue = new Hcs.Service.Async.Nsi.exportDataProviderNsiItemRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportDataProviderNsiItemRequest = exportDataProviderNsiItemRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).exportDataProviderNsiItemAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.exportDataProviderPagingNsiItemAsync(Hcs.Service.Async.Nsi.exportDataProviderPagingNsiItemRequest request) + { + return base.Channel.exportDataProviderPagingNsiItemAsync(request); + } + + public System.Threading.Tasks.Task exportDataProviderPagingNsiItemAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.exportDataProviderNsiPagingItemRequest exportDataProviderNsiPagingItemRequest) + { + Hcs.Service.Async.Nsi.exportDataProviderPagingNsiItemRequest inValue = new Hcs.Service.Async.Nsi.exportDataProviderPagingNsiItemRequest(); + inValue.RequestHeader = RequestHeader; + inValue.exportDataProviderNsiPagingItemRequest = exportDataProviderNsiPagingItemRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).exportDataProviderPagingNsiItemAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.importCapitalRepairWorkAsync(Hcs.Service.Async.Nsi.importCapitalRepairWorkRequest1 request) + { + return base.Channel.importCapitalRepairWorkAsync(request); + } + + public System.Threading.Tasks.Task importCapitalRepairWorkAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importCapitalRepairWorkRequest importCapitalRepairWorkRequest) + { + Hcs.Service.Async.Nsi.importCapitalRepairWorkRequest1 inValue = new Hcs.Service.Async.Nsi.importCapitalRepairWorkRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importCapitalRepairWorkRequest = importCapitalRepairWorkRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).importCapitalRepairWorkAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.importBaseDecisionMSPAsync(Hcs.Service.Async.Nsi.importBaseDecisionMSPRequest1 request) + { + return base.Channel.importBaseDecisionMSPAsync(request); + } + + public System.Threading.Tasks.Task importBaseDecisionMSPAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importBaseDecisionMSPRequest importBaseDecisionMSPRequest) + { + Hcs.Service.Async.Nsi.importBaseDecisionMSPRequest1 inValue = new Hcs.Service.Async.Nsi.importBaseDecisionMSPRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importBaseDecisionMSPRequest = importBaseDecisionMSPRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).importBaseDecisionMSPAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Nsi.NsiPortsTypeAsync.importGeneralNeedsMunicipalResourceAsync(Hcs.Service.Async.Nsi.importGeneralNeedsMunicipalResourceRequest1 request) + { + return base.Channel.importGeneralNeedsMunicipalResourceAsync(request); + } + + public System.Threading.Tasks.Task importGeneralNeedsMunicipalResourceAsync(Hcs.Service.Async.Nsi.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.importGeneralNeedsMunicipalResourceRequest importGeneralNeedsMunicipalResourceRequest) + { + Hcs.Service.Async.Nsi.importGeneralNeedsMunicipalResourceRequest1 inValue = new Hcs.Service.Async.Nsi.importGeneralNeedsMunicipalResourceRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importGeneralNeedsMunicipalResourceRequest = importGeneralNeedsMunicipalResourceRequest; + return ((Hcs.Service.Async.Nsi.NsiPortsTypeAsync)(this)).importGeneralNeedsMunicipalResourceAsync(inValue); + } + + public virtual System.Threading.Tasks.Task OpenAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); + } + + #if !NET6_0_OR_GREATER + public virtual System.Threading.Tasks.Task CloseAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose)); + } + #endif + + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.NsiPortAsync)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport; + return result; + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.NsiPortAsync)) + { + return new System.ServiceModel.EndpointAddress("https://api.dom.gosuslugi.ru/ext-bus-nsi-service/services/NsiAsync"); + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.Channels.Binding GetDefaultBinding() + { + return NsiPortsTypeAsyncClient.GetBindingForEndpoint(EndpointConfiguration.NsiPortAsync); + } + + private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() + { + return NsiPortsTypeAsyncClient.GetEndpointAddress(EndpointConfiguration.NsiPortAsync); + } + + public enum EndpointConfiguration + { + + NsiPortAsync, + } + } +} diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.NsiCommon/ConnectedService.json b/Hcs.Broker/Connected Services/Hcs.Service.Async.NsiCommon/ConnectedService.json new file mode 100644 index 0000000..8a7c0f9 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.NsiCommon/ConnectedService.json @@ -0,0 +1,16 @@ +{ + "ExtendedData": { + "inputs": [ + "../../Wsdl/wsdl_xsd_v.15.7.0.1/nsi-common/hcs-nsi-common-service-async.wsdl" + ], + "collectionTypes": [ + "System.Array", + "System.Collections.Generic.Dictionary`2" + ], + "namespaceMappings": [ + "*, Hcs.Service.Async.NsiCommon" + ], + "targetFramework": "net8.0", + "typeReuseMode": "All" + } +} \ No newline at end of file diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.NsiCommon/Reference.cs b/Hcs.Broker/Connected Services/Hcs.Service.Async.NsiCommon/Reference.cs new file mode 100644 index 0000000..e4f1799 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.NsiCommon/Reference.cs @@ -0,0 +1,3279 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторного создания кода. +// +//------------------------------------------------------------------------------ + +namespace Hcs.Service.Async.NsiCommon +{ + + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Fault + { + + private string errorCodeField; + + private string errorMessageField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ErrorMessage + { + get + { + return this.errorMessageField; + } + set + { + this.errorMessageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ObjectType + { + + private System.Xml.XmlNode[] anyField; + + private string idField; + + private string mimeTypeField; + + private string encodingField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string MimeType + { + get + { + return this.mimeTypeField; + } + set + { + this.mimeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Encoding + { + get + { + return this.encodingField; + } + set + { + this.encodingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SPKIDataType + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class PGPDataType + { + + private object[] itemsField; + + private ItemsChoiceType1[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType1[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType1 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + PGPKeyID, + + /// + PGPKeyPacket, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509IssuerSerialType + { + + private string x509IssuerNameField; + + private string x509SerialNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string X509IssuerName + { + get + { + return this.x509IssuerNameField; + } + set + { + this.x509IssuerNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string X509SerialNumber + { + get + { + return this.x509SerialNumberField; + } + set + { + this.x509SerialNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509DataType + { + + private object[] itemsField; + + private ItemsChoiceType[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + X509CRL, + + /// + X509Certificate, + + /// + X509IssuerSerial, + + /// + X509SKI, + + /// + X509SubjectName, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RetrievalMethodType + { + + private TransformType[] transformsField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class TransformType + { + + private object[] itemsField; + + private string[] textField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RSAKeyValueType + { + + private byte[] modulusField; + + private byte[] exponentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] Modulus + { + get + { + return this.modulusField; + } + set + { + this.modulusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Exponent + { + get + { + return this.exponentField; + } + set + { + this.exponentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DSAKeyValueType + { + + private byte[] pField; + + private byte[] qField; + + private byte[] gField; + + private byte[] yField; + + private byte[] jField; + + private byte[] seedField; + + private byte[] pgenCounterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] P + { + get + { + return this.pField; + } + set + { + this.pField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Q + { + get + { + return this.qField; + } + set + { + this.qField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] G + { + get + { + return this.gField; + } + set + { + this.gField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] + public byte[] Y + { + get + { + return this.yField; + } + set + { + this.yField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] + public byte[] J + { + get + { + return this.jField; + } + set + { + this.jField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] + public byte[] Seed + { + get + { + return this.seedField; + } + set + { + this.seedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] + public byte[] PgenCounter + { + get + { + return this.pgenCounterField; + } + set + { + this.pgenCounterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyValueType + { + + private object itemField; + + private string[] textField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyInfoType + { + + private object[] itemsField; + + private ItemsChoiceType2[] itemsElementNameField; + + private string[] textField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType2[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType2 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + KeyName, + + /// + KeyValue, + + /// + MgmtData, + + /// + PGPData, + + /// + RetrievalMethod, + + /// + SPKIData, + + /// + X509Data, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureValueType + { + + private string idField; + + private byte[] valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] + public byte[] Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DigestMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ReferenceType + { + + private TransformType[] transformsField; + + private DigestMethodType digestMethodField; + + private byte[] digestValueField; + + private string idField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DigestMethodType DigestMethod + { + get + { + return this.digestMethodField; + } + set + { + this.digestMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] DigestValue + { + get + { + return this.digestValueField; + } + set + { + this.digestValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureMethodType + { + + private string hMACOutputLengthField; + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string HMACOutputLength + { + get + { + return this.hMACOutputLengthField; + } + set + { + this.hMACOutputLengthField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class CanonicalizationMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignedInfoType + { + + private CanonicalizationMethodType canonicalizationMethodField; + + private SignatureMethodType signatureMethodField; + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CanonicalizationMethodType CanonicalizationMethod + { + get + { + return this.canonicalizationMethodField; + } + set + { + this.canonicalizationMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureMethodType SignatureMethod + { + get + { + return this.signatureMethodField; + } + set + { + this.signatureMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] + public ReferenceType[] Reference + { + get + { + return this.referenceField; + } + set + { + this.referenceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureType + { + + private SignedInfoType signedInfoField; + + private SignatureValueType signatureValueField; + + private KeyInfoType keyInfoField; + + private ObjectType[] objectField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SignedInfoType SignedInfo + { + get + { + return this.signedInfoField; + } + set + { + this.signedInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureValueType SignatureValue + { + get + { + return this.signatureValueField; + } + set + { + this.signatureValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public KeyInfoType KeyInfo + { + get + { + return this.keyInfoField; + } + set + { + this.keyInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] + public ObjectType[] Object + { + get + { + return this.objectField; + } + set + { + this.objectField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseType + { + + private SignatureType signatureField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] + public SignatureType Signature + { + get + { + return this.signatureField; + } + set + { + this.signatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseAsyncResponseType : BaseType + { + + private sbyte requestStateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte RequestState + { + get + { + return this.requestStateField; + } + set + { + this.requestStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common-service-async/", ConfigurationName="Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync")] + public interface NsiPortsTypeAsync + { + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiList", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.NsiCommon.Fault), Action="urn:exportNsiList", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportNsiListAsync(Hcs.Service.Async.NsiCommon.exportNsiListRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiItem", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.NsiCommon.Fault), Action="urn:exportNsiItem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportNsiItemAsync(Hcs.Service.Async.NsiCommon.exportNsiItemRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiPagingItem", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.NsiCommon.Fault), Action="urn:exportNsiPagingItem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportNsiPagingItemAsync(Hcs.Service.Async.NsiCommon.exportNsiPagingItemRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.NsiCommon.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.NsiCommon.getStateRequest1 request); + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISRequestHeader : HeaderType + { + + private ISCreator[] iSCreatorField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=0)] + public ISCreator[] ISCreator + { + get + { + return this.iSCreatorField; + } + set + { + this.iSCreatorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISCreator + { + + private string iSNameField; + + private string iSOperatorNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ISName + { + get + { + return this.iSNameField; + } + set + { + this.iSNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ISOperatorName + { + get + { + return this.iSOperatorNameField; + } + set + { + this.iSOperatorNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class HeaderType + { + + private System.DateTime dateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] + public partial class exportNsiListRequest : BaseType + { + + private ListGroup listGroupField; + + private bool listGroupFieldSpecified; + + private string versionField; + + public exportNsiListRequest() + { + this.versionField = "10.0.1.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", Order=0)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ListGroupSpecified + { + get + { + return this.listGroupFieldSpecified; + } + set + { + this.listGroupFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public enum ListGroup + { + + /// + NSI, + + /// + NSIRAO, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ResultHeader : HeaderType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequest + { + + private AckRequestAck ackField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AckRequestAck Ack + { + get + { + return this.ackField; + } + set + { + this.ackField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequestAck + { + + private string messageGUIDField; + + private string requesterMessageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RequesterMessageGUID + { + get + { + return this.requesterMessageGUIDField; + } + set + { + this.requesterMessageGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNsiListRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/", Order=0)] + public Hcs.Service.Async.NsiCommon.exportNsiListRequest exportNsiListRequest; + + public exportNsiListRequest1() + { + } + + public exportNsiListRequest1(Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.exportNsiListRequest exportNsiListRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportNsiListRequest = exportNsiListRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNsiListResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.NsiCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.NsiCommon.AckRequest AckRequest; + + public exportNsiListResponse() + { + } + + public exportNsiListResponse(Hcs.Service.Async.NsiCommon.ResultHeader ResultHeader, Hcs.Service.Async.NsiCommon.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] + public partial class exportNsiItemRequest : BaseType + { + + private string registryNumberField; + + private ListGroup listGroupField; + + private System.DateTime modifiedAfterField; + + private bool modifiedAfterFieldSpecified; + + private string versionField; + + public exportNsiItemRequest() + { + this.versionField = "10.0.1.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string RegistryNumber + { + get + { + return this.registryNumberField; + } + set + { + this.registryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", Order=1)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime ModifiedAfter + { + get + { + return this.modifiedAfterField; + } + set + { + this.modifiedAfterField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ModifiedAfterSpecified + { + get + { + return this.modifiedAfterFieldSpecified; + } + set + { + this.modifiedAfterFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNsiItemRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/", Order=0)] + public Hcs.Service.Async.NsiCommon.exportNsiItemRequest exportNsiItemRequest; + + public exportNsiItemRequest1() + { + } + + public exportNsiItemRequest1(Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.exportNsiItemRequest exportNsiItemRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportNsiItemRequest = exportNsiItemRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNsiItemResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.NsiCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.NsiCommon.AckRequest AckRequest; + + public exportNsiItemResponse() + { + } + + public exportNsiItemResponse(Hcs.Service.Async.NsiCommon.ResultHeader ResultHeader, Hcs.Service.Async.NsiCommon.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] + public partial class exportNsiPagingItemRequest : BaseType + { + + private string registryNumberField; + + private ListGroup listGroupField; + + private int pageField; + + private System.DateTime modifiedAfterField; + + private bool modifiedAfterFieldSpecified; + + private string versionField; + + public exportNsiPagingItemRequest() + { + this.versionField = "10.0.1.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string RegistryNumber + { + get + { + return this.registryNumberField; + } + set + { + this.registryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", Order=1)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public int Page + { + get + { + return this.pageField; + } + set + { + this.pageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public System.DateTime ModifiedAfter + { + get + { + return this.modifiedAfterField; + } + set + { + this.modifiedAfterField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ModifiedAfterSpecified + { + get + { + return this.modifiedAfterFieldSpecified; + } + set + { + this.modifiedAfterFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNsiPagingItemRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/", Order=0)] + public Hcs.Service.Async.NsiCommon.exportNsiPagingItemRequest exportNsiPagingItemRequest; + + public exportNsiPagingItemRequest1() + { + } + + public exportNsiPagingItemRequest1(Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.exportNsiPagingItemRequest exportNsiPagingItemRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportNsiPagingItemRequest = exportNsiPagingItemRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportNsiPagingItemResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.NsiCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.NsiCommon.AckRequest AckRequest; + + public exportNsiPagingItemResponse() + { + } + + public exportNsiPagingItemResponse(Hcs.Service.Async.NsiCommon.ResultHeader ResultHeader, Hcs.Service.Async.NsiCommon.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class getStateRequest + { + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] + public partial class getStateResult : BaseAsyncResponseType + { + + private object itemField; + + private string versionField; + + public getStateResult() + { + this.versionField = "10.0.1.2"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NsiItem", typeof(NsiItemType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NsiList", typeof(NsiListType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NsiPagingItem", typeof(getStateResultNsiPagingItem), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ErrorMessageType + { + + private string errorCodeField; + + private string descriptionField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiItemType + { + + private string nsiItemRegistryNumberField; + + private System.DateTime createdField; + + private NsiElementType[] nsiElementField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public System.DateTime Created + { + get + { + return this.createdField; + } + set + { + this.createdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiElement", Order=2)] + public NsiElementType[] NsiElement + { + get + { + return this.nsiElementField; + } + set + { + this.nsiElementField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementType + { + + private string codeField; + + private string gUIDField; + + private System.DateTime[] itemsField; + + private ItemsChoiceType3[] itemsElementNameField; + + private bool isActualField; + + private NsiElementFieldType[] nsiElementFieldField; + + private NsiElementType[] childElementField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("Modified", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public System.DateTime[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType3[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool IsActual + { + get + { + return this.isActualField; + } + set + { + this.isActualField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiElementField", Order=5)] + public NsiElementFieldType[] NsiElementField + { + get + { + return this.nsiElementFieldField; + } + set + { + this.nsiElementFieldField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ChildElement", Order=6)] + public NsiElementType[] ChildElement + { + get + { + return this.childElementField; + } + set + { + this.childElementField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", IncludeInSchema=false)] + public enum ItemsChoiceType3 + { + + /// + EndDate, + + /// + Modified, + + /// + StartDate, + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementAttachmentFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFiasAddressRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementOkeiRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiRefFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementEnumFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementIntegerFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementDateFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFloatFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementBooleanFieldType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementStringFieldType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public abstract partial class NsiElementFieldType + { + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementAttachmentFieldType : NsiElementFieldType + { + + private AttachmentType documentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AttachmentType Document + { + get + { + return this.documentField; + } + set + { + this.documentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AttachmentType + { + + private string nameField; + + private string descriptionField; + + private Attachment attachmentField; + + private string attachmentHASHField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public Attachment Attachment + { + get + { + return this.attachmentField; + } + set + { + this.attachmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string AttachmentHASH + { + get + { + return this.attachmentHASHField; + } + set + { + this.attachmentHASHField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Attachment + { + + private string attachmentGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AttachmentGUID + { + get + { + return this.attachmentGUIDField; + } + set + { + this.attachmentGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFiasAddressRefFieldType : NsiElementFieldType + { + + private NsiElementFiasAddressRefFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementFiasAddressRefFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFiasAddressRefFieldTypeNsiRef + { + + private string guidField; + + private string aoGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Guid + { + get + { + return this.guidField; + } + set + { + this.guidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string aoGuid + { + get + { + return this.aoGuidField; + } + set + { + this.aoGuidField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementOkeiRefFieldType : NsiElementFieldType + { + + private string codeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiRefFieldType : NsiElementFieldType + { + + private NsiElementNsiRefFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementNsiRefFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiRefFieldTypeNsiRef + { + + private string nsiItemRegistryNumberField; + + private nsiRef refField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public nsiRef Ref + { + get + { + return this.refField; + } + set + { + this.refField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class nsiRef + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiFieldType : NsiElementFieldType + { + + private NsiElementNsiFieldTypeNsiRef nsiRefField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NsiElementNsiFieldTypeNsiRef NsiRef + { + get + { + return this.nsiRefField; + } + set + { + this.nsiRefField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementNsiFieldTypeNsiRef + { + + private string nsiItemRegistryNumberField; + + private ListGroup listGroupField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string NsiItemRegistryNumber + { + get + { + return this.nsiItemRegistryNumberField; + } + set + { + this.nsiItemRegistryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementEnumFieldType : NsiElementFieldType + { + + private NsiElementEnumFieldTypePosition[] positionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Position", Order=0)] + public NsiElementEnumFieldTypePosition[] Position + { + get + { + return this.positionField; + } + set + { + this.positionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementEnumFieldTypePosition + { + + private object gUIDField; + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public object GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementIntegerFieldType : NsiElementFieldType + { + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementDateFieldType : NsiElementFieldType + { + + private System.DateTime valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementFloatFieldType : NsiElementFieldType + { + + private float valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public float Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementBooleanFieldType : NsiElementFieldType + { + + private bool valueField; + + private bool valueFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ValueSpecified + { + get + { + return this.valueFieldSpecified; + } + set + { + this.valueFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiElementStringFieldType : NsiElementFieldType + { + + private string valueField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiListType + { + + private System.DateTime createdField; + + private NsiItemInfoType[] nsiItemInfoField; + + private ListGroup listGroupField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Created + { + get + { + return this.createdField; + } + set + { + this.createdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NsiItemInfo", Order=1)] + public NsiItemInfoType[] NsiItemInfo + { + get + { + return this.nsiItemInfoField; + } + set + { + this.nsiItemInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public ListGroup ListGroup + { + get + { + return this.listGroupField; + } + set + { + this.listGroupField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class NsiItemInfoType + { + + private string registryNumberField; + + private string nameField; + + private System.DateTime modifiedField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] + public string RegistryNumber + { + get + { + return this.registryNumberField; + } + set + { + this.registryNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public System.DateTime Modified + { + get + { + return this.modifiedField; + } + set + { + this.modifiedField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] + public partial class getStateResultNsiPagingItem : NsiItemType + { + + private int totalItemsCountField; + + private int totalPagesField; + + private object currentPageField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public int TotalItemsCount + { + get + { + return this.totalItemsCountField; + } + set + { + this.totalItemsCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public int TotalPages + { + get + { + return this.totalPagesField; + } + set + { + this.totalPagesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public object CurrentPage + { + get + { + return this.currentPageField; + } + set + { + this.currentPageField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.NsiCommon.getStateRequest getStateRequest; + + public getStateRequest1() + { + } + + public getStateRequest1(Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.getStateRequest getStateRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.getStateRequest = getStateRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.NsiCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/", Order=0)] + public Hcs.Service.Async.NsiCommon.getStateResult getStateResult; + + public getStateResponse() + { + } + + public getStateResponse(Hcs.Service.Async.NsiCommon.ResultHeader ResultHeader, Hcs.Service.Async.NsiCommon.getStateResult getStateResult) + { + this.ResultHeader = ResultHeader; + this.getStateResult = getStateResult; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public interface NsiPortsTypeAsyncChannel : Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public partial class NsiPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync + { + + /// + /// Реализуйте этот разделяемый метод для настройки конечной точки службы. + /// + /// Настраиваемая конечная точка + /// Учетные данные клиента. + static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); + + public NsiPortsTypeAsyncClient() : + base(NsiPortsTypeAsyncClient.GetDefaultBinding(), NsiPortsTypeAsyncClient.GetDefaultEndpointAddress()) + { + this.Endpoint.Name = EndpointConfiguration.NsiPortAsync.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public NsiPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration) : + base(NsiPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), NsiPortsTypeAsyncClient.GetEndpointAddress(endpointConfiguration)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public NsiPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + base(NsiPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public NsiPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + base(NsiPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public NsiPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync.exportNsiListAsync(Hcs.Service.Async.NsiCommon.exportNsiListRequest1 request) + { + return base.Channel.exportNsiListAsync(request); + } + + public System.Threading.Tasks.Task exportNsiListAsync(Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.exportNsiListRequest exportNsiListRequest) + { + Hcs.Service.Async.NsiCommon.exportNsiListRequest1 inValue = new Hcs.Service.Async.NsiCommon.exportNsiListRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportNsiListRequest = exportNsiListRequest; + return ((Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync)(this)).exportNsiListAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync.exportNsiItemAsync(Hcs.Service.Async.NsiCommon.exportNsiItemRequest1 request) + { + return base.Channel.exportNsiItemAsync(request); + } + + public System.Threading.Tasks.Task exportNsiItemAsync(Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.exportNsiItemRequest exportNsiItemRequest) + { + Hcs.Service.Async.NsiCommon.exportNsiItemRequest1 inValue = new Hcs.Service.Async.NsiCommon.exportNsiItemRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportNsiItemRequest = exportNsiItemRequest; + return ((Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync)(this)).exportNsiItemAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync.exportNsiPagingItemAsync(Hcs.Service.Async.NsiCommon.exportNsiPagingItemRequest1 request) + { + return base.Channel.exportNsiPagingItemAsync(request); + } + + public System.Threading.Tasks.Task exportNsiPagingItemAsync(Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.exportNsiPagingItemRequest exportNsiPagingItemRequest) + { + Hcs.Service.Async.NsiCommon.exportNsiPagingItemRequest1 inValue = new Hcs.Service.Async.NsiCommon.exportNsiPagingItemRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportNsiPagingItemRequest = exportNsiPagingItemRequest; + return ((Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync)(this)).exportNsiPagingItemAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync.getStateAsync(Hcs.Service.Async.NsiCommon.getStateRequest1 request) + { + return base.Channel.getStateAsync(request); + } + + public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.NsiCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.getStateRequest getStateRequest) + { + Hcs.Service.Async.NsiCommon.getStateRequest1 inValue = new Hcs.Service.Async.NsiCommon.getStateRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.getStateRequest = getStateRequest; + return ((Hcs.Service.Async.NsiCommon.NsiPortsTypeAsync)(this)).getStateAsync(inValue); + } + + public virtual System.Threading.Tasks.Task OpenAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); + } + + #if !NET6_0_OR_GREATER + public virtual System.Threading.Tasks.Task CloseAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose)); + } + #endif + + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.NsiPortAsync)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport; + return result; + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.NsiPortAsync)) + { + return new System.ServiceModel.EndpointAddress("https://api.dom.gosuslugi.ru/ext-bus-nsi-common-service/services/NsiCommonAsync"); + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.Channels.Binding GetDefaultBinding() + { + return NsiPortsTypeAsyncClient.GetBindingForEndpoint(EndpointConfiguration.NsiPortAsync); + } + + private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() + { + return NsiPortsTypeAsyncClient.GetEndpointAddress(EndpointConfiguration.NsiPortAsync); + } + + public enum EndpointConfiguration + { + + NsiPortAsync, + } + } +} diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.OrgRegistryCommon/ConnectedService.json b/Hcs.Broker/Connected Services/Hcs.Service.Async.OrgRegistryCommon/ConnectedService.json new file mode 100644 index 0000000..a2986f4 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.OrgRegistryCommon/ConnectedService.json @@ -0,0 +1,16 @@ +{ + "ExtendedData": { + "inputs": [ + "../../Wsdl/wsdl_xsd_v.15.7.0.1/organizations-registry-common/hcs-organizations-registry-common-service-async.wsdl" + ], + "collectionTypes": [ + "System.Array", + "System.Collections.Generic.Dictionary`2" + ], + "namespaceMappings": [ + "*, Hcs.Service.Async.OrgRegistryCommon" + ], + "targetFramework": "net8.0", + "typeReuseMode": "All" + } +} \ No newline at end of file diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.OrgRegistryCommon/Reference.cs b/Hcs.Broker/Connected Services/Hcs.Service.Async.OrgRegistryCommon/Reference.cs new file mode 100644 index 0000000..b158fa2 --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.OrgRegistryCommon/Reference.cs @@ -0,0 +1,4578 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторного создания кода. +// +//------------------------------------------------------------------------------ + +namespace Hcs.Service.Async.OrgRegistryCommon +{ + + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Fault + { + + private string errorCodeField; + + private string errorMessageField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ErrorMessage + { + get + { + return this.errorMessageField; + } + set + { + this.errorMessageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class OKTMORefType + { + + private string codeField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class TerritoryDelegatedAccessRightType + { + + private string accessRightGUIDField; + + private OKTMORefType[] oKTMOField; + + private nsiRef[] regionField; + + private bool allTerritoriesField; + + private bool allTerritoriesFieldSpecified; + + public TerritoryDelegatedAccessRightType() + { + this.allTerritoriesField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AccessRightGUID + { + get + { + return this.accessRightGUIDField; + } + set + { + this.accessRightGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OKTMO", Order=1)] + public OKTMORefType[] OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Region", Order=2)] + public nsiRef[] Region + { + get + { + return this.regionField; + } + set + { + this.regionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool AllTerritories + { + get + { + return this.allTerritoriesField; + } + set + { + this.allTerritoriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AllTerritoriesSpecified + { + get + { + return this.allTerritoriesFieldSpecified; + } + set + { + this.allTerritoriesFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class nsiRef + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class ObjectsDelegatedAccessRightType + { + + private string accessRightGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AccessRightGUID + { + get + { + return this.accessRightGUIDField; + } + set + { + this.accessRightGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AllObjects", typeof(bool), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ObjectInfo", typeof(ObjectsDelegatedAccessRightTypeObjectInfo), Order=1)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class ObjectsDelegatedAccessRightTypeObjectInfo + { + + private string objectGUIDField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ObjectGUID + { + get + { + return this.objectGUIDField; + } + set + { + this.objectGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class AccessRequest + { + + private string accessRequestGUIDField; + + private AccessRequestType typeField; + + private System.DateTime applicationDateField; + + private System.DateTime startDateField; + + private System.DateTime endDateField; + + private bool endDateFieldSpecified; + + private AccessRequestStatus statusField; + + private System.DateTime statusChangeDateField; + + private bool statusChangeDateFieldSpecified; + + private string statusReasonField; + + private AccessRequestDelegatedAccessRight[] delegatedAccessRightField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AccessRequestGUID + { + get + { + return this.accessRequestGUIDField; + } + set + { + this.accessRequestGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public AccessRequestType Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] + public System.DateTime ApplicationDate + { + get + { + return this.applicationDateField; + } + set + { + this.applicationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime StartDate + { + get + { + return this.startDateField; + } + set + { + this.startDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime EndDate + { + get + { + return this.endDateField; + } + set + { + this.endDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EndDateSpecified + { + get + { + return this.endDateFieldSpecified; + } + set + { + this.endDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public AccessRequestStatus Status + { + get + { + return this.statusField; + } + set + { + this.statusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=6)] + public System.DateTime StatusChangeDate + { + get + { + return this.statusChangeDateField; + } + set + { + this.statusChangeDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StatusChangeDateSpecified + { + get + { + return this.statusChangeDateFieldSpecified; + } + set + { + this.statusChangeDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string StatusReason + { + get + { + return this.statusReasonField; + } + set + { + this.statusReasonField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("DelegatedAccessRight", Order=8)] + public AccessRequestDelegatedAccessRight[] DelegatedAccessRight + { + get + { + return this.delegatedAccessRightField; + } + set + { + this.delegatedAccessRightField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public enum AccessRequestType + { + + /// + ForInformationSystemOperator, + + /// + ForCalculationCenter, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public enum AccessRequestStatus + { + + /// + Created, + + /// + Accepted, + + /// + Declined, + + /// + Revoked, + + /// + Annulled, + + /// + Closed, + + /// + Preset, + + /// + Waiting_approval, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class AccessRequestDelegatedAccessRight + { + + private string accessRightGUIDField; + + private AccessRequestDelegatedAccessRightTerritoryInfo territoryInfoField; + + private AccessRequestDelegatedAccessRightObjectInfo objectInfoField; + + private bool isActualField; + + private nsiRef[] informationTypeField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string AccessRightGUID + { + get + { + return this.accessRightGUIDField; + } + set + { + this.accessRightGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public AccessRequestDelegatedAccessRightTerritoryInfo TerritoryInfo + { + get + { + return this.territoryInfoField; + } + set + { + this.territoryInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public AccessRequestDelegatedAccessRightObjectInfo ObjectInfo + { + get + { + return this.objectInfoField; + } + set + { + this.objectInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool IsActual + { + get + { + return this.isActualField; + } + set + { + this.isActualField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("InformationType", Order=4)] + public nsiRef[] InformationType + { + get + { + return this.informationTypeField; + } + set + { + this.informationTypeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class AccessRequestDelegatedAccessRightTerritoryInfo + { + + private bool itemField; + + private ItemChoiceType itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AllTerritories", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ExistListOfTerritory", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", IncludeInSchema=false)] + public enum ItemChoiceType + { + + /// + AllTerritories, + + /// + ExistListOfTerritory, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class AccessRequestDelegatedAccessRightObjectInfo + { + + private bool itemField; + + private ItemChoiceType1 itemElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AllObjects", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ExistListOfObjects", typeof(bool), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public bool Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType1 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", IncludeInSchema=false)] + public enum ItemChoiceType1 + { + + /// + AllObjects, + + /// + ExistListOfObjects, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportDelegatedAccessType + { + + private RegOrgType parentOrgField; + + private string orgPPAGUIDField; + + private RegOrgType regOrgField; + + private AccessRequest[] accessRequestField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RegOrgType ParentOrg + { + get + { + return this.parentOrgField; + } + set + { + this.parentOrgField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=2)] + public RegOrgType RegOrg + { + get + { + return this.regOrgField; + } + set + { + this.regOrgField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccessRequest", Order=3)] + public AccessRequest[] AccessRequest + { + get + { + return this.accessRequestField; + } + set + { + this.accessRequestField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class RegOrgType + { + + private string orgRootEntityGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string orgRootEntityGUID + { + get + { + return this.orgRootEntityGUIDField; + } + set + { + this.orgRootEntityGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportDataProviderResultType + { + + private string dataProviderGUIDField; + + private bool isActualField; + + private RegOrgType regOrgField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string DataProviderGUID + { + get + { + return this.dataProviderGUIDField; + } + set + { + this.dataProviderGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsActual + { + get + { + return this.isActualField; + } + set + { + this.isActualField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=2)] + public RegOrgType RegOrg + { + get + { + return this.regOrgField; + } + set + { + this.regOrgField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class ForeignBranchType + { + + private string fullNameField; + + private string shortNameField; + + private string nZAField; + + private string iNNField; + + private string kPPField; + + private string addressField; + + private string fIASHouseGuidField; + + private System.DateTime accreditationStartDateField; + + private System.DateTime accreditationEndDateField; + + private bool accreditationEndDateFieldSpecified; + + private string registrationCountryField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FullName + { + get + { + return this.fullNameField; + } + set + { + this.fullNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ShortName + { + get + { + return this.shortNameField; + } + set + { + this.shortNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] + public string NZA + { + get + { + return this.nZAField; + } + set + { + this.nZAField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string Address + { + get + { + return this.addressField; + } + set + { + this.addressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] + public System.DateTime AccreditationStartDate + { + get + { + return this.accreditationStartDateField; + } + set + { + this.accreditationStartDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] + public System.DateTime AccreditationEndDate + { + get + { + return this.accreditationEndDateField; + } + set + { + this.accreditationEndDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool AccreditationEndDateSpecified + { + get + { + return this.accreditationEndDateFieldSpecified; + } + set + { + this.accreditationEndDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string RegistrationCountry + { + get + { + return this.registrationCountryField; + } + set + { + this.registrationCountryField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class EntpsType + { + + private string surnameField; + + private string firstNameField; + + private string patronymicField; + + private EntpsTypeSex sexField; + + private bool sexFieldSpecified; + + private string oGRNIPField; + + private System.DateTime stateRegistrationDateField; + + private bool stateRegistrationDateFieldSpecified; + + private string iNNField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Surname + { + get + { + return this.surnameField; + } + set + { + this.surnameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FirstName + { + get + { + return this.firstNameField; + } + set + { + this.firstNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Patronymic + { + get + { + return this.patronymicField; + } + set + { + this.patronymicField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public EntpsTypeSex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] + public string OGRNIP + { + get + { + return this.oGRNIPField; + } + set + { + this.oGRNIPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] + public System.DateTime StateRegistrationDate + { + get + { + return this.stateRegistrationDateField; + } + set + { + this.stateRegistrationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateRegistrationDateSpecified + { + get + { + return this.stateRegistrationDateFieldSpecified; + } + set + { + this.stateRegistrationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=6)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public enum EntpsTypeSex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class RegOrgVersionType + { + + private string orgVersionGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string orgVersionGUID + { + get + { + return this.orgVersionGUIDField; + } + set + { + this.orgVersionGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class SubsidiaryType + { + + private string fullNameField; + + private string shortNameField; + + private string oGRNField; + + private string iNNField; + + private string kPPField; + + private string oKOPFField; + + private string addressField; + + private string fIASHouseGuidField; + + private System.DateTime activityEndDateField; + + private bool activityEndDateFieldSpecified; + + private SubsidiaryTypeSourceName sourceNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FullName + { + get + { + return this.fullNameField; + } + set + { + this.fullNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ShortName + { + get + { + return this.shortNameField; + } + set + { + this.shortNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] + public string OGRN + { + get + { + return this.oGRNField; + } + set + { + this.oGRNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=5)] + public string OKOPF + { + get + { + return this.oKOPFField; + } + set + { + this.oKOPFField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string Address + { + get + { + return this.addressField; + } + set + { + this.addressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] + public System.DateTime ActivityEndDate + { + get + { + return this.activityEndDateField; + } + set + { + this.activityEndDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ActivityEndDateSpecified + { + get + { + return this.activityEndDateFieldSpecified; + } + set + { + this.activityEndDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public SubsidiaryTypeSourceName SourceName + { + get + { + return this.sourceNameField; + } + set + { + this.sourceNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class SubsidiaryTypeSourceName + { + + private System.DateTime dateField; + + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="date")] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] + public partial class LegalType + { + + private string shortNameField; + + private string fullNameField; + + private string commercialNameField; + + private string oGRNField; + + private System.DateTime stateRegistrationDateField; + + private bool stateRegistrationDateFieldSpecified; + + private string iNNField; + + private string kPPField; + + private string oKOPFField; + + private string addressField; + + private string fIASHouseGuidField; + + private System.DateTime activityEndDateField; + + private bool activityEndDateFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ShortName + { + get + { + return this.shortNameField; + } + set + { + this.shortNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FullName + { + get + { + return this.fullNameField; + } + set + { + this.fullNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string CommercialName + { + get + { + return this.commercialNameField; + } + set + { + this.commercialNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] + public string OGRN + { + get + { + return this.oGRNField; + } + set + { + this.oGRNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] + public System.DateTime StateRegistrationDate + { + get + { + return this.stateRegistrationDateField; + } + set + { + this.stateRegistrationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool StateRegistrationDateSpecified + { + get + { + return this.stateRegistrationDateFieldSpecified; + } + set + { + this.stateRegistrationDateFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=5)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=6)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=7)] + public string OKOPF + { + get + { + return this.oKOPFField; + } + set + { + this.oKOPFField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string Address + { + get + { + return this.addressField; + } + set + { + this.addressField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] + public System.DateTime ActivityEndDate + { + get + { + return this.activityEndDateField; + } + set + { + this.activityEndDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ActivityEndDateSpecified + { + get + { + return this.activityEndDateFieldSpecified; + } + set + { + this.activityEndDateFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportOrgRegistryResultType + { + + private string orgRootEntityGUIDField; + + private exportOrgRegistryResultTypeOrgVersion orgVersionField; + + private string orgPPAGUIDField; + + private nsiRef[] organizationRolesField; + + private bool isRegisteredField; + + private bool isRegisteredFieldSpecified; + + public exportOrgRegistryResultType() + { + this.isRegisteredField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] + public string orgRootEntityGUID + { + get + { + return this.orgRootEntityGUIDField; + } + set + { + this.orgRootEntityGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportOrgRegistryResultTypeOrgVersion OrgVersion + { + get + { + return this.orgVersionField; + } + set + { + this.orgVersionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] + public string orgPPAGUID + { + get + { + return this.orgPPAGUIDField; + } + set + { + this.orgPPAGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("organizationRoles", Order=3)] + public nsiRef[] organizationRoles + { + get + { + return this.organizationRolesField; + } + set + { + this.organizationRolesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public bool isRegistered + { + get + { + return this.isRegisteredField; + } + set + { + this.isRegisteredField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool isRegisteredSpecified + { + get + { + return this.isRegisteredFieldSpecified; + } + set + { + this.isRegisteredFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportOrgRegistryResultTypeOrgVersion + { + + private string orgVersionGUIDField; + + private System.DateTime lastEditingDateField; + + private bool isActualField; + + private object itemField; + + private exportOrgRegistryResultTypeOrgVersionRegistryOrganizationStatus registryOrganizationStatusField; + + private bool registryOrganizationStatusFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] + public string orgVersionGUID + { + get + { + return this.orgVersionGUIDField; + } + set + { + this.orgVersionGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime lastEditingDate + { + get + { + return this.lastEditingDateField; + } + set + { + this.lastEditingDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsActual + { + get + { + return this.isActualField; + } + set + { + this.isActualField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Entrp", typeof(EntpsType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("ForeignBranch", typeof(ForeignBranchType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("Legal", typeof(LegalType), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("Subsidiary", typeof(exportOrgRegistryResultTypeOrgVersionSubsidiary), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public exportOrgRegistryResultTypeOrgVersionRegistryOrganizationStatus registryOrganizationStatus + { + get + { + return this.registryOrganizationStatusField; + } + set + { + this.registryOrganizationStatusField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool registryOrganizationStatusSpecified + { + get + { + return this.registryOrganizationStatusFieldSpecified; + } + set + { + this.registryOrganizationStatusFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportOrgRegistryResultTypeOrgVersionSubsidiary : SubsidiaryType + { + + private string statusVersionField; + + private exportOrgRegistryResultTypeOrgVersionSubsidiaryParentOrg parentOrgField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string StatusVersion + { + get + { + return this.statusVersionField; + } + set + { + this.statusVersionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public exportOrgRegistryResultTypeOrgVersionSubsidiaryParentOrg ParentOrg + { + get + { + return this.parentOrgField; + } + set + { + this.parentOrgField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportOrgRegistryResultTypeOrgVersionSubsidiaryParentOrg + { + + private RegOrgVersionType regOrgVersionField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] + public RegOrgVersionType RegOrgVersion + { + get + { + return this.regOrgVersionField; + } + set + { + this.regOrgVersionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public enum exportOrgRegistryResultTypeOrgVersionRegistryOrganizationStatus + { + + /// + P, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultType + { + + private string gUIDField; + + private string transportGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultTypeError : ErrorMessageType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ErrorMessageType + { + + private string errorCodeField; + + private string descriptionField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ObjectType + { + + private System.Xml.XmlNode[] anyField; + + private string idField; + + private string mimeTypeField; + + private string encodingField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string MimeType + { + get + { + return this.mimeTypeField; + } + set + { + this.mimeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Encoding + { + get + { + return this.encodingField; + } + set + { + this.encodingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SPKIDataType + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class PGPDataType + { + + private object[] itemsField; + + private ItemsChoiceType1[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType1[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType1 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + PGPKeyID, + + /// + PGPKeyPacket, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509IssuerSerialType + { + + private string x509IssuerNameField; + + private string x509SerialNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string X509IssuerName + { + get + { + return this.x509IssuerNameField; + } + set + { + this.x509IssuerNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string X509SerialNumber + { + get + { + return this.x509SerialNumberField; + } + set + { + this.x509SerialNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509DataType + { + + private object[] itemsField; + + private ItemsChoiceType[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + X509CRL, + + /// + X509Certificate, + + /// + X509IssuerSerial, + + /// + X509SKI, + + /// + X509SubjectName, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RetrievalMethodType + { + + private TransformType[] transformsField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class TransformType + { + + private object[] itemsField; + + private string[] textField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RSAKeyValueType + { + + private byte[] modulusField; + + private byte[] exponentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] Modulus + { + get + { + return this.modulusField; + } + set + { + this.modulusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Exponent + { + get + { + return this.exponentField; + } + set + { + this.exponentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DSAKeyValueType + { + + private byte[] pField; + + private byte[] qField; + + private byte[] gField; + + private byte[] yField; + + private byte[] jField; + + private byte[] seedField; + + private byte[] pgenCounterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] P + { + get + { + return this.pField; + } + set + { + this.pField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Q + { + get + { + return this.qField; + } + set + { + this.qField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] G + { + get + { + return this.gField; + } + set + { + this.gField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] + public byte[] Y + { + get + { + return this.yField; + } + set + { + this.yField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] + public byte[] J + { + get + { + return this.jField; + } + set + { + this.jField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] + public byte[] Seed + { + get + { + return this.seedField; + } + set + { + this.seedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] + public byte[] PgenCounter + { + get + { + return this.pgenCounterField; + } + set + { + this.pgenCounterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyValueType + { + + private object itemField; + + private string[] textField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyInfoType + { + + private object[] itemsField; + + private ItemsChoiceType2[] itemsElementNameField; + + private string[] textField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType2[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType2 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + KeyName, + + /// + KeyValue, + + /// + MgmtData, + + /// + PGPData, + + /// + RetrievalMethod, + + /// + SPKIData, + + /// + X509Data, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureValueType + { + + private string idField; + + private byte[] valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] + public byte[] Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DigestMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ReferenceType + { + + private TransformType[] transformsField; + + private DigestMethodType digestMethodField; + + private byte[] digestValueField; + + private string idField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DigestMethodType DigestMethod + { + get + { + return this.digestMethodField; + } + set + { + this.digestMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] DigestValue + { + get + { + return this.digestValueField; + } + set + { + this.digestValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureMethodType + { + + private string hMACOutputLengthField; + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string HMACOutputLength + { + get + { + return this.hMACOutputLengthField; + } + set + { + this.hMACOutputLengthField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class CanonicalizationMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignedInfoType + { + + private CanonicalizationMethodType canonicalizationMethodField; + + private SignatureMethodType signatureMethodField; + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CanonicalizationMethodType CanonicalizationMethod + { + get + { + return this.canonicalizationMethodField; + } + set + { + this.canonicalizationMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureMethodType SignatureMethod + { + get + { + return this.signatureMethodField; + } + set + { + this.signatureMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] + public ReferenceType[] Reference + { + get + { + return this.referenceField; + } + set + { + this.referenceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureType + { + + private SignedInfoType signedInfoField; + + private SignatureValueType signatureValueField; + + private KeyInfoType keyInfoField; + + private ObjectType[] objectField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SignedInfoType SignedInfo + { + get + { + return this.signedInfoField; + } + set + { + this.signedInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureValueType SignatureValue + { + get + { + return this.signatureValueField; + } + set + { + this.signatureValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public KeyInfoType KeyInfo + { + get + { + return this.keyInfoField; + } + set + { + this.keyInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] + public ObjectType[] Object + { + get + { + return this.objectField; + } + set + { + this.objectField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseType + { + + private SignatureType signatureField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] + public SignatureType Signature + { + get + { + return this.signatureField; + } + set + { + this.signatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseAsyncResponseType : BaseType + { + + private sbyte requestStateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte RequestState + { + get + { + return this.requestStateField; + } + set + { + this.requestStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common-service-" + + "async/", ConfigurationName="Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync")] + public interface RegOrgPortsTypeAsync + { + + [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.OrgRegistryCommon.getStateRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportOrgRegistry", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.Fault), Action="urn:exportOrgRegistry", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportOrgRegistryAsync(Hcs.Service.Async.OrgRegistryCommon.exportOrgRegistryRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProvider", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.Fault), Action="urn:exportDataProvider", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportDataProviderAsync(Hcs.Service.Async.OrgRegistryCommon.exportDataProviderRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportDelegatedAccess", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.Fault), Action="urn:exportDelegatedAccess", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.exportDelegatedAccessRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportObjectsDelegatedAccess", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.Fault), Action="urn:exportObjectsDelegatedAccess", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportObjectsDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.exportObjectsDelegatedAccessRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportTerritoryDelegatedAccess", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.Fault), Action="urn:exportTerritoryDelegatedAccess", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportTerritoryDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.exportTerritoryDelegatedAccessRequest1 request); + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISRequestHeader : HeaderType + { + + private ISCreator[] iSCreatorField; + + /// + [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=0)] + public ISCreator[] ISCreator + { + get + { + return this.iSCreatorField; + } + set + { + this.iSCreatorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISCreator + { + + private string iSNameField; + + private string iSOperatorNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ISName + { + get + { + return this.iSNameField; + } + set + { + this.iSNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ISOperatorName + { + get + { + return this.iSOperatorNameField; + } + set + { + this.iSOperatorNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class HeaderType + { + + private System.DateTime dateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class getStateRequest + { + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ResultHeader : HeaderType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class getStateResult : BaseAsyncResponseType + { + + private object[] itemsField; + + private bool isNextPageField; + + private bool isNextPageFieldSpecified; + + private string versionField; + + public getStateResult() + { + this.isNextPageField = true; + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportDataProviderResult", typeof(exportDataProviderResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportDelegatedAccessResult", typeof(exportDelegatedAccessType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportObjectsDelegatedAccessResult", typeof(ObjectsDelegatedAccessRightType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportOrgRegistryResult", typeof(exportOrgRegistryResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportTerritoryDelegatedAccess", typeof(TerritoryDelegatedAccessRightType), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool IsNextPage + { + get + { + return this.isNextPageField; + } + set + { + this.isNextPageField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsNextPageSpecified + { + get + { + return this.isNextPageFieldSpecified; + } + set + { + this.isNextPageFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.getStateRequest getStateRequest; + + public getStateRequest1() + { + } + + public getStateRequest1(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.getStateRequest getStateRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.getStateRequest = getStateRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.getStateResult getStateResult; + + public getStateResponse() + { + } + + public getStateResponse(Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.getStateResult getStateResult) + { + this.ResultHeader = ResultHeader; + this.getStateResult = getStateResult; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportOrgRegistryRequest : BaseType + { + + private exportOrgRegistryRequestSearchCriteria[] searchCriteriaField; + + private System.DateTime lastEditingDateFromField; + + private bool lastEditingDateFromFieldSpecified; + + private string versionField; + + public exportOrgRegistryRequest() + { + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SearchCriteria", Order=0)] + public exportOrgRegistryRequestSearchCriteria[] SearchCriteria + { + get + { + return this.searchCriteriaField; + } + set + { + this.searchCriteriaField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime lastEditingDateFrom + { + get + { + return this.lastEditingDateFromField; + } + set + { + this.lastEditingDateFromField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool lastEditingDateFromSpecified + { + get + { + return this.lastEditingDateFromFieldSpecified; + } + set + { + this.lastEditingDateFromFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportOrgRegistryRequestSearchCriteria + { + + private string[] itemsField; + + private ItemsChoiceType3[] itemsElementNameField; + + private bool isRegisteredField; + + private bool isRegisteredFieldSpecified; + + public exportOrgRegistryRequestSearchCriteria() + { + this.isRegisteredField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("KPP", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NZA", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OGRN", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("OGRNIP", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgRootEntityGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgVersionGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType3[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool isRegistered + { + get + { + return this.isRegisteredField; + } + set + { + this.isRegisteredField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool isRegisteredSpecified + { + get + { + return this.isRegisteredFieldSpecified; + } + set + { + this.isRegisteredFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", IncludeInSchema=false)] + public enum ItemsChoiceType3 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-base/:KPP")] + KPP, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-base/:NZA")] + NZA, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-base/:OGRN")] + OGRN, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-base/:OGRNIP")] + OGRNIP, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/:orgRootEn" + + "tityGUID")] + orgRootEntityGUID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/:orgVersio" + + "nGUID")] + orgVersionGUID, + + /// + orgPPAGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequest + { + + private AckRequestAck ackField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AckRequestAck Ack + { + get + { + return this.ackField; + } + set + { + this.ackField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequestAck + { + + private string messageGUIDField; + + private string requesterMessageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RequesterMessageGUID + { + get + { + return this.requesterMessageGUIDField; + } + set + { + this.requesterMessageGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportOrgRegistryRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.exportOrgRegistryRequest exportOrgRegistryRequest; + + public exportOrgRegistryRequest1() + { + } + + public exportOrgRegistryRequest1(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportOrgRegistryRequest exportOrgRegistryRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportOrgRegistryRequest = exportOrgRegistryRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportOrgRegistryResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest; + + public exportOrgRegistryResponse() + { + } + + public exportOrgRegistryResponse(Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportDataProviderRequest : BaseType + { + + private bool isActualField; + + private bool isActualFieldSpecified; + + private string versionField; + + public exportDataProviderRequest() + { + this.isActualField = true; + this.versionField = "10.0.2.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public bool IsActual + { + get + { + return this.isActualField; + } + set + { + this.isActualField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsActualSpecified + { + get + { + return this.isActualFieldSpecified; + } + set + { + this.isActualFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportDataProviderRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.exportDataProviderRequest exportDataProviderRequest; + + public exportDataProviderRequest1() + { + } + + public exportDataProviderRequest1(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportDataProviderRequest exportDataProviderRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportDataProviderRequest = exportDataProviderRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportDataProviderResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest; + + public exportDataProviderResponse() + { + } + + public exportDataProviderResponse(Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportDelegatedAccessRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public exportDelegatedAccessRequest() + { + this.versionField = "11.2.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccessRequestGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Page", typeof(int), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Status", typeof(AccessRequestStatus), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportDelegatedAccessRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.exportDelegatedAccessRequest exportDelegatedAccessRequest; + + public exportDelegatedAccessRequest1() + { + } + + public exportDelegatedAccessRequest1(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportDelegatedAccessRequest exportDelegatedAccessRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportDelegatedAccessRequest = exportDelegatedAccessRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportDelegatedAccessResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest; + + public exportDelegatedAccessResponse() + { + } + + public exportDelegatedAccessResponse(Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportObjectsDelegatedAccessRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public exportObjectsDelegatedAccessRequest() + { + this.versionField = "11.2.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccessRightGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Page", typeof(int), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportObjectsDelegatedAccessRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.exportObjectsDelegatedAccessRequest exportObjectsDelegatedAccessRequest; + + public exportObjectsDelegatedAccessRequest1() + { + } + + public exportObjectsDelegatedAccessRequest1(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportObjectsDelegatedAccessRequest exportObjectsDelegatedAccessRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportObjectsDelegatedAccessRequest = exportObjectsDelegatedAccessRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportObjectsDelegatedAccessResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest; + + public exportObjectsDelegatedAccessResponse() + { + } + + public exportObjectsDelegatedAccessResponse(Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] + public partial class exportTerritoryDelegatedAccessRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public exportTerritoryDelegatedAccessRequest() + { + this.versionField = "11.2.0.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AccessRightGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Page", typeof(int), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportTerritoryDelegatedAccessRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.exportTerritoryDelegatedAccessRequest exportTerritoryDelegatedAccessRequest; + + public exportTerritoryDelegatedAccessRequest1() + { + } + + public exportTerritoryDelegatedAccessRequest1(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportTerritoryDelegatedAccessRequest exportTerritoryDelegatedAccessRequest) + { + this.ISRequestHeader = ISRequestHeader; + this.exportTerritoryDelegatedAccessRequest = exportTerritoryDelegatedAccessRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportTerritoryDelegatedAccessResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest; + + public exportTerritoryDelegatedAccessResponse() + { + } + + public exportTerritoryDelegatedAccessResponse(Hcs.Service.Async.OrgRegistryCommon.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public interface RegOrgPortsTypeAsyncChannel : Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public partial class RegOrgPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync + { + + /// + /// Реализуйте этот разделяемый метод для настройки конечной точки службы. + /// + /// Настраиваемая конечная точка + /// Учетные данные клиента. + static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); + + public RegOrgPortsTypeAsyncClient() : + base(RegOrgPortsTypeAsyncClient.GetDefaultBinding(), RegOrgPortsTypeAsyncClient.GetDefaultEndpointAddress()) + { + this.Endpoint.Name = EndpointConfiguration.RegOrgAsyncPort.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public RegOrgPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration) : + base(RegOrgPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), RegOrgPortsTypeAsyncClient.GetEndpointAddress(endpointConfiguration)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public RegOrgPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + base(RegOrgPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public RegOrgPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + base(RegOrgPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public RegOrgPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync.getStateAsync(Hcs.Service.Async.OrgRegistryCommon.getStateRequest1 request) + { + return base.Channel.getStateAsync(request); + } + + public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.getStateRequest getStateRequest) + { + Hcs.Service.Async.OrgRegistryCommon.getStateRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.getStateRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.getStateRequest = getStateRequest; + return ((Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync)(this)).getStateAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync.exportOrgRegistryAsync(Hcs.Service.Async.OrgRegistryCommon.exportOrgRegistryRequest1 request) + { + return base.Channel.exportOrgRegistryAsync(request); + } + + public System.Threading.Tasks.Task exportOrgRegistryAsync(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportOrgRegistryRequest exportOrgRegistryRequest) + { + Hcs.Service.Async.OrgRegistryCommon.exportOrgRegistryRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.exportOrgRegistryRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportOrgRegistryRequest = exportOrgRegistryRequest; + return ((Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync)(this)).exportOrgRegistryAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync.exportDataProviderAsync(Hcs.Service.Async.OrgRegistryCommon.exportDataProviderRequest1 request) + { + return base.Channel.exportDataProviderAsync(request); + } + + public System.Threading.Tasks.Task exportDataProviderAsync(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportDataProviderRequest exportDataProviderRequest) + { + Hcs.Service.Async.OrgRegistryCommon.exportDataProviderRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.exportDataProviderRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportDataProviderRequest = exportDataProviderRequest; + return ((Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync)(this)).exportDataProviderAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync.exportDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.exportDelegatedAccessRequest1 request) + { + return base.Channel.exportDelegatedAccessAsync(request); + } + + public System.Threading.Tasks.Task exportDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportDelegatedAccessRequest exportDelegatedAccessRequest) + { + Hcs.Service.Async.OrgRegistryCommon.exportDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.exportDelegatedAccessRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportDelegatedAccessRequest = exportDelegatedAccessRequest; + return ((Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync)(this)).exportDelegatedAccessAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync.exportObjectsDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.exportObjectsDelegatedAccessRequest1 request) + { + return base.Channel.exportObjectsDelegatedAccessAsync(request); + } + + public System.Threading.Tasks.Task exportObjectsDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportObjectsDelegatedAccessRequest exportObjectsDelegatedAccessRequest) + { + Hcs.Service.Async.OrgRegistryCommon.exportObjectsDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.exportObjectsDelegatedAccessRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportObjectsDelegatedAccessRequest = exportObjectsDelegatedAccessRequest; + return ((Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync)(this)).exportObjectsDelegatedAccessAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync.exportTerritoryDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.exportTerritoryDelegatedAccessRequest1 request) + { + return base.Channel.exportTerritoryDelegatedAccessAsync(request); + } + + public System.Threading.Tasks.Task exportTerritoryDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.exportTerritoryDelegatedAccessRequest exportTerritoryDelegatedAccessRequest) + { + Hcs.Service.Async.OrgRegistryCommon.exportTerritoryDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.exportTerritoryDelegatedAccessRequest1(); + inValue.ISRequestHeader = ISRequestHeader; + inValue.exportTerritoryDelegatedAccessRequest = exportTerritoryDelegatedAccessRequest; + return ((Hcs.Service.Async.OrgRegistryCommon.RegOrgPortsTypeAsync)(this)).exportTerritoryDelegatedAccessAsync(inValue); + } + + public virtual System.Threading.Tasks.Task OpenAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); + } + + #if !NET6_0_OR_GREATER + public virtual System.Threading.Tasks.Task CloseAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose)); + } + #endif + + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.RegOrgAsyncPort)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport; + return result; + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.RegOrgAsyncPort)) + { + return new System.ServiceModel.EndpointAddress("https://api.dom.gosuslugi.ru/ext-bus-org-registry-common-service/services/OrgRegi" + + "stryCommonAsync"); + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.Channels.Binding GetDefaultBinding() + { + return RegOrgPortsTypeAsyncClient.GetBindingForEndpoint(EndpointConfiguration.RegOrgAsyncPort); + } + + private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() + { + return RegOrgPortsTypeAsyncClient.GetEndpointAddress(EndpointConfiguration.RegOrgAsyncPort); + } + + public enum EndpointConfiguration + { + + RegOrgAsyncPort, + } + } +} diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.Payments/ConnectedService.json b/Hcs.Broker/Connected Services/Hcs.Service.Async.Payments/ConnectedService.json new file mode 100644 index 0000000..5a051ab --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.Payments/ConnectedService.json @@ -0,0 +1,16 @@ +{ + "ExtendedData": { + "inputs": [ + "../../Wsdl/wsdl_xsd_v.15.7.0.1/payment/hcs-payment-service-async.wsdl" + ], + "collectionTypes": [ + "System.Array", + "System.Collections.Generic.Dictionary`2" + ], + "namespaceMappings": [ + "*, Hcs.Service.Async.Payments" + ], + "targetFramework": "net8.0", + "typeReuseMode": "All" + } +} \ No newline at end of file diff --git a/Hcs.Broker/Connected Services/Hcs.Service.Async.Payments/Reference.cs b/Hcs.Broker/Connected Services/Hcs.Service.Async.Payments/Reference.cs new file mode 100644 index 0000000..31b46df --- /dev/null +++ b/Hcs.Broker/Connected Services/Hcs.Service.Async.Payments/Reference.cs @@ -0,0 +1,5773 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторного создания кода. +// +//------------------------------------------------------------------------------ + +namespace Hcs.Service.Async.Payments +{ + + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class Fault + { + + private string errorCodeField; + + private string errorMessageField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ErrorMessage + { + get + { + return this.errorMessageField; + } + set + { + this.errorMessageField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecution139Type + { + + private NotificationOfOrderExecution139TypeOrderInfo orderInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NotificationOfOrderExecution139TypeOrderInfo OrderInfo + { + get + { + return this.orderInfoField; + } + set + { + this.orderInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecution139TypeOrderInfo + { + + private string orderIDField; + + private System.DateTime orderDateField; + + private decimal amountField; + + private bool onlinePaymentField; + + private bool onlinePaymentFieldSpecified; + + private NotificationOfOrderExecution139TypeOrderInfoMonthAndYear monthAndYearField; + + private string[] itemsField; + + private ItemsChoiceType4[] itemsElementNameField; + + private string paymentInformationGUIDField; + + public NotificationOfOrderExecution139TypeOrderInfo() + { + this.onlinePaymentField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OrderID + { + get + { + return this.orderIDField; + } + set + { + this.orderIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime OrderDate + { + get + { + return this.orderDateField; + } + set + { + this.orderDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Amount + { + get + { + return this.amountField; + } + set + { + this.amountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public bool OnlinePayment + { + get + { + return this.onlinePaymentField; + } + set + { + this.onlinePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OnlinePaymentSpecified + { + get + { + return this.onlinePaymentFieldSpecified; + } + set + { + this.onlinePaymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public NotificationOfOrderExecution139TypeOrderInfoMonthAndYear MonthAndYear + { + get + { + return this.monthAndYearField; + } + set + { + this.monthAndYearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=5)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=5)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentGUID", typeof(string), Order=5)] + [System.Xml.Serialization.XmlElementAttribute("ServiceIDGUID", typeof(string), Order=5)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=6)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType4[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string PaymentInformationGUID + { + get + { + return this.paymentInformationGUIDField; + } + set + { + this.paymentInformationGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecution139TypeOrderInfoMonthAndYear + { + + private short yearField; + + private int monthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)] + public enum ItemsChoiceType4 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")] + ServiceID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")] + PaymentDocumentID, + + /// + PaymentDocumentGUID, + + /// + ServiceIDGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class PaymentInformationType + { + + private string recipientINNField; + + private string recipientKPPField; + + private string bankNameField; + + private string paymentRecipientField; + + private string bankBIKField; + + private string operatingAccountNumberField; + + private string correspondentBankAccountField; + + private string kBKField; + + private string oKTMOField; + + private string numberBudgetaryAccountField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RecipientINN + { + get + { + return this.recipientINNField; + } + set + { + this.recipientINNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RecipientKPP + { + get + { + return this.recipientKPPField; + } + set + { + this.recipientKPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string BankName + { + get + { + return this.bankNameField; + } + set + { + this.bankNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PaymentRecipient + { + get + { + return this.paymentRecipientField; + } + set + { + this.paymentRecipientField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string BankBIK + { + get + { + return this.bankBIKField; + } + set + { + this.bankBIKField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string operatingAccountNumber + { + get + { + return this.operatingAccountNumberField; + } + set + { + this.operatingAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string CorrespondentBankAccount + { + get + { + return this.correspondentBankAccountField; + } + set + { + this.correspondentBankAccountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string KBK + { + get + { + return this.kBKField; + } + set + { + this.kBKField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string NumberBudgetaryAccount + { + get + { + return this.numberBudgetaryAccountField; + } + set + { + this.numberBudgetaryAccountField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] + public partial class nsiRef + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(IndType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class FIOType + { + + private string surnameField; + + private string firstNameField; + + private string patronymicField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Surname + { + get + { + return this.surnameField; + } + set + { + this.surnameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string FirstName + { + get + { + return this.firstNameField; + } + set + { + this.firstNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Patronymic + { + get + { + return this.patronymicField; + } + set + { + this.patronymicField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class IndType : FIOType + { + + private Sex sexField; + + private bool sexFieldSpecified; + + private System.DateTime dateOfBirthField; + + private bool dateOfBirthFieldSpecified; + + private object itemField; + + private string placeBirthField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public Sex Sex + { + get + { + return this.sexField; + } + set + { + this.sexField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool SexSpecified + { + get + { + return this.sexFieldSpecified; + } + set + { + this.sexFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime DateOfBirth + { + get + { + return this.dateOfBirthField; + } + set + { + this.dateOfBirthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DateOfBirthSpecified + { + get + { + return this.dateOfBirthFieldSpecified; + } + set + { + this.dateOfBirthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=2)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PlaceBirth + { + get + { + return this.placeBirthField; + } + set + { + this.placeBirthField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public enum Sex + { + + /// + M, + + /// + F, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] + public partial class ID + { + + private nsiRef typeField; + + private string seriesField; + + private string numberField; + + private System.DateTime issueDateField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public nsiRef Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] + public System.DateTime IssueDate + { + get + { + return this.issueDateField; + } + set + { + this.issueDateField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionType + { + + private NotificationOfOrderExecutionTypeSupplierInfo supplierInfoField; + + private NotificationOfOrderExecutionTypeRecipientInfo recipientInfoField; + + private NotificationOfOrderExecutionTypeOrderInfo orderInfoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public NotificationOfOrderExecutionTypeSupplierInfo SupplierInfo + { + get + { + return this.supplierInfoField; + } + set + { + this.supplierInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public NotificationOfOrderExecutionTypeRecipientInfo RecipientInfo + { + get + { + return this.recipientInfoField; + } + set + { + this.recipientInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public NotificationOfOrderExecutionTypeOrderInfo OrderInfo + { + get + { + return this.orderInfoField; + } + set + { + this.orderInfoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionTypeSupplierInfo + { + + private string supplierIDField; + + private string supplierNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string SupplierID + { + get + { + return this.supplierIDField; + } + set + { + this.supplierIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string SupplierName + { + get + { + return this.supplierNameField; + } + set + { + this.supplierNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionTypeRecipientInfo + { + + private string iNNField; + + private object itemField; + + private NotificationOfOrderExecutionTypeRecipientInfoPaymentInformation paymentInformationField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(FIOType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("EntprFIO", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Legal", typeof(NotificationOfOrderExecutionTypeRecipientInfoLegal), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public NotificationOfOrderExecutionTypeRecipientInfoPaymentInformation PaymentInformation + { + get + { + return this.paymentInformationField; + } + set + { + this.paymentInformationField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionTypeRecipientInfoLegal + { + + private string kPPField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionTypeRecipientInfoPaymentInformation : PaymentInformationType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionTypeOrderInfo + { + + private string orderIDField; + + private System.DateTime orderDateField; + + private string orderNumField; + + private decimal amountField; + + private string paymentPurposeField; + + private bool onlinePaymentField; + + private bool onlinePaymentFieldSpecified; + + private string commentField; + + private string paymentDocumentIDField; + + private string paymentDocumentNumberField; + + private short yearField; + + private int monthField; + + private string unifiedAccountNumberField; + + private NotificationOfOrderExecutionTypeOrderInfoAddressAndConsumer addressAndConsumerField; + + private NotificationOfOrderExecutionTypeOrderInfoService serviceField; + + private string accountNumberField; + + public NotificationOfOrderExecutionTypeOrderInfo() + { + this.onlinePaymentField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OrderID + { + get + { + return this.orderIDField; + } + set + { + this.orderIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime OrderDate + { + get + { + return this.orderDateField; + } + set + { + this.orderDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string OrderNum + { + get + { + return this.orderNumField; + } + set + { + this.orderNumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public decimal Amount + { + get + { + return this.amountField; + } + set + { + this.amountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string PaymentPurpose + { + get + { + return this.paymentPurposeField; + } + set + { + this.paymentPurposeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool OnlinePayment + { + get + { + return this.onlinePaymentField; + } + set + { + this.onlinePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OnlinePaymentSpecified + { + get + { + return this.onlinePaymentFieldSpecified; + } + set + { + this.onlinePaymentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string Comment + { + get + { + return this.commentField; + } + set + { + this.commentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=7)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=8)] + public string PaymentDocumentNumber + { + get + { + return this.paymentDocumentNumberField; + } + set + { + this.paymentDocumentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=9)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=10)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=11)] + public string UnifiedAccountNumber + { + get + { + return this.unifiedAccountNumberField; + } + set + { + this.unifiedAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public NotificationOfOrderExecutionTypeOrderInfoAddressAndConsumer AddressAndConsumer + { + get + { + return this.addressAndConsumerField; + } + set + { + this.addressAndConsumerField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public NotificationOfOrderExecutionTypeOrderInfoService Service + { + get + { + return this.serviceField; + } + set + { + this.serviceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=14)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionTypeOrderInfoAddressAndConsumer + { + + private string fIASHouseGuidField; + + private string[] itemsField; + + private ItemsChoiceType3[] itemsElementNameField; + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Apartment", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NonLivingApartment", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("NonResidentialBlock", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Placement", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialBlock", typeof(string), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialBlockRoom", typeof(string), Order=1)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public string[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType3[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("INN", typeof(string), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(FIOType), Order=3)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)] + public enum ItemsChoiceType3 + { + + /// + Apartment, + + /// + NonLivingApartment, + + /// + NonResidentialBlock, + + /// + Placement, + + /// + ResidentialBlock, + + /// + ResidentialBlockRoom, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionTypeOrderInfoService + { + + private string serviceIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + public string ServiceID + { + get + { + return this.serviceIDField; + } + set + { + this.serviceIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ObjectType + { + + private System.Xml.XmlNode[] anyField; + + private string idField; + + private string mimeTypeField; + + private string encodingField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string MimeType + { + get + { + return this.mimeTypeField; + } + set + { + this.mimeTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Encoding + { + get + { + return this.encodingField; + } + set + { + this.encodingField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SPKIDataType + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class PGPDataType + { + + private object[] itemsField; + + private ItemsChoiceType1[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType1[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType1 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + PGPKeyID, + + /// + PGPKeyPacket, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509IssuerSerialType + { + + private string x509IssuerNameField; + + private string x509SerialNumberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string X509IssuerName + { + get + { + return this.x509IssuerNameField; + } + set + { + this.x509IssuerNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] + public string X509SerialNumber + { + get + { + return this.x509SerialNumberField; + } + set + { + this.x509SerialNumberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class X509DataType + { + + private object[] itemsField; + + private ItemsChoiceType[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + X509CRL, + + /// + X509Certificate, + + /// + X509IssuerSerial, + + /// + X509SKI, + + /// + X509SubjectName, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RetrievalMethodType + { + + private TransformType[] transformsField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class TransformType + { + + private object[] itemsField; + + private string[] textField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class RSAKeyValueType + { + + private byte[] modulusField; + + private byte[] exponentField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] Modulus + { + get + { + return this.modulusField; + } + set + { + this.modulusField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Exponent + { + get + { + return this.exponentField; + } + set + { + this.exponentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DSAKeyValueType + { + + private byte[] pField; + + private byte[] qField; + + private byte[] gField; + + private byte[] yField; + + private byte[] jField; + + private byte[] seedField; + + private byte[] pgenCounterField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] + public byte[] P + { + get + { + return this.pField; + } + set + { + this.pField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] + public byte[] Q + { + get + { + return this.qField; + } + set + { + this.qField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] G + { + get + { + return this.gField; + } + set + { + this.gField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] + public byte[] Y + { + get + { + return this.yField; + } + set + { + this.yField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] + public byte[] J + { + get + { + return this.jField; + } + set + { + this.jField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] + public byte[] Seed + { + get + { + return this.seedField; + } + set + { + this.seedField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] + public byte[] PgenCounter + { + get + { + return this.pgenCounterField; + } + set + { + this.pgenCounterField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyValueType + { + + private object itemField; + + private string[] textField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class KeyInfoType + { + + private object[] itemsField; + + private ItemsChoiceType2[] itemsElementNameField; + + private string[] textField; + + private string idField; + + /// + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType2[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string[] Text + { + get + { + return this.textField; + } + set + { + this.textField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] + public enum ItemsChoiceType2 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("##any:")] + Item, + + /// + KeyName, + + /// + KeyValue, + + /// + MgmtData, + + /// + PGPData, + + /// + RetrievalMethod, + + /// + SPKIData, + + /// + X509Data, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureValueType + { + + private string idField; + + private byte[] valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] + public byte[] Value + { + get + { + return this.valueField; + } + set + { + this.valueField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class DigestMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class ReferenceType + { + + private TransformType[] transformsField; + + private DigestMethodType digestMethodField; + + private byte[] digestValueField; + + private string idField; + + private string uRIField; + + private string typeField; + + /// + [System.Xml.Serialization.XmlArrayAttribute(Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)] + public TransformType[] Transforms + { + get + { + return this.transformsField; + } + set + { + this.transformsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public DigestMethodType DigestMethod + { + get + { + return this.digestMethodField; + } + set + { + this.digestMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] + public byte[] DigestValue + { + get + { + return this.digestValueField; + } + set + { + this.digestValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string URI + { + get + { + return this.uRIField; + } + set + { + this.uRIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureMethodType + { + + private string hMACOutputLengthField; + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] + public string HMACOutputLength + { + get + { + return this.hMACOutputLengthField; + } + set + { + this.hMACOutputLengthField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class CanonicalizationMethodType + { + + private System.Xml.XmlNode[] anyField; + + private string algorithmField; + + /// + [System.Xml.Serialization.XmlTextAttribute()] + [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] + public System.Xml.XmlNode[] Any + { + get + { + return this.anyField; + } + set + { + this.anyField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string Algorithm + { + get + { + return this.algorithmField; + } + set + { + this.algorithmField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignedInfoType + { + + private CanonicalizationMethodType canonicalizationMethodField; + + private SignatureMethodType signatureMethodField; + + private ReferenceType[] referenceField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public CanonicalizationMethodType CanonicalizationMethod + { + get + { + return this.canonicalizationMethodField; + } + set + { + this.canonicalizationMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureMethodType SignatureMethod + { + get + { + return this.signatureMethodField; + } + set + { + this.signatureMethodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] + public ReferenceType[] Reference + { + get + { + return this.referenceField; + } + set + { + this.referenceField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")] + public partial class SignatureType + { + + private SignedInfoType signedInfoField; + + private SignatureValueType signatureValueField; + + private KeyInfoType keyInfoField; + + private ObjectType[] objectField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public SignedInfoType SignedInfo + { + get + { + return this.signedInfoField; + } + set + { + this.signedInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SignatureValueType SignatureValue + { + get + { + return this.signatureValueField; + } + set + { + this.signatureValueField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public KeyInfoType KeyInfo + { + get + { + return this.keyInfoField; + } + set + { + this.keyInfoField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] + public ObjectType[] Object + { + get + { + return this.objectField; + } + set + { + this.objectField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseType + { + + private SignatureType signatureField; + + private string idField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] + public SignatureType Signature + { + get + { + return this.signatureField; + } + set + { + this.signatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class BaseAsyncResponseType : BaseType + { + + private sbyte requestStateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public sbyte RequestState + { + get + { + return this.requestStateField; + } + set + { + this.requestStateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment-service-async/", ConfigurationName="Hcs.Service.Async.Payments.PaymentPortsTypeAsync")] + public interface PaymentPortsTypeAsync + { + + [System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationsOfOrderExecution", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:importNotificationsOfOrderExecution", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationsOfOrderExecutionCancellation", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:importNotificationsOfOrderExecutionCancellation", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importNotificationsOfOrderExecutionCancellationAsync(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.Payments.getStateRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:exportPaymentDocumentDetails", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:exportPaymentDocumentDetails", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task exportPaymentDocumentDetailsAsync(Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 request); + + [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplierNotificationsOfOrderExecution", ReplyAction="*")] + [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:importSupplierNotificationsOfOrderExecution", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] + System.Threading.Tasks.Task importSupplierNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 request); + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeader : HeaderType + { + + private object itemField; + + private ItemChoiceType itemElementNameField; + + private bool isOperatorSignatureField; + + private bool isOperatorSignatureFieldSpecified; + + private ISCreator[] iSCreatorField; + + public RequestHeader() + { + this.isOperatorSignatureField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool IsOperatorSignature + { + get + { + return this.isOperatorSignatureField; + } + set + { + this.isOperatorSignatureField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsOperatorSignatureSpecified + { + get + { + return this.isOperatorSignatureFieldSpecified; + } + set + { + this.isOperatorSignatureFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] + public ISCreator[] ISCreator + { + get + { + return this.iSCreatorField; + } + set + { + this.iSCreatorField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizen + { + + private object[] itemsField; + + private ItemsChoiceType5[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType5[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocument + { + + private RequestHeaderCitizenDocumentDocumentType documentTypeField; + + private string seriesField; + + private string numberField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public RequestHeaderCitizenDocumentDocumentType DocumentType + { + get + { + return this.documentTypeField; + } + set + { + this.documentTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Series + { + get + { + return this.seriesField; + } + set + { + this.seriesField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Number + { + get + { + return this.numberField; + } + set + { + this.numberField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class RequestHeaderCitizenDocumentDocumentType + { + + private string codeField; + + private string gUIDField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Code + { + get + { + return this.codeField; + } + set + { + this.codeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemsChoiceType5 + { + + /// + CitizenPPAGUID, + + /// + Document, + + /// + SNILS, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] + public enum ItemChoiceType + { + + /// + Citizen, + + /// + SenderID, + + /// + orgPPAGUID, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ISCreator + { + + private string iSNameField; + + private string iSOperatorNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ISName + { + get + { + return this.iSNameField; + } + set + { + this.iSNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string ISOperatorName + { + get + { + return this.iSOperatorNameField; + } + set + { + this.iSOperatorNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class HeaderType + { + + private System.DateTime dateField; + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public System.DateTime Date + { + get + { + return this.dateField; + } + set + { + this.dateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class importNotificationsOfOrderExecutionRequest : BaseType + { + + private object[] itemsField; + + private string versionField; + + public importNotificationsOfOrderExecutionRequest() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NotificationOfOrderExecution139Type", typeof(importNotificationsOfOrderExecutionRequestNotificationOfOrderExecution139Type), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NotificationOfOrderExecutionType", typeof(importNotificationsOfOrderExecutionRequestNotificationOfOrderExecutionType), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class importNotificationsOfOrderExecutionRequestNotificationOfOrderExecution139Type : NotificationOfOrderExecution139Type + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class importNotificationsOfOrderExecutionRequestNotificationOfOrderExecutionType : NotificationOfOrderExecutionType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ResultHeader : HeaderType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequest + { + + private AckRequestAck ackField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public AckRequestAck Ack + { + get + { + return this.ackField; + } + set + { + this.ackField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class AckRequestAck + { + + private string messageGUIDField; + + private string requesterMessageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RequesterMessageGUID + { + get + { + return this.requesterMessageGUIDField; + } + set + { + this.requesterMessageGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importNotificationsOfOrderExecutionRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Payments.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)] + public Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest importNotificationsOfOrderExecutionRequest; + + public importNotificationsOfOrderExecutionRequest1() + { + } + + public importNotificationsOfOrderExecutionRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest importNotificationsOfOrderExecutionRequest) + { + this.RequestHeader = RequestHeader; + this.importNotificationsOfOrderExecutionRequest = importNotificationsOfOrderExecutionRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importNotificationsOfOrderExecutionResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Payments.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Payments.AckRequest AckRequest; + + public importNotificationsOfOrderExecutionResponse() + { + } + + public importNotificationsOfOrderExecutionResponse(Hcs.Service.Async.Payments.ResultHeader ResultHeader, Hcs.Service.Async.Payments.AckRequest AckRequest) + { + this.ResultHeader = ResultHeader; + this.AckRequest = AckRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class importNotificationsOfOrderExecutionCancellationRequest : BaseType + { + + private NotificationOfOrderExecutionCancellationType[] notificationOfOrderExecutionCancellationField; + + private string versionField; + + public importNotificationsOfOrderExecutionCancellationRequest() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("NotificationOfOrderExecutionCancellation", Order=0)] + public NotificationOfOrderExecutionCancellationType[] NotificationOfOrderExecutionCancellation + { + get + { + return this.notificationOfOrderExecutionCancellationField; + } + set + { + this.notificationOfOrderExecutionCancellationField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class NotificationOfOrderExecutionCancellationType + { + + private string orderIDField; + + private System.DateTime cancellationDateField; + + private string commentField; + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string OrderID + { + get + { + return this.orderIDField; + } + set + { + this.orderIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] + public System.DateTime CancellationDate + { + get + { + return this.cancellationDateField; + } + set + { + this.cancellationDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string Comment + { + get + { + return this.commentField; + } + set + { + this.commentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importNotificationsOfOrderExecutionCancellationRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Payments.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)] + public Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest importNotificationsOfOrderExecutionCancellationRequest; + + public importNotificationsOfOrderExecutionCancellationRequest1() + { + } + + public importNotificationsOfOrderExecutionCancellationRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest importNotificationsOfOrderExecutionCancellationRequest) + { + this.RequestHeader = RequestHeader; + this.importNotificationsOfOrderExecutionCancellationRequest = importNotificationsOfOrderExecutionCancellationRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class getStateRequest + { + + private string messageGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string MessageGUID + { + get + { + return this.messageGUIDField; + } + set + { + this.messageGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class getStateResult : BaseAsyncResponseType + { + + private object[] itemsField; + + private string versionField; + + public getStateResult() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("exportPaymentDocumentDetailsResult", typeof(getStateResultExportPaymentDocumentDetailsResult), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class ErrorMessageType + { + + private string errorCodeField; + + private string descriptionField; + + private string stackTraceField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string ErrorCode + { + get + { + return this.errorCodeField; + } + set + { + this.errorCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Description + { + get + { + return this.descriptionField; + } + set + { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string StackTrace + { + get + { + return this.stackTraceField; + } + set + { + this.stackTraceField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultType + { + + private string gUIDField; + + private string transportGUIDField; + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string GUID + { + get + { + return this.gUIDField; + } + set + { + this.gUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] + [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public partial class CommonResultTypeError : ErrorMessageType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class getStateResultExportPaymentDocumentDetailsResult + { + + private object[] itemsField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Charge", typeof(getStateResultExportPaymentDocumentDetailsResultCharge), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Service", typeof(Service), Order=0)] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class getStateResultExportPaymentDocumentDetailsResultCharge + { + + private PaymentDocument[] paymentDocumentField; + + /// + [System.Xml.Serialization.XmlElementAttribute("PaymentDocument", Order=0)] + public PaymentDocument[] PaymentDocument + { + get + { + return this.paymentDocumentField; + } + set + { + this.paymentDocumentField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocument + { + + private string paymentDocumentIDField; + + private string paymentDocumentNumberField; + + private string unifiedAccountNumberField; + + private string accountNumberField; + + private string serviceIDField; + + private PaymentDocumentDetailsType paymentDocumentDetailsField; + + private short yearField; + + private bool yearFieldSpecified; + + private int monthField; + + private bool monthFieldSpecified; + + private string paymentDocumentGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + public string PaymentDocumentID + { + get + { + return this.paymentDocumentIDField; + } + set + { + this.paymentDocumentIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=1)] + public string PaymentDocumentNumber + { + get + { + return this.paymentDocumentNumberField; + } + set + { + this.paymentDocumentNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=2)] + public string UnifiedAccountNumber + { + get + { + return this.unifiedAccountNumberField; + } + set + { + this.unifiedAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=3)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=4)] + public string ServiceID + { + get + { + return this.serviceIDField; + } + set + { + this.serviceIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public PaymentDocumentDetailsType PaymentDocumentDetails + { + get + { + return this.paymentDocumentDetailsField; + } + set + { + this.paymentDocumentDetailsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=6)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool YearSpecified + { + get + { + return this.yearFieldSpecified; + } + set + { + this.yearFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=7)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool MonthSpecified + { + get + { + return this.monthFieldSpecified; + } + set + { + this.monthFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string PaymentDocumentGUID + { + get + { + return this.paymentDocumentGUIDField; + } + set + { + this.paymentDocumentGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocumentDetailsType + { + + private PaymentDocumentDetailsTypeConsumerInformation consumerInformationField; + + private PaymentDocumentDetailsTypeExecutorInformation executorInformationField; + + private decimal reminderField; + + private object[] itemsField; + + private ItemsChoiceType7[] itemsElementNameField; + + private string purposeField; + + private string pDServiceNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public PaymentDocumentDetailsTypeConsumerInformation ConsumerInformation + { + get + { + return this.consumerInformationField; + } + set + { + this.consumerInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public PaymentDocumentDetailsTypeExecutorInformation ExecutorInformation + { + get + { + return this.executorInformationField; + } + set + { + this.executorInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal Reminder + { + get + { + return this.reminderField; + } + set + { + this.reminderField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] + [System.Xml.Serialization.XmlElementAttribute("Debt", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlElementAttribute("TotalWithDebtAndAdvance", typeof(decimal), Order=3)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=4)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType7[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string Purpose + { + get + { + return this.purposeField; + } + set + { + this.purposeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string PDServiceName + { + get + { + return this.pDServiceNameField; + } + set + { + this.pDServiceNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocumentDetailsTypeConsumerInformation + { + + private object itemField; + + private PaymentDocumentDetailsTypeConsumerInformationAddress[] addressField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(PaymentDocumentDetailsTypeConsumerInformationEntpr), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Legal", typeof(PaymentDocumentDetailsTypeConsumerInformationLegal), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("address", Order=1)] + public PaymentDocumentDetailsTypeConsumerInformationAddress[] address + { + get + { + return this.addressField; + } + set + { + this.addressField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocumentDetailsTypeConsumerInformationEntpr + { + + private string iNNField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocumentDetailsTypeConsumerInformationLegal + { + + private string nameField; + + private string kPPField; + + private string iNNField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=1)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocumentDetailsTypeConsumerInformationAddress + { + + private string regionField; + + private string areaField; + + private string cityField; + + private string placeField; + + private string streetField; + + private string housenumField; + + private string fIASHouseGuidField; + + private string buildnumField; + + private string strucnumField; + + private string apartmentField; + + private string placementField; + + private string address_stringField; + + private string residential_blockField; + + private string residential_block_roomField; + + private string non_residential_blockField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string region + { + get + { + return this.regionField; + } + set + { + this.regionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string area + { + get + { + return this.areaField; + } + set + { + this.areaField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string city + { + get + { + return this.cityField; + } + set + { + this.cityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string place + { + get + { + return this.placeField; + } + set + { + this.placeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string street + { + get + { + return this.streetField; + } + set + { + this.streetField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string housenum + { + get + { + return this.housenumField; + } + set + { + this.housenumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string FIASHouseGuid + { + get + { + return this.fIASHouseGuidField; + } + set + { + this.fIASHouseGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string buildnum + { + get + { + return this.buildnumField; + } + set + { + this.buildnumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string strucnum + { + get + { + return this.strucnumField; + } + set + { + this.strucnumField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string apartment + { + get + { + return this.apartmentField; + } + set + { + this.apartmentField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public string placement + { + get + { + return this.placementField; + } + set + { + this.placementField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string address_string + { + get + { + return this.address_stringField; + } + set + { + this.address_stringField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public string residential_block + { + get + { + return this.residential_blockField; + } + set + { + this.residential_blockField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public string residential_block_room + { + get + { + return this.residential_block_roomField; + } + set + { + this.residential_block_roomField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public string non_residential_block + { + get + { + return this.non_residential_blockField; + } + set + { + this.non_residential_blockField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocumentDetailsTypeExecutorInformation + { + + private string iNNField; + + private object itemField; + + private PaymentDocumentDetailsTypeExecutorInformationPaymentInformation[] paymentInformationField; + + private string mailingAddressField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(FIOType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Legal", typeof(PaymentDocumentDetailsTypeExecutorInformationLegal), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PaymentInformation", Order=2)] + public PaymentDocumentDetailsTypeExecutorInformationPaymentInformation[] PaymentInformation + { + get + { + return this.paymentInformationField; + } + set + { + this.paymentInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string MailingAddress + { + get + { + return this.mailingAddressField; + } + set + { + this.mailingAddressField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocumentDetailsTypeExecutorInformationLegal + { + + private string kPPField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class PaymentDocumentDetailsTypeExecutorInformationPaymentInformation : PaymentInformationExportType + { + + private string paymentInformationGuidField; + + private decimal reminderField; + + private bool reminderFieldSpecified; + + private string accountNumberField; + + private string serviceIDField; + + private object[] itemsField; + + private ItemsChoiceType6[] itemsElementNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public decimal Reminder + { + get + { + return this.reminderField; + } + set + { + this.reminderField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool ReminderSpecified + { + get + { + return this.reminderFieldSpecified; + } + set + { + this.reminderFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=2)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=3)] + public string ServiceID + { + get + { + return this.serviceIDField; + } + set + { + this.serviceIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=4)] + [System.Xml.Serialization.XmlElementAttribute("DebtOrAdvance", typeof(decimal), Order=4)] + [System.Xml.Serialization.XmlElementAttribute("TotalWithDebtAndAdvance", typeof(decimal), Order=4)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=5)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType6[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", IncludeInSchema=false)] + public enum ItemsChoiceType6 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:ErrorMessage")] + ErrorMessage, + + /// + DebtOrAdvance, + + /// + TotalWithDebtAndAdvance, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")] + public partial class PaymentInformationExportType + { + + private string recipientINNField; + + private string recipientKPPField; + + private string bankNameField; + + private string paymentRecipientField; + + private string bankBIKField; + + private string operatingAccountNumberField; + + private string correspondentBankAccountField; + + private bool isCapitalRepairField; + + private bool isCapitalRepairFieldSpecified; + + private string kBKField; + + private string oKTMOField; + + private string numberBudgetaryAccountField; + + public PaymentInformationExportType() + { + this.isCapitalRepairField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string RecipientINN + { + get + { + return this.recipientINNField; + } + set + { + this.recipientINNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string RecipientKPP + { + get + { + return this.recipientKPPField; + } + set + { + this.recipientKPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string BankName + { + get + { + return this.bankNameField; + } + set + { + this.bankNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string PaymentRecipient + { + get + { + return this.paymentRecipientField; + } + set + { + this.paymentRecipientField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public string BankBIK + { + get + { + return this.bankBIKField; + } + set + { + this.bankBIKField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string operatingAccountNumber + { + get + { + return this.operatingAccountNumberField; + } + set + { + this.operatingAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string CorrespondentBankAccount + { + get + { + return this.correspondentBankAccountField; + } + set + { + this.correspondentBankAccountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public bool IsCapitalRepair + { + get + { + return this.isCapitalRepairField; + } + set + { + this.isCapitalRepairField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool IsCapitalRepairSpecified + { + get + { + return this.isCapitalRepairFieldSpecified; + } + set + { + this.isCapitalRepairFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string KBK + { + get + { + return this.kBKField; + } + set + { + this.kBKField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string OKTMO + { + get + { + return this.oKTMOField; + } + set + { + this.oKTMOField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=10)] + public string NumberBudgetaryAccount + { + get + { + return this.numberBudgetaryAccountField; + } + set + { + this.numberBudgetaryAccountField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", IncludeInSchema=false)] + public enum ItemsChoiceType7 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:ErrorMessage")] + ErrorMessage, + + /// + Debt, + + /// + TotalWithDebtAndAdvance, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class Service + { + + private string unifiedAccountNumberField; + + private string accountNumberField; + + private string serviceIDField; + + private string serviceIDGuidField; + + private ServiceExecutorInformation executorInformationField; + + private string purposeField; + + private string pDServiceNameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + public string UnifiedAccountNumber + { + get + { + return this.unifiedAccountNumberField; + } + set + { + this.unifiedAccountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=1)] + public string AccountNumber + { + get + { + return this.accountNumberField; + } + set + { + this.accountNumberField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=2)] + public string ServiceID + { + get + { + return this.serviceIDField; + } + set + { + this.serviceIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string ServiceIDGuid + { + get + { + return this.serviceIDGuidField; + } + set + { + this.serviceIDGuidField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public ServiceExecutorInformation ExecutorInformation + { + get + { + return this.executorInformationField; + } + set + { + this.executorInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public string Purpose + { + get + { + return this.purposeField; + } + set + { + this.purposeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string PDServiceName + { + get + { + return this.pDServiceNameField; + } + set + { + this.pDServiceNameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class ServiceExecutorInformation + { + + private string iNNField; + + private object itemField; + + private ServiceExecutorInformationPaymentInformation[] paymentInformationField; + + private string mailingAddressField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(FIOType), Order=1)] + [System.Xml.Serialization.XmlElementAttribute("Legal", typeof(ServiceExecutorInformationLegal), Order=1)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PaymentInformation", Order=2)] + public ServiceExecutorInformationPaymentInformation[] PaymentInformation + { + get + { + return this.paymentInformationField; + } + set + { + this.paymentInformationField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string MailingAddress + { + get + { + return this.mailingAddressField; + } + set + { + this.mailingAddressField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class ServiceExecutorInformationLegal + { + + private string kPPField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class ServiceExecutorInformationPaymentInformation : PaymentInformationExportType + { + + private string paymentInformationGuidField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string PaymentInformationGuid + { + get + { + return this.paymentInformationGuidField; + } + set + { + this.paymentInformationGuidField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Payments.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public Hcs.Service.Async.Payments.getStateRequest getStateRequest; + + public getStateRequest1() + { + } + + public getStateRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.getStateRequest getStateRequest) + { + this.RequestHeader = RequestHeader; + this.getStateRequest = getStateRequest; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class getStateResponse + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Payments.ResultHeader ResultHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)] + public Hcs.Service.Async.Payments.getStateResult getStateResult; + + public getStateResponse() + { + } + + public getStateResponse(Hcs.Service.Async.Payments.ResultHeader ResultHeader, Hcs.Service.Async.Payments.getStateResult getStateResult) + { + this.ResultHeader = ResultHeader; + this.getStateResult = getStateResult; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class exportPaymentDocumentDetailsRequest : BaseType + { + + private object[] itemsField; + + private ItemsChoiceType8[] itemsElementNameField; + + private exportPaymentDocumentDetailsRequestAmountRequired amountRequiredField; + + private string versionField; + + /// + [System.Xml.Serialization.XmlElementAttribute("AccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("UnifiedAccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Month", typeof(int), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Year", typeof(short), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)] + [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NonResidentialApartment", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("NonResidentialBlock", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialBlock", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialBlockRoom", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremise", typeof(string), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("ResidentialPremiseRoom", typeof(string), Order=0)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] + public object[] Items + { + get + { + return this.itemsField; + } + set + { + this.itemsField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemsChoiceType8[] ItemsElementName + { + get + { + return this.itemsElementNameField; + } + set + { + this.itemsElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public exportPaymentDocumentDetailsRequestAmountRequired AmountRequired + { + get + { + return this.amountRequiredField; + } + set + { + this.amountRequiredField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", IncludeInSchema=false)] + public enum ItemsChoiceType8 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:AccountNumber")] + AccountNumber, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")] + ServiceID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:UnifiedAccountNumber")] + UnifiedAccountNumber, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Month")] + Month, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Year")] + Year, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")] + PaymentDocumentID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentNumber")] + PaymentDocumentNumber, + + /// + FIASHouseGuid, + + /// + NonResidentialApartment, + + /// + NonResidentialBlock, + + /// + ResidentialBlock, + + /// + ResidentialBlockRoom, + + /// + ResidentialPremise, + + /// + ResidentialPremiseRoom, + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class exportPaymentDocumentDetailsRequestAmountRequired + { + + private object itemField; + + /// + [System.Xml.Serialization.XmlElementAttribute("Individual", typeof(Individual), Order=0)] + [System.Xml.Serialization.XmlElementAttribute("Legal", typeof(exportPaymentDocumentDetailsRequestAmountRequiredLegal), Order=0)] + public object Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class Individual : FIOType + { + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class exportPaymentDocumentDetailsRequestAmountRequiredLegal + { + + private string iNNField; + + private string kPPField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=1)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class exportPaymentDocumentDetailsRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Payments.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)] + public Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest exportPaymentDocumentDetailsRequest; + + public exportPaymentDocumentDetailsRequest1() + { + } + + public exportPaymentDocumentDetailsRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest exportPaymentDocumentDetailsRequest) + { + this.RequestHeader = RequestHeader; + this.exportPaymentDocumentDetailsRequest = exportPaymentDocumentDetailsRequest; + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class importSupplierNotificationsOfOrderExecutionRequest : BaseType + { + + private importSupplierNotificationsOfOrderExecutionRequestSupplierNotificationOfOrderExecution[] supplierNotificationOfOrderExecutionField; + + private string versionField; + + public importSupplierNotificationsOfOrderExecutionRequest() + { + this.versionField = "10.0.1.1"; + } + + /// + [System.Xml.Serialization.XmlElementAttribute("SupplierNotificationOfOrderExecution", Order=0)] + public importSupplierNotificationsOfOrderExecutionRequestSupplierNotificationOfOrderExecution[] SupplierNotificationOfOrderExecution + { + get + { + return this.supplierNotificationOfOrderExecutionField; + } + set + { + this.supplierNotificationOfOrderExecutionField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public string version + { + get + { + return this.versionField; + } + set + { + this.versionField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class importSupplierNotificationsOfOrderExecutionRequestSupplierNotificationOfOrderExecution : SupplierNotificationOfOrderExecutionType + { + + private string transportGUIDField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public string TransportGUID + { + get + { + return this.transportGUIDField; + } + set + { + this.transportGUIDField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class SupplierNotificationOfOrderExecutionType + { + + private System.DateTime orderDateField; + + private SupplierNotificationOfOrderExecutionTypeOrderPeriod orderPeriodField; + + private string itemField; + + private ItemChoiceType1 itemElementNameField; + + private decimal amountField; + + private bool onlinePaymentField; + + private bool onlinePaymentFieldSpecified; + + public SupplierNotificationOfOrderExecutionType() + { + this.onlinePaymentField = true; + } + + /// + [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] + public System.DateTime OrderDate + { + get + { + return this.orderDateField; + } + set + { + this.orderDateField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public SupplierNotificationOfOrderExecutionTypeOrderPeriod OrderPeriod + { + get + { + return this.orderPeriodField; + } + set + { + this.orderPeriodField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=2)] + [System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=2)] + [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] + public string Item + { + get + { + return this.itemField; + } + set + { + this.itemField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + [System.Xml.Serialization.XmlIgnoreAttribute()] + public ItemChoiceType1 ItemElementName + { + get + { + return this.itemElementNameField; + } + set + { + this.itemElementNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public decimal Amount + { + get + { + return this.amountField; + } + set + { + this.amountField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public bool OnlinePayment + { + get + { + return this.onlinePaymentField; + } + set + { + this.onlinePaymentField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OnlinePaymentSpecified + { + get + { + return this.onlinePaymentFieldSpecified; + } + set + { + this.onlinePaymentFieldSpecified = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")] + public partial class SupplierNotificationOfOrderExecutionTypeOrderPeriod + { + + private int monthField; + + private short yearField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] + public int Month + { + get + { + return this.monthField; + } + set + { + this.monthField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] + public short Year + { + get + { + return this.yearField; + } + set + { + this.yearField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", IncludeInSchema=false)] + public enum ItemChoiceType1 + { + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")] + ServiceID, + + /// + [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")] + PaymentDocumentID, + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class importSupplierNotificationsOfOrderExecutionRequest1 + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] + public Hcs.Service.Async.Payments.RequestHeader RequestHeader; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)] + public Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest importSupplierNotificationsOfOrderExecutionRequest; + + public importSupplierNotificationsOfOrderExecutionRequest1() + { + } + + public importSupplierNotificationsOfOrderExecutionRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest importSupplierNotificationsOfOrderExecutionRequest) + { + this.RequestHeader = RequestHeader; + this.importSupplierNotificationsOfOrderExecutionRequest = importSupplierNotificationsOfOrderExecutionRequest; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public interface PaymentPortsTypeAsyncChannel : Hcs.Service.Async.Payments.PaymentPortsTypeAsync, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "8.0.0")] + public partial class PaymentPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.Payments.PaymentPortsTypeAsync + { + + /// + /// Реализуйте этот разделяемый метод для настройки конечной точки службы. + /// + /// Настраиваемая конечная точка + /// Учетные данные клиента. + static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); + + public PaymentPortsTypeAsyncClient() : + base(PaymentPortsTypeAsyncClient.GetDefaultBinding(), PaymentPortsTypeAsyncClient.GetDefaultEndpointAddress()) + { + this.Endpoint.Name = EndpointConfiguration.PaymentPortAsync.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public PaymentPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration) : + base(PaymentPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), PaymentPortsTypeAsyncClient.GetEndpointAddress(endpointConfiguration)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public PaymentPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + base(PaymentPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public PaymentPortsTypeAsyncClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + base(PaymentPortsTypeAsyncClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public PaymentPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 request) + { + return base.Channel.importNotificationsOfOrderExecutionAsync(request); + } + + public System.Threading.Tasks.Task importNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest importNotificationsOfOrderExecutionRequest) + { + Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 inValue = new Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importNotificationsOfOrderExecutionRequest = importNotificationsOfOrderExecutionRequest; + return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importNotificationsOfOrderExecutionAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importNotificationsOfOrderExecutionCancellationAsync(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 request) + { + return base.Channel.importNotificationsOfOrderExecutionCancellationAsync(request); + } + + public System.Threading.Tasks.Task importNotificationsOfOrderExecutionCancellationAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest importNotificationsOfOrderExecutionCancellationRequest) + { + Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 inValue = new Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importNotificationsOfOrderExecutionCancellationRequest = importNotificationsOfOrderExecutionCancellationRequest; + return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importNotificationsOfOrderExecutionCancellationAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Payments.PaymentPortsTypeAsync.getStateAsync(Hcs.Service.Async.Payments.getStateRequest1 request) + { + return base.Channel.getStateAsync(request); + } + + public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.getStateRequest getStateRequest) + { + Hcs.Service.Async.Payments.getStateRequest1 inValue = new Hcs.Service.Async.Payments.getStateRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.getStateRequest = getStateRequest; + return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).getStateAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Payments.PaymentPortsTypeAsync.exportPaymentDocumentDetailsAsync(Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 request) + { + return base.Channel.exportPaymentDocumentDetailsAsync(request); + } + + public System.Threading.Tasks.Task exportPaymentDocumentDetailsAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest exportPaymentDocumentDetailsRequest) + { + Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 inValue = new Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.exportPaymentDocumentDetailsRequest = exportPaymentDocumentDetailsRequest; + return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).exportPaymentDocumentDetailsAsync(inValue); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importSupplierNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 request) + { + return base.Channel.importSupplierNotificationsOfOrderExecutionAsync(request); + } + + public System.Threading.Tasks.Task importSupplierNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest importSupplierNotificationsOfOrderExecutionRequest) + { + Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 inValue = new Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1(); + inValue.RequestHeader = RequestHeader; + inValue.importSupplierNotificationsOfOrderExecutionRequest = importSupplierNotificationsOfOrderExecutionRequest; + return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importSupplierNotificationsOfOrderExecutionAsync(inValue); + } + + public virtual System.Threading.Tasks.Task OpenAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); + } + + #if !NET6_0_OR_GREATER + public virtual System.Threading.Tasks.Task CloseAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose)); + } + #endif + + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.PaymentPortAsync)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport; + return result; + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.PaymentPortAsync)) + { + return new System.ServiceModel.EndpointAddress("https://api.dom.gosuslugi.ru/ext-bus-payment-service/services/PaymentAsync"); + } + throw new System.InvalidOperationException(string.Format("Не удалось найти конечную точку с именем \"{0}\".", endpointConfiguration)); + } + + private static System.ServiceModel.Channels.Binding GetDefaultBinding() + { + return PaymentPortsTypeAsyncClient.GetBindingForEndpoint(EndpointConfiguration.PaymentPortAsync); + } + + private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() + { + return PaymentPortsTypeAsyncClient.GetEndpointAddress(EndpointConfiguration.PaymentPortAsync); + } + + public enum EndpointConfiguration + { + + PaymentPortAsync, + } + } +} diff --git a/Hcs.Broker/Hcs.Broker.csproj b/Hcs.Broker/Hcs.Broker.csproj new file mode 100644 index 0000000..fa74c34 --- /dev/null +++ b/Hcs.Broker/Hcs.Broker.csproj @@ -0,0 +1,14 @@ + + + + net8.0 + enable + enable + + + + + + + + \ No newline at end of file diff --git a/Hcs.Broker/Internal/Constants.cs b/Hcs.Broker/Internal/Constants.cs new file mode 100644 index 0000000..cf56100 --- /dev/null +++ b/Hcs.Broker/Internal/Constants.cs @@ -0,0 +1,25 @@ +namespace Hcs.Broker.Internal +{ + internal static class Constants + { + /// + /// Имя XML-элемента в сообщении, которое будет подписываться в фильтре + /// отправки подписывающем XML + /// + internal const string SIGNED_XML_ELEMENT_ID = "signed-data-container"; + + /// + /// Если PIN сертификата не указан пользователем, применяется это значение + /// по умолчанию для сертификатов RuToken + /// + internal const string DEFAULT_CERTIFICATE_PIN = "12345678"; + + internal const string URI_PPAK = "api.dom.gosuslugi.ru"; + internal const string URI_SIT_01 = "sit01.dom.test.gosuslugi.ru:10081"; + internal const string URI_SIT_02 = "sit02.dom.test.gosuslugi.ru:10081"; + internal const string URI_TUNNEL = "127.0.0.1:8080"; + + internal const string NAME_SIT = "sit"; + internal const string PASSWORD_SIT = "xw{p&&Ee3b9r8?amJv*]"; + } +} diff --git a/Hcs.Broker/Internal/Util.cs b/Hcs.Broker/Internal/Util.cs new file mode 100644 index 0000000..91ef9e9 --- /dev/null +++ b/Hcs.Broker/Internal/Util.cs @@ -0,0 +1,61 @@ +using System.Text; + +namespace Hcs.Broker.Internal +{ + internal static class Util + { + /// + /// Возвращает список все вложенных исключений для данного исключения + /// + internal static List EnumerateInnerExceptions(Exception e) + { + var list = new List(); + WalkInnerExceptionsRecurse(e, list); + return list; + } + + private static void WalkInnerExceptionsRecurse(Exception e, List list) + { + if (e == null || list.Contains(e)) + { + return; + } + + list.Add(e); + + WalkInnerExceptionsRecurse(e.InnerException, list); + + if (e is AggregateException) + { + var aggregate = e as AggregateException; + foreach (var inner in aggregate.InnerExceptions) + { + WalkInnerExceptionsRecurse(inner, list); + } + } + } + + internal static string FormatDate(DateTime date) + { + return date.ToString("yyyyMMdd"); + } + + internal static string FormatDate(DateTime? date) + { + return (date == null) ? string.Empty : FormatDate((DateTime)date); + } + + /// + /// Преобразует массиб байтов в строку в формате binhex + /// + internal static string ConvertToHexString(byte[] ba) + { + var buf = new StringBuilder(ba.Length * 2); + foreach (byte b in ba) + { + buf.AppendFormat("{0:x2}", b); + } + return buf.ToString(); + } + } +} diff --git a/Hcs.Broker/Local NuGet/cryptopro.net.security.2025.7.21.nupkg b/Hcs.Broker/Local NuGet/cryptopro.net.security.2025.7.21.nupkg new file mode 100644 index 0000000..cd27f5a Binary files /dev/null and b/Hcs.Broker/Local NuGet/cryptopro.net.security.2025.7.21.nupkg differ diff --git a/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.2025.7.21.nupkg b/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.2025.7.21.nupkg new file mode 100644 index 0000000..0b2d3b4 Binary files /dev/null and b/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.2025.7.21.nupkg differ diff --git a/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.pkcs.2025.7.21.nupkg b/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.pkcs.2025.7.21.nupkg new file mode 100644 index 0000000..87c8515 Binary files /dev/null and b/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.pkcs.2025.7.21.nupkg differ diff --git a/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.xml.2025.7.21.nupkg b/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.xml.2025.7.21.nupkg new file mode 100644 index 0000000..52d291a Binary files /dev/null and b/Hcs.Broker/Local NuGet/cryptopro.security.cryptography.xml.2025.7.21.nupkg differ diff --git a/Hcs.Broker/Logger/ActionLogger.cs b/Hcs.Broker/Logger/ActionLogger.cs new file mode 100644 index 0000000..811a1ab --- /dev/null +++ b/Hcs.Broker/Logger/ActionLogger.cs @@ -0,0 +1,12 @@ +namespace Hcs.Broker.Logger +{ + public class ActionLogger : ILogger + { + public Action OnWriteLine; + + public void WriteLine(string message) + { + OnWriteLine?.Invoke(message); + } + } +} diff --git a/Hcs.Broker/Logger/ConsoleLogger.cs b/Hcs.Broker/Logger/ConsoleLogger.cs new file mode 100644 index 0000000..43548a2 --- /dev/null +++ b/Hcs.Broker/Logger/ConsoleLogger.cs @@ -0,0 +1,10 @@ +namespace Hcs.Broker.Logger +{ + public class ConsoleLogger : ILogger + { + public void WriteLine(string message) + { + Console.WriteLine(message); + } + } +} diff --git a/Hcs.Broker/Logger/ILogger.cs b/Hcs.Broker/Logger/ILogger.cs new file mode 100644 index 0000000..6f1fd2f --- /dev/null +++ b/Hcs.Broker/Logger/ILogger.cs @@ -0,0 +1,10 @@ +namespace Hcs.Broker.Logger +{ + /// + /// Интерфейс для механизма вывода отладочных сообщений для обработки вызывающей системой + /// + public interface ILogger + { + internal void WriteLine(string message); + } +} diff --git a/Hcs.Broker/MessageCapturer/FileMessageCapturer.cs b/Hcs.Broker/MessageCapturer/FileMessageCapturer.cs new file mode 100644 index 0000000..5f52242 --- /dev/null +++ b/Hcs.Broker/MessageCapturer/FileMessageCapturer.cs @@ -0,0 +1,43 @@ +using Hcs.Broker.Logger; +using System.Text; + +namespace Hcs.Broker.MessageCapturer +{ + /// + /// Реализация механизма захвата содержимого сообщений SOAP, записывающая + /// каждое сообщение в отдельный файл на диске + /// + public class FileMessageCapturer(string directory, ILogger logger) : IMessageCapturer + { + private readonly string directory = directory; + private readonly ILogger logger = logger; + + public void CaptureMessage(bool sent, string messageBody) + { + var index = 0; + var maxIndex = 1000000; + string fileName; + do + { + index += 1; + + if (index > maxIndex) + { + throw new Exception("index value exceeds maxIndex value"); + } + + fileName = index.ToString("D3") + "_" + (sent ? "message" : "response") + ".xml"; + + if (!string.IsNullOrEmpty(directory)) + { + fileName = Path.Combine(directory, fileName); + } + } + while (File.Exists(fileName)); + + logger?.WriteLine($"Capturing message to file {fileName}..."); + + File.WriteAllText(fileName, messageBody, Encoding.UTF8); + } + } +} diff --git a/Hcs.Broker/MessageCapturer/IMessageCapturer.cs b/Hcs.Broker/MessageCapturer/IMessageCapturer.cs new file mode 100644 index 0000000..a3594b5 --- /dev/null +++ b/Hcs.Broker/MessageCapturer/IMessageCapturer.cs @@ -0,0 +1,11 @@ +namespace Hcs.Broker.MessageCapturer +{ + /// + /// Интерфейс для механизма захвата отправляемых и принимаемых + /// SOAP сообщений в ходе коммуникации с ГИС ЖКХ + /// + public interface IMessageCapturer + { + internal void CaptureMessage(bool sent, string messageBody); + } +} diff --git a/Hcs.Broker/MessageCapturer/MemoryMessageCapturer.cs b/Hcs.Broker/MessageCapturer/MemoryMessageCapturer.cs new file mode 100644 index 0000000..375f854 --- /dev/null +++ b/Hcs.Broker/MessageCapturer/MemoryMessageCapturer.cs @@ -0,0 +1,49 @@ +using System.Text; + +namespace Hcs.Broker.MessageCapturer +{ + /// + /// Реализация захвата содержимого отправляемых и принимаемых SOAP сообщений, + /// которая хранит данные в памяти + /// + public class MemoryMessageCapturer : IMessageCapturer + { + private readonly MemoryStream messageCaptureStream; + private readonly StreamWriter messageCaptureWriter; + + public MemoryMessageCapturer() + { + messageCaptureStream = new MemoryStream(); + messageCaptureWriter = new StreamWriter(messageCaptureStream, Encoding.UTF8); + } + + public void CaptureMessage(bool sent, string messageBody) + { + if (messageCaptureStream.Position > 0) + { + messageCaptureWriter.WriteLine(""); + } + + messageCaptureWriter.Write(""); + messageCaptureWriter.Write(messageBody); + messageCaptureWriter.Flush(); + } + + public byte[] GetData() + { + var buf = messageCaptureStream.GetBuffer(); + var size = (int)messageCaptureStream.Length; + var data = new byte[size]; + Buffer.BlockCopy(buf, 0, data, 0, size); + return data; + } + + public override string ToString() + { + return Encoding.UTF8.GetString(GetData()); + } + } +} diff --git a/Hcs.Broker/OrganizationRole.cs b/Hcs.Broker/OrganizationRole.cs new file mode 100644 index 0000000..3df2208 --- /dev/null +++ b/Hcs.Broker/OrganizationRole.cs @@ -0,0 +1,20 @@ +namespace Hcs.Broker +{ + public enum OrganizationRole + { + /// + /// УК/ТСЖ/ЖСК + /// + UK, + + /// + /// Ресурсоснабжающая организация + /// + RSO, + + /// + /// Расчетный центр + /// + RC + } +} diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/appeals/hcs-appeals-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/appeals/hcs-appeals-service-async.wsdl new file mode 100644 index 0000000..b94b274 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/appeals/hcs-appeals-service-async.wsdl @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Результат обработки асинхронного вызова + + + + + + Экспорт обращений и ответов на обращения + + + + + + Импорт ответов на обращения + + + + + + + + + + + + + + + + + + + + + + + Экспорт обращений + + + + + + + + + + + + + + + Импорт ответов на обращения + + + + + + + + + + + + + + + + Сервис управления обращениями + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/appeals/hcs-appeals-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/appeals/hcs-appeals-types.xsd new file mode 100644 index 0000000..fdbb00e --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/appeals/hcs-appeals-types.xsd @@ -0,0 +1,1122 @@ + + + + + + + + + + + + + + + Запрос на экспорт обращений. Доступны версии 12.2.0.11, 13.1.10.1, 13.2.1.0, 13.2.5.0, 13.3.2.0, 14.4.0.1, 14.8.0.1 + + + + + + + + + + Идентификатор обращения в системе ГИС ЖКХ + + + + + + По бизнес-атрибутам обращения + + + + Номер обращения + + + + + + Дата создания обращения - начало диапазона + + + + + Дата создания обращения - конец диапазона + + + + + Тема обращения (НСИ 220) + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Статус обращения + + + + + + Не отправлено (элемент не используется в Системе - обращения, имеющие статус "Не отправлено", не экспортируются) + + + + + Отправлено + + + + + В работе + + + + + Исполнено + + + + + Отозвано + + + + + + + + + + По бизнес-атрибутам ответа на обращение + + + + Идентификатор ответа + + + + + + Дата создания ответа на обращения - начало диапазона + + + + + Дата создания ответа на обращения - конец диапазона + + + + + Дата отправки ответа на обращения - начало диапазона + + + + + Дата отправки ответа на обращения - конец диапазона + + + + + + + + Признак "Включать в экспорт обращения, сформированные ГИС ЖКХ" (для запросов по бизнес-атрибутам обращения или ответа) + + + + + + + + + + + Результат экспорта обращений. Доступны версии 12.2.0.11, 13.2.5.0, 13.3.2.0 + + + + + + + + Обращение + + + + + + + + + + + + Тип результата экспорта обращений + + + + + Идентификатор обращения в системе ГИС ЖКХ + + + + + Идентификатор родительского обращения + + + + + Заявитель обращения + + + + + + + + + + Номер обращения + + + + + Дата создания обращения + + + + + + Тема обращения (НСИ 220) + + + + + Другая тема обращения + + + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер помещения (из адреса обращения) + + + + + ОКТМО + + + + + Текст обращения + + + + + Прикрепленные файлы + + + + + Идентификатор исполнителя по обращению + + + + + История изменений по обращению + + + + + + Организация, выполнившая действие по обращению + + + + + Дата изменения (выполнения действия) + + + + + + Сведения об ответе на обращение + + + + + + + + Ответ отправлен + + + + + Прикрепленные файлы с открепленной (detached) подписью + + + + + + + + + + Обращение переадресовано + + + + + + Адресат обращения + + + + + + + + + + Комментарий + + + + + Прикрепленные файлы + + + + + Идентификатор исполнителя по обращению + + + + + + + + Продлен срок рассмотрения обращения + + + + + + + + + + Ответ на обращение не требуется + + + + + + Причина, по которой ответ на обращение не требуется + + + + + + + + Оценка исполнения обращения + + + + + + Необходимая информация получена + + + + + + + Необходимая информация получена частично + + + + + Ответом не удовлетворен + + + + + + Отзыв + + + + + + + + + + + + + Статус обращения +Send -Отправлено /Получено +Executed - Исполнено Withdrawn - Отозвано + + + + + + Перенаправлено в другую организацию + + + + + Перенаправлено в организацию, не зарегистрированную в ГИС ЖКХ + + + + + + Продлен срок рассмотрения + + + + + Ответ на обращение не требуется + + + + + Обращение отозвано заявителем + + + + + + Комментарий заявителя + + + + + + + + Признак поступления обращения из мобильного приложения "Госуслуги Дом" + + + + + Дата окончания срока исполнения обращения. Рассчитывается ГИС ЖКХ на основании требований нормативно-правовых актов (НПА) + + + + + Требования нормативно-правовых актов (НПА), на основании которых рассчитана дата окончания срока исполнения обращения ExecutionEndDate (согласно справочнику «Темы обращений») + + + + + Планируемая дата исполнения обращения + + + + + Признак коллективного обращения + + + + + Присоединившиеся соседи к Коллективному обращению + + + + + + + + + + + + + Импорт ответов на обращения. Доступны версии 12.2.0.13, 13.2.1.0 + + + + + + + + Действия с ответами на обращения + + + + + + + + + Идентификатор обращения в системе ГИС ЖКХ + + + + + Номер обращения + + + + + + + Ответ на обращение + + + + + + + Идентификатор ответа. Заполняется при изменении ранее созданного ответа + + + + + Идентификатор исполнителя по обращению + + + + + + + Создание / изменение ответа + + + + + + Текст ответа + + + + + Прикрепленные файлы + + + + + Прикрепленные файлы с открепленной (detached) подписью + + + + + + + + Отправка ответа + + + + + + Удаление ответа + + + + + + + + + + + + Действия с обращениями + + + + + + + + Идентификатор обращения в системе ГИС ЖКХ + + + + + Номер обращения + + + + + + + Назначить/ изменить исполнителя по обращению + + + + + + Идентификатор исполнителя по обращению + + + + + Плановая дата исполнения +Заполняется при первичном назначении исполнителя + + + + + + + + Проставить для обращения статус "Исполнено" + + + + + + Идентификатор исполнителя по обращению + + + + + + + + Переадресация обращения другой организации + + + + + + + + + + Продление срока рассмотрения обращения + + + + + + + + + + Ответ на обращение не требуется + + + + + + Причина, по которой ответ на обращение не требуется + + + + + Идентификатор исполнителя по обращению + + + + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности идентификатора обращения в рамках AppealAnswer + + + + + + + Проверка уникальности идентификатора обращения в рамках AppealAction + + + + + + + Проверка уникальности номера обращения в рамках AppealAnswer + + + + + + + Проверка уникальности номера обращения в рамках AppealAnswer + + + + + + + Проверка уникальности номера обращения в рамках AppealAction + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + Результат импорта + + + + + Экспортируемое обращение + + + + + + + + + + + + + Ответ на обращение + + + + + Идентификатор ответа. Заполняется при изменении ранее созданного ответа + + + + + Текст ответа + + + + + Прикрепленные файлы + + + + + Идентификатор исполнителя по обращению + + + + + + + Информация об ответе + + + + + Идентификатор ответа + + + + + Номер ответа на обращение + + + + + Дата отправки ответа на обращение + + + + + Лицо - исполнитель обращения + + + + + + Идентификатор исполнителя + + + + + + + + Текст ответа на обращение + + + + + Прикрепленные файлы + + + + + + + Обращение + + + + + Заявитель + + + + + + + Физическое лицо + + + + + + + + + + Ссылка на реестр организаций + + + + + + Почтовый адрес + + + + + Номер помещения (из адреса заявителя) + + + + + Электронная почта в ЛК + + + + + Электронная почта заявителя обращения + + + + + Номер телефона + + + + + + + + + Обращение сформировано ГИС ЖКХ + + + + + + + Лицо-исполнитель обращения + + + + + Фамилия + + + + + Имя + + + + + Отчество + + + + + Должность + + + + + + + Информация об исполнителе обращения + + + + + Организация - исполнитель обращения + + + + + + + Физическое лицо - заявитель обращения + + + + + Фамилия + + + + + Имя + + + + + Отчество + + + + + + + Переадресация обращения + + + + + Адресат обращения + + + + + + + + + + Комментарий + + + + + Прикрепленные файлы + + + + + Идентификатор исполнителя по обращению + + + + + + + Продление срока обращения + + + + + Дата исполнения (продления) + + + + + Комментарий + + + + + Прикрепленные файлы + + + + + Идентификатор исполнителя по обращению + + + + + + + + Скалярный тип. Строка не более 100 символов. + + + + + + + + Скалярный тип. Строка не более 255 символов. + + + + + + + + + Скалярный тип. Строка не более 256 символов. + + + + + + + + + Скалярный тип. Строка не более 1000 символов. + + + + + + + + Скалярный тип. Строка не более 10 000 символов. + + + + + + + + Номер ответа на обращение + + + + + + + + + Номер обращения + + + + + + + + + Статус обращения. Send - Отправлено/Получено, Executed - Исполнено, Withdrawn - Отозвано, InWork - В работе + + + + + + + + + + + Номер помещения (из адреса обращения) + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/bills/hcs-bills-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/bills/hcs-bills-service-async.wsdl new file mode 100644 index 0000000..c888b62 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/bills/hcs-bills-service-async.wsdl @@ -0,0 +1,340 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Результат обработки асинхронного вызова + + + + + + Импорт сведений о платежных документах + + + + + + Экспорт сведений о платежных документах + + + + + + Экспорт документов «Извещение о принятии к исполнению распоряжения» с результатами квитирования + + + + + + Импорт запросов на проведение квитирования + + + + + + Импорт страховых продуктов + + + + + + Экспорт страховых продуктов + + + + + + Импорт информации о состоянии расчетов от имени РСО + + + + + + Импорт информации о состоянии расчетов от имени организации - исполнителя коммунальных услуг (УО, ТСЖ и тд) + + + + + + Экспорт информации о расчетах по ДРСО + + + + + + Постраничный экспорт документов «Извещение о принятии к исполнению распоряжения» с результатами квитирования + + + + + + Получить список обработанных сообщений + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/bills/hcs-bills-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/bills/hcs-bills-types.xsd new file mode 100644 index 0000000..c0e8980 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/bills/hcs-bills-types.xsd @@ -0,0 +1,7328 @@ + + + + + + + + + + + + + Запрос на импорт платежных документов + + + + + + + + + True = Передаваемые данные платежных документов, следует считать верными, даже если они отличаются от автоматически рассчитанных Системой значений. + +В том случае, если параметр не заполнен, то ГИС ЖХК будет проводить автоматическую проверку рассчитываемых сумм по ПД. (например: +- проверка на то что сумма, указанная в TotalPayableByChargeInfo равна сумме всех вложений в блоках ChargeInfo, Insurance, CapitalRepairCharge (или CapitalRepairYearCharge) по полю TotalPayable; +- проверка AccountingPeriodTotal = сумма по всем (Consumption/ tns:Volume * Rate). +Проверка осуществляется только для заполненных полей (например, если TotalPayableByPD не заполнено, то ГИС ЖКХ автоматически рассчитает итоговую сумму по ПД, и проверка данной суммы не будет проводиться). + + + + + Месяц расчетного периода платежного документа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + Год расчетного периода платежного документа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + Сведения о платежных реквизитах получателя платежа - бизнес-ключ поиска размещенных платежных реквизитов в ГИС ЖКХ. + + + + + + + + + + + + + + Размещаемый платежный документ + + + + + + + + + + + + Ссылка на платежные реквизиты. Заполняется, если в ПД только один платежный реквизит + + + + + Детализация информации о начислениях по платежному реквизиту + + + + + + Сумма к оплате за расчетный период, руб. (в рамках платежного реквизита) + + + + + + + + + + + Номер лицевого счета (иной идентификатор плательщика). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken) + + + + + + + + + + + Итого к оплате за расчетный период c учетом задолженности/переплаты, руб. (в рамках платежного реквизита) + + + + + + + + + + + + + + + Заполняется, если в ПД несколько платежных реквизитов для отражения детальной информации о начислениях по каждому из них + + + + + + Ссылка на платежные реквизиты + + + + + Сумма к оплате за расчетный период, руб. (по всем услугам, где указан платежный реквизит) + + + + + + + + + + + Номер лицевого счета (иной идентификатор плательщика). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken) + + + + + + + + + + + Итого к оплате за расчетный период c учетом задолженности/переплаты, руб. (в рамках платежного реквизита) + + + + + + + + + + + + + + + + + + + + Сведения об исполнителе услуг платежного документа. +Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + + Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов. + + + + + + + + + Отзываемые платежные документы + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт платежных документов. + +Доступны версии: 11.2.0.10, 12.2.0.1, 13.1.0.1 + + + + + + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + + + + + Идентификатор ЛС в ГИС ЖКХ (при обновлении данных ЛС) + + + + + + + + + + + + + Тип данных для ответа на запрос экспорта платежных документов + + + + + + + + + + + + Сведения о платежных реквизитах получателя платежа + + + + + + + + Сумма к оплате за расчетный период,руб. (в рамках платежного реквизита) + + + + + + + + + + + Идентификатор платежных реквизитов в платежном документе + + + + + Номер лицевого счета (иной идентификатор плательщика). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). + + + + + + + + + + + Итого к оплате за расчетный период c учетом задолженности/переплаты, руб. (в рамках платежного реквизита) + + + + + + + + + + + + + + + + + + + + + + + + Запрос перечня извещений о принятии к исполнению распоряжений (СД_ИОПЛАТА_ИЗВЭКС_ЗАП) + + + + + + + + По реквизитам начислений + + + + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + + + + + + + + + + По реквизитам извещений + + + + + + + + Кол-во дней, за которую формируется выборка + + + + + + + + + + + + Дата нижней границы выборки + + + + + + + + + + + + + + + Запрос перечня извещений о принятии к исполнению распоряжений с постраничной выгрузкой (СД_ИОПЛАТА_ИЗВЭКС_ЗАП) + + + + + + + + + По реквизитам начислений + + + + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + + + + + + + + + + По реквизитам извещений + + + + + + + + Кол-во дней, за которую формируется выборка + + + + + + + + + + + + Дата нижней границы выборки + + + + + + + + + + Идентификатор извещения о принятии к исполнению распоряжения в ГИС ЖКХ. +Для экспорта следующей страницы с результатами поиска передаётся значение из результатов экспорта текущей страницы. +При первом обращении к сервису не заполняется. + + + + + Размер страницы. +Устанавливает максимальное количество элементов, возвращаемых в результате экспорта (по умолчанию - 1000). + + + + + + + + + + + + + + + + + Тип данных для ответа на запрос экспорта извещений о принятии к исполнению распоряжений (квитанций об оплате) с результатами квитирования + + + + + + + + + + + Дата создания документа в системе + + + + + Список результатов квитирования + + + + + + Результат квитирования по услуге + + + + + + + + Уникальный идентификатор распоряжения для нужд квитирования, включающий более мягкие огранчиения UI/Excel до 11.8.0 (тип) + + + + + + + + + + + + + Сумма квитирования (в копейках) + + + + + + Идентификатор организации, принявшей платеж + + + + + + + + + + + + + Передать запросы на проведение квитирования + + + + + + + + + + + + + + + + + + + Отмена квитирования + + + + + + + + + + Уникальный номер платежа (идентификатор операции) + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт информации о состоянии расчетов от имени РСО и УО + + + + + + + + Импорт информации о состоянии расчетов + + + + + + + + Идентификатор информации о состоянии расчетов (обязателен при изменении или аннулировании информации о состоянии расчетов) + + + + + + + Создание/изменение информации о состоянии расчетов + + + + + + Информация о договоре (заполняется при создании информации о состоянии расчетов или необходимости изменения связи с аннулированным ДРСО) + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + + + + Отчетный период (не обязателен только при изменении связи между информацией о состоянии расчетов и ДРСО) + + + + + + + + Создать/изменить отчетный период + + + + + Аннулировать отчетный период + + + + + + + + + + + + + + + + + + Аннулировать информацию о расчетах + + + + + + + + Проверка уникальности месяца и года отчетого периода в рамках информации о состоянии расчетов + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности идентификатора информации о состоянии расчетов в рамках запроса + + + + + + + Проверка уникальности идентификатора договора ресурсоснабжения в рамках запроса + + + + + + + + Импорт информации о состоянии расчетов от имени организации - исполнителя коммунальных услуг (УО, ТСЖ и тд) + + + + + + + + Импорт информации о состоянии расчетов + + + + + + + + Идентификатор информации о состоянии расчетов + + + + + + + Создание/изменение информации о состоянии расчетов + + + + + + Информация о договоре ресурсоснабжения (Заполняется в случаях: 1. При создании информации о состоянии расчетов. 2. При изменения связи между информацией о состоянии расчетов и ДРСО, если прежний ДРСО аннулирован или связь не была установлена) + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + Договор отсутствует + + + + + + Первая сторона договора + + + + + Номер документа + + + + + + + + + + + Дата заключения + + + + + + + + + + + Отчетный период (не заполняется только при изменении связи между информацией о состоянии расчетов и ДРСО) + + + + + + + + Создать/изменить отчетный период + + + + + Аннулировать отчетный период + + + + + + + + + + + + + + + + + + Аннулировать информацию о расчетах + + + + + + + + Проверка уникальности месяца и года отчетого периода в рамках информации о состоянии расчетов + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности идентификатора информации о состоянии расчетов в рамках запроса + + + + + + + Проверка уникальности идентификатора договора ресурсоснабжения в рамках запроса + + + + + + + + + Запрос на экспорт информации о состоянии расчетов + + + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + Идентификатор информации о состоянии расчетов + + + + + + Номер договора ресурсоснабжения + + + + + + + + + + + Другая сторона договора (РСО указывает вторую сторону договора, исполнитель коммунальных услуг - первую сторону) + + + + + Период + + + + + + Период с (Если не заполнено, то без ограничения начального периода) + + + + + Период по (Если не заполнено, то без ограничения конечного периода) + + + + + + + + + + + + + + + Тип для экспорта информации о состоянии расчетов + + + + + Идентификатор информации о состоянии расчетов + + + + + Информация о договоре ресурсоснабжения + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + Договор отсутствует + + + + + + Первая сторона договора + + + + + Номер документа + + + + + + + + + + + Дата заключения + + + + + + + + + + + Отчетный период + + + + + + + + + Информация от РСО + + + + + Информация от исполнителя КУ + + + + + + Статус отчетного периода + + + + + + Статус + + + + + + Размещен + + + + + Проект + + + + + Информация аннулирована + + + + + + + + Причина аннулирования + + + + + + + + + + + + + + + + + + Информация о состоянии расчетов аннулирована + + + + + + Причина аннулирования + + + + + + + + + + + + + + + + Импорт страховых продуктов + + + + + + + + Страховой продукт + + + + + + + + Создать или изменить существующий страховой продукт + + + + + + + + + + + + + + Удалить страховой продукт + + + + + + + Дата закрытия + + + + + + + + + + + + + + + + + + + + + + Запрос экспорта страховых продуктов + + + + + + + + + + + + Идентификатор страхового продукта + + + + + Страховой продукт + + + + + Условия страхования + + + + + Корневой идентификатор страховой компании из реестра организаций + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + Идентификатор извещения о принятии к исполнению распоряжения в ГИС ЖКХ, необходим для проведения экспорта следующих 1000 извещений. +Если элемент не заполнен, то это свидетельствует о том, что все запрашиваемые данные были выгружены + + + + + + Страховой продукт + + + + + Информация о состоянии расчетов + + + + + + + + + + + + + + + + + для полномочия "УО" + + + + + для полномочия "УО" + + + + + + + + Статус расчетного периода. (O)pen - открыт, (C)losed - закрыт, + + + + + + + + + + + + Характеристика расчетного периода дома + + + + + Глобальный уникальный идентификатор дома + + + + + + Дата открытия + + + + + Дата закрытия + + + + + + + + Перерасчеты, корректировки (руб) +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД. + + + + + + + + + + + Льготы, субсидии, скидки (руб) + + + + + + + + + + + Сумма (руб) + + + + + + + + + + Общий тип задолженности при импорте + + + + + Месяц + + + + + Год + + + + + К оплате за расчетный период, руб. + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + + + Общий тип задолженности при импорте + + + + + Месяц + + + + + Год + + + + + К оплате за расчетный период, руб. + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Ссылка на платежные реквизиты + + + + + + + Потребление по услуге + + + + + Код услуги из справочника: +- для ЖУ - НСИ 50 "Вид жилищной услуги"; +- для вида КУ - НСИ 3 "Вид коммунальной услуги"; +- для главной КУ - НСИ 51 "Главная коммунальная услуга" (справочник исполнителя); +- для ДУ - НСИ 1 "Вид дополнительной услуги" (справочник исполнителя). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Порядок расчетов + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Ссылка на платежные реквизиты + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + + Потребление по услуге + + + + + Код услуги (жилищной, коммунальной или дополнительной) из справочников: +ЖУ - №50 Вид жилищной услуги; +КУ - №51 Коммунальная услуга (справочник исполнителя); +ДУ - №1 Дополнительная услуга (справочник исполнителя). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Порядок расчетов + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Идентификатор платежных реквизитов + + + + + + + Общий тип задолженности + + + + + + Месяц + + + + + Год + + + + + К оплате за расчетный период, руб. + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + + Итого к оплате за расчетный период платежного документа, руб. + + + + + + + + + + + + + Задолженность по услуге за период + + + + + + + Код услуги (жилищной, коммунальной или дополнительной) из справочников: +ЖУ - №50 Вид жилищной услуги; +КУ - №51 Коммунальная услуга (справочник исполнителя); +ДУ - №1 Дополнительная услуга (справочник исполнителя) + + + + + Идентификатор платежных реквизитов + + + + + + + + + Задолженность по услуге за период при импорте + + + + + + + Код услуги из справочника: +- для ЖУ - НСИ 50 "Вид жилищной услуги"; +- для вида КУ - НСИ 3 "Вид коммунальной услуги"; +- для главной КУ - НСИ 51 "Главная коммунальная услуга" (справочник исполнителя); +- для ДУ - НСИ 1 "Вид дополнительной услуги" (справочник исполнителя) + + + + + Ссылка на платежные реквизиты + + + + + + + + + Потребление по услуге + + + + + Код услуги (жилищной, коммунальной или дополнительной) + + + + + + Тариф + + + + + + + Начисление по услуге + + + + + Перерасчеты, корректировки, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Льготы, субсидии, скидки, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + + + Начисление по услуге + + + + + Перерасчеты, корректировки, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Льготы, субсидии, скидки, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Перерасчеты всего, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Льготы, субсидии, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ, руб. (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Порядок расчетов + + + + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Ссылка на платежные реквизиты + + + + + + + + + + + + + + Месяц расчетного периода + + + + + + + + + + Год расчетного периода + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Ссылка на платежные реквизиты + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + Перерасчеты всего, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Льготы, субсидии, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Порядок расчетов + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + + + + + + + + + Месяц расчетного периода + + + + + + + + + + Год расчетного периода + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Идентификатор платежных реквизитов + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Перерасчеты всего, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Льготы, субсидии, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Порядок расчетов + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + + + Справочная информация + + + + + + + + Норматив потребления коммунальных ресурсов в целях использования и содержания общего имущества в многоквартирном доме + + + + + Норматив потребления коммунальных услуг + + + + + + + + + + Рассрочка + + + + + + Сумма платы с учётом рассрочки платежа - от платы за расчётный период, руб. + + + + + + + + + + + Сумма платы с учётом рассрочки платежа - от платы за предыдущие расчётные периоды, руб. + + + + + + + + + + + Плата за рассрочку, руб. + + + + + + + + + + + Плата за рассрочку, % + + + + + + + + + + + + Сумма к оплате с учётом рассрочки платежа и процентов за рассрочку, руб. + + + + + + + + + + + + + + Перерасчеты + + + + + + Основания перерасчётов + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Справочная информация + + + + + Текущие показания приборов учёта +коммунальных ресурсов - индивидуальных (квартирных) + + + + + Текущие показания приборов учёта +коммунальных ресурсов - коллективных (общедомовых) + + + + + Суммарный объём коммунальных ресурсов в многоквартирном доме - в помещениях дома + + + + + Суммарный объём коммунальных ресурсов в многоквартирном доме - в целях содержания общего имущества в многоквартирном доме + + + + + + + Потребление и начисление по услугам в ПД + + + + + Жилищная услуга + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Виды коммунальных ресурсов, потребляемых при использовании и содержании общего имущества в многоквартирном доме. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Код вида коммунального ресурса при содержании общего имущества из справочника НСИ 2 "Вид коммунального ресурса". +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Единица измерения: +(S)quare meter - Кв. м +(D)irectory - Из справочника +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + Способ определения объема: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Может быть не заполнен, если заполнен блок tns:MunicipalResource/ tns:GeneralMunicipalResource. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Начислено за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Перерасчеты, льготы, субсидии + + + + + К оплате за коммунальный ресурс потребления при содержании общего имущества, руб. +Ссылка на пост. 924 – Приложение 2, п. 19. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + + Норматив потребления коммунальных ресурсов в целях использования и содержания общего имущества в многоквартирном доме. + + + + + Текущие показания приборов учёта +коммунальных ресурсов - коллективных (общедомовых). + + + + + Суммарный объём коммунальных ресурсов в многоквартирном доме - в целях содержания общего имущества в многоквартирном доме. + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма, руб. + + + + + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Запрещен для заполнения для других типов лицевых счетов, кроме ЛС РЦ. Если для ЛС РЦ не заполнен, то равен значению из ЖУ + + + + + Главные коммунальные ресурсы потребляемые при использовании и содержании общего имущества в многоквартирном доме. +Группируются по виду коммунального ресурса. +Заполняются, если для расчета итоговой суммы начислений по виду коммунального ресурса используются двухкомпонентные тарифы или тарифы (цены), отличные от одноставочных тарифов (цен) + + + + + + + + Код главного коммунального ресурса из справочника НСИ 337 "Главный коммунальный ресурс". +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Начислено за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Перерасчеты, льготы, субсидии + + + + + К оплате за коммунальный ресурс потребления при содержании общего имущества, руб. +Ссылка на пост. 924 – Приложение 2, п. 19. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + + Норматив потребления коммунальных ресурсов в целях использования и содержания общего имущества в многоквартирном доме + + + + + Текущие показания приборов учёта +коммунальных ресурсов - коллективных (общедомовых) + + + + + Суммарный объём коммунальных ресурсов в многоквартирном доме - в целях содержания общего имущества в многоквартирном доме + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Запрещен для заполнения для других типов лицевых счетов, кроме ЛС РЦ. Если для ЛС РЦ не заполнен, то равен значению из ВКР + + + + + + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + + + + + + Вид дополнительной услуги + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + + + + + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + + + + + + Главная коммунальная услуга. + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Расчет суммы к оплате с учетом рассрочки платежа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 5 примерной формы ПД + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Повышающий коэффициент. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Размер повышающего коэффициента + + + + + + + + + + + Размер превышения платы, рассчитанной с применением повышающего коэффициента над размером платы, рассчитанной без учета повышающего коэффициента, руб. + + + + + + + + + + + + + + К оплате за индивидуальное потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + К оплате за общедомовое потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Размер платы за коммунальные услуги, индивидуальное потребление. +Ссылка на пост. 924 – Приложение 2, п. 18. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + + + + + + Блок главных коммунальных услуг, сгруппированных по виду коммунальной услуги. +Заполняется, если для расчета итоговой суммы начислений по коммунальной услуге используются двухкомпонентные тарифы или тарифы (цены), отличные от одноставочных тарифов (цен) + + + + + + Вид коммунальной услуги + + + + + Главные коммунальные услуги + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Расчет суммы к оплате с учетом рассрочки платежа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 5 примерной формы ПД + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД. + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Повышающий коэффициент. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Размер повышающего коэффициента + + + + + + + + + + + Размер превышения платы, рассчитанной с применением повышающего коэффициента над размером платы, рассчитанной без учета повышающего коэффициента, руб. + + + + + + + + + + + + + + К оплате за индивидуальное потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + К оплате за общедомовое потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Размер платы за коммунальные услуги, индивидуальное потребление. +Ссылка на пост. 924 – Приложение 2, п. 18. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + + + + + + + + + + + Потребление и начисление по услугам в ПД (экспорт) + + + + + Жилищная услуга + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Виды коммунальных ресурсов, потребляемых при использовании и содержании общего имущества в многоквартирном доме. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД. + + + + + + + Код коммунального ресурса при содержании общего имущества. НСИ 2 "Вид коммунального ресурса" +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Начислено за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Перерасчеты, льготы, субсидии + + + + + К оплате за коммунальный ресурс потребления при содержании общего имущества, руб. +Ссылка на пост. 924 – Приложение 2, п. 19 + + + + + + + + + + + Справочная информация. +Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + + Норматив потребления коммунальных ресурсов в целях использования и содержания общего имущества в многоквартирном доме + + + + + Текущие показания приборов учёта +коммунальных ресурсов - коллективных (общедомовых) + + + + + Суммарный объём коммунальных ресурсов в многоквартирном доме - в целях содержания общего имущества в многоквартирном доме + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18 + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Главные коммунальные ресурсы потребляемые при использовании и содержании общего имущества в многоквартирном доме. +Группируются по виду коммунального ресурса. +Заполняются, если для расчета итоговой суммы начислений по виду коммунального ресурса используются двухкомпонентные тарифы или тарифы (цены), отличные от одноставочных тарифов (цен) + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + + + + + + Вид дополнительной услуги + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + + + + + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + + + + + + Главная коммунальная услуга + + + + + + + + Перерасчеты, льготы, субсидии + + + + + + + + + + Расчет суммы к оплате с учетом рассрочки платежа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 5 примерной формы ПД + + + + + + Сумма платы с учётом рассрочки платежа - от платы за расчётный период, руб. + + + + + + + + + + + Сумма платы с учётом рассрочки платежа - от платы за предыдущие расчётные периоды + + + + + + + + + + + Плата за рассрочку, руб. + + + + + + + + + + + Плата за рассрочку, % + + + + + + + + + + + + Сумма к оплате с учётом рассрочки платежа и процентов за рассрочку, руб. + + + + + + + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Повышающий коэффициент. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Размер повышающего коэффициента + + + + + + + + + + + Размер превышения платы, рассчитанной с применением повышающего коэффициента над размером платы, рассчитанной без учета повышающего коэффициента, руб. + + + + + + + + + + + + + + К оплате за индивидуальное потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23 + + + + + + + + + + + К оплате за общедомовое потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23 + + + + + + + + + + + Размер платы за коммунальные услуги, индивидуальное потребление. +Ссылка на пост. 924 – Приложение 2, п. 18 + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18 + + + + + + + + + + + + + + + + Блок главных коммунальных услуг, сгруппированных по виду коммунальной услуги. +Заполняется, если для расчета итоговой суммы начислений по коммунальной услуге используются двухкомпонентные тарифы или тарифы (цены), отличные от одноставочных тарифов (цен) + + + + + + Вид коммунальной услуги + + + + + Главная коммунальная услуга с объемом потребления + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Расчет суммы к оплате с учетом рассрочки платежа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 5 примерной формы ПД + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Повышающий коэффициент. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Размер повышающего коэффициента + + + + + + + + + + + Размер превышения платы, рассчитанной с применением повышающего коэффициента над размером платы, рассчитанной без учета повышающего коэффициента, руб. + + + + + + + + + + + + + + К оплате за индивидуальное потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23 + + + + + + + + + + + К оплате за общедомовое потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23 + + + + + + + + + + + Размер платы за коммунальные услуги, индивидуальное потребление. +Ссылка на пост. 924 – Приложение 2, п. 18 + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18 + + + + + + + + + + + + + + + + + + + + + Задолженность услугам в ПД + + + + + Жилищная услуга + + + + + + + + Виды коммунальных ресурсов, потребляемых при использовании и содержании общего имущества в многоквартирном доме + + + + + + + К оплате за расчетный период, руб. Если Жилищная услуга детализирована по периоду (Month и Year заполнены) + + + + + + + + + + + Итого к оплате за расчетный период платежного документа, руб. Если для Жилищной услуги заполнен элемент Итого к оплате за расчетный период платежного документа, руб. (TotalSumDebtPayable) + + + + + + + + + + + + Код коммунального ресурса при содержании общего имущества. НСИ 2 "Вид коммунального ресурса" + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов. + + + + + Главные коммунальные ресурсы потребляемые при использовании и содержании общего имущества в многоквартирном доме. +Группируются по виду коммунального ресурса. +Заполняются, если для расчета итоговой суммы начислений по виду коммунального ресурса используются двухкомпонентные тарифы или тарифы (цены), отличные от одноставочных тарифов (цен) + + + + + + Код главного коммунального ресурса (НСИ) + + + + + + К оплате за расчетный период, руб. Если Жилищная услуга детализирована по периоду (Month и Year заполнены) + + + + + + + + + + + Итого к оплате за расчетный период платежного документа, руб. Если для Жилищной услуги заполнен элемент Итого к оплате за расчетный период платежного документа, руб. (TotalSumDebtPayable) + + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + + + + + + + + + + + + Дополнительная услуга + + + + + + + + + + Главная коммунальная услуга + + + + + + + + + + Блок главных коммунальных услуг, сгруппированных по виду коммунальной услуги. +Заполняется, если для расчета итоговой суммы начислений по коммунальной услуге используются двухкомпонентные тарифы или тарифы (цены), отличные от одноставочных тарифов (цен) + + + + + + Вид коммунальной услуги + + + + + + Код вида коммунальной услуги из справочника НСИ 3 "Вид коммунальной услуги" + + + + + + + Месяц + + + + + Год + + + + + К оплате за расчетный период, руб. + + + + + + + + + + + + Итого к оплате за расчетный период платежного документа, руб. + + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + + + + Главная коммунальная услуга + + + + + + + + + + Задолженность услугам в ПД при импорте + + + + + Жилищная услуга + + + + + + + + Виды коммунальных ресурсов, потребляемых при использовании и содержании общего имущества в многоквартирном доме + + + + + + Код коммунального ресурса при содержании общего имущества из справочника НСИ 2 "Вид коммунального ресурса" + + + + + К оплате за расчетный период, руб. + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Главные коммунальные ресурсы потребляемые при использовании и содержании общего имущества в многоквартирном доме. +Группируются по виду коммунального ресурса. +Заполняются, если для расчета итоговой суммы начислений по виду коммунального ресурса используются двухкомпонентные тарифы или тарифы (цены), отличные от одноставочных тарифов (цен) + + + + + + Код главного коммунального ресурса из справочника НСИ 337 "Главный коммунальный ресурс" + + + + + К оплате за расчетный период, руб. + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + + + + + + + + + + + + Дополнительная услуга + + + + + + + + + + Главная коммунальная услуга + + + + + + + + + + Блок главных коммунальных услуг, сгруппированных по виду коммунальной услуги. +Заполняется, если для расчета итоговой суммы начислений по коммунальной услуге используются двухкомпонентные тарифы или тарифы (цены), отличные от одноставочных тарифов (цен) + + + + + + Вид коммунальной услуги + + + + + + Код вида коммунальной услуги из справочника НСИ 3 "Вид коммунальной услуги" + + + + + Месяц + + + + + Год + + + + + К оплате за расчетный период, руб. + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + + + + Главная коммунальная услуга + + + + + + + + + + + + + + + Платежный документ (ПД) + + + + + Идентификатор лицевого счета + + + + + Номер платежного документа, по которому внесена плата, присвоенный такому документу исполнителем в целях осуществления расчетов по внесению платы + + + + + Сведения о показаниях индивидуального прибора учета. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 2 примерной формы ПД + + + + + + + + Код коммунальной услуги, учет потребления которой осуществляется прибором учета. +1 - Холодное водоснабжение; +2 - Горячее водоснабжение; +3 - Отведение сточных вод; +4 - Электроснабжение; +5 - Газоснабжение; +6 - Отопление; +7 - Обращение с твердыми коммунальными отходами. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 2 примерной формы ПД + + + + + + + + + + + + + + + + + + + + + Начисления: +1) для текущего ПД указываются ChargeInfo, CapitalRepairCharge, CapitalRepairYearCharge, Insurance, PenaltiesAndCourtCosts +2) для долгового ПД указаываются ChargeDebt, CapitalRepairDebt + + + + + + Начисление по услуге + + + + + + + + + + + Начисление за капитальный ремонт + + + + + + + + + + Начисление за капитальный ремонт. Указываются начисления за капремонт за 12 месяцев календарного года + + + + + + Страхование + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + Порядок расчетов + + + + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Ссылка на платежные реквизиты + + + + + + + + Неустойки и судебные расходы + + + + + + Вид неустойки и судебных расходов из справочника НСИ 329 "Неустойки и судебные расходы": +- Пени +- Штрафы +- Государственные пошлины +- Судебные издержки + + + + + Основания начислений + + + + + + + + + + + Итого к оплате за расчетный период, руб. + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Ссылка на платежные реквизиты + + + + + + + + + + Задолженность за капитальный ремонт + + + + + Задолженность по услуге + + + + + + + + Выставлен на оплату (признак заполняется при экспорте, при импорте необязателен) + + + + + Отозванный (признак заполняется при экспорте, при импорте необязателен) + + + + + + Итого к оплате за расчетный период, руб. (по всем услугам). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (по всем услугам с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды, руб. +Ссылка на пост. 924 – Приложение 2, п. 10 + + + + + + + + + + + + Аванс на начало расчетного периода, руб. +Ссылка на пост. 924 – Приложение 2, п. 10 + + + + + + + + + + + + Сумма к оплате с учетом рассрочки платежа и процентов за рассрочку, руб. (Итого). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 5 примерной формы ПД + + + + + + + + + + + Учтены платежи, поступившие до указанного числа расчетного периода включительно + + + + + + + + + + + Дополнительная информация + + + + + + + + + + + Итого к оплате за расчетный период c учетом задолженности/переплаты, руб. (по всему платежному документу) + + + + + + + + + + + Итого к оплате по неустойкам и судебным издержкам, руб. (итого по всем неустойкам и судебным издержкам). +Заполняется только для ПД с типом = Текущий + + + + + + + + + + + Сумма к оплате за расчетный период, руб. (по всему платежному документу) + + + + + + + + + + + Справочная информация. +Составляющие стоимости электрической энергии + + + + + + Наименование составляющей из НСИ 331 "Составляющая тарифа на электрическую энергию" + + + + + Сумма составляющей, руб. + + + + + + + + + + + + + + Оплачено денежных средств, руб + + + + + + + + + + + Дата последней поступившей оплаты + + + + + Предельный (максимальный) индекс изменения размера платы граждан за коммунальные услуги в муниципальном образовании, % +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + + + + + + + + Субсидии, компенсации и иные меры соц. поддержки граждан, руб. + + + + + + + + + + + + + Платежный документ (ПД) + + + + + Идентификатор лицевого счета + + + + + Приказ Минстроя №924/пр - состав данных платежного документа соответствует примерной форме платежного документа, утвержденной приказом Минстроя РФ от 29.12.2014 N 924/пр; +Приказ Минстроя №43/пр - состав данных платежного документа соответствует примерной форме платежного документа, утвержденной приказом Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + Номер платежного документа, по которому внесена плата, присвоенный такому документу исполнителем в целях осуществления расчетов по внесению платы + + + + + Адресные сведения + + + + + + Количество проживающих +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + Жилая площадь +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + Отапливаемая площадь +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + Общая площадь для ЛС +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + + + + Сведения о показаниях индивидуального прибора учета. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 2 примерной формы ПД + + + + + + + + Коммунальная услуга, учет потребления которой осуществляется прибором учета. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 2 примерной формы ПД + + + + + + Код коммунальной услуги + + + + + Наименование коммунальной услуги + + + + + + + + + + + + + + + + + + + Начисления: +1) для текущего ПД указываются ChargeInfo, CapitalRepairCharge, CapitalRepairYearCharge, Insurance, PenaltiesAndCourtCosts +2) для долгового ПД указаываются ChargeDebt, CapitalRepairDebt + + + + + + Начисление по услуге + + + + + + Начисление за капитальный ремонт + + + + + + + + Идентификатор платежных реквизитов + + + + + + + + + + Начисление за капитальный ремонт. Указываются начисления за капремонт за 12 месяцев календарного года. + + + + + + Неустойки и судебные расходы + + + + + + Вид неустойки и судебных расходов. НСИ 329 "Неустойки и судебные расходы": +- Пени +- Штрафы +- Государственные пошлины +- Судебные издержки + + + + + Основания начислений + + + + + + + + + + + Итого к оплате за расчетный период, руб. + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Идентификатор платежных реквизитов + + + + + + + + Страхование + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + Порядок расчетов + + + + + + + + + + + Перерасчеты, льготы, субсидии + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов. + + + + + Идентификатор платежных реквизитов + + + + + + + + + + Задолженность за капитальный ремонт + + + + + + + + Идентификатор платежных реквизитов + + + + + + + + + + Задолженность по услуге + + + + + + + + + + + + + Выставлен на оплату (признак заполняется при экспорте, при импорте необязателен) + + + + + Отозванный (признак заполняется при экспорте, при импорте необязателен) + + + + + + Итого к оплате за расчетный период, руб. (по всем услугам). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ, руб. (по всем услугам) +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды, руб. +Ссылка на пост. 924 – Приложение 2, п. 10 + + + + + + + + + + + + Аванс на начало расчетного периода, руб. +Ссылка на пост. 924 – Приложение 2, п. 10 + + + + + + + + + + + + Сумма к оплате с учетом рассрочки платежа и процентов за рассрочку, руб. (Итого) +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 5 примерной формы ПД + + + + + + + + + + + Учтены платежи, поступившие до указанного числа расчетного периода включительно + + + + + + + + + + + Дополнительная информация + + + + + + + + + + + Сумма к оплате за расчетный период, руб. (по всему платежному документу) + + + + + + + + + + + Итого к оплате по неустойкам и судебным издержкам, руб. (итого по всем неустойкам и судебным издержкам). +Заполняется только для ПД с типом = Текущий + + + + + + + + + + + Итого к оплате за расчетный период c учетом задолженности/переплаты, руб. (по всему платежному документу) + + + + + + + + + + + Справочная информация. +Составляющие стоимости электрической энергии. + + + + + + Наименование составляющей из НСИ 331 "Составляющая тарифа на электрическую энергию" + + + + + Сумма составляющей, руб. + + + + + + + + + + + + + + Оплачено денежных средств, руб + + + + + + + + + + + Дата последней поступившей оплаты + + + + + Месяц расчетного периода платежного документа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + Год расчетного периода платежного документа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + Предельный (максимальный) индекс изменения размера платы граждан за коммунальные услуги в муниципальном образовании, % +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + + + + + + + Субсидии, компенсации и иные меры соц. поддержки граждан, руб. + + + + + + + + + + + Сведения об исполнителе услуг платежного документа. +Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 1 примерной формы ПД + + + + + + Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов. + + + + + + + + + + Сведения о платежных реквизитах получателя + + + + + Тип объема + + + + + + + + + Тип объема и показаний + + + + + + + + + Тип объема потребления КУ + + + + + + + + + + Статус квитирования: +0 - Новый (не проходил квитирование) +1 - Аннулирован +2 - Сквитирован +3 - Частично сквитирован +4 - Предварительно сквитирован +5 - Отсутствует возможность сквитировать + + + + + + + + + + + + + + + + + Данные отчетного периода (РСО) + + + + + Начислено + + + + + + + + + + + Поступило + + + + + + + + + + + Задолженность + + + + + + + + + + Переплата + + + + + + + + + + Оплачено. Заполняется, если у организации два полномочия: РСО+УО и в ДРСО она является как первой стороной договора, так и Исполнителем КУ. + + + + + Сведения о документах, подтверждающих факт поставки ресурсов, выполнения работ, оказания услуг + + + + + + + Данные отчетного периода (Исполнитель коммунальных услуг) + + + + + Оплачено + + + + + Сведения о документах, подтверждающих факт оплаты ресурсов, выполнения работ, оказания услуг + + + + + + + Отчетный период + + + + + + + + + Аннулирование информации + + + + + Причина аннулирования + + + + + + + + + + + + Вид коммунальной услуги + + + + + Код вида коммунальной услуги из справочника НСИ 3 "Вид коммунальной услуги". +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Размер платы за коммунальные услуги, индивидуальное потребление. +Ссылка на пост. 924 – Приложение 2, п. 18. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Повышающий коэффициент. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Размер повышающего коэффициента + + + + + + + + + + + Размер превышения платы, рассчитанной с применением повышающего коэффициента над размером платы, рассчитанной без учета повышающего коэффициента, руб + + + + + + + + + + + + + + Перерасчеты, льготы, субсидии + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + К оплате за индивидуальное потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + К оплате за общедомовое потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23. +Не обрабатывается Системой в связи с вступлением в силу приказа Минстроя РФ от 26.01.2018 N 43/пр + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Порядок расчетов + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Расчет суммы к оплате с учетом рассрочки платежа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 5 примерной формы ПД + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + + + Вид коммунальной услуги + + + + + Код вида коммунальной услуги из справочника НСИ 3 "Вид коммунальной услуги". +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +(I)ndividualConsumption - объем коммунальных услуг +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Размер платы за коммунальные услуги, индивидуальное потребление. +Ссылка на пост. 924 – Приложение 2, п. 18 + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18 + + + + + + + + + + + Начислено за расчетный период (без перерасчетов и льгот), руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Повышающий коэффициент. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Размер повышающего коэффициента + + + + + + + + + + + Размер превышения платы, рассчитанной с применением повышающего коэффициента над размером платы, рассчитанной без учета повышающего коэффициента, руб. + + + + + + + + + + + + + + Перерасчеты, льготы, субсидии + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + К оплате за индивидуальное потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23 + + + + + + + + + + + К оплате за общедомовое потребление коммунальной услуги, руб. +Ссылка на пост. 924 – Приложение 2, п. 23 + + + + + + + + + + + Порядок расчетов + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + Расчет суммы к оплате с учетом рассрочки платежа. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 5 примерной формы ПД + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + + + + + + Код главного коммунального ресурса из справочника НСИ 337 "Главный коммунальный ресурс". +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + Объем коммунальных услуг / Объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + Объем + + + + + + + Тип: +house(O)verallNeeds - объем коммунальных ресурсов, потребленных при использовании и содержании общего имущества в многоквартирном доме, или коммунальных услуг на общедомовые нужды + + + + + + + + + + Способ определения объемов КУ: +(N)orm - Норматив +(M)etering device - Прибор учета +(O)ther - Иное + + + + + + + + + + + + + + + + + + + + + + + + Тариф / Размер платы на кв.м, руб. / Размер взноса на кв.м, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Размер платы за коммунальные услуги, общедомовые нужды. +Ссылка на пост. 924 – Приложение 2, п. 18 + + + + + + + + + + + Начислено за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Перерасчеты, льготы, субсидии + + + + + К оплате за коммунальный ресурс потребления при содержании общего имущества, руб. +Ссылка на пост. 924 – Приложение 2, п. 19 + + + + + + + + + + + Справочная информация. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 4 примерной формы ПД + + + + + + Норматив потребления коммунальных ресурсов в целях использования и содержания общего имущества в многоквартирном доме. + + + + + Текущие показания приборов учёта +коммунальных ресурсов - коллективных (общедомовых). + + + + + Суммарный объём коммунальных ресурсов в многоквартирном доме - в целях содержания общего имущества в многоквартирном доме. + + + + + + + + Сведения о перерасчетах (доначислении +, уменьшении -). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 6 примерной формы ПД. + + + + + + Основания перерасчётов + + + + + + + + + + + Сумма + + + + + + + + + + + + + + + К оплате за расчетный период, руб. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Задолженность за предыдущие периоды / Аванс на начало расчетного периода (учтены платежи, поступившие включительно до числа расчетного периода, указанного в tns:PaymentDocument/tns:PaymentsTaken). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Неустойка (штраф, пеня). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Штраф исполнителя работ (услуг). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Государственные пошлины. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Судебные издержки. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + ИТОГО К ОПЛАТЕ (с учетом задолженности/аванса, неустоек и судебных расходов). Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 3 примерной формы ПД + + + + + + + + + + + Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов + + + + + + + + + + + + Сведения о показаниях приборов учета + + + + + Прибор учета. +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 2 примерной формы ПД + + + + + + + + + + + Показания прибора учета за предыдущий месяц, ед. +Должны быть указаны, если указана единица измерения показаний (tns:MDUnit). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 2 примерной формы ПД + + + + + + + + + + Код единицы измерения из классификатора ОКЕИ. +113 - м[3*] +116 - дкл +233 - Гкал +245 - кВт.ч +246 - МВт.ч|^ 10[3*] кВт.ч +271 - Дж +A005 - м вод. ст +A056 - ГДж +A058 - МДж +Должен быть указан, если заполнены показания прибора учета за предыдущий месяц (tns:MDPreviousPeriodReadings). +Ссылка на приложение к приказу Минстроя РФ от 26.01.2018 N 43/пр - Раздел 2 примерной формы ПД + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/capital-repair/hcs-capital-repair-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/capital-repair/hcs-capital-repair-service-async.wsdl new file mode 100644 index 0000000..a2a7e6e --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/capital-repair/hcs-capital-repair-service-async.wsdl @@ -0,0 +1,653 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Результат обработки асинхронного вызова + + + + + + Импорт договоров на выполнение работ (оказание услуг) по капитальному ремонту + + + + + + Экспорт договоров на выполнение работ (оказание услуг) по капитальному ремонту + + + + + + Импорт общих сведений о региональной программе капитального ремонта + + + + + + Импорт сведений о домах и работах региональной программы капитального ремонта + + + + + + Экспорт сведений о региональной программе капитального ремонта + + + + + + Экспорт сведений о домах и работах региональной программы капитального ремонта + + + + + + Импорт общих сведений о КПР/РАПКР/МАПКР + + + + + + Импорт сведений о домах и работах КПР/РАПКР/МАПКР + + + + + + Экспорт КПР + + + + + + Экспорт сведений о домах и работах КПР/РАПКР/МАПКР + + + + + + Импорт счетов регионального оператора + + + + + + Импорт специальных счетов + + + + + + Экспорт счетов регионального оператора и специальных счетов + + + + + + Импорт решений о выборе способа формирования фонда капитального ремонта + + + + + + Экспорт решений о выборе способа формирования фонда капитального ремонта + + + + + + Импорт актов выполненных работ + + + + + + Импорт информации об оплате работ по капитальному ремонту + + + + + + Импорт информации о совершенных операциях и остатках по счетам + + + + + + Экспорт кредитных договоров/договоров займа + + + + + + Импорт информации о размере фондов капитального ремонта + + + + + + Экспорт информации о размере фондов капитального ремонта + + + + + + Импорт решений/информации о порядке представления платежных документов + + + + + + Экспорт решений/информации о порядке представления платежных документов + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Сервис Капитальный ремонт + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/capital-repair/hcs-capital-repair-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/capital-repair/hcs-capital-repair-types.xsd new file mode 100644 index 0000000..08e150c --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/capital-repair/hcs-capital-repair-types.xsd @@ -0,0 +1,3947 @@ + + + + + + + + + + + + + Денежная сумма (с любым знаком) 13 знаков до разделителя, 2 после разделителя + + + + + + + + + + + Денежная сумма (с любым знаком) + + + + + + + + + Тип модели выставления ПД + + + + + Отдельным платежным документом + + + + + В составе единого платежного документа + + + + + + + Неотрицательная сумма, 8 знаков до разделителя, 2 после разделителя + + + + + + + + + + + + Неотрицательная сумма, 12 знаков до разделителя, 2 после разделителя + + + + + + + + + + + + Неотрицательная сумма 13 знаков до разделителя, 2 после разделителя + + + + + + + + + + + + Простой тип. Номер счета + + + + + + + + Простой тип. КБК + + + + + + + + + Строка не более 50 символов + + + + + + + + Строка не более 100 символов + + + + + + + + Строка не более 500 символов + + + + + + + + Строка не более 512 символов + + + + + + + + Строка не более 1000 символов + + + + + + + + Строка не более 1024 символов + + + + + + + + Статус объекта + + + + + Проект + + + + + Опубликован + + + + + Аннулирован + + + + + + + + Статус объекта (расширенный) + + + + + Проект + + + + + Опубликован + + + + + Аннулирован + + + + + + + + Срок представления платежных документов + + + + + совпадает со сроком, установленным для представления платежных документов на оплату за жилое помещение и коммунальные услуги + + + + + иной срок + + + + + + + Уточнение к сроку предоставления + + + + + текущего расчетного месяца + + + + + следующего месяца за расчетным + + + + + + + + Документ программы (плана) + + + + + Вид документа (НСИ 79). Используются только виды документов, которые могут применяться в программах соответствующего вида. + + + + + Полное наименование документа + + + + + + + + + + Номер документа + + + + + Дата документа + + + + + Орган, принявший документ + + + + + Файл документа + + + + + + + Импортируемый документ программы (плана) + + + + + Транспортный идентификатор для выполнения операции с документами программы/плана + + + + + Идентификатор документа программы/плана. Заполняется при изменении либо удалении документа + + + + + + Добавить/Изменить документ программы/плана + + + + + + + + + + Удалить документ программы/плана + + + + + + + + Экспортируемый документ программы (плана) + + + + + + + Идентификатор документа в ГИС ЖКХ + + + + + + + + + Общий тип для физического лица + + + + + Фамилия физического лица + + + + + Имя физического лица + + + + + Отчество физического лица + + + + + + + + Работа в РПКР + + + + + Адрес дома по ФИАС + + + + + Код ОКТМО + + + + + Вид работ капитального ремонта (НСИ 219) + + + + + Месяц и год начала работы + + + + + Месяц и год окончания работы + + + + + + + Экспортируемая работа в РПКР (включая идентификатор) + + + + + + + Идентификатор работы в ГИС ЖКХ + + + + + + + + + Импортируемый паспорт РПКР + + + + + Наименование программы + + + + + + + + + + Год начала периода реализации + + + + + Год окончания периода реализации + + + + + + + Экспортируемая региональная программа капитального ремонта (включая идентификатор, статус, документы и территорию) + + + + + + + Территория реализации РПКР (ОКТМО уровня региона) + + + + + Идентификатор РПКР в ГИС ЖКХ + + + + + Документы РПКР + + + + + Статус РПКР в ГИС ЖКХ + + + + + + + + + + Паспорт программы/плана + + + + + Наименование программы/плана + + + + + + + + + + Территория реализации программы/плана. Для регионального КПР и РАПКР должно быть прислано ОКТМО уровня региона. Для муниципального КПР и МАПКР должно быть прислано ОКТМО уровня муниципального образования. + + + + + Вид программы, Plan - КПР, MunicipalAddressProgram - МАПКР, RegionalAddressProgram - РАПКР + + + + + + + + + + + + Месяц и год начала периода реализации + + + + + Месяц и год окончания периода реализации + + + + + + + Экспортируемый КПР + + + + + + + Статус программы/плана + + + + + Идентификатор программы/плана в ГИС ЖКХ + + + + + Документы программы/плана + + + + + + + + + Прикладной идентификатор работы в КПР, РАПКР, МАПКР + + + + + Многоквартирный дом + + + + + Вид работ капитального ремонта (НСИ 219) + + + + + Месяц и год окончания работ + + + + + + + Финансирование работы капитального ремонта + + + + + За счет средств Фонда содействия реформированию ЖКХ (с копейками) + + + + + За счет средств бюджета субъекта РФ (с копейками) + + + + + За счет средств местного бюджета (с копейками) + + + + + За счет средств собственников (с копейками) + + + + + + + Работа в КПР + + + + + + + Код ОКТМО + + + + + Финансирование работы в программе/плане + + + + + Удельная стоимость работы (с копейками). Заполняется только для РАПКР/МАПКР + + + + + Предельная стоимость работы (с копейками). Заполняется только для РАПКР/МАПКР + + + + + + + + + Экспортируемая работа в КПР + + + + + + + Идентификатор работы в ГИС ЖКХ + + + + + + + + + + Прикладной идентификатор работы в договоре на выполнение работ (оказание услуг) по капитальному ремонту + + + + + Идентификатор работы в КПР + + + + + + Бизнес-ключ для работы в КПР + + + + + + + + Работа в договоре на выполнение работ (оказание услуг) по капитальному ремонту + + + + + + + Дата начала выполнения работы + + + + + Дата окончания выполнения работы + + + + + Стоимость работы в договоре + + + + + Соответствующая сумма в КПР + + + + + Объем работы + + + + + + + + + + + Единица измерения + + + + + Другая единица измерения + + + + + + Дополнительная информация + + + + + + + + + Сведения о расторжении договора на выполнение работ (оказание услуг) по капитальному ремонту + + + + + Причина расторжения договора (НСИ 54) + + + + + Номер документа + + + + + Дата документа + + + + + Файлы документа, подтверждающего расторжение договора + + + + + + + Договор на выполнение работ (оказание услуг) по капитальному ремонту + + + + + Номер договора + + + + + Дата договора + + + + + Дата начала выполнения работ + + + + + Дата окончания выполнения работ + + + + + Сумма договора + + + + + Заказчик + + + + Заказчиком является Юридическое лицо / ИП + + + + + Заказчиком является Физическое лицо + + + + + + + + + + + Исполнитель + + + + + Список работ договора + + + + + Файлы договора + + + + + Информация о гарантийном сроке + + + + Гарантийный срок (месяцев) + + + + + Гарантийный срок не установлен + + + + + + Информация о сметной документации + + + + Файлы сметной документации + + + + + Сметная документация отсутсвует + + + + + + Адрес страницы в сети Интернет, на которой размещена информация об отборе подрядных организаций + + + + Адрес страницы в сети Интернет, на которой размещена информация об отборе подрядных организаций + + + + + Проведение отбора не предусмотрено законодательством + + + + + + Сведения о расторжении + + + + + + + Экспортируемый договор на выполнение работ (оказание услуг) по капитальному ремонту (без статусов и идентификаторов) + + + + + Номер договора + + + + + Дата договора + + + + + Дата начала выполнения работ + + + + + Дата окончания выполнения работ + + + + + Сумма договора + + + + + Заказчик + + + + Заказчиком является Юридическое лицо / ИП + + + + + Заказчиком является Физическое лицо + + + + + + + + + + + Исполнитель + + + + + Список работ договора + + + + + Файлы договора + + + + + Информация о гарантийном сроке + + + + Гарантийный срок (месяцев) + + + + + Гарантийный срок не установлен + + + + + + Информация о сметной документации + + + + Файлы сметной документации + + + + + Сметная документация отсутсвует + + + + + + Адрес страницы в сети Интернет, на которой размещена информация об отборе подрядных организаций + + + + Адрес страницы в сети Интернет, на которой размещена информация об отборе подрядных организаций + + + + + Проведение отбора не предусмотрено законодательством + + + + + + Сведения о расторжении + + + + + + + Экспортируемый договор на выполнение работ (оказание услуг) по капитальному ремонту + + + + + + + Статус договора + + + + + Статус исполнения договора + + + + + Идентификатор договора в ГИС ЖКХ + + + + + Идентификатор КПР в ГИС ЖКХ + + + + + + + + + Экспортируемый договор, сведения об оплате, акт на выполнение работ (оказание услуг) по капитальному ремонту + + + + + Договор + + + + + Акт + + + + + Сведения об оплате + + + + + + Счета, открытые в целях формирования фонда капитального ремонта (специальные счета и счета регионального оператора) + + + + Общий тип счета регионального оператора/специального счета + + + + + Кредитная организация + + + + + БИК кредитной организации + + + + + + + + + + Номер расчетного счета + + + + + Код ОКТМО + + + + + КБК + + + + + + + Экспортируемые счета регионального оператора/специальные счета + + + + + Идентификатор счета + + + + + Вид счета (ссылка на НСИ "Вид счета" Код 62) + + + + + Дата открытия счета + + + + + Реквизиты счета + + + + + + + + Дата изменения реквизитов счета + + + + + Являются текущими реквизитами + + + + + Номер корреспондентского счета + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Справка об открытии специального счета + + + + + Дата закрытия специального счета/счета регионального оператора + + + + + Статус + + + + + + + + + + + + Информация о совершенных операциях и остатках по счету + + + + + За указанный период нформация о совершенных операциях и остатках по счету отсутствует + + + + + + + Решения о выборе способа формирования фонда капитального ремонта + + + + Тип данных для решения о выборе способа формирования фонда капитального ремонта + + + + + + + Основание принятия решения и документ, подтверждающий принятие решения + + + + Протокол общего собрания собственников. Указывается, если основание принятия решения = решение собственников. Для организаций с функцией Региональный оператор капитального ремонта необходимо прикрепить файл протокола, для остальных организаций необходимо указать идентификатор версии протокола. + + + + + + + + + + Документ решения. Указывается, если основание принятия решения = решение ОМС. Доступно для заполнения только для организации с функцией "Региональный оператор капитального ремонта". + + + + + Идентификатор документа. Указывается, если основание принятия решения = решение ОМС. Доступно для заполнения только для организации с функцией "ОМС". + + + + + + + Способ формирования фонда = Формирование фонда капитального ремонта на специальном счете + + + + + + Дата открытия счета + + + + + Кредитная организация + + + + + БИК кредитной организации + + + + + Номер расчетного счета + + + + + Справка об открытии специального счета + + + + + ОКТМО + + + + + КБК + + + + + Номер корреспондентского счета + + + + + + + + Способ формирования фонда = Формирование фонда капитального ремонта на счете регионального оператора + + + + + + + + + + Экспортируемое решение о выборе способа формирования фонда капитального ремонта + + + + + + + Идентификатор решения о выборе способа формирования фонда капитального ремонта + + + + + Статус решения + + + + + Идентификатор специального счета + + + + + Организация, разместившая решение + + + + + + + + Общие типы для решений + + + + Общий Тип данных для решений + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Дата вступления в силу + + + + + + + Документ решения + + + + + Полное наименование документа решения + + + + + Вид документа + + + + + Номер документа + + + + + Дата документа + + + + + Файлы + + + + + + + Общий тип для протокола общего собрания собственников + + + + + Идентификатор версии протокола + + + + + + Номер протокола + + + + + Дата протокола + + + + + + Файлы протокола + + + + + Файлы протокола отсутствуют + + + + + + + + Решение/информация о порядке представления платежных документов + + + + День месяца от 1 до 30 + + + + + + + + Тип данных для Решение/информация о порядке представления платежных документов + + + + + + + Основание + + + + + + Протокол общего собрания собственников. Заполняется при импорте решений о порядке представления платежных документов. Для организаций с функцией Региональный оператор капитального ремонта необходимо прикрепить файл протокола, для остальных организаций необходимо указать идентификатор версии протокола. + + + + + + + + + + Подтверждающий документ. Заполняется при импорте информации о порядке представления платежных документов + + + + + + Документ + + + + + Документ отсутствует + + + + + + + + + + + Модель выставления платежных документов + + + + + Организация, уполномоченная на выставление платежных документов + + + + + Срок представления платежных документов + + + + + Число к сроку предоставления + + + + + Уточнение к сроку предоставления + + + + + + + + + Тип данных для Решение/информация о порядке представления платежных документов + + + + + + + Идентификатор решения о выборе способа формирования фонда капитального ремонта + + + + + Статус решения + + + + + + + + Расширенный ответ для результата импорта + + + + Расширенный тип ответа на результат импорта + + + + + + + + + + + + + Расширенный тип ответа на результат импорта + + + + + + + Идентификатор специального счета + + + + + + + + Акт выполненных работ (оказанных услуг) по капитальному ремонту + + + + Работа в акте выполненных работ (оказанных услуг) + + + + + Работа в договоре + + + + + Стоимость работ + + + + + Объем работ + + + + + + + + + + + + + Принят в эксплуатацию + + + + + + Дата начала гарантийного срока + + + + + Дата окончания гарантийного срока + + + + + + + + Не принят в эксплуатацию + + + + + + + + Акт выполненных работ (оказанных услуг) + + + + + Наименование акта + + + + + Номер акта + + + + + Дата акта + + + + + Сумма акта по составу принятых работ + + + + + Штрафные санкции Исполнителю (Если санкции не предъявлены, вводится 0) + + + + + Штрафные санкции Заказчику (Если санкции не предъявлены, вводится 0) + + + + + Файлы акта + + + + + Фото "до" + + + + + Фото "после" + + + + + Информация о подписании акта представителем собственников + + + + Акт подписан представителем собственников + + + + + + Фамилия представителя собственника + + + + + Имя представителя собственника + + + + + Отчество представителя собственника + + + + + + + + Акт не подписан представителем собственников + + + + + + Информация о рассрочке по оплате выполненных работ + + + + Предоставлена рассрочка по оплате выполненных работ + + + + + Рассрочка по оплате выполненных работ не предоставлена + + + + + + + + Акт выполненных работ (оказанных услуг) + + + + + + + Работа в акте + + + + + + + + + + + + + + Сведения о рассрочке + + + + + Дата платежа + + + + + Сумма платежа + + + + + + + Экспортируемый акт выполненных работ (оказанных услуг) + + + + + Наименование акта + + + + + Номер акта + + + + + Дата акта + + + + + Сумма акта по составу принятых работ + + + + + Штрафные санкции Исполнителю (Если санкции не предъявлены, вводится 0) + + + + + Штрафные санкции Заказчику (Если санкции не предъявлены, вводится 0) + + + + + Файлы акта + + + + + Фото "до" + + + + + Фото "после" + + + + + Информация о подписании акта представителем собственников + + + + Акт подписан представителем собственников + + + + + + Фамилия представителя собственника + + + + + Имя представителя собственника + + + + + Отчество представителя собственника + + + + + + + + Акт не подписан представителем собственников + + + + + + Информация о рассрочке по оплате выполненных работ + + + + Предоставлена рассрочка по оплате выполненных работ + + + + + Рассрочка по оплате выполненных работ не предоставлена + + + + + + + + Экспортируемый акт выполненных работ (оказанных услуг) + + + + + + + Работа в акте + + + + + + + + + + Статус акта + + + + + Идентификатор акта в ГИС ЖКХ + + + + + + + + Сведения об оплате выполненных работ (оказанных услуг) по капитальному ремонту + + + + Оплата по договорам на выполнение работ (оказание услуг) по капитальному ремонту + + + + + Вид оплаты. Требуется указать одно из трех значений: Prepaid - Аванс, PaymentForPerfomedWork - Оплата выполненных работ, PaymentReturn - Возврат оплаты. + + + + + + + + + + + + Получатель + + + + + Плательщик + + + + + Дата оплаты + + + + + Сумма оплаты + + + + + + + Оплата по договорам на выполнение работ (оказание услуг) по капитальному ремонту + + + + + + + Работа в оплате + + + + + + Работа в договоре (Работа должна быть в том же договоре, на который ссылается объект "Оплата") + + + + + Сумма оплаты за счет средств собственников + + + + + Сумма оплаты за счет средств поддержки + + + + + + + + + + + + Экспортируемый набор сведений об оплате по договору + + + + + + + Работа в оплате + + + + + + Работа в договоре (Работа должна быть в том же договоре, на который ссылается объект "Оплата") + + + + + Сумма оплаты за счет средств собственников + + + + + Сумма оплаты за счет средств поддержки + + + + + + + + Статус оплаты + + + + + Распределено по работам на сумму + + + + + Идентификатор сведений об оплате в ГИС ЖКХ + + + + + + + + + Операция по счету + + + + + Тип операции (НСИ 217) + + + + + Назначение денежных средств (НСИ 215) Обязателен для типа операции Списание денежных средств. + + + + + Источник зачисленных денежных средств (НСИ 321) Обязателен для типа операции Зачисление денежных средств + + + + + Идентификатор сведений об оплате по договору на выполнение работ в ГИС ЖКХ (обязательно для НСИ 215 с кодом 1, 2, 3 И для НСИ 321 с кодом 8) + + + + + Идентификатор кредитного договора/договора займа. Заполняется только Региональным оператором капитального ремонта (обязательно для НСИ 215 с кодом 4, 6, 7) + + + + + Дата операции + + + + + Сумма операции + + + + + + + Отчетный период + + + + + Квартал + + + + + + + + + + + + + + + + Информация о совершенных операциях и остатках по счету + + + + + Муниципальное образование + + + + + Отчетный период + + + + + Остаток на начало периода + + + + + Остаток на конец периода + + + + + Операция по счету (передаются все актуальные операции) + + + + + + + Экспортируемая информация о совершенных операциях и остатках по счету + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Зачислено за период + + + + + Списано за период + + + + + Статус + + + + + + + + + + + Идентификатор информации о совершенных операциях и остатках по счету + + + + + + + + Кредитные договоры/договоры займа РО + + + + Кредитный договор/договор займа + + + + + Вид договора + + + + Кредитный договор + + + + + Договор займа + + + + + + Кредитор + + + + + БИК + + + + + + + + + + Займодавец + + + + + Номер договора + + + + + Дата договора + + + + + + Срок договора в месяцах + + + + + + + + + + Бессрочный + + + + + + + Поцентная ставка + + + + + + + + + + + Беспроцентный + + + + + + Примечание к процентной ставке + + + + + Размер + + + + + + + + + + + Примечание к размеру + + + + + Файлы договора + + + + + + + Экспортируемый кредитный договор/договор займа + + + + + + + Региональный оператор - владелец + + + + + Статус погашения + + + + + Сведения о расторжении + + + + + Статус + + + + + + + + + + + Идентификатор кредитного договора/договора займа + + + + + + + + + Сведения о расторжении + + + + + Причина + + + + + Номер документа + + + + + Дата документа + + + + + Файлы документа + + + + + + Тип для информации о размере фонда + + + + Тип информации о размере фонда капитального ремонта + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + ОКТМО + + + + + Отчетный период + + + + + Размер фонда на начало отчетного периода + + + + + Размер фонда на конец отчетного периода + + + + + Размер средств, направленных на капитальный ремонт за отчетный период + + + + + Размер задолженности за выполненные работы по капитальному ремонту по состояния на конец отчетного периода + + + + + Информация по помещениям. При изменении информации о размере фонда необходимо присылать всю информацию по помещениям в актуальном состоянии + + + + + + Идентификатор лицевого счета + + + + + Задолженность/переплата на начало периода (отрицательная сумма - задолженность, положительная - переплата) + + + + + Начислено взносов за период + + + + + Начислено пени за период + + + + + Уплачено взносов за период + + + + + Уплачено пени за период + + + + + Задолженность/переплата на конец периода (отрицательная сумма - задолженность, положительная - переплата) + + + + + + + + + + Экспортируемая информация о размере фондов капитального ремонта + + + + + + + Идентификатор информации о размере фондов капитального ремонта + + + + + Статус версии + + + + + + + + Импорт КПР, РАПКР, МАПКР + + + + Запрос на импорт сведений о КПР/РАПКР/МАПКР + + + + + + + + Импортируемая программа/план + + + + + + Транспортный идентификатор для выполнения операции с программой/планом + + + + + Идентификатор программы/плана в ГИС ЖКХ + + + + + Создание/Изменение паспорта программы/плана. + + + + + Документы программы/плана + + + + + + + + + + Действия с программой/планом + + + + Удалить программу/план в статусе "Проект" + + + + + Признак указывает на необходимость размещения программы/плана в ГИС ЖКХ + + + + + Аннулировать программу/план + + + + + + + + + + + + + + + + + + + + + + + Запрос на импорт сведений о домах и работах КПР/РАПКР/МАПКР + + + + + + + + Идентификатор программы/плана ГИС ЖКХ + + + + + Сведения о домах и работах программы/плана + + + + + + Транспортный идентификатор для выполнения операции со сведениями о домах и работах программы/плана + + + + + Идентификатор работы в программе/плане. Заполняется при изменении либо удалении работы в доме + + + + + + Добавить дома и работы в программу/план + + + + + Удалить работу в программе/плане + + + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт КПР, РАПКР, МАПКР + + + + Запрос на экспорт сведений о КПР/РАПКР/МАПКР + + + + + + + + Идентификатор программы/плана в ГИС ЖКХ + + + + + + Вид программы, Plan - КПР, MunicipalAddressProgram - МАПКР, RegionalAddressProgram - РАПКР + + + + + + + + + + + + Территория реализации программы/плана. Для регионального КПР и РАПКР должно быть прислано ОКТМО уровня региона. Для муниципального КПР и МАПКР должно быть прислано ОКТМО уровня муниципального образования. + + + + + + + + + + + + Запрос на экспорт сведений о домах и работах КПР/РАПКР/МАПКР + + + + + + + + Идентификатор программы/плана в ГИС ЖКХ + + + + + Отобрать работы по месяцу окончания работы + + + + + + Месяц и год начала периода + + + + + Месяц и год окончания периода + + + + + + + + Отобрать работы по территории + + + + + + Территория расположеная домов, в которых выполняются работы. В результатах экспорта отображаются также и дома на дочерних территориях + + + + + + + + Отобрать работы по виду работ + + + + + + Вид работы капитального ремонта (НСИ 219) + + + + + + + + Отобрать работы по адресу дома + + + + + + Идентификатор дома в ГИС ЖКХ + + + + + + + + + + Сдвиг относительно первого элемента (первый элемент имеет позицию 0) + + + + + + + + + + Количество строк с информацией о работах, которые необходимо экспортировать + + + + + + + + + + + + + + Импорт сведений о региональной программе капитального ремонта + + + + Запрос на импорт общих сведений о региональной программе капитального ремонта + + + + + + + + Импортируемая региональная программа капитального ремонта + + + + + + Транспортный идентификатор для выполнения операции с региональной программой капитального ремонта + + + + + Идентификатор РПКР в ГИС ЖКХ + + + + + Создание/Изменение паспорта РПКР + + + + + Документы РПКР + + + + + + + + + + Действия с РПКР + + + + Удалить программу в статусе "Проект" + + + + + Признак указывает на необходимость размещения РПКР в ГИС ЖКХ + + + + + Аннулировать программу + + + + + + + + + + + + + + + + + + + + + + + Запрос на импорт сведений о домах и работах региональной программы капитального ремонта + + + + + + + + Идентификатор РПКР в ГИС ЖКХ + + + + + Сведения о домах и работах региональной программы капитального ремонта + + + + + + Транспортный идентификатор для выполнения операции c работой в РПКР + + + + + Идентификатор работы в РПКР + + + + + + Добавить/Изменить дома и виды работ в РПКР + + + + + Удалить работу из РПКР + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт сведений о региональной программе капитального ремонта + + + + Запрос на экспорт сведений о региональной программе капитального ремонта + + + + + + + + Идентификатор РПКР в ГИС ЖКХ + + + + + Территория реализации РПКР (ОКТМО уровня региона) + + + + + + + + + + + Запрос на экспорт сведений о домах и работах региональной программе капитального ремонта + + + + + + + + Идентификатор РПКР, из которой экспортируются работы + + + + + Отобрать работы по месяцу окончания работы + + + + + + Месяц и год начала периода + + + + + Месяц и год окончания периода + + + + + + + + Отобрать работы по территории + + + + + + Территория расположения домов, в которых выполняются работы. В результатах экспорта отображаются также и дома на дочерних территориях + + + + + + + + Отобрать работы по виду работ + + + + + + Вид работы капитального ремонта (НСИ 219) + + + + + + + + Отобрать работы по адресу дома + + + + + + Идентификатор дома в ГИС ЖКХ + + + + + + + + + + Сдвиг относительно первого элемента (первый элемент имеет позицию 0) + + + + + + + + + + Количество строк с информацией о работах, которые необходимо экспортировать + + + + + + + + + + + + + + Экспорт кредитных договоров/договоров займа + + + + Запрос на экспорт кредитных договоров/договоров займа + + + + + + + + Идентификатор кредитного договора/договора займа + + + + + + Дата договора с + + + + + Дата договора по + + + + + + + + + + + Импорт договоров на выполнение работ (оказание услуг) по капитальному ремонту + + + + Запрос на импорт договоров на выполнение работ (оказание услуг) по капитальному ремонту + + + + + + + + Идентификатор КПР в ГИС ЖКХ + + + + + Импортируемый договор (создание/редактирование договора, расторжение договора, аннулирование договора) + + + + + + Транспортный идентификатор для выполнения операции с договором + + + + + Идентификатор договора в ГИС ЖКХ + + + + + + Создать/Редактировать договор. При редактировании договора необходимо присылать всю актуальную информацию по договору + + + + + + + + + + + + + + + Расторгнуть договор + + + + + Аннулировать договор + + + + + + + + + + + + + + + + + + + + + + Импорт актов выполненных работ (оказанных услуг) по капитальному ремонту + + + + Запрос на импорт актов выполненных работ (оказанных услуг) по капитальному ремонту + + + + + + + + Идентификатор договора в ГИС ЖКХ + + + + + Импорт акта + + + + + + Транспортный идентификатор для выполнения операции с актом + + + + + Идентификатор акта в ГИС ЖКХ + + + + + + Создание/Изменение Акта выполненной работы (оказанных услуг). При редактировании акта необходимо присылать всю актуальную информацию по нему, в том числе присылать актуальный список работ, учтенных в акте + + + + + + + + + + Аннулировать акт + + + + + + + + + + + + + + + + + + + + + + Импорт сведений об оплате по договорам на выполнение работ (оказание услуг) по капитальному ремонту + + + + Запрос на импорт сведений об оплате по договорам + + + + + + + + Идентификатор договора в ГИС ЖКХ + + + + + Импортируемые сведения + + + + + + Транспортный идентификатор для выполнения операции со сведениями об оплате + + + + + Идентификатор сведений об оплате в ГИС ЖКХ + + + + + + Создание/Изменение сведений об оплате. При редактировании оплаты необходимо присылать всю актуальную информацию по ней, в том числе присылать актуальный список работ из оплаты + + + + + Аннулирование сведений об оплате + + + + + + + + + + + + + + + + + + + + + + Экспорт договоров на выполнение работ (оказание услуг) по капитальному ремонту + + + + Запрос на экспорт договоров на выполнение работ (оказание услуг) по капитальному ремонту + + + + + + + + Идентификатор договора в ГИС ЖКХ + + + + + + Дата договора С + + + + + Дата договора ПО + + + + + + + + + + + Импорт счетов регионального оператора + + + + Запрос на импорт счетов регионального оператора + + + + + + + + Импортируемые сведения о создании/изменении реквизитов/закрытии/ аннулировании счета регионального оператора + + + + + + Транспортный идентификатор для выполнения операции со сведениями о счете регионального оператора + + + + + Идентификатор счета регионального оператора + + + + + + Добавить/Изменить реквизиты счета регионального оператора + + + + + + + + Дата открытия/изменения реквизитов счета регионального оператора + + + + + Номер корреспондентского счета + + + + + + + + + + Информация о закрытии счета регионального оператора + + + + + + Дата закрытия счета регионального оператора + + + + + + + + Аннулировать счет регионального оператора + + + + + + + + + + + + + + + + + + + + + + Изменение реквизитов и закрытие специальных счетов + + + + Запрос на импорт сведений об изменении реквизитов и закрытии специального счета. Создание, размещение специальных счетов, а также аннулирование выполняется посредством размещения (аннулирования) решений о выборе способа формирования фонда капитального ремонта операция -importDecisionsonsFormingFundRequest. + + + + + + + + Импортируемые сведения об изменении реквизитов и закрытии специального счета + + + + + + Транспортный идентификатор для выполнения операции со специальным счетом + + + + + Идентификатор специального счета + + + + + + Импортировать сведения об изменении реквизитов специального счета + + + + + + + + Применяется с (дата с которой изменились реквизиты) + + + + + Номер корреспондентского счета + + + + + + + + + + Информация о закрытии специального счета + + + + + + Дата закрытия специального счета + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт счетов региональных операторов и специальных счетов + + + + Запрос на экспорт счетов. + +Доступны версии: 12.0.0.1 и 15.5.0.1 + + + + + + + + + Идентификатор счета + + + + + Кредитная организация + + + + + БИК кредитной организации + + + + + + + + + + + Дата открытия счета С + + + + + Дата открытия счета ПО + + + + + + + Отобразить информацию о совершенных операциях и остатках? + + + + Не отображать + + + + + Отображать + + + + Отчетный период с + + + + + Отчетный период по + + + + + + + + + + + + Импорт решений о выборе способа формирования фонда капитального ремонта + + + + Запрос на импорт решений о выборе способа формирования фонда капитального ремонта. + + + + + + + + Импортируемые сведения о решении о выборе способа формирования фонда капитального ремонта + + + + + + Транспортный идентификатор для выполнения операции с решением + + + + + + Создание решения о выборе способа формирования фонда капитального ремонта с последующим размещением в ГИС ЖКХ + + + + + + + + + + Аннулирование решения о выборе способа формирования фонда капитального ремонта + + + + + + Идентификатор решения о выборе способа формирования фонда капитального ремонта + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт решений о выборе способа формирования фонда капитального ремонта + + + + Запрос на экспорт решений о выборе способа формирования фонда капитального ремонта. + +Доступны версии: 11.3.0.3 и 15.5.0.1 + + + + + + + + Идентификатор решения о выборе способа формирования фонда капитального ремонта в ГИС ЖКХ + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + Дата вступления в силу С + + + + + Дата вступления в силу ПО + + + + + + + + + + + Импорт решений о порядке выставления платежных документов + + + + Запрос на импорт решений/информации о порядке представления платежных документов + + + + + + + + Импортируемые сведения о решении/информации о порядке представления платежных документов + + + + + + Транспортный идентификатор + + + + + + Создание решения/информации о порядке представления платежных документов с последующим размещением в ГИС ЖКХ + + + + + + + + + + Аннулирование решения/информации о порядке представления платежных документов + + + + + + Идентификатор решения/информации о порядке представления платежных документов + + + + + + + + + + + + + + + + + + + + + + + + + Экеспорт решений о порядке выставления платежных документов + + + + Запрос на экспорт решений/информации о порядке представления платежных документов + +Доступны версии 11.10.0.2 и 12.2.0.13 + + + + + + + + Идентификатор решения/информации о порядке представления платежных документов в ГИС ЖКХ + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + Дата вступления в силу С + + + + + Дата вступления в силу ПО + + + + + + + + + + + Импорт информации о совершенных операциях и остатках по счетам + + + + Импорт информации о совершенных операциях и остатках по счетам + + + + + + + + Импорт информации о совершенных операциях и остатках по счету + + + + + + Транспортный идентификатор для импорта информации о совершенных операциях и остатках по счету + + + + + Идентификатор информации о совершенных операциях и остатках по счету (обязателен в случае внесения изменений или аннулирования информации) + + + + + Счет + + + + Счет регионального оператора + + + + Идентификатор счета регионального оператора в ГИС ЖКХ + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + Специальный счет + + + + Идентификатор специального счета + + + + + + + + Добавление/внесение изменений в информацию о совершенных операциях и остатках по счету + + + + + + + + + + Аннулировать информацию о совершенных операциях и остатках по счету + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности идентификатора информации о совершенных операциях и остатках в рамках запроса + + + + + + + Импорт информации о размере фондов капитального ремонта + + + + Импорт информации о размере фондов капитального ремонта + + + + + + + + Импорт информации о размере фондов капитального ремонта (Создание/внесение изменений/аннулирование) + + + + + + Транспортный идентификатор для выполнения операции со сведениями об информации о размере фондов капитального ремонта + + + + + Идентификатор информации о размере фондов капитального ремонта + + + + + + Создание/Внесение изменений в информацию о размере фонда, с последующим размещением в ГИС ЖКХ + + + + + Аннулировать запись + + + + + + + + + + + + + + + + + + + + + + Экспорт информации о размере фондов капитального ремонта + + + + Запрос на экспорт информации о размере фондов капитального ремонта + + + + + + + + Идентификатор информации о размере фондов капитального ремонта + + + + + Экспорт по параметрам + + + + Адрес дома + + + + ОКТМО + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + Отчетный период - с + + + + + Отчетный период - по + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + Результат импорта + + + + + Экспортируемый договор + + + + + Информация о счетах регионального оператора/специальных счетах + + + + + Экспортируемое решение о выборе способа формирования фонда капитального ремонта + + + + + Экспортируемый кредитный договор/договор займа + + + + + Экспортируемая информация о размере фондов капитального ремонта + + + + + Экспортируемый КПР/РАПКР/МАПКР + + + + + Экспортируемые сведения о домах и работах КПР/РАПКР/МАПКР + + + + + Экспортируемая РПКР + + + + + Экспортируемые сведения о домах и работах РПКР + + + + + Информация о порядке представления платежных документов + + + + + + + + + \ No newline at end of file diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/changelog.txt b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/changelog.txt new file mode 100644 index 0000000..be3ba63 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/changelog.txt @@ -0,0 +1,2608 @@ +=========================================================== +Изменения в форматах данных от версии 15.6.0.1 до версии 15.7.0.1 +=========================================================== +- NEWHCS-22321 +hcs-debt-requests-types.xsd +1.Для операций импорта (importDebtRequest) удалена поддерживаемая версия 13.3.1.0 + +- HCS-96288 +hcs-house-management-types.xsd +1. Изменена аннотация к элементу EndSupplyDate +=========================================================== +Изменения в форматах данных от версии 15.5.0.1 до версии 15.6.0.1 +=========================================================== +- NEWHCS-23847 + +hcs-house-management-types.xsd +1. Для операции запроса на экспорт информации о доме (exportHouseRequest) добавлена поддерживаемая версия 15.6.0.1, в которой: +1.1. Добавлен элемент "Идентификатор дома в реестре объектов жилищного фонда" (tns:HouseGUID) +1.2. Изменен контроль INT004159 +2. Для операции импорта платежных документов (importPaymentDocumentRequest) добавлен контроль SRV008203 +3. Для операции экспорта (exportHouseData) добавлена поддерживаемая версия 15.6.0.1, в которой: +3.1. Добавлен элемент "Идентификатор дома в реестре объектов жилищного фонда" (tns:HouseGUID) + +- NEWHCS-19528 +hcs-house-management-types.xsd +1. Изменена аннотация для GetStateResult + +- NEWHCS-18974 +hcs-house-management-types.xsd +1. В метод импорта данных дома importHouseOMSRequest внесены изменения: +1.1. Добавлены элементы ApartmentHouseToCreate/tns:ManagementPeriodFrom (Дата начала способа управления), ApartmentHouseToUpdate/tns:ManagementPeriodFrom (Дата начала способа управления) +1.2. Изменена аннотация к элементу /tns:importHouseOMSRequest/tns:ApartmentHouse/tns:ApartmentHouseToCreate/tns:HouseManagementType (добавлено значение "Выбран, но не реализован") +1.3. Изменена аннотация в методе importHouseOMSRequest: добавлена поддержка версии 15.6.0.1 +2. Добавлен контроль INT004216 +3. Изменен контроль INT004169, INT004210 +4. Удален контроль INT004177 + +- NEWHCS-21348 +hcs-house-management-types.xsd +1. В метод импорта МКД для ЕП importHouseESPRequest внесены изменения: +1.1. Добавлены элементы ApartmentHouseToCreate/tns:ManagementPeriodFrom (Дата начала способа управления), ApartmentHouseToUpdate/tns:ManagementPeriodFrom (Дата начала способа управления) +1.2. В описании реквизита tns:HouseManagementType добавлен вариант "Выбран, но не реализован" +1.3. В описании импорта importHouseESPRequest добавлена поддерживаемая версия 15.6.0.1 +2. Добавлен контроль INT004214, INT004215 +=========================================================== +Изменения в форматах данных от версии 15.4.0.1 до версии 15.5.0.1 +=========================================================== +- NEWHCS-20729, NEWHCS-22298 +hcs-capital-repair-types.xsd +1. Для операций импорта (importAccountRegionalOperatorRequest, importAccountSpecialRequest, importDecisionsFormingFundRequest) изменена поддерживаемая версия на 15.5.0.1, в которой: +1.1. Добавлен необязательный элемент "Номер корреспондентского счета" +2. Для результата экспорта (exportAccountRequest и exportDecisionsFormingFundRequest) добавлена поддерживаемая версия 15.5.0.1, в которой: +2.1. Добавлен необязательный элемент "Номер корреспондентского счета" + +- NEWHCS-22321 +(будут доступны только с версии 15.7.0.1) +hcs-debt-requests-types.xsd +1.Для операций импорта (importDebtRequest) удалена поддерживаемая версия 13.3.1.0 + +- HCS-96246 +hcs-house-management-types.xsd +1. Добавление аннотации для схемы: Добавлен статус PostedFromAnotherSystem в StatusProtocol и StatusVersionProtocol для экспорта протоколов ОСС (exportVotingProtocolRequest и exportVotingProtocolResultType) + +=========================================================== +Изменения в форматах данных от версии 15.3.0.1 до версии 15.4.0.1 +=========================================================== +- NEWHCS-22140 +hcs-house-management-types.xsd +1. Для операции импорта (importVotingProtocolRequest, importVotingMessageRequest ), экспорта (exportVotingProtocolRequest) изменена поддерживаемая версия на 15.4.0.1, в которой: +1.1. В поля с Датой начала приема решений (StartMakingDecisionDate) и Датой окончания приема решений (EndMakingDecisionDate) для импорта и экспорта протоколов и сообщений добавлено время для голосований "Заочное (опросным путем)" и "Очно-заочное" (AVoting и MeetingAVoting) +1.2. Поля с Датой начала приема решений (StartMakingDecisionDate) и Датой окончания приема решений (EndMakingDecisionDate) стали необязательны для импорта и экспорта протоколов (importVotingProtocolRequest, exportVotingProtocolRequest) +2. Для операции импорта (importVotingMessageRequest) поле Дата составления сообщения (MessageDate) не обязательно + +- NEWHCS-21447 +hcs-house-management-types.xsd +1. Добавлена операция экспорта ПУ по лицевому счету для Оператора ДСП (exportODSPMeteringDeviceDataRequest) +2. Добавлен элемент ПУ для оператора дистанционного снятия показаний (exportODSPMeteringDeviceDataResult) в запрос getStateResult (Возврат статуса отправленного сообщения) +hcs-house-management-service-async.wsdl +3. Добавлена операция экспорта ПУ по лицевому счету для Оператора ДСП (exportODSPMeteringDeviceData) + +NEWHCS-22674 +hcs-licenses-types +1. Для операций экспорта (exportDisqualifiedPersonRequest и exportDisqualifiedPersonResult) добавлена поддерживаемая версия 15.4.0.1, в которой +1.1. Добавлено поле ErulNumber (Номер по ЕРУЛ) и TempNumber (Временный номер) + +=========================================================== +Изменения в форматах данных от версии 14.8.0.2 до версии 15.3.0.1 +=========================================================== +- NEWHCS-21307 +hcs-debts-types.xsd + +1. Для операций экспорта (exportDebtResult), импорта (importDebtRequest) добавлена поддерживаемая версия 15.3.0.0, в которой: +1.1. Добавлен новый элемент JudicalActDatePronouncing (Дата судебного акта (вынесения)) в запросы importDebtRequest (Запрос на импорт сведений о задолженностях за ЖКУ), exportDebtResult (Результат экспорта сведений о задолженности за ЖКУ) структуру JudicalAct (Сведения о судебном акте) +1.2. Добавлен новый элемент JudicalActDatePronouncing (Дата судебного акта (вынесения)) в запрос getStateResult (Возврат статуса отправленного сообщения) в структуру Debt (Сведения о задолженности за ЖКУ) + +- NEWHCS-21527 +hcs-debt-requests-types.xsd +1. Для операций экспорта (exportDRsRequest) добавлена поддерживаемая версия 15.3.0.0, в которой: +1.1. Добавлен новый элемент JudicalActDatePronouncing (Дата судебного акта (вынесения)) в запрос exportDRsRequest + +- NEWHCS-20729 +(будут доступны только с версии 15.5.0.1) +hcs-capital-repair-types.xsd +1. Для операций импорта (importAccountRegionalOperatorRequest, importAccountSpecialRequest, importDecisionsFormingFundRequest) изменена поддерживаемая версия на 15.5.0.1, в которой: +1.1. Добавлен необязательный элемент "Номер корреспондентского счета" +2. Для результата экспорта (exportAccountRequest и exportDecisionsFormingFundRequest) добавлена поддерживаемая версия 15.5.0.1, в которой: +2.1. Добавлен необязательный элемент "Номер корреспондентского счета" + +- NEWHCS-22140 +(будут доступны только с версии 15.4.0.1) +hcs-house-management-types.xsd +1. Для операции импорта (importVotingProtocolRequest, importVotingMessageRequest ), экспорта (exportVotingProtocolRequest) изменена поддерживаемая версия на 15.4.0.1, в которой: +1.1. В поля с Датой начала приема решений (StartMakingDecisionDate) и Датой окончания приема решений (EndMakingDecisionDate) для импорта и экспорта протоколов и сообщений добавлено время для голосований "Заочное (опросным путем)" и "Очно-заочное" (AVoting и MeetingAVoting) +1.2. Поля с Датой начала приема решений (StartMakingDecisionDate) и Датой окончания приема решений (EndMakingDecisionDate) стали необязательны для импорта и экспорта протоколов (importVotingProtocolRequest, exportVotingProtocolRequest) +2. Для операции импорта (importVotingMessageRequest) поле Дата составления сообщения (MessageDate) не обязательно + +=========================================================== +Изменения в форматах данных от версии 14.8.0.1 до версии 14.8.0.2 +=========================================================== +- NEWHCS-20666 +Для операций экспорта ПУ (exportMeteringDeviceDataRequest) и импорта ПУ (importMeteringDeviceDataRequest) +- в блоках ResidentialPremiseDevice, NonResidentialPremiseDevice, CollectiveApartmentDevice элемент PremiseGUID перемещен на первую позицию. +- в блоке LivingRoomDevice элемент LivingRoomGUID перемещен на первую позицию. +=========================================================== +Изменения в форматах данных от версии 14.7.0.1 до версии 14.8.0.1 +=========================================================== +- NEWHCS-17714 +hcs-appeals-types.xsd +1. Изменен тип exportAppealResultType добавлен элемент PremiseNumber - Номер помещения. +2. Изменен расширенный тип ApplicantType (в элементе ApplicantInfo типа exportAppealResultType): добавлен элемент AppealEmail - Электронная почта, указанная в обращении +3. Изменена аннотация к элементу Email - Электронная почта в ЛК. + +- NEWHCS-17017, NEWHCS-20621 +hcs-house-management-types.xsd +1. Добавлена поддерживаемая версия 14.8.0.1 для операции экспорта ПУ (exportMeteringDeviceDataRequest) +1.1. Для ResidentialPremiseDevice, NonResidentialPremiseDevice, CollectiveApartmentDevice: +добавлены элементы: PremiseInfo/PremiseGUID, PremiseInfo/PremiseNo (заполняется для версии 14.8.0.1) +элемент: PremiseGUID сделан необязательным (заполняется для версии 11.1.0.2) +1.2. Для LivingRoomDevice: +добавлены элементы LivingRoomInfo/LivingRoomGUID, LivingRoomInfo/LivingRoomNo (заполняется для версии 14.8.0.1) +элемент:LivingRoomGUID сделан необязательным (заполняется для версии 11.1.0.2) +=========================================================== +Изменения в форматах данных от версии 14.5.0.1 до версии 14.7.0.1 +=========================================================== +- NEWHCS-17155 +(Будут доступны только с версии 15.1.0.1) +hcs_base.xsd +1. Добавлен метод getRequestsStateRequest +2. Добавлен тип BaseRequestsStateResponse +hcs-bills-types.xsd +3. Добавлен элемент getRequestsStateResult +hcs-bills-service-async.wsdl +4. Добавлен метод getRequestsState +=========================================================== +Изменения в форматах данных от версии 14.4.0.1 до версии 14.5.0.1 +=========================================================== +- NEWHCS-17155 +(Будут доступны только с версии 14.7.0.0) +hcs_base.xsd +1. Добавлен метод getRequestsStateRequest +2. Добавлен тип BaseRequestsStateResponse +hcs-bills-types.xsd +3. Добавлен элемент getRequestsStateResult +hcs-bills-service-async.wsdl +4. Добавлен метод getRequestsState + +- NEWHCS-18611 +hcs-house-management-types.xsd +в элементе exportVotingProtocolRequest расширен enum StatusVersionProtocol значением "PostedFromAnotherSystem" + +============================================================= +Изменения в форматах данных от версии 14.3.0.2 до версии 14.4.0.1 +============================================================= +- NEWHCS-17482, NEWHCS-17736 +hcs-licenses-types.xsd +1. Для результатов экспорта лицензий exportActualLicenseStateResultType в рамках типа LicenseRegistryEntriesType добавлены следующие блоки полей: +1.1 ErulSentInfo - Информация по отправлению в ЕРУЛ +1.2 FnsSentInfo - Информация по отправлению в ФНС +2. Для типа LicenseStatusType добавлен новый вариант в enumeration = "Project" +3. Для результатов экспорта лицензий exportActualLicenseStateResultType добавлен следующий блок полей: +3.1 EsiaSentInfoType - Информация по отправлению в ЕСИА + +- NEWHCS-15492 +hcs-appeals-types.xsd +1. Для метода экспорта обращений exportAppealRequest добавлена поддерживаемая версия 14.4.0.1 +2. Для результатов экспорта обращений ExportAppealResult добавлены элементы: +2.1 Collective - признак "Коллективное обращение" +2.2 NeighbourInfo - список присоединившихся соседей + +- NEWHCS-9469 +hcs-licenses-service-async.wsdl +hcs-licenses-types.xsd +1. Метод импорт информации о реестровой записи importLicenseEntry введен в эксплуатацию + +- NEWHCS-17155 +(Будут доступны только с версии 14.5.0.0) +hcs_base.xsd +1. Добавлен метод getRequestsStateRequest +2. Добавлен тип BaseRequestsStateResponse +hcs-bills-types.xsd +3. Добавлен элемент getRequestsStateResult +hcs-bills-service-async.wsdl +4. Добавлен метод getRequestsState + +- NEWHCS-17825 +hcs-capital-repair-types.xsd +1. Для операции импорта решений о выборе способа формирования фонда капитального ремонта (importDecisionsFormingFundRequest) добавлена аннотация к элементу tns:DocumentIsNotAvailable (tns:importDecision/tns:LoadDecision/tns:Protocol/tns:DocumentIsNotAvailable) +hcs-house-management-types.xsd +2. Для операции импорта лицевых счетов (importAccountRequest) добавлена аннотация к элементу tns:TKOContract (tns:Account/tns:AccountReasons/tns:TKOContract) + +============================================================= +Изменения в форматах данных от версии 14.3.0.2 до версии +============================================================= +NEWHCS-17017 +- hcs-house-management-types.xsd +1.В типе MeteringDeviceBasicCharacteristicsType добавлены номера помещений и комнат. +============================================================= +Изменения в форматах данных от версии 14.3.0.0 до версии 14.3.0.2 +============================================================= + +- NEWHCS-9469, NEWHCS-9470 +hcs-licenses-service-async.wsdl +hcs-licenses-types.xsd +1. В сервис по работе с лицензиями добавлены следующие операции для работы реестром лицензий, ведение которого осуществляется по реестровой модели: +1.1. exportActualLicenseState - Экспорт информации о лицензиях из реестровой модели лицензий +1.2. importLicenseEntry - Импорт информации о реестровой записи (Операция доступна только с версии 14.4.0.0) + +- NEWHCS-9468 +hcs-licenses-types.xsd +1. Для результатов экспорта лицензий в тип exportLicenseResultType добавлены следующие поля: +1.1. tns:ErulNumber - Номер лицензии по ЕРУЛ +1.2. tns:TempNumber - Временный номер лицензии +1.3. tns:ApplicationMethod - Способ подачи заявления о предоставлении лицензии +1.4. tns:ApplicationNumber - Номер заявления на предоставление лицензии +1.5. tns:ApplicationDate - Дата заявления на предоставление лицензии + +============================================================= +Изменения в форматах данных от версии 14.1.0.0 до версии 14.3.0.0 +============================================================= + - HCS-95281 +hcs-payments-base.xsd +1. Изменено ограничение на максимальное кол-во символов для элементов Наименование получателя (PaymentInformationExportType/tns:PaymentRecipient и PaymentInformation/tns:PaymentRecipient) + +============================================================= +Изменения в форматах данных от версии 14.0.0.0 до версии 14.1.0.0 +============================================================= +- HCS-95227 +hcs-services-types.xsd +1. Добавлено ограничение на минимальное кол-во символов для элемента Причина аннулирования (importWorkingListRequest/tns:AnnulledWorkingList/tns:ReasonOfAnnulment) +- NEWHCS-15848 +hcs-services-types.xsd +1. Добавлены возможные значения для элемента Тип акта (importQualityAssessmentRequest/tns:QualityAssessment/tns:PlacingQualityAssessment/tns:Works/tns:Act/tns:AddAct/tns:ActType) +- HCS-95131 +hcs-bills-types.xsd +1. Удалена информация о неактуальности для элементов Задолженность за предыдущие периоды (importPaymentDocumentRequest/tns:PaymentDocument/tns:DebtPreviousPeriods) и Аванс на начало расчетного периода (importPaymentDocumentRequest/tns:PaymentDocument/tns:AdvanceBllingPeriod) +============================================================= +Изменения в форматах данных от версии 13.3.2.1 до версии 14.0.0.0 +============================================================= +- NEWHCS-6307, NEWHCS-13842 +hcs-debt-requests-types.xsd +1. Для операции импорта сведений о задолженности (importDRsRequest) +1.1. Добавлен элемент Импортируемые сведения об объекте жилищного фонда (ОЖФ) (ImportHousingFundObjectInfoType) +1.2 Добавлен элемент Идентификатор дома/помещения/комнаты в Реестре адресных объектов ГИС ЖКХ и Тип ОЖФ(exportHMObjectGUID) +1.2. Для элемента Сведения об объекте жилищного фонда (ОЖФ), по которому осуществляется запрос (housingFundObject) изменен тип на ImportHousingFundObjectInfoType +1.3. Для элемента Серия (series), находящимся в составе элемента Документ, удостоверяющий личность заявителя (DocumentType), убрана обязательность +1.4. Добавлена поддерживаемая версия 14.0.0.0 + +- NEWHCS-9439, NEWHCS-13842 +hcs-debt-requests-types.xsd +1. Для результатов экспорта из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ (exportDSRsResult) и запросов о наличии задолженности за ЖКУ (exportDRsResult) добавлен новый элемент для экспорта Информация о задолженности, подтвержденной судебным актом для экспорта ГИС ЖКХ (ExportDebtInfoType) +2. Для операции импорта в ГИС ЖКХ ответов на подзапросы о наличии задолженности за ЖКУ, сформированные ГИС ЖКХ (importDSRResponsesReques) добавлены элементы +2.1. добавлен элемент Идентификатор записи реестра сведений о задолженности (debtGUID), +2.2. добавлена возможность передачи одного из элементов Информация о непогашенной задолженности, подтвержденной судебным актом (debtInfo) или Идентификатор записи реестра сведений о задолженности (debtGUID) при передаче информации о непогашенной задолженности, подтвержденной судебным актом, в составе элемента Ответ на подзапрос (responseData) +2.3 изменена поддерживаемая версия на 14.0.0.0 +2.4 для элемента Серия (series), находящимся в составе элемента Документ, удостоверяющий личность заявителя (DocumentType), убрана обязательность + +- NEWHCS-13982, NEWHCS-13842 +hcs-debt-requests-types.xsd +1. Удален элемент HousingFundObjectInfoType, т.к. пустой и нигде не использовался +2. Для операций экспорта из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ (exportDSRsRequest) и экспорта из ГИС ЖКХ запросов о наличии задолженности за ЖКУ (exportDRsRequest) добавлен элемент Сведения об объекте жилищного фонда (ОЖФ) для запроса экспорта запросов/подзапросов (ExportHMObjectInfoType) + +NEWHCS-12924, NEWHCS-6309, NEWHCS-13842 +- hcs-debt-requests-types.xsd +1. Для операции экспорта из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ (exportDSRsRequest) +1.1. Изменена поддерживаемая версия на 14.0.0.0 +1.2. Добавлен элемент Идентификатор дома/помещения/комнаты в Реестре адресных объектов ГИС ЖКХ и Тип ОЖФ (exportHMObjectGUID) +2. Для операции экспорта из ГИС ЖКХ запросов о наличии задолженности за ЖКУ (exportDRsRequest) +1.1. изменена поддерживаемая версия на 14.0.0.0 +1.2. Добавлен элемент Идентификатор дома/помещения/комнаты в Реестре адресных объектов ГИС ЖКХ и Тип ОЖФ (exportHMObjectGUID) +3. Для результатов экспорта из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ (exportDSRsResult) +3.1. добавлены элементы блок судебного акта (AсtType) и Информация об аннулированном объекте жилищного фонда, указанном в записи в реестре сведений о задолженности (cancelledAddressType), передаваемые в составе элемента Документ, подтверждающий задолженность (document) +3.3. Для элемента Серия (series), находящимся в составе элемента Документ, удостоверяющий личность заявителя DocumentType), убрана обязательность +4. Изменено описание и название элемента houseGUID (название изменено на HMobjectGUID в CancelledAddressType и ExportHousingFundObjectInfoType) + +HCS-95173 +- hcs-house-management-types.xsd +1. Скорректировано описание элемента Дата окончания поставки ресурса (EndSupplyDate), передаваемого в составе элемента Предмет договора (ContractSubject) в операциях импорта договора ресурсоснабжения (importSupplyResourceContractRequest) и импорта проекта договора ресурсоснабжения (importSupplyResourceContractProjectRequest) +============================================================= +Изменения в форматах данных от версии 13.3.2.0 до версии 13.3.2.1 +============================================================= +NEWHCS-9860 +- hcs-appeals-types.xsd +1. Для операции экспорта обращений (exportAppeal) добавлена поддерживаемая версия 13.3.2.0, в которой появилась возможность выгрузки элемента, содержащего сведений о планируемой дате исполнения обращения (DateOfAppointment). +============================================================= +Изменения в форматах данных от версии 13.3.1.2 до версии 13.3.2.0 +============================================================= +HCS-93697 +- hcs-house-management-types.xsd +1. Элемент Номер извещения (PurchaseNumber) помечен как неиспользуемый: +В операции импорта сведений о ДУ (importContractRequest) в элементах, используемых для создания ДУ (PlacingContract) и для внесения изменений в версию ДУ (EditContract) +В ответе на экспорт сведений о ДУ (exportCAChResultType). + +NEWHCS-10019 +- hcs-house-management-types.xsd +1. В операцию импорта сообщений (importNotificationRequest) добавлен элемент RecallNotification для отзыва. +============================================================= +Изменения в форматах данных от версии 13.3.1.1 до версии 13.3.1.2 +============================================================= +NEWHCS-6305 +- hcs-debts-types.xsd +1. Обновлена информация о версии операций: +1.1 exportDebt - экспорт сведений о задолженностях за ЖКУ; +1.2. getState - получение статуса обработки запроса; +============================================================= +Изменения в форматах данных от версии 13.3.1.0 до версии 13.3.1.1 +============================================================= +NEWHCS-6303 +- hcs-debts-types.xsd +1. Добавлены ограничения на кол-во загружаемых файлах (до 1000) в элементах: +tns:Act (tns:EditDebt); +tns:AdditionalAttachment (tns:EditDebt); +tns:JudicalActAttachment (tns:PlacingDebt/tns:JudicalAct); +tns:Act (tns:PlacingDebt); +tns:AdditionalAttachment (tns:PlacingDebt); +============================================================= +Изменения в форматах данных от версии 13.3.0.0 до версии 13.3.1.0 +============================================================= +NEWHCS-6303, NEWHCS-6305 +- hcs-debts-service-async.wsdl +- hcs-debts-types.xsd +1. Добавлен новый сервис работы с реестром сведений о задолжженности за ЖКУ DebtServiceAsync, включающий в себя следующие операции: +1.1. importDebt - импорт сведений о задолженностях за ЖКУ; +1.2. exportDebt - экспорт сведений о задолженностях за ЖКУ; +1.3. getState - получение статуса обработки запроса; + +============================================================= +Изменения в форматах данных от версии 13.2.7.1 до версии 13.3.0.0 +============================================================= +HCS-94052 +- hcs-house-management-types.xsd +1.Изменено описание элемента ExportBriefBasicHouseResultType/tns:BasicHouseInfo/tns:LocationInfo/tns:ESTSTATUS + + +NEWHCS-7947, NEWHCS-7946 +- hcs-services-service-async.wsdl +- hcs-services-types.xsd + + 1. В сервис по работе с перечнями работ и услуг добавлены следующие операции для работы с оценкой качества по выполненным работам и услуги: +importQualityAssessmentRequest - импорт сведений об оценке и качестве выполненных работ и оказанных услуг +exportQualityAssessmentRequest - экспорт сведений об оценке и качестве выполненных работ и оказанных услуг + + +============================================================= +Изменения в форматах данных от версии 13.2.5.3 до версии 13.2.7.1 +============================================================= +NEWHCS-6242 +- hcs-capital-repair-types.xsd - +1. Добавлен простой тип tns:KBKType +2. Добавлены элементы tns:OKTMO и tns:KBK в типы tns:AccountType и tns:DecisionType + +HCS-94264 +- hcs-capital-repair-types.xsd - +Добавлены элементы tns:FIASHouseGuid, tns:QuarterPeriodFrom, tns:QuarterPeriodTo в элемент tns:exportFundSizeInfoRequest + +============================================================= +Изменения в форматах данных от версии 13.2.5.2 до версии 13.2.5.3 +============================================================= +NEWHCS-7129 +– hcs-house-management-types.xsd – +Тип атрибутов FloorType "Количество этажей", StoreysCount "Этажность" и MinFloorCount "Количество этажей (наименьшее)" изменен на int, максимальное значение расширено до 999 + +============================================================= +Изменения в форматах данных от версии 13.2.5.1 до версии 13.2.5.2 +============================================================= +NEWHCS-7966 +--hcs-tech-conn-types.xsd-- +1. В tns:importAgreementApplicationStatusRequest добавлены элементы tns:SendAgreementForReSigning, tns:SendActOfCompletenessForReSigning, tns:SendActOfConnectionForReSigning (повторная отправка на подписание). +2. В типе tns:ActApplicationType добавлен элемент tns:AgreementApplicationVersionGUID. + +============================================================= +Изменения в форматах данных от версии 13.2.5.0 до версии 13.2.5.1 +============================================================= +NEWHCS-4031 +– hcs-appeals-types.xsd – +В tns:exportAppealResult/ tns:Appeal/ tns:AppealHistory/ tns:Answer добавлен элемент tns:AnswerGUID (идентификатор записи ответа на обращение) + +============================================================= +Изменения в форматах данных от версии 13.2.3.3 до версии 13.2.5.0 +============================================================= +NEWHCS-5656, NEWHCS-6582 +--hcs-tech-conn-service-async.wsdl-- +--hcs-tech-conn-types.xsd-- +1. Добавлен новый сервис работы с заявлениями по технологическому присоединению TechConnServiceAsync, включающий в себя следующие операции: +1.1. exportOrganizationDeterminationApplication - экспорт заявления на определение организации для технологического присоединения +1.2. exportTechnicalSpecificationApplication - экспорт заявления на предоставление технических условий подключения +1.3. exportConnectionPossibilityApplication - экспорт заявления на предоставление информации о возможности подключения +1.4. exportAgreementApplication - экспорт заявления на заключение договора о подключении +1.5. exportActApplication - экспорт заявления на получение акта по договору о подключении +1.6. importOrganizationDeterminationApplicationStatus - импорт информации об изменении статуса заявления на определение организации для технологического присоединения +1.7. importTechnicalSpecificationApplicationStatus - импорт информации об изменении статуса заявления на предоставление технических условий подключения +1.8. importConnectionPossibilityApplicationStatus - импорт информации об изменении статуса заявления на предоставление информации о возможности подключения +1.9. importAgreementApplicationStatus - импорт информации об изменении статуса заявления на заключение договора о подключении +1.10. importActApplicationStatus - импорт информации об изменении статуса заявления на получение акта по договору +1.11. getState - операция получения результата обработки асинхронного вызова + +============================================================= +Изменения в форматах данных от версии 13.2.3.1 до версии 13.2.3.3 +============================================================= +NEWHCS-4001 +– hcs-house-management-types.xsd – +В importHouseESPRequest в ApartmentHouseESPType, ApartmentHouseUpdateESPType для атрибутов IsMunicipalProperty и IsRegionProperty добавлено значение fixed = false + +============================================================= +Изменения в форматах данных от версии 13.2.2.3 до версии 13.2.3.1 +============================================================= +NEWHCS-2858 +--hcs-base.xsd-- +1. В комплексный тип RequestHeader добавлен элемент "Информация о физическом лице" (Citizen) + +NEWHCS-5120 +--hcs-house-management-types.xsd-- +1. Добавлены типы HostelDataType и ExportHostelDataType +2. В тип ApartmentHouseOMSType добавлен элемент "Данные общежития" (HostelData) с типом HostelDataType +3. В типы ApartmentHouseUOType и ApartmentHouseESPType добавлены элементы "Дом находится в муниципальной собственности и в полном объеме используется в качестве общежития" (IsMunicipalProperty) и Дом находится в собственности субъекта РФ и в полном объеме используется в качестве общежития" (IsRegionProperty) с типом boolean +4. В типы HouseBasicExportType, BriefBasicCharactericticsType, BriefLivingHouseType добавлен элемент "Данные общежития" (ExportHostelData) с типом ExportHostelDataType + +============================================================= +Изменения в форматах данных от версии 13.2.2.1 до версии 13.2.2.3 +============================================================= +NEWHCS-5268 +-- hcs-house-management-types.xsd -- +1. В запрос для импорт новости для информирования граждан (importNotificationRequest) внесены следующие изменения: +1.1. Добавлено поле "Тема" (tns:TopicNSIRef), которое указывается из справочника №364 "Темы новостных сообщений" +1.2. Добавлено поле "Признак "Для публикации в мобильном приложении"" (tns:IsForPublishToMobileApp) +1.3. Добавлен блок полей для новости, публикуемой в мобильном приложении (tns:MobileAppData), который влючает в себя три поля: +1.3.1. Признак, что текст новости не более 500 символов (tns:IsShortTopic) +1.3.2. Признак закрепления новостного сообщения в ленте (tns:IsPin) +1.3.3. Ссылка для перехода из подробного представления новости на произвольную web-страницу (tns:url) +2. Добавлен choice для выбора формы заполнения темы сообщения - для свободного заполнения (tns:Topic) -ИЛИ- для заполнения из справочника (tns:TopicNSIRef) +3. Для запроса на импорт новости для информирования граждан (importNotificationRequest) снято значение base:version атрибута fixed="11.6.0.2". Внесено изменение в аннозацию в части добавления многоверсионности запроса "Доступны версии 11.6.0.2, 13.2.2.0" + + +============================================================= +Изменения в форматах данных от версии 13.2.2.0 до версии 13.2.2.1 +============================================================= +NEWHCS-5414 +--hcs-outage-report-types.xsd-- +1. В типы ExportOutageReportDataType и OutageReportType добавлен элемент "Вид перерыва" (OutageKind) с базовым типом nsi-base:nsiRef + + +============================================================= +Изменения в форматах данных от версии 13.2.0.2 до версии 13.2.2.0 +============================================================= +NEWHCS-3334/3335 +--hcs-appeals-types.xsd-- +1. В запросе импорт ответов на обращения добавлен необязательный элемент для загрузки файлов с детач подписями tns:importAnswerRequest/tns:AnswerAction/tns:Answer/tns:LoadAnswer/tns:SignedAttachments +2. Внесены изменения в запрос на экспорт обращений exportAppealRequest: +2.1. У атрибута @base:version снято fixed значение +2.2. В аннотацию запроса добавлено "Доступны версии 12.2.0.11 и 13.1.10.1" +3. В результатах экспорта добавлен элемент для выгрузки файлов с детач подписями в ответах tns:getStateResult/tns:ExportAppealResult/tns:AppealHistory/tns:Answer/tns:SignedAttachments +4. Для схемы указана версия 13.1.10.1 + + +NEWHCS-4194/4195 +--hcs-outage-report-service-async.wsdl-- +1. Добавлена операция exportOutageReport +--hcs-outage-report-types.xsd-- +1. Добавлен запрос на экспорт сведений о перерывах exportOutageReportRequest +2. Добалены соответствующие типы, описывающие результат экспорта +3. Добавлен элемент "Причина аннулирования" (tns:AnnulmentReason) в операцию аннулирования сведений о перерывах tns:importOutageReportRequest/tns:OutageReport/tns:AnnulmentOutageReport +4. Изменена аннотация элементов tns:importOutageReportRequest/tns:OutageReport/tns:EditOutageReport и tns:importOutageReportRequest/tns:OutageReport/tns:AnnulmentOutageReport в части удаления текста о доступности в будующих версиях + +============================================================= +Изменения в форматах данных от версии 13.2.0.1 до версии 13.2.0.2 +============================================================= +NEWHCS-4225 +--hcs-outage-report-types.xsd-- +1. Внесены следующие изменения в аннотацию элемента OutageReason: +1.1. Исправлен номер справочника 206 "Причины перерывов в предоставлении коммунальных услуг" на 360; +1.2. Уточнено, что для записи справочника в OutageReason в атрибуте "Вид перерыва" должно быть указано значение "Плановый". + + +============================================================= +Изменения в форматах данных от версии 13.1.10.1 до версии 13.2.0.1 +============================================================= +NEWHCS-4225 +--hcs-outage-report-service-async.wsdl-- +--hcs-outage-report-types.xsd-- +1. Добавлен новый сервис импорта сведений о перерывах в предоставлении коммунальных услуг (outage-report), предоставляющий следующие операции: +1.1. importOutageReport - Операция импорта сведений о перерывах в предоставлении коммунальных услуг + +============================================================= +Изменения в форматах данных от версии 13.1.9.2 до версии 13.1.10.1 +============================================================= + +NEWHCS-3599 +--hcs-rvuo-service-async.wsdl-- +1. В аннотации опреаций заменено название реестра "реестр временных УО" на "реестр управляющих организаций и решений об определении управляющих организаций" +--hcs-rvuo-types.xsd-- +1. В аннотации элеменов и комплексных типов удалено название "реестр временных УО" + +NEWHCS-3731 +--hcs-debt-requests-types.xsd-- +1. Из списка значений простого типа RequestStatusType удалено значение "Revoked" +2. У элемента tns:exportDSRsRequest/tns:requestStatus изменены +2.1. значение maxOccurs (новое значение: 1) +2.2. аннотация +3. Изменена аннотация у элемента //element(*,tns:DSRType)/tns:responseStatus + +NEWHCS-3621 +--hcs-debt-requests-types.xsd-- +1. Внесены изменения запросах exportDRsRequest и exportDSRsRequest: +1.1. У запросов exportDRsRequest и exportDSRsRequest изменены аннотации. Добавлено "Доступны версии 13.1.1.6 и 13.1.10.1" +1.2. У атрибутов tns:exportDSRsRequest/@base:version и tns:exportDRsRequest/@base:version удалено значение fixed +2. Внесены изменения в тип ExportHousingFundObjectInfoType +2.1. Элемент tns:fiasHouseGUID указан как необязательный + +NEWHCS-3783 +--hcs-appeals-types.xsd-- +1. Внесены следующие изменения в тип exportAppealResultType: +1.1. Добавлен элемент tns:FromMobile - Признак поступления обращения из мобильного приложения "Госуслуги Дом" +1.2. Добавлен элемент tns:ExecutionEndDate - Дата окончания срока исполнения обращения +1.3. Добавлен элемент tns:NPARequirements - Требования нормативно-правовых актов (НПА) +2. Внесены изменения в запрос на экспорт обращений exportAppealRequest: +2.1. У атрибута @base:version снято fixed значение +2.2. В аннотацию запроса добавлено "Доступны версии 12.2.0.11 и 13.1.10.1" + +============================================================= +Изменения в форматах данных от версии 13.1.9.1 до версии 13.1.9.2 +============================================================= + +NEWHCS-3593 +--hcs-bills-types.xsd-- +1. Внесены изменения в элемент importAcknowledgmentRequest: +1.1. Изменена множественность элемента AcknowledgmentRequestInfo с 500 до 100; +1.2. Изменена множественность элемента AckCancellation с 500 до 100. + +NEWHCS-2230 +-- hcs-inspection-types.xsd -- +1. Добавлены элементы для передачи данных об электронных документах с отсоединенной подписью: +1.1. Добавлен элемент tns:SignedAttachments в составном типе tns:ExaminationChangeInfoType +1.2. Добавлен элемент tns:SignedAttachments в составном типе tns:ExportExaminationChangeInfoType +1.3. Добавлен элемент tns:SignedAttachment в составном типе tns:PreceptType +1.4. Добавлен элемент tns:SignedAttachment в составном типе tns:exportPreceptType +1.5. Добавлен элемент tns:SignedAttachment в составном типе tns:OffenceType +1.6. Добавлен элемент tns:SignedAttachment в составном типе tns:exportOffenceType +1.7. Добавлен элемент tns:SignedAttachments в составном типе tns:CancelledInfoWithAttachmentsType +1.8. Добавлен элемент tns:SignedAttachments в составном типе tns:ExportCancelledInfoWithAttachmentsType +1.9. Добавлен элемент tns:SignedOtherDocument в составном типе tns:ResultsInfoType +1.10. Добавлен элемент tns:SignedOtherDocument в составном типе tns:ExportResultsInfoType +1.11. Добавлен элемент tns:SignedAttachments в составном типе tns:ExaminationType +1.12. Добавлен элемент tns:SignedAttachments в составном типе tns:exportExaminationType +2. Изменена аннотация у элемента tns:exportExaminationsRequest + +NEWHCS-1673 +-- hcs-house-management-service-async.wsdl -- +1. Удалены следующие элементы: +1.1. Операция importHouseRSOData +1.2. Сообщение importHouseRSODataRequest +1.3. Сообщение importHouseRSODataResult + +-- hcs-house-management-types.xsd -- +1. Удалены следующие элементы: +1.1. tns:importHouseRSORequest +1.2. tns:getStateResult/tns:ImportResult/tns:CommonResult/tns:ImportHouseRSO +2. Изменена аннотация у следующих элементов: +2.1. //element(*,tns:OGFImportStatusType)/tns:GKNRelationshipStatus + +============================================================= +Изменения в форматах данных от версии 13.1.8.8 до версии 13.1.9.1 +============================================================= + +NEWHCS-3456 +-- hcs-rvuo-types.xsd -- +1. Внесены изменения в exportDecisionRequest: +1.1. У элемента DecisionDate уточнена аннотация. +1.2. Добавлен новый необязательный элемент DecisionPeriod. +1.3. В необязательный choice перемещены элементы DecisionDate, DecisionPeriod. + +============================================================= +Изменения в форматах данных от версии 13.1.8.7 до версии 13.1.8.8 +============================================================= + +NEWHCS-2289 +-- hcs-rvuo-types.xsd -- +1. Внесены изменения в операцию импорта решений importDecisionRequest: +1.1. Удален ключ importDecision_OrgGUIDKey для проверки на уникальность идентификатора организации OrgGUID +1.2. Элемент House указан как необязательный + +============================================================= +Изменения в форматах данных от версии 13.1.8.6 до версии 13.1.8.7 +============================================================= + +NEWHCS-2289 +-- hcs-rvuo-types.xsd -- +1. Элемент tns:importDecisionRequest/tns:Decision/tns:AnnulmentDecision/tns:Reason указан как обязательный +2. Элемент tns:importManagingOrganizationRequest/tns:ManagingOrganization/tns:AnnulmentManagingOrganization/tns:AnnulmentReason указан как обязательный + + +============================================================= +Изменения в форматах данных от версии 13.1.8.5 до версии 13.1.8.6 +============================================================= + +NEWHCS-2290 +-- hcs-rvuo-types.xsd -- +1. Изменен элемент tns:getStateResult/tns:exportManagingOrganizationResult/tns:ManagingOrganization/tns:PlacingDate +1.1. Тип изменен на dateTime +1.2. Аннотация изменена на "Дата и время размещения" +2. Изменен элемент tns:getStateResult/tns:exportDecisionResult/tns:Decision/tns:PlacingDate +2.1. Тип изменен на dateTime +2.2. Аннотация изменена на "Дата и время размещения" + +============================================================= +Изменения в форматах данных от версии 13.1.8.4 до версии 13.1.8.5 +============================================================= +NEWHCS-2290 +-- hcs-rvuo-types.xsd -- +1. Изменен запрос exportDecisionRequest: +1.1. У элемента tns:OKTMO удалена кратность maxOccurs="100". +1.2. В choice перемещены элементы tns:FIASHouseGUID и tns:Address. + +============================================================= +Изменения в форматах данных от версии 13.1.8.3 до версии 13.1.8.4 +============================================================= + +NEWHCS-2289/2290 +-- hcs-rvuo-types.xsd -- +1. Изменен элемент tns:exportManagingOrganizationRequest/tns:OKTMO: +1.1. Удалена кратность maxOccurs="100" + +============================================================= +Изменения в форматах данных от версии 13.1.8.2 до версии 13.1.8.3 +============================================================= + +NEWHCS-2289/2290 +-- hcs-rvuo-types.xsd -- +1. Для всех запросов в сервисе указано фиксированное значение атрибута base:version равное 13.1.8.3 + +============================================================= +Изменения в форматах данных от версии 13.1.8.1 до версии 13.1.8.2 +============================================================= + +HCS-93062 +-- hcs-base.xsd -- +1. Изменена аннотация у элемента //element(*,tns:AttachmentType)/tns:AttachmentHASH + + +NEWHCS-3034 +-- hcs-house-management-types.xsd -- +1. Изменена аннотация у элемента //element(*,tns:ContractType)/tns:LocalGovernmentDecision + + +NEWHCS-2289/2290 +-- hcs-rvuo-service-async.wsdl -- +-- hcs-rvuo-types.xsd -- +1. Добавлен новый сервис ведения реестра временных управляющих организаций и решений об определении временных управляющих организаций (rvuo), предоставляющий следующие операции: +1.1. importManagingOrganization - Импорт информации об управляющей организации в реестр временных УО +1.2. importDecision - Импорт информации о решении об определении управляющей организации в реестр временных УО +1.3. exportManagingOrganization - Экспорт информации об управляющих организациях в реестре временных УО +1.4. exportDecision - Экспорт информации о решении об определении управляющей организации в реестр временных УО + +============================================================= +Изменения в форматах данных от версии 13.1.7.1 до версии 13.1.8.1 +============================================================= + +HCS-93044 +-- hcs-organizations-registry-common-types.xsd -- +1. Изменена аннотация у элемента //element(*,tns:exportOrgRegistryResultType)/tns:OrgVersion/tns:lastEditingDate + + +NEWHCS-1030 +-- hcs-house-management-types.xsd -- +1. В операции импорта договоров управления (importContractData) сервиса обмена сведениями о жилищном фонде (hcs-house-management-service) добавлен необязательный элемент RegistryDecisionID в комплексный тип ContractType +2. В операции экспорта списка договоров управления/уставов (exportCAChData) сервиса обмена сведениями о жилищном фонде (hcs-house-management-service) добавлен необязательный элемент RegistryDecisionID в комплексный тип ContractExportType. + + +NEWHCS-2336, NEWHCS-2337 +В операциях импорта документов «Извещение о принятии к исполнению распоряжения» (importNotificationsOfOrderExecution) и импорта пакетов документов «Извещение о принятии к исполнению распоряжения», размещаемых исполнителем (importSupplierNotificationsOfOrderExecution) сервиса обмена сведениями об оплате и квитировании (hcs-payments), а также в операциях экспорта документов «Извещение о принятии к исполнению распоряжения» с результатами квитирования (exportNotificationsOfOrderExecution) и постраничного экспорта документов «Извещение о принятии к исполнению распоряжения» с результатами квитирования (exportNotificationsOfOrderExecutionPaginal) сервиса обмена сведениями о начислениях, взаиморасчетах (hcs-bills) выполнены следующие изменения + +-- hcs-payments-base.xsd -- +1. Добавлен необязательный элемент tns:OrderInfo/tns:OnlinePayment в следующие комплексные типы: +1.1. NotificationOfOrderExecutionType +1.2. NotificationOfOrderExecution139Type +1.3. NotificationOfOrderExecutionExportType + +-- hcs-payment-types.xsd -- +1. В операции импорта пакета документов «Извещение о принятии к исполнению распоряжения», размещаемых исполнителем сервиса обмена сведениями об оплате и квитировании (hcs-payments) добавлен необязательный элемент importSupplierNotificationsOfOrderExecutionRequest/SupplierNotificationOfOrderExecution/OnlinePayment. + +-- hcs-bills-types.xsd -- +1. В операции экспорта документов «Извещение о принятии к исполнению распоряжения» с результатами квитирования сервиса обмена сведениями о начислениях, взаиморасчетах (hcs-bills) удалено фиксированное значение атрибута tns:exportNotificationsOfOrderExecutionRequest/@base:version +2. В операции постраничного экспорта документов «Извещение о принятии к исполнению распоряжения» с результатами квитирования сервиса обмена сведениями о начислениях, взаиморасчетах (hcs-bills) удалено фиксированное значение атрибута tns:exportNotificationsOfOrderExecutionPaginalRequest/@base:version + + +NEWHCS-2648 +-- hcs-base.xsd -- +1. Добавлен комплексный тип SignedAttachmentType. + + +NEWHCS-2333 +-- hcs-house-management-service-async.wsdl -- +1. Добавлены новые операции: +1.1. importExternalVotingProtocol - Импорт итогов голосования, проведенного с использованием системы, отличной от ГИС ЖКХ +1.2. importVotingMessage - Импорт сообщения о проведении ОСС +1.3. exportVotingMessage - Экспорт сообщения о проведении ОСС +2. Уточнены комментарии для операций импорта и экспорта решений собственников (importOwnerDecision, exportOwnerDecision) - удалено уточнение "без использования системы" + +-- hcs-house-management-types.xsd -- +1. Добавлены простые и составные базовые типы: +1.1. Добавлен комплексный тип tns:AdminOfGeneralMeetingType - Сведения об АОСС +1.2. Изменен комплексный тип tns:AnnulmentProtocolType - Аннулирование протокола ОСС. Добавлены необязательные поля: +1.2.1. AnnulmentOrganization - Организация, принявшая решение об аннулировании +1.2.2. AnnulmentOrganizationText - Организация или физическое лицо, принявшая решение об аннулировании +1.2.3. AnnulmentDate - Дата решения об аннулировании +1.2.4. AnnulmentNumber - Номер решения об аннулировании +1.2.5. NSIModification - Причина аннулирования по НСИ (НСИ№271) +1.2.6. Элемент tns:Attachments - Электронная копия документа об аннулировании +1.2.7. Элемент tns:Modification стал необязательным +1.3. Добавлен комплексный тип tns:VotingSystemDetailsType - Информация о системе, в которой проводится собрание +1.4. Добавлен простой тип tns:VotingSystemType - Система, в которой проводится собрание +2. Добавлены типы и элементы для экспорта и импорта сообщений о проведении ОСС: +2.1. Добавлен простой тип tns:MessageStatusType - Статус сообщения о проведении общего собрания +2.2. Добавлен комплексный тип tns:MessageType - Сообщение о проведении ОСС +2.3. Добавлен комплексный тип tns:MessageExportType - Экспорт сообщения о проведении ОСС +2.4. Добавлен комплексный тип tns:exportVotingMessageResultType - Ответ на запрос экспорта сообщений о проведении ОСС +2.5. Добавлен элемент tns:importVotingMessageRequest - Импорт сообщения о проведениии ОСС +2.6. Добавлен элемент tns:exportVotingMessageRequest - Экспорт сообщений о проведении ОСС +3. Добавлены типы и элементы для импорта итогов голосования, проведенного с использованием системы, отличной от ГИС ЖКХ: +3.1. Добавлен комплексный тип tns:ExternalVotingProtocolType - Итоги для голосований с использованием системы +3.2. Добавлен элемент tns:importExternalVotingProtocolRequest - Импорт итогов голосования, проведенного с использованием системы, отличной от ГИС ЖКХ +4. Изменены типы для экспорта и импорта протоколов ОСС: +4.1. Изменен комплексный тип ProtocolType - Протокол ОСС. Добавлены дочерние элементы: +4.1.1. tns:DecisionList/tns:VotingSystemDetails - Система, в которой проводится голосование +4.1.2. tns:DecisionList/tns:AdminOfGeneralMeeting - Сведения о выбираемом АОСС +4.1.3. Изменена аннотация у элементов tns:AVoting и tns:EVoting +4.2. Изменен комплексный тип tns:ProtocolExportType - Протокол ОСС (для экспорта). Добавлены дочерние элементы: +4.2.1. tns:EVoting/tns:VotingSystemDetails +4.2.2. tns:EVoting/tns:FirstVoting +4.2.3. tns:DecisionList/tns:VotingSystemDetails +4.2.4. tns:DecisionList/tns:AdminOfGeneralMeeting +4.2.5. Изменена аннотация у элемента tns:AVoting +4.3. У элемента tns:exportVotingProtocolRequest - Экспорт протоколов ОСС - изменена аннотация (указана доступность версии 13.1.8.1) +4.4. Изменен комментарий у элемента tns:importVotingProtocolRequest/tns:Annulment +5. Изменены типы для импорта и экспорта решений собственников +5.1. Добавлен элемент tns:importOwnerDecisionRequest/tns:OwnerDecision/tns:MessageGUID +5.2. Изменен комплексный тип tns:QuestionOnDecisionType - Решение по вопросу. Добавлен дочерний элемент IsDigitalDecision - Собственник проголосовал с использованием системы +5.3. Изменен комплексный тип tns:exportQuestionOnDecisionType - Экспортируемое решение по вопросу: +5.3.1. Добавлен дочерний элемент IsDigitalDecision - Собственник проголосовал с использованием системы +5.3.2. Изменена аннотация +5.4. Изменен элемент tns:exportOwnerDecisionRequest - Экспорт протоколов ОСС: добавлен комментарий о доступности версии 13.1.8.1 +5.5. Добавлен элемент tns:exportOwnerDecisionRequest/tns:MessageGUID +5.6. Изменены аннотации у следующих элементов: +5.6.1. tns:importOwnerDecisionRequest +5.6.2. tns:importOwnerDecisionRequest/tns:OwnerDecision +5.6.3. tns:importOwnerDecisionRequest/tns:OwnerDecision/tns:RootOwnerDecisionGUID +5.6.4. tns:exportOwnerDecisionRequest +5.6.5. tns:exportOwnerDecisionRequest/tns:RootOwnerDecisionGUID +5.6.6. tns:exportOwnerDecisionResultType +5.6.7. tns:exportOwnerDecisionResultType/tns:RootOwnerDecisionGUID +5.6.8. tns:getStateResult/tns:exportOwnerDecision +6. Добавлен элемент tns:getStateResult/tns:VotingMessage + + +NEWHCS-2334 +-- hcs-house-management-service-async.wsdl -- +1. Добавлены новые операции: +1.1. importOwnerRefusal - Импорт письменных отказов собственников +1.2. exportOwnerRefusal - Экспорт письменных отказов собственников + +-- hcs-house-management-types.xsd -- +1. Добавлены базовые типы для письменных отказов собственников: +1.1. Простой тип tns:OwnerRefusalStatusType - статус письменного отказа собственника +1.2. Комплексный тип tns:OwnerRefusalType - письменный отказ собственника для импорта +1.3. Комплексный тип tns:OwnerRefusalExportType - письменный отказ собственника для экспорта +2. Добавлены корневые элементы запросов для письменных отказов собственников: +2.1. tns:importOwnerRefusalRequest - Импорт письменных отказов собственников +2.2. tns:exportOwnerRefusalRequest - Экспорт письменных отказов собственников +3. В элемент tns:getStateResult добавлен дочерний элемент tns:exportOwnerRefusal + + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.4.2 до версии 13.1.7.1 +================================================================================================================================ +HCS-92946 +-- hcs-house-management-types.xsd -- +1. Изменены аннотации у следующих элементов: +1.1. tns:importCharterRequest/tns:PlacingCharter/tns:Date +1.2. tns:importCharterRequest/tns:EditCharter/tns:Date + +NEWHCS-2524 +-- hcs-house-management-types.xsd -- +1. Изменены аннотации у следующих элементов: +1.1. //element(*,tns:ProtocolType)/tns:AVoting +1.2. //element(*,tns:ProtocolExportType)/tns:AVoting + +NEWHCS-1759 +-- hcs-payments-base.xsd -- +1. Расширена максимально возможная длина значения для элемента //element(*,tns:PaymentInformationType)/tns:BankName с 45 до 255 символов + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.4.1 до версии 13.1.4.2 +================================================================================================================================ + +NEWHCS-1037 +-- hcs-device-metering-types.xsd -- +1. Изменены аннотации у следующих элементов: +1.1. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:OneRateDeviceValue/tns:CurrentValue/tns:Period +1.2. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:ElectricDeviceValue/tns:CurrentValue/tns:Period +1.3. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:VolumeDeviceValue/tns:CurrentValue/tns:Period + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.2.7 до версии 13.1.4.1 +================================================================================================================================ + +NEWHCS-1037 +-- hcs-device-metering-types.xsd -- +1. Добавлен необязательный элемент tns:Period в следующие блоки: +1.1. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:OneRateDeviceValue/tns:CurrentValue +1.2. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:ElectricDeviceValue/tns:CurrentValue +1.3. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:VolumeDeviceValue/tns:CurrentValue +2. Добавлен необязательный элемент tns:Period в следующие блоки: +2.1. //element(*,tns:VolumeMeteringValueExportType)/tns:CurrentValue +2.2. //element(*,tns:exportMeteringDeviceHistoryResultType)/tns:OneRateDeviceValue/tns:Values/tns:CurrentValue +2.3. //element(*,tns:exportMeteringDeviceHistoryResultType)/tns:ElectricDeviceValue/tns:Values/tns:CurrentValue +3. Изменены аннотации у следующих элементов: +3.1. //element(*,tns:VolumeMeteringValueExportType)/tns:CurrentValue +3.2. //element(*,tns:VolumeMeteringValueExportType)/tns:CurrentValue/tns:Period +3.3. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:OneRateDeviceValue/tns:CurrentValue +3.4. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:OneRateDeviceValue/tns:CurrentValue/tns:Period +3.5. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:ElectricDeviceValue/tns:CurrentValue +3.6. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:ElectricDeviceValue/tns:CurrentValue/tns:Period +3.7. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:VolumeDeviceValue/tns:CurrentValue +3.8. tns:importMeteringDeviceValuesRequest/tns:MeteringDevicesValues/tns:VolumeDeviceValue/tns:CurrentValue/tns:Period +3.9. //element(*,tns:exportMeteringDeviceHistoryResultType)/tns:OneRateDeviceValue/tns:Values/tns:CurrentValue +3.10. //element(*,tns:exportMeteringDeviceHistoryResultType)/tns:OneRateDeviceValue/tns:Values/tns:CurrentValue/tns:Period +3.11. //element(*,tns:exportMeteringDeviceHistoryResultType)/tns:ElectricDeviceValue/tns:Values/tns:CurrentValue +3.12. //element(*,tns:exportMeteringDeviceHistoryResultType)/tns:ElectricDeviceValue/tns:Values/tns:CurrentValue/tns:Period +4. Удалено фиксированное значение (fixed="10.0.1.1") для атрибута tns:exportMeteringDeviceHistoryRequest/@base:version + +-- hcs-base.xsd -- +1. Добавлен новый комплексный тип YearMonth +2. Уточнены аннотации комплексных типов Period и PeriodOpen + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.2.6 до версии 13.1.2.7 +================================================================================================================================ + +NEWHCS-735 +-- hcs-debt-requests-types.xsd -- +1. Изменена аннотация элемента tns:importDRsRequest/tns:action/tns:requestData/tns:housingFundObject/tns:houseGUID - в качестве идентификатора дома дополнительно можно указывать коды ФИАС + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.2.5 до версии 13.1.2.6 +================================================================================================================================ + +NEWHCS-107 +-- hcs-debt-requests-service-async.wsdl -- +-- hcs-debt-requests-types.xsd -- +1. Добавлен сервис запросов о наличии задолженности за ЖКУ, включающий следующие операции +1.1. importDebtRequests - операция загрузки в ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) +1.2. exportDebtSubrequests - операция выгрузки из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) +1.3. importResponses - операция загрузки в ГИС ЖКХ ответов на запросы о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) +1.4. exportDebtRequests - операция выгрузки из ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) +1.5. getState - операция получения результата обработки асинхронного вызова + +-- hcs-base.xsd -- +1. Добавлены общесистемные комплексные типы: +1.1. Period - для указания временного периода (обе даты обязательны) +1.2. PeriodOpen - для указания открытого временного периода (обе даты необязательны) + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.2.4 до версии 13.1.2.5 +================================================================================================================================ + +HCSINT-51626 +-- hcs-house-management-types.xsd -- +1. Изменена аннотация элемента //element(*,tns:ContractType)/tns:SignedOwners - уточнены условия заполнения элемента + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.2.3 до версии 13.1.2.4 +================================================================================================================================ + +HCS-84760 +-- hcs-house-management-types.xsd -- +1. Добавлен элемент в ответ для экспорта по решениям tns:getStateResult/tns:exportOwnerDecision + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.2.2 до версии 13.1.2.3 +================================================================================================================================ + +HCSANALYST-6636 +-- hcs-house-management-types.xsd -- +1. Добавлен корневой элемент NoCadastralNumber +2. Удалены аннотации у корневых элементов CadastralNumber, No_RSO_GKN_EGRP_Registered, No_RSO_GKN_EGRP_Data, ConditionalNumber, RightOrEncumbrance +3. В сервисах импорта сведений о домах (importHouseUORequest, importHouseRSORequest, importHouseOMSRequest, importHouseESPRequest): +3.1. добавлены необязательные элементы +3.1.1. //element(*,tns:GKN_EGRP_KeyType)/tns:NoCadastralNumber +3.1.2. //element(*,tns:GKN_EGRP_KeyRSOType)/tns:NoCadastralNumber +3.1.3. //element(*,tns:ApartmentHouseUOType)/tns:BasicCharacteristicts/tns:NoCadastralNumber +3.2. изменены аннотации у элементов CadastralNumber, No_RSO_GKN_EGRP_Registered, No_RSO_GKN_EGRP_Data, ConditionalNumber, RightOrEncumbrance +4. В сервисе экспорта сведений о домах (exportHouseResultType) изменены аннотации у элементов CadastralNumber, No_RSO_GKN_EGRP_Registered, No_RSO_GKN_EGRP_Data. + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.2.1 до версии 13.1.2.2 +================================================================================================================================ + +HCS-88670 +-- hcs-house-management-types.xsd -- +1. В сервисе экспорта списка договоров управления/уставов (exportCAChData): +1.1. в простой перечислимый тип CharterStatusExportType добавлено новое допустимое значение "Project" +1.2. изменена аннотация элемента //element(*,tns:exportCAChResultType)/tns:Charter/tns:CharterStatus - добавлено новое возможное значение статуса "Project" + + +HCS-89390 +– hcs-inspection-types.xsd – +1. Исправлены аннотации следующих элементов: +1.1. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ExaminationInfo/tns:To +1.2. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ExaminationInfo/tns:Objective + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.1.5 до версии 13.1.2.1 +================================================================================================================================ + +HCS-86811 +-- hcs-msp-types.xsd -- +1. В сервисе экспорта перечня отдельных категорий граждан (exportCategories) +1.1. добавлен необязательный элемент tns:getStateResult/tns:Category/tns:Actual/tns:Privatized +1.2. реализована многоверсионность схемы. Доступны версии 11.0.0.1 и 13.1.2.1 + + +HCS-84760 +-- hcs-house-management-service-async.wsdl -- +1. Добавлены новые операции: +1.1. Импорт решения собственника по вопросам голосования без использования системы (importOwnerDecision) +1.2. Экспорт решений собственников по вопросам голосования без использования системы (exportOwnerDecision) + +-- hcs-house-management-types.xsd -- +1. Добавлены новые корневые элементы: +1.1. importOwnerDecisionRequest +1.2. exportOwnerDecisionRequest +1.3. DecisionIndID +1.4. Owner +1.5. PropertyDetails +1.6. exportPropertyDetails +1.7. Representative +2. Добавлены новые комплексные типы: +2.1. exportOwnerDecisionResultType +2.2. OwnerDecisionType +2.3. QuestionOnDecisionType +2.4. exportQuestionOnDecisionType +2.5. DecisionIndType + + + +HCS-88670 +-- hcs-house-management-types.xsd -- +1. В сервисе экспорта списка договоров управления/уставов (exportCAChData): +1.1. изменена аннотация корневого элемента exportCAChAsyncRequest - добавлен перечень доступных версий сервиса +1.2. в простой перечислимый тип ContractStatusExportType добавлено новое допустимое значение "Project" +1.3. изменена аннотация элемента //element(*,tns:exportCAChResultType)/tns:Contract/tns:ContractStatus - добавлено новое возможное значение статуса "Project" + + +HCS-89390 +-- hcs-inspection-types.xsd -- +1. В сервис импорта проверок (importExaminations) +1.1. добавлены необязательные элементы: +1.1.1. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ExaminationOverview/tns:PublishERP +1.1.2. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:RegulatoryAuthorityInformation/tns:AuthorizedPersons/tns:ERPExecutiveType +1.1.3. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ExaminationInfo/tns:ProsecutorAgreementInformation/tns:ReasonDocType +1.1.4. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ExaminationInfo/tns:ProsecutorAgreementInformation/tns:ReasonDenyType +1.1.5. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:ERPExecutiveResultType +1.1.6. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InspectionPersonsPosition +1.1.7. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:ERPRepresentativesType +1.1.8. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:RepresentativesRegionPersonsPosition +1.1.9. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:SettlingDocumentPlaceType +1.1.10. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InformationResultType +1.1.11. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ExecutingInfo/tns:Place/tns:PlaceAddressType +1.1.12. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ExecutingInfo/tns:Place/tns:PlaceObjectType +1.1.13. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:ERPExecutiveResultType +1.1.14. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InspectionPersonsPosition +1.1.15. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:ERPRepresentativesType +1.1.16. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:RepresentativesRegionPersonsPosition +1.1.17. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:SettlingDocumentPlaceType +1.1.18. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InformationResultType +1.2. изменена аннотация у следующих элементов: +1.2.1. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InspectionPersons +1.2.2. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:RepresentativesRegionPersons +1.2.3. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ExaminationInfo/tns:Objective +1.2.4. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InspectionPersons +1.2.5. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:RepresentativesRegionPersons +2. В сервис экспорта проверок (exportExaminations) +2.1. добавлены необязательные элементы: +2.1.1. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ExaminationOverview/tns:PublishERP +2.1.2. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:RegulatoryAuthorityInformation/tns:AuthorizedPersons/tns:ERPExecutiveType +2.1.3. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ExaminationInfo/tns:ProsecutorAgreementInformation/tns:ReasonDocType +2.1.4. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ExaminationInfo/tns:ProsecutorAgreementInformation/tns:ReasonDenyType +2.1.5. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:ERPExecutiveResultType +2.1.6. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InspectionPersonsPosition +2.1.7. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:ERPRepresentativesType +2.1.8. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:RepresentativesRegionPersonsPosition +2.1.9. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:SettlingDocumentPlaceType +2.1.10. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InformationResultType +2.1.11. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ExecutingInfo/tns:Place/tns:PlaceAddressType +2.1.12. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ExecutingInfo/tns:Place/tns:PlaceObjectType +2.2. изменена аннотация у следующих элементов: +2.2.1. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:InspectionPersons +2.2.2. tns:getStateResult/tns:exportExaminationResult/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:RepresentativesRegionPersons + + +HCS-84780 +-- hcs-house-management-types.xsd -- +1. В сервисе импорта протокола голосования (importVotingProtocol) +1.1. следующие элементы сделаны необязательными, их аннотация изменена: +1.1.1. tns:importVotingProtocolRequest/tns:Protocol/tns:FIASHouseGuid +1.1.2. tns:importVotingProtocolRequest/tns:Protocol/tns:DecisionList/tns:DecisionsType +1.2. добавлены следующие необязательные элементы: +1.2.1. tns:importVotingProtocolRequest/tns:Protocol/tns:OrganizationGuid +1.2.2. tns:importVotingProtocolRequest/tns:Protocol/tns:MeetingType +1.2.3. tns:importVotingProtocolRequest/tns:Protocol/tns:DecisionList/tns:HomeownersDecisionsType +1.2.4. tns:importVotingProtocolRequest/tns:Protocol/tns:DecisionList/tns:СharterContained +1.2.5. tns:importVotingProtocolRequest/tns:Protocol/tns:DecisionList/tns:СharterNotContained +1.3. Изменёно ограничение (constraint) orgRootEntityGUID +2. В сервисе экспорта протокола голосования (exportVotingProtocol) +2.1. снято ограничение на число повторений элемента //element(*,tns:exportVotingProtocolResultType)/tns:FIASHouseGuid +2.2. добавлены следующие необязательные элементы: +2.2.1. //element(*,tns:ProtocolExportType)/tns:OrganizationGuid +2.2.2. //element(*,tns:ProtocolExportType)/tns:MeetingType +2.2.3. //element(*,tns:ProtocolExportType)/tns:DecisionList/tns:HomeownersDecisionsType +2.2.4. //element(*,tns:ProtocolExportType)/tns:DecisionList/tns:СharterContained +2.2.5. //element(*,tns:ProtocolExportType)/tns:DecisionList/tns:СharterNotContained +2.3. сделан необязательным элемент //element(*,tns:ProtocolExportType)/tns:DecisionList/tns:DecisionsType +3. Добавлен простой тип MeetingTypeType + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.1.4 до версии 13.1.1.5 +================================================================================================================================ + +HCS-91560 +-- hcs-uk-service-async.wsdl -- +1. Наименования следующих операций приведены в соответствие с soapAction +1.1. importDocumentRegion +1.2. importDocumentMunicipal +1.3. exportDocument + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.1.3 до версии 13.1.1.4 +================================================================================================================================ + +HCS-88660 +-- hcs-tariff-types.xsd -- +1. В сервисе импорта размеров платы за пользование жилым помещением (importResidentialPremisesUsage) для простого типа CoefficientValueType количество допустимых знаков после запятой увеличено до 6-ти + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.1.2 до версии 13.1.1.3 +================================================================================================================================ + +HCS-90410 +-- hcs-payments-base -- +1. В сервисе импорта извещений о принятии к исполнению распоряжений (importNotificationsOfOrderExecution) установлена обязательность для элементов +1.1 //element(*,tns:NotificationOfOrderExecutionType)/tns:RecipientInfo +1.2 //element(*,tns:NotificationOfOrderExecutionType)/tns:RecipientInfo/tns:PaymentInformation + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.1.1 до версии 13.1.1.2 +================================================================================================================================ + +HCS-64379 +-- hcs-inspection-types.xsd -- +1. В сервисе импорта проверок добавлены необязательные элементы +1.1. tns:importExaminationsRequest/tns:ImportExamination/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:IdentifiedOffencesInfo/tns:MaterialsDirectionAgencyRegistry + +1.2. tns:importExaminationsRequest/tns:ImportExamination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:IdentifiedOffencesInfo/tns:MaterialsDirectionAgencyRegistry + +2. В сервисе экспорта проверок +2.1. добавлен необязательный элемент //element(*,tns:exportExaminationResultType)/tns:Examination/tns:ResultsInfo/tns:FinishedInfo/tns:Result/tns:IdentifiedOffencesInfo/tns:MaterialsDirectionAgencyRegistry +2.2. реализована многоверсионность схемы + + +HCS-88739 +-- hcs-payments-base -- +1. В сервисе экспорта извещений о принятии к исполнению распоряжений (exportNotificationsOfOrderExecution, exportNotificationsOfOrderExecutionPaginal) снята обязательность с группы элементов +1.1 //element(*,tns:exportNotificationsOfOrderExecutionResultType)/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:Entpr +1.2 //element(*,tns:exportNotificationsOfOrderExecutionResultType)/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:Legal +1.3 //element(*,tns:exportNotificationsOfOrderExecutionResultType)/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:EntprFIO + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.0.4 до версии 13.1.1.1 +================================================================================================================================ + +HCS-70378 +-- hcs-house-management-types.xsd -- +1. В сервисе импорта договора ресурсоснабжения (importSupplyResourceContractData) в комплексный тип SupplyResourceContractType добавлены необязательные элементы: +1.1. tns:NoConnectionToWaterSupply +1.2. tns:ObjectAddress/tns:NoConnectionToWaterSupply +2. В сервисе импорта проекта договора ресурсоснабжения (importSupplyResourceContractProjectData) в комплексный тип SupplyResourceContractProjectType добавлен необязательный элемент tns:NoConnectionToWaterSupply +3. В сервисе импорта объектов жилищного фонда в договор ресурсоснабжения (importSupplyResourceContractObjectAddressData) добавлен необязательный элемент tns:importSupplyResourceContractObjectAddressRequest/tns:ObjectAddress/tns:LoadObject/tns:NoConnectionToWaterSupply +4. В сервисе экспорта договора ресурсоснабжения (exportSupplyResourceContractData) +4.1. в комплексный тип ExportSupplyResourceContractType добавлен необязательный элемент tns:NoConnectionToWaterSupply +4.2. для операции реализована многоверсионность схемы +5. В сервисе экспорта объектов жилищного фонда из договора ресурсоснабжения (exportSupplyResourceContractObjectAddressData) +5.1. в комплексный тип exportSupplyResourceContractObjectAddressResultType добавлен необязательный элемент tns:NoConnectionToWaterSupply +5.2. для операции реализована многоверсионность схемы +6. В сервисе экспорта сокращенного состава информации о договорах ресурсоснабжения (exportBriefSupplyResourceContract) в комплексный тип exportBriefSupplyResourceContractResultType добавлены необязательные элементы: +6.1. tns:NoConnectionToWaterSupply +6.2. tns:ObjectAddress/tns:NoConnectionToWaterSupply +6.3. для операции реализована многоверсионность схемы + +-- hcs-volume-quality-types.xsd -- +1. В сервисе импорта информации об объеме и качестве коммунальных ресурсов и услуг (importVolumeAndQualityInformation) следующие элементы в контейнере importVolumeAndQualityInformationRequest/importVolumeAndQualityInformation/RegistrationPeriodInformation/QualityServices стали необязательными: +1.1. ColdWater/IsSignedAct/DurationPressure25 +1.2. ColdWater/IsSignedAct/DaysPressure25 +1.3. HotWater/IsSignedAct/DurationPressure25 +1.4. HotWater/IsSignedAct/DaysPressure25 + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.0.3 до версии 13.1.0.4 +================================================================================================================================ + +HCS-41310 +-– hcs-house-management-types.xsd -- +В сервисе экспорта протокола голосования (exportVotingProtocol): +1. Добавлена новая версия сервиса (13.1.0.4) +2. Для tns:exportVotingProtocolRequest/tns:StatusVersionProtocol добавлено новое допустимое значение "Annuled", изменена аннотация + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.0.2 до версии 13.1.0.3 +================================================================================================================================ + +HCSANALYST-6203 +-- hcs-bills-types.xsd -- +1 В сервисе импорта сведений о платежных документах (importPaymentDocumentData) в элементах tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:IndividualMDReadings/tns:MDServiceCode и tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:IndividualMDReadings/tns:MDUnit: +1.1 добавлены ограничения на возможные значения; +1.2 изменены аннотации. + +================================================================================================================================ +Изменения в форматах данных от версии 13.1.0.1 до версии 13.1.0.2 +================================================================================================================================ + +HCSANALYST-6203 +-- hcs-bills-types.xsd -- +1. В сервисы импорта/экспорта сведений о платежных документах (importPaymentDocumentData/exportPaymentDocumentData) добавлен новый комплексный тип PDServiceMDReadings +2. В сервисе импорта сведений о платежных документах (importPaymentDocumentData) внесены следующие изменения в элемент importPaymentDocumentRequest/tns:PaymentDocument: +2.1. Добавлены следующие необязательные элементы +- tns:IndividualMDReadings +- tns:TotalPayableOverallByChargeInfo +- tns:DetailsPaymentInformation/tns:AccountNumber +- tns:DetailsPaymentInformation/tns:DebtPreviousPeriodsOrAdvanceBillingPeriod +- tns:DetailsPaymentInformation/tns:TotalPayableWithDebtAndAdvance +- tns:PaymentInformationDetails, включающий +-- tns:TotalPayableByPaymentInformation +-- tns:AccountNumber +-- tns:DebtPreviousPeriodsOrAdvanceBillingPeriod +-- TotalPayableWithDebtAndAdvance +2.2. В каждый из следующих элементов: +- tns:ChargeInfo/tns:HousingService +- tns:ChargeInfo/tns:HousingService/tns:MunicipalResource +- tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:GeneralMunicipalResource +- tns:ChargeInfo/tns:AdditionalService +- tns:ChargeInfo/tns:MunicipalService +- tns:ChargeInfo/tns:GroupMunicipalService/tns:TypeMunicipalService +- tns:ChargeInfo/tns:GroupMunicipalService/tns:MunicipalService +- tns:CapitalRepairCharge +- tns:CapitalRepairYearCharge/tns:CapitalRepairMonthlyCharge +- tns:Insurance +добавлены следующие необязательные дочерние элементы: +- tns:DebtPreviousPeriodsOrAdvanceBillingPeriod +- tns:Penalties +- tns:ServiceProviderPenalties +- tns:StateFees +- tns:CourtCosts +- tns:TotalPayableOverall +2.3. Изменены аннотации элементов для соответствия приказу 43пр. +3. В сервисе экспорта сведений о платежных документах (exportPaymentDocumentData) внесены изменения в элемент tns:getStateResult/tns:exportPaymentDocResult/tns:PaymentDocument: +3.1. Добавлены следующие необязательный элементы: +- tns:IndividualMDReadings +- tns:PaymentDocumentForm. +- tns:TotalPayableOverallByChargeInfo +- tns:DetailsPaymentInformation/tns:AccountNumber +- tns:DetailsPaymentInformation/account-base:ServiceID +- tns:DetailsPaymentInformation/tns:DebtPreviousPeriodsOrAdvanceBillingPeriod +- tns:DetailsPaymentInformation/tns:TotalPayableWithDebtAndAdvance +3.2. В каждый из следующих элементов: +- tns:ChargeInfo/tns:HousingService +- tns:ChargeInfo/tns:HousingService/tns:MunicipalResource +- tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:GeneralMunicipalResource +- tns:ChargeInfo/tns:AdditionalService +- tns:ChargeInfo/tns:MunicipalService +- tns:ChargeInfo/tns:GroupMunicipalService/tns:TypeMunicipalService +- tns:ChargeInfo/tns:GroupMunicipalService/tns:MunicipalService +- tns:CapitalRepairCharge +- tns:CapitalRepairYearCharge/tns:CapitalRepairMonthlyCharge +- tns:Insurance +добавлены следующие необязательные дочерние элементы: +- tns:DebtPreviousPeriodsOrAdvanceBillingPeriod +- tns:Penalties +- tns:ServiceProviderPenalties +- tns:StateFees +- tns:CourtCosts +- tns:TotalPayableOverall +3.3. Изменены аннотации элементов для соответствия приказу 43пр + + +HCSANALYST-6509 +-- hcs-payment-types.xsd -- +1. В сервис экспорта реквизитов платежных документов (exportPaymentDocumentDetails) внесены следующие изменения: +1.1. Изменена аннотация корневого элемента exportPaymentDocumentDetailsRequest - в набор поддерживаемых версий сервиса добавлена версия 13.1.0.1 +1.2. В элемент tns:getStateResult/tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails внесены следующие изменения: +1.2.1. Добавлены необязательные элементы: +- tns:TotalWithDebtAndAdvance +- tns:ExecutorInformation/tns:PaymentInformation/account-base:AccountNumber +- tns:ExecutorInformation/tns:PaymentInformation/account-base:ServiceID +- tns:ExecutorInformation/tns:PaymentInformation/tns:ErrorMessage +- tns:ExecutorInformation/tns:PaymentInformation/tns:DebtOrAdvance +- tns:ExecutorInformation/tns:PaymentInformation/tns:TotalWithDebtAndAdvance +1.2.2. Изменены аннотации следующих элементов: +- tns:Reminder +- tns:ExecutorInformation/tns:PaymentInformation/tns:Reminder +1.3 В элементе tns:getStateResult/tns:exportPaymentDocumentDetailsResult sequence заменен на choice + + +HCS-90136 +-- hcs-payment-types.xsd -- +В сервисе экспорта реквизитов платежных документов (exportPaymentDocumentDetails) в элементе tns:getStateResult/tns:exportPaymentDocumentDetailsResult sequence заменен на choice. + +================================================================================================================================ +Изменения в форматах данных от версии 13.0.1.4 до версии 13.1.0.1 +================================================================================================================================ + +HCS-41310 +-- hcs-house-management-types.xsd -- +1. В сервисе импорта протокола голосования (importVotingProtocol) +1.1. Добавлен комплексный тип AnnulmentProtocolType +1.2. Добавлен необязательный элемент tns:importVotingProtocolRequest/tns:Annulment +2. В сервисе экспорта протокола голосования (exportVotingProtocol) для элементов tns:StatusProtocol и tns:StatusVersionProtocol в комплексном типе tns:exportVotingProtocolResultType добавлено новое допустимое значение "Annuled" и изменена аннотация + +================================================================================================================================ +Изменения в форматах данных от версии 13.0.1.1 до версии 13.0.1.4 +================================================================================================================================ + +HCS-89035 +-- hcs-house-management-types.xsd -- +1. В сервисе импорта протокола голосования (importVotingProtocol) увеличена максимально допустимая длина значения (до 3000 символов) для элемента +tns:importVotingProtocolRequest/tns:Protocol/tns:MeetingAVoting/tns:ResolutionPlace +2. В сервисе экспорта протокола голосования (exportVotingProtocol) увеличена максимально допустимая длина значения (до 3000 символов) для элемента +tns:getStateResult/tns:VotingProtocol/tns:MeetingAVoting/tns:ResolutionPlace + +================================================================================================================================ +Изменения в форматах данных от версии 13.0.0.10 до версии 13.0.1.1 +================================================================================================================================ + +HCS-41310 +-- hcs-house-management-types.xsd -- +1. В сервисе импорта протокола голосования (importVotingProtocol) изменена аннотация для элемента tns:importVotingProtocolRequest/tns:Delete (исправлена опечатка) + + +HCSANALYST-6358 +-- hcs-payment-types.xsd -- +1. Удален неиспользуемый корневой элемент exportPaymentDocumentDetailsResult + +-- hcs-payment-service-async.wsdl -- +1. Удалено неиспользуемое сообщение (wsdl:message) exportPaymentDocumentDetailsResult + + +HCSINT-49050 +-- hcs-volume-quality-types.xsd -- +1. В сервисе импорта информации о перерыве (importInterval) сделан обязательным элемент tns:importIntervalRequest/tns:importInterval/tns:LoadInterval/tns:AddressObject + + +HCSINT-47708 +-- hcs-house-management-types.xsd -- +1. В сервисе импорта сведений о доме (importHouseUOData, importHouseRSOData, importHouseOMSData, importHouseESP) в комплексных типах ApartmentHouseUOType, ApartmentHouseUpdateUOType, ApartmentHouseOMSType, ApartmentHouseUpdateOMSType, ApartmentHouseESPType, ApartmentHouseUpdateESPType изменены аннотации к элементам MinFloorCount. +2. В сервисе экспорта сведений о доме (exportHouseData) в комплексном типе ApartmentHouseExportType удален элемент MinFloorCount. + +================================================================================================================================ +Изменения в форматах данных от версии 13.0.0.7 до версии 13.0.0.10 +================================================================================================================================ + +HCSANALYST-6358 +-- hcs-house-management-types.xsd -- +1. Удален неиспользуемый корневой элемент exportCAChRequest + +================================================================================================================================ +Изменения в форматах данных от версии 13.0.0.5 до версии 13.0.0.7 +================================================================================================================================ + +HCSINT-48993 +-- hcs-bills-service-async.wsdl -- +-- hcs-msp-service-async.wsdl -- +-- hcs-volume-quality-service-async.wsdl -- +1. Удален концевой слеш в адресе точки доступа для следующих сервисов: +1.1. Сервис обмена сведениями о начислениях, взаиморасчетах (hcs-bills) +1.2. Сервис информации о мерах социальной поддержки (hcs-msp) +1.3. Сервис управления сведениями об объеме и качестве коммунальных услуг и коммунальных ресурсов (hcs-volume-quality) + + +================================================================================================================================ +Изменения в форматах данных от версии 13.0.0.4 до версии 13.0.0.5 +================================================================================================================================ + +HCS-88437 +-- hcs-house-management-types.xsd -- +1. В сервисе импорта протокола голосования (importVotingProtocol) изменена аннотация элемента tns:importVotingProtocolRequest/tns:Protocol/tns:DecisionList/tns:FormingFund +2. В сервисе экспорта протокола голосования (exportVotingProtocol) изменена аннотация элемента //element(*,tns:exportVotingProtocolResultType)/tns:DecisionList/tns:FormingFund + +================================================================================================================================ +Изменения в форматах данных от версии 13.0.0.3 до версии 13.0.0.4 +================================================================================================================================ + +HCS-87658 +-- hcs-house-management-types.xsd -- +1. Для сервиса экспорта списка договоров управления/уставов (exportCAChData) добавлена поддержка многоверсионности схемы + +================================================================================================================================ +Изменения в форматах данных от версии 13.0.0.1 до версии 13.0.0.3 +================================================================================================================================ + +HCS-87658 +-- hcs-house-management-types.xsd -- +1. В сервисе импорта договора управления (importContractData) +1.1. в комплексный тип ContractType добавлены необязательные элементы tns:CompetentAuthority и tns:LocalGovernmentDecision +1.2. в комплексном типе ContractPaymentsInfoType расширен список допустимых значений элемента tns:Type +2. В сервисе экспорта списка договоров управления/уставов (exportCAChData) +2.1. в комплексный тип ContractExportType добавлены необязательные элементы tns:CompetentAuthority и tns:LocalGovernmentDecision +2.2. в комплексном типе ContractPaymentsInfoType расширен список допустимых значений элемента tns:Type + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.11 до версии 13.0.0.1 +================================================================================================================================ + +HCS-86771 +-- hcs-appeals-types.xsd -- +1. В корневой элемент exportAppealRequest добавлен необязательный элемент tns:IncludeHCSAppeals +2. В комплексный тип ApplicantType добавлен необязательный элемент tns:HCS + + +HCS-86812 +-- hcs-capital-repair-types.xsd -- +1. Для операций импорта и экспорта договоров на выполнение работ (оказание услуг) по капитальному ремонту (importContractData, exportContractData) изменен тип данных для элемента //element(*,tns:WorkContractType)/tns:Cost - максимальное количество символов сокращено до 10 + + +HCSINT-39951 +-- hcs-nsi-types.xsd -- +1. В запросе сервиса импорта данных справочника №59 «Работы и услуги организации» (importOrganizationWorks) изменена аннотация элемента +tns:importOrganizationWorksRequest/tns:ImportOrganizationWork/tns:StringDimensionUnit (элемент не рекомендуется использовать) + + +HCSINT-31101 +-- hcs-organizations-registry-types.xsd -- +1. В запросе сервиса импорта сведений о филиале или представительстве иностранного юридического лица (importForeignBranch) элемент tns:importForeignBranchRequest/tns:ForeignBranch/tns:UpdateForeignBranch/tns:ShortName сделан необязательным + + +HCS-87572 +-- hcs-appeals-types.xsd -- +1. В сервисе экспорта обращений и ответов на обращения (exportAppeal) увеличена до 100 символов максимальная длина элемента tns:exportAppealResult/tns:Appeal/tns:ApplicantInfo/tns:ApartmentNumber + + +HCSINT-47758 +-- hcs-appeals-types.xsd -- +1. В сервисе экспорта обращений и ответов на обращения (exportAppeal) изменена аннотация элемента tns:exportAppealRequest/tns:StatusOfAppeal/tns:NotSent + + +HCSINT-47082 +-- hcs-house-management-types.xsd -- +1. В запросе сервиса импорта сведений о лицевых счетах (importAccountData) изменена максимальная длина содержимого следующих элементов: +1.1. tns:importAccountRequest/tns:Account/tns:AccountReasons/tns:SupplyResourceContract/tns:ContractNumber увеличена до 100 символов; +1.2. tns:importAccountRequest/tns:Account/tns:AccountReasons/tns:SocialHireContract/tns:ContractNumber увеличена до 255 символов. + + +HCS-85446 +-- hcs-bills-types.xsd -- +1. В запрос сервиса постраничного экспорта документов «Извещение о принятии к исполнению распоряжения» с результатами квитирования (exportNotificationsOfOrderExecutionPaginal) +1.1 добавлен необязательный элемент tns:exportNotificationsOfOrderExecutionPaginalRequest/tns:PageSize для установки максимального количества элементов в выгружаемой странице; +1.2 изменена аннотация элемента tns:exportNotificationsOfOrderExecutionPaginalRequest/tns:ExportNotificationsOfOrderExecutionGUID + + +HCSINT-47584 +-- hcs-bills-types.xsd -- +1. В запросе сервиса импорта сведений о платежных документах (importPaymentDocumentData) изменены аннотации следующих элементов: +1.1. //element(*,tns:ServicePDImportType)/tns:ServiceType +1.2. //element(*,tns:ServiceDebtImportType)/tns:ServiceType +1.3. //element(*,tns:PDServiceDebtImportType)/tns:HousingService/tns:MunicipalResource/tns:GeneralMunicipalResource/tns:ServiceType +1.4. //element(*,tns:PDServiceDebtImportType)/tns:GroupMunicipalService/tns:TypeMunicipalService/tns:ServiceType +1.5. //element(*,tns:GeneralMunicipalResourceType)/tns:ServiceType + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.11 до версии 12.2.3.12 +================================================================================================================================ + +HCS-88170 +-- hcs-device-metering-types.xsd -- +1. В сервисе экспорта сведений о показаниях приборов учета (exportMeteringDeviceHistory) добавлен необязательный элемент tns:getStateResult/tns:PagedOutput + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.10 до версии 12.2.3.11 +================================================================================================================================ + +HCSINT-47115 +-- hcs-house-management-types.xsd -- +1. В сервисах импорта данных домов (importHouseUOData, importHouseRSOData, importHouseOMSData, importHouseESPData, demolishHouse) для элементов запросов обновлена аннотация (CRUDGUID заменен на GUID). + + +HCSINT-47123 +-- hcs-house-management-types.xsd -- +1. В сервисах импорта данных домов (importHouseUOData, importHouseRSOData, importHouseOMSData, importHouseESPData), сервисе экспорта дома (exportHouseData), в сервисе экспорта краткой базовой информации о доме (exportBriefBasicHouse) обновлена аннотация элемента LifeCycleStage (указан справочник НСИ 338 вместо НСИ 336). + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.9 до версии 12.2.3.10 +================================================================================================================================ + +HCS-86604 +-- hcs-capital-repair-types.xsd -- +1. В сервисе экспорта счетов регионального оператора и специальных счетов (exportAccounts) увеличено максимальное число элементов в ответе tns:getStateResult/tns:Account до 5000. + +HCS-81557 +-- hcs-rap-types.xsd -- +1. В сервисе импорта постановлений и процессуальных документов (importDecreesAndDocumentsData) +1.1 изменена аннотация для элемента tns:ImportDecreesAndDocumentsRequest/tns:importDecreesAndDocuments/tns:Decree/tns:DecreeInfo/tns:ReviewResult/tns:PunishmentKind +1.2 Добавлен необязательный элемент tns:ImportDecreesAndDocumentsRequest/tns:importDecreesAndDocuments/tns:Decree/tns:DecreeInfo/tns:ReviewResult/tns:AdministrativeSuspensionPeriod +2. В сервисе экспорта постановлений и процессуальных документов (exportDecreesAndDocumentsData) добавлен необязательный элемент tns:getStateResult/tns:ExportDecreesAndDocuments/tns:DecreeInfo/tns:ReviewResult/tns:AdministrativeSuspensionPeriod + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.8 до версии 12.2.3.9 +================================================================================================================================ + +HCSINT-46745 +-- hcs-bills-types.xsd -- +1. В сервисе импорта сведений о платежных документах (importPaymentDocumentData) сделан необязательным элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:Insurance/tns:AccountingPeriodTotal + + +HCSINT-46903 +-- hcs-bills-types.xsd -- +1. В сервисе импорта сведений о платежных документах (importPaymentDocumentData) актуализирована аннотация к элементу tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:DetailsPaymentInformation + + +JIRA-000 +-- hcs-house-management-types.xsd -- +1. Удален неиспользуемый комплексный тип ExclusionType +2. В сервисе импорта договоров управления (importContractData) исправлен селектор для ключа importContractRequest_ContractObjectVersionGUID + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.7 до версии 12.2.3.8 +================================================================================================================================ + +HCS-85944 +-- hcs-capital-repair-types.xsd -- +1. Добавлен комплексный тип "ExportShortCertificateType" +2. Для комплексного типа tns:exportCertificateType изменён базовый тип на ExportShortCertificateType (элемент tns:getStateResult/tns:Contract/tns:Certificate/tns:AttachCertificate сделан необязательным) + + +HCS-86243 +-- hcs-inspection-types.xsd -- +1. В сервисе экспорта проверок (exportExaminationURIState) изменен тип с xs:integer на xs:string у следующих элементов (для возможности указывать лидирующие нули): +1.1 tns:exportExaminationURIStateRequest/tns:URIRegistrationNumber +1.2 tns:getStateResult/tns:exportURIExaminationStateResult/tns:URIRegistrationNumber + + +HCSANALYST-6358 +1. Удалены все WSDL-файлы с описанием синхронных сервисов: +1.1 hcs-bills-service.wsdl +1.2 hcs-capital-repair-service.wsdl +1.3 hcs-device-metering-service.wsdl +1.4 hcs-house-management-service.wsdl +1.5 hcs-infrastructure-service.wsdl +1.6 hcs-inspection-service.wsdl +1.7 hcs-licenses-service.wsdl +1.8 hcs-msp-service.wsdl +1.9 hcs-nsi-service.wsdl +1.10 hcs-nsi-common-service.wsdl +1.11 hcs-organizations-registry-service.wsdl +1.12 hcs-organizations-registry-common-service.wsdl +1.13 hcs-rap-service.wsdl +1.14 hcs-services-service.wsdl +1.15 hcs-uk-service.wsdl +1.16 hcs-volume-quality-service.wsdl + +2. В XSD-схемах удалены элементы, описывающие ответ на синхронные вызовы: +-- hcs-bills-types.xsd -- +2.1 Удалены корневые элементы exportPaymentDocumentResult, exportNotificationsOfOrderExecutionResult, exportNotificationsOfOrderExecutionPaginalResult +-- hcs-capital-repair-types.xsd -- +2.2 Удалены корневые элементы CapRemImportResult, exportPlanResult, exportPlanWorkResult, exportRegionalProgramResult, exportRegionalProgramWorkResult, exportCreditContractResult, +exportContractsResult, exportAccountResult, exportDecisionsFormingFundResult, exportDecisionsOrderOfProvidingPDResult, exportFundSizeInfoResult +-- hcs-device-metering-types.xsd -- +2.3 Удален корневой элемент exportMeteringDeviceHistoryResult +-- hcs-house-management-types.xsd -- +2.4 Удалены корневые элементы exportHouseResult, exportBriefBasicHouseResult, exportBriefLivingHouseResult, exportBriefApartmentHouseResult, exportAccountResult, exportAccountIndividualServicesResult, exportMeteringDeviceDataResult, exportStatusCAChResult, exportRolloverStatusCAChResult, exportCAChResult, exportStatusPublicPropertyContractResult, exportSupplyResourceContractResult, exportSupplyResourceContractObjectAddressResult, exportBriefSupplyResourceContractResult, exportVotingProtocolResult, exportBriefSocialHireContractResult, ImportResult +-- hcs-infrastructure-types.xsd -- +2.5 Удален корневой элемент exportOKIResult +-- hcs-inspection-types.xsd -- +2.6 Удалены корневые элементы exportInspectionPlansResult, exportExaminationsResult, exportExaminationURIStateResult +-- hcs-licenses-types.xsd -- +2.7 Удалены корневые элементы exportLicenseResult, exportDisqualifiedPersonResult +-- hcs-msp-types.xsd -- +2.8 Удалены корневые элементы exportCategoriesResult, exportCitizenSubsidyResult, exportCitizenCompensationResult +-- hcs-nsi-types.xsd -- +2.9 Удалены корневые элементы exportNsiItemResult, exportNsiPagingItemResult +-- hcs-nsi-common-types.xsd -- +2.10 Удалены корневые элементы exportNsiListResult, exportNsiItemResult, exportNsiPagingItemResult +-- hcs-organizations-registry-common-types.xsd -- +2.11 Удалены корневые элементы exportOrgRegistryResult, exportDataProviderResult, exportDelegatedAccessResult, exportObjectsDelegatedAccessResult, exportTerritoryDelegatedAccessResult +-- hcs-rap-types.xsd -- +2.12 Удален корневой элемент ExportDecreesAndDocumentsResult +-- hcs-services-types.xsd -- +2.13 Удалены корневые элементы exportWorkingListResult, exportWorkingPlanResult, exportCompletedWorksResult, exportHMServicesTarifsResult +-- hcs-uk-types.xsd -- +2.14 Удален корневой элемент exportDocumentResult +-- hcs-base.xsd -- +2.15 Удален корневой элемент ImportResult + +-- hcs-house-management-types.xsd -- +3. Удалено наследование элемента tns:getStateResult/tns:ImportResult от base:BaseType, вместе с ним удалены: +3.1 tns:getStateResult/tns:ImportResult/@Id +3.2 tns:getStateResult/tns:ImportResult/ds:Signature + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.6 до версии 12.2.3.7 +================================================================================================================================ + +HCS-85883 +-- hcs-organizations-registry-common-types.xsd -- +1. У элементов tns:exportObjectsDelegatedAccessResult/tns:IsNextPage и tns:exportTerritoryDelegatedAccessResult/tns:IsNextPage тип изменен на xs:boolean + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.5 до версии 12.2.3.6 +================================================================================================================================ + +HCSANALYST-6182 +-- hcs-house-management-types.xsd -- +1. Добавлен необязательный элемент tns:importMeteringDeviceDataRequest/tns:MeteringDevice/tns:DeviceDataToUpdate/tns:UpdateAfterDevicesValues/tns:CommissioningDate + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.4 до версии 12.2.3.5 +================================================================================================================================ + +HCS-76347, HCS-80518, HCSANALYST-6157 +-- hcs-device-metering-types.xsd -- +1. В корневом элементе exportMeteringDeviceHistoryRequest: +1.1. изменена аннотация +1.2. элемент tns:FIASHouseGuid сделан необязательным. У него изменена кратность (maxOccurs="100") и аннотация +1.3. добавлен необязательный элемент tns:ExportMeteringDeviceRootGUID +1.4. изменены аннотации элементов tns:inputDateFrom и tns:inputDateTo +2. В корневой элемент exportMeteringDeviceHistoryResult добавлен необязательный элемент tns:PagedOutput +3. В комплексный тип exportMeteringDeviceHistoryResultType добавлены необязательные элементы tns:HCSHouseGUID и tns:FIASHouseGuid + + +HCS-85668 +– hcs-capital-repair-types – +1. Изменена аннотация к элементу tns:importOperationAndBalanceRequest/tns:ImportOperationAndBalance/tns:OperationAndBalanceInfo/tns:Operation/tns:PaymentPurpose + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.3 до версии 12.2.3.4 +================================================================================================================================ + +HCSANALYST-6189 +--hcs-house-management-types.xsd-- +1. Изменены форматы следующих элементов (для коэффициента трансформации допускается указывать 10 знаков до десятичной точки и 4 знака после; при импорте не допускается указывать ‘0’ в качестве значения коэффициента трансформации): +//element(*,tns:MunicipalResourceElectricExportType)/tns:TransformationRatio, +//element(*,tns:MunicipalResourceElectricBaseType)/tns:TransformationRatio, +//element(*,tns:MunicipalResourceElectricUpdateType)/tns:TransformationRatio, +//element(*,tns:DeviceMunicipalResourceType)/tns:TransformationRatio + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.2 до версии 12.2.3.3 +================================================================================================================================ + +HCS-85636 +--hcs-house-management-types.xsd-- +1. Изменен тип у следующих элементов (снято ограничение xs:maxLength value="250"): +tns:exportSupplyResourceContractResult/tns:Contract/tns:PlannedVolume/tns:FeedingMode +tns:exportSupplyResourceContractObjectAddressResult/tns:ObjectAddress/tns:PlannedVolume/tns:FeedingMode + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.3.1 до версии 12.2.3.2 +================================================================================================================================ + +HCS-81225 +--hcs-house-management-types.xsd-- +1. Для следующих элементов изменено ограничение на минимально допустимое значение (ограничение minExclusive заменено на minInclusive): +tns:importSupplyResourceContractObjectAddressRequest/tns:ObjectAddress/tns:LoadObject/tns:TemperatureChart/tns:FlowLineTemperature +tns:importSupplyResourceContractObjectAddressRequest/tns:ObjectAddress/tns:LoadObject/tns:TemperatureChart/tns:OppositeLineTemperature + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.15 до версии 12.2.3.1 +================================================================================================================================ + +HCS-84518 +--hcs-house-management-types.xsd-- +1. Добавлен необязательный элемент tns:exportVotingProtocolRequest/tns:RootProtocolGUID +2. Добавлен необязательный элемент tns:exportVotingProtocolResult/tns:VotingProtocol/tns:RootProtocolGUID +3. Для exportVotingProtocolRequest и exportVotingProtocolResult изменён атрибут @version для поддержания многоверсионности схемы + + +HCS-81225 +* В сервисах импорта договоров ресурсоснабжения (importSupplyResourceContractData) и импорта проектов договоров ресурсоснабжения (importSupplyResourceContractProjectData) в полях Температура теплоносителя в подающем трубопроводе и Температура теплоносителя в обратном трубопроводе допускается указывать значение "0" +--hcs-house-management-types.xsd-- +1. Для следующих элементов изменено ограничение на минимально допустимое значение (ограничение minExclusive заменено на minInclusive): +tns:importSupplyResourceContractRequest/tns:Contract/tns:SupplyResourceContract/tns:TemperatureChart/tns:FlowLineTemperature, +tns:importSupplyResourceContractRequest/tns:Contract/tns:SupplyResourceContract/tns:TemperatureChart/tns:OppositeLineTemperature, +tns:importSupplyResourceContractProjectRequest/tns:Contract/tns:ContractProject/tns:TemperatureChart/tns:FlowLineTemperature, +tns:importSupplyResourceContractProjectRequest/tns:Contract/tns:ContractProject/tns:TemperatureChart/tns:OppositeLineTemperature + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.14 до версии 12.2.2.15 +================================================================================================================================ + +HCS-84833 +--hcs-capital-repair-types-- +1. Для метода importDecisionsFormingFund изменен селектор в контроле дублирования элементов AttachmentGUID (importSpecialAccountRequest_AttachmentGUID): указан .//base:AttachmentGUID вместо .//tns:AttachmentGUID + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.13 до версии 12.2.2.14 +================================================================================================================================ + +HCS-83820 +--hcs-capital-repair-types-- +1. В комплексном типе TermForGrantingType изменена аннотация для enumeration value="COINCIDES" + + +HCS-85321 +--hcs-bills-types.xsd-- +1. У следующих элементов изменена аннотация: +tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:orgPPAGUID +tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:GeneralMunicipalResource/tns:orgPPAGUID + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.12 до версии 12.2.2.13 +================================================================================================================================ + +HCS-84156 +-- hcs-bills-types.xsd -- +1. В корневом элементе importRSOSettlementsRequest изменена обязательность и аннотация элемента tns:importSettlement/tns:Settlement/tns:ReportingPeriod. + + +HCS-85171 +--hcs-bills-types.xsd-- +1. В комплексном типе exportPaymentDocumentResultType (используется в exportPaymentDocumentData) сделан необязательным элемент //element(*,tns:exportPaymentDocumentResultType)/tns:PaymentDocument/tns:PaymentInformation/tns:PaymentInformationGuid. + + +HCSINT-46595 +--hcs-bills-types.xsd-- +1. В комплексном типе PDServiceDebtImportType (используется в importPaymentDocumentData) сделан обязательным элемент //element(*,tns:PDServiceDebtImportType)/tns:GroupMunicipalService/tns:MunicipalService. + + +HCS-84945 +--hcs-bills-types.xsd-- +1. Изменён тип элемента //element(*,tns:PaymentDocumentExportType)/tns:CapitalRepairYearCharge на tns:CapitalRepairYearExportType (отличается аннотацией элемента tns:PaymentInformationKey; используется в exportPaymentDocumentData). + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.11 до версии 12.2.2.12 +================================================================================================================================ + +HCSINT-46536 +--hcs-payment-types.xsd-- +1. В корневом элементе importSupplierNotificationsOfOrderExecutionRequest изменены ограничения для элемента tns:SupplierNotificationOfOrderExecution (значение maxOccurs уменьшено с 1000 до 250) +2. В корневом элементе importNotificationsOfOrderExecutionCancellationRequest изменены ограничения для элемента tns:NotificationOfOrderExecutionCancellation (значение maxOccurs увеличено с 250 до 500) + + +HCSINT-46391 +--hcs-bills-types.xsd-- +В следующих элементах уточнено ограничение: максимум 8 знаков в целой части и 2 в дробной: +tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:SubsidiesCompensationSocialSupport +tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:SubsidiesCompensationSocialSupport + + +HCSINT-46561 +--hcs-bills-types.xsd-- +1. В следующих элементах tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource и tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource переупорядочены дочерние элементы (для соответствия версии 12.2.1). Новый порядок элементов приведён ниже: +1.1 tns:ServiceType, +1.2 tns:Unit (только import), +1.3 tns:Consumption, +1.4 tns:Rate, +1.5 tns:AccountingPeriodTotal, +1.6 tns:ServiceCharge, +1.7 tns:MunicipalServiceCommunalConsumptionPayable, +1.8 tns:ServiceInformation, +1.9 tns:PaymentRecalculation, +1.10 tns:AmountOfPaymentMunicipalServiceCommunalConsumption, +1.11 tns:TotalPayable, +1.12 tns:orgPPAGUID, +1.13 tns:GeneralMunicipalResource; +2. tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource. Снята обязательность для элемента tns:TotalPayable. + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.10 до версии 12.2.2.11 +================================================================================================================================ + +HCSINT-46392 +--hcs-bills-types.xsd-- +Добавлен необязательный элемент +tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:Unit + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.9 до версии 12.2.2.10 +================================================================================================================================ + +HCS-84547 +--hcs-bills-base.xsd-- +Изменён простой тип SmallMoneyType - паттерн допускает ввод знака. + + +--hcs-house-management-types.xsd-- +tns:importPublicPropertyContractRequest/tns:AddAgreementPayment/tns:Debt - изменён паттерн (см. изменения hcs-bills-base.xsd) +tns:importCharterRequest, tns:exportCAChResult: +1. //element(*,tns:CharterPaymentsInfoType)/tns:MaintenanceAndRepairsForMembers/tns:MaintenanceAndRepairsForMembersPaymentSize - тип изменён на SmallMoneyPositiveType +2. //element(*,tns:CharterPaymentsInfoType)/tns:MaintenanceAndRepairsForNonMembersInfo/tns:MaintenanceAndRepairsForNonMembersPaymentSize - тип изменён на SmallMoneyPositiveType + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.8 до версии 12.2.2.9 +================================================================================================================================ + +HCS-83820 +--hcs-capital-repair-types-- +В структуре importDecisionsFormingFundRequest для элемента .//tns:AttachmentGUID введен контроль уникальности + + +HCSINT-46366 +--hcs-bills-types-- +В элементе tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:LimitIndex изменено ограничение: 3 знака в целой части и 2 в дробной + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.7 до версии 12.2.2.8 +================================================================================================================================ + +HCSINT-46391 +--hcs-bills-types-- +В следующих элементах уточнено ограничение: максимум 10 знаков в целой части и 2 в дробной: +tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:SubsidiesCompensationSocialSupport +tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:SubsidiesCompensationSocialSupport + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.6 до версии 12.2.2.7 +================================================================================================================================ + +HCSANALYST-6224 +--hcs-inspection-types-- +Добавлены следующие элементы: +tns:importExaminationsRequest/tns:ImportExamination/tns:ImportOffence/tns:Offence/tns:IsSubmittedToCourt/tns:CourtName +tns:importExaminationsRequest/tns:ImportExamination/tns:ImportOffence/tns:Offence/tns:IsSubmittedToCourt/tns:SubmittedDate +tns:importExaminationsRequest/tns:ImportExamination/tns:ImportOffence/tns:Offence/tns:IsSubmittedToCourt/tns:SubmittedNumber +tns:importExaminationsRequest/tns:ImportExamination/tns:ImportOffence/tns:AddSubmittedInformation/tns:CourtName +tns:importExaminationsRequest/tns:ImportExamination/tns:ImportOffence/tns:AddSubmittedInformation/tns:SubmittedDate +tns:importExaminationsRequest/tns:ImportExamination/tns:ImportOffence/tns:AddSubmittedInformation/tns:SubmittedNumber +tns:importExaminationsRequest/tns:ImportExamination/tns:ImportOffence/tns:DeleteSubmittedInformation +tns:exportExaminationsResult/tns:exportExaminationResult/tns:ExportOffence/tns:Offence/tns:IsSubmittedToCourt/tns:CourtName +tns:exportExaminationsResult/tns:exportExaminationResult/tns:ExportOffence/tns:Offence/tns:IsSubmittedToCourt/tns:SubmittedDate +tns:exportExaminationsResult/tns:exportExaminationResult/tns:ExportOffence/tns:Offence/tns:IsSubmittedToCourt/tns:SubmittedNumber + + +HCS-84925 +--hcs-house-management-types.xsd-- +В комплексный тип MeteringDeviceToUpdateAfterDevicesValuesType добавлены необязательные элементы tns:MeteringDeviceStamp, tns:MeteringDeviceModel + + +HCS-84547 +--hcs-house-management-types.xsd-- +Тип tns:importPublicPropertyContractRequest/tns:AddAgreementPayment/tns:Debt изменен на SmallMoneyType + + +HCS-84277 +--hcs-house-management-types.xsd-- +Сняты ограничения на элемент //element(*,tns:OGFDataValue)/tns:FloatValue + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.5 до версии 12.2.2.6 +================================================================================================================================ + +HCSINT-46158 +hcs-bills-types +Удалены: +1. tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:GeneralMunicipalResource +2. tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeDebt/tns:HousingService/tns:GeneralMunicipalResource +3. tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:GeneralMunicipalResource +4. tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeDebt/tns:HousingService/tns:GeneralMunicipalResource + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.4 до версии 12.2.2.5 +================================================================================================================================ + +HCS-84547 +-- hcs-house-management-types.xsd -- +Тип tns:importPublicPropertyContractRequest/tns:AddAgreementPayment/tns:Debt изменен на SmallMoneyType + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.4 до версии 12.2.2.5 +================================================================================================================================ + +HCS-84275 +-- hcs-house-management-types.xsd -- +1. В комплексном типе OGFDataValue (используется в корневых элементах importHouseUORequest, importHouseOMSRequest, importHouseESPRequest, exportHouseResult) изменён тип данных для элемента tns:FloatValue (xs:float изменен на xs:decimal с ограничением 20 знаков до десятичной точки и 5 после) + + +HCSANALYST-6259 +-- hcs-payment-types.xsd -- +1. В корневом элементе importNotificationsOfOrderExecutionRequest изменены ограничения для элементов tns:NotificationOfOrderExecutionType и tns:NotificationOfOrderExecution139Type (значение maxOccurs уменьшено с 1000 до 500) +2. В корневом элементе importNotificationsOfOrderExecutionCancellationRequest изменены ограничения для элемента tns:NotificationOfOrderExecutionCancellation (значение maxOccurs уменьшено с 1000 до 250) + +-- hcs-bills-types.xsd -- +1. В корневом элементе importAcknowledgmentRequest изменены ограничения для элементов tns:AcknowledgmentRequestInfo и tns:AckCancellation (значение maxOccurs уменьшено с 1000 до 500) + + +HCS-84050 +-- hcs-bills-types.xsd -- +1. В комплексном типе PaymentDocumentType (используется в корневом элементе importPaymentDocumentRequest) изменены ограничения элемента tns:LimitIndex (totlaDigits="5" и maxInclusive="100") + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.3 до версии 12.2.2.4 +================================================================================================================================ + +HCSANALYST-6184 +-- hcs-house-management-types.xsd -- +1. В комплексный тип MeteringDeviceToUpdateAfterDevicesValuesType добавлен необязательный элемент tns:MeteringDeviceNumber + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.2 до версии 12.2.2.3 +================================================================================================================================ + +HCS-83749 +-- hcs-house-management-types.xsd -- +1. В комплексном типе ProtocolType изменены аннотации элементов +1.1. tns:AVoting/tns:AVotingStartDate +1.2. tns:MeetingAVoting/tns:AVotingStartDate + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.2.1 до версии 12.2.2.2 +================================================================================================================================ + +HCSANALYST-6141 +-- hcs-appeals-types.xsd -- +1. В комплексный тип exportAppealResultType добавлен необязательный элемент tns:AppealWithdrawn + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.10 до версии 12.2.2.1 +================================================================================================================================ + +HCSANALYST-4616 + +1.1) Добавлен элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:LimitIndex - Предельный (максимальный) индекс изменения размера платы граждан за коммунальные услуги в муниципальном образовании, % +1.2) Добавлен элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:SubsidiesCompensationSocialSupport - Субсидии, компенсации и иные меры соц. поддержки граждан, руб. Ссылка на пост. 924 – Приложение 2, п. 21 +1.3) Дополнена аннотация tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource - Главная коммунальная услуга с объемом потребления +1.4) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:GroupMunicipalService - Вид коммунальной услуги, содержащей главные коммунальные услуги. Предоставляет возможность указать группирующие виды коммунальных услуг, с разбивкой на главные коммуанльные услуги +1.5) Элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:Rate сделан необязательным. Может быть не заполнен, если заполнен блок tns:MunicipalResource/ tns:GeneralMunicipalResource +1.6) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:GeneralMunicipalResource - Главные коммунальные ресурсы +1.7) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:PaymentRecalculation - Перерасчеты +1.8) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:PaymentRecalculation - Перерасчеты +1.9) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:AdditionalService/tns:PaymentRecalculation - Перерасчеты +1.10) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:PaymentRecalculation - Перерасчеты +1.11) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:PaymentRecalculation - Перерасчеты +1.12) Добавлен элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:ServiceInformation/tns:houseOverallNeedsCurrentValue - Текущие показания приборов учёта коммунальных ресурсов - коллективных (общедомовых). +1.13) В перечислимый тип атрибута tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:Consumption/tns:Volume/@determiningMethod добавлен "O" - Other - Иное +1.14) Добавлен элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:orgPPAGUID - Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов. +1.15) Добавлен элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeDebt/tns:HousingService/tns:MunicipalResource/tns:orgPPAGUID - - Поставщик услуги. Идентификатор зарегистрированной организации. Обязателен, если тип ЛС "ЛС РЦ" (isRCAccount), запрещен для заполнения для остальных типов лицевых счетов. +1.16) Дополнена аннотация tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeDebt/tns:HousingService/tns:MunicipalResource +1.17) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeDebt/tns:GroupMunicipalService - Вид коммунальной услуги, содержащей главные коммунальные услуги. В блоке предоставляется возможность указать группирующие виды коммунальных услуг, с разбивкой на главные коммунальные услуги. +1.18) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeDebt/tns:HousingService/tns:MunicipalResource/tns:GeneralMunicipalResource - Главные коммунальные ресурсы +1.19) Добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:ServiceInformation - Справочная информация +2) В комплексных типах tns:ServicePDImportType (используется в importPaymentDocument) и tns:ServicePDType (используется в exportPaymentDocument) элемент tns:AccountingPeriodTotal сделан необязательным +3.1) Добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:LimitIndex - Предельный (максимальный) индекс изменения размера платы граждан за коммунальные услуги в муниципальном образовании, % +3.2) Добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:SubsidiesCompensationSocialSupport - Субсидии, компенсации и иные меры соц. поддержки граждан, руб. Ссылка на пост. 924 – Приложение 2, п. 21 +3.3) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:GroupMunicipalService (Вид коммунальной услуги, содержащей главные коммунальные услуги) Выгружается информация о коммунальных услугах с группирующими строками +3.4) Элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:Rate (Тариф) сделан необязательным +3.5) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:GeneralMunicipalResource - Главные коммунальные ресурсы +3.6) дополнена аннотация tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeDebt/tns:HousingService/tns:MunicipalResource - В том числе коммунальные ресурсы, потребляемые при использовании и содержании общего имущества в многоквартирном доме. +3.7) дополнена аннотация tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource - В том числе коммунальные ресурсы, потребляемые при использовании и содержании общего имущества в многоквартирном доме. +3.8) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeDebt/tns:HousingService/tns:MunicipalResource/tns:GeneralMunicipalResource - Главные коммунальные ресурсы +3.9) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeDebt/tns:GroupMunicipalService - Вид коммунальной услуги, содержащей главные коммунальные услуги +3.10) Добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:orgPPAGUID - Поставщик услуги. Идентификатор зарегистрированной организации. +3.11) Добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeDebt/tns:HousingService/tns:MunicipalResource/tns:orgPPAGUID - Поставщик услуги. Идентификатор зарегистрированной организации. +3.12) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:AdditionalService/tns:PaymentRecalculation - Перерасчеты +3.13) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:PaymentRecalculation - Перерасчеты +3.14) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:PaymentRecalculation - Перерасчеты +3.15) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:PaymentRecalculation - Перерасчеты +3.16) Элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:Rate сделан необязательным. Может быть не заполнен, если заполнен блок tns:MunicipalResource/ tns:GeneralMunicipalResource +3.17) Добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:ServiceInformation/tns:houseOverallNeedsCurrentValue - Текущие показания приборов учёта коммунальных ресурсов - коллективных (общедомовых). +3.18) В перечислимый тип атрибута tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:Consumption/tns:Volume/@determiningMethod добавлен "O" - Other - Иное +3.19) Добавлен новый блок tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:ChargeInfo/tns:HousingService/tns:MunicipalResource/tns:ServiceInformation - Справочная информация +4) Добавлен новый комплексный тип TypeMunicipalServiceType - Вид коммунальной услуги + + +HCSANALYST-5922 + +1. у элемента //element(*,tns:AcknowledgmentRequestInfoType)/tns:PaymentDocumentAck/tns:MSType изменена аннотация - "Вид ГКУ (справочник "Главная коммунальная услуга")". Принцип заполнения без изменений +2. добавлен элемент //element(*,tns:AcknowledgmentRequestInfoType)/tns:PaymentDocumentAck/tns:TMSType (Вид коммунальной услуги. НСИ 3) используется в importAcknowledgmentRequest - добавлена возможность квитировать по виду коммунальной услуги +3. у элемента //element(*,tns:AcknowledgmentRequestInfoExportType)/tns:PaymentDocumentAck/tns:MSType изменена аннотация- "Вид ГКУ (справочник "Главная коммунальная услуга")". Принцип заполнения без изменений +4. добавлен элемент //element(*,tns:AcknowledgmentRequestInfoExportType)/tns:PaymentDocumentAck/tns:TMSType (Вид коммунальной услуги. НСИ 3) используется в exportNotificationsOfOrderExecutionResult и exportNotificationsOfOrderExecutionPaginal - выгружается информация о квитировании по виду коммунальной услуги + + + +HCSANALYST-6171 +-- bills/hcs-bills-types.xsd -- +1. В корневом элементе importRSOSettlementsRequest изменена аннотация элемента tns:importSettlement/tns:Settlement/tns:Contract. + + + +HCSANALYST-5796 +--hcs-nsi-service-async.wsdl-- +1. Добавлена асинхронная операция importGeneralNeedsMunicipalResource для импорта данных справочника №337 "Коммунальные ресурсы, потребляемые при использовании и содержании общего имущества в многоквартирном доме" (используется в платежных документах) + +--hcs-nsi-types-- +1. Добавлен корневой элемент importGeneralNeedsMunicipalResourceRequest +2. Добавлен комплексный тип importGeneralNeedsMunicipalResourceType +3. В корневом элементе importMunicipalServicesRequest изменены аннотации элементов tns:importMunicipalServicesRequest/tns:ImportMainMunicipalService/tns:GeneralNeeds и tns:importMunicipalServicesRequest/tns:ImportMainMunicipalService/tns:SelfProduced (указано, что элементы не используются) +4. Код нового справочника (337) добавлен в списки реестровых номеров (enumeration) элементов tns:exportDataProviderNsiItemRequest/tns:RegistryNumber и tns:exportDataProviderNsiPagingItemRequest/tns:RegistryNumber + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.9 до версии 12.2.1.10 +================================================================================================================================ + +HCS-82039 +-- hcs-licenses-types.xsd -- +1. В комплексном типе LicenseType +1.1 у элемента tns:LicenseStatus расширен список допустимых значений и ограничения типа pattern заменены на ограничения типа enumeration; изменена аннотация +1.2 у элемента tns:AccompanyingDocument/tns:DocumentStatus расширен список допустимых значений (enumeration) и изменена аннотация +2. В комплексном типе AccompanyingDocumentType расширен список допустимых значений (enumeration) и изменена аннотация элемента ns:Document/tns:DocumentStatus + + +HCS-82734 +-- hcs-bills-types.xsd -- +1. В комплексном типе CapitalRepairImportType для элемента tns:Contribution установлено ограничение minInclusive +2. В комплексном типе CapitalRepairMonthlyImportType для элемента tns:Contribution установлено ограничение minInclusive + + +HCS-82686 +-- hcs-payments-base.xsd -- +1. В комплексном типе PaymentInformationExportType у элемента tns:NumberBudgetaryAccount удалено ограничение типа pattern + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.8 до версии 12.2.1.9 +================================================================================================================================ + +HCS-82884 +-– hcs-organizations-registry-common-types.xsd -- +1. В корневой элемент getStateResult добавлен необязательный элемент tns:IsNextPage +2. В корневых элементах exportDelegatedAccessResult и getStateResult у элемента tns:IsNextPage указан тип boolean + +HCS-82916 +-- hcs-licenses-types.xsd – +1. В комплексном типе HouseType увеличено максимальное кол-во цифр в элементе tns:Contract/tns:Validity/tns:Year + + +HCS-83103 +-- hcs-capital-repair-types.xsd -- +1. В комплексном типе DecisionPDType изменена аннотация элемента tns:Reason/tns:Protocol + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.7 до версии 12.2.1.8 +================================================================================================================================ + +HCS-82767 +-– hcs-house-management-types.xsd -- +1. В комплексном типе ProtocolType добавлены необязательные элементы tns:AVoting/tns:AVotingStartDate и tns:MeetingAVoting/tns:AVotingStartDate +2. В комплексном типе ProtocolExportType добавлены необязательные элементы tns:AVoting/tns:AVotingStartDate и tns:MeetingAVoting/tns:AVotingStartDate + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.6 до версии 12.2.1.7 +================================================================================================================================ + +HCSANALYST-922 +-- hcs-house-management-types -- +1. В корневом элементе importVotingProtocolRequest для элемента tns:Protocol добавлены ограничения уникальности элементов +tns:VoteInitiators/tns:Org/organizations-registry-base:orgVersionGUID и tns:VoteInitiators/tns:Org/organizations-registry-base:orgRootEntityGUID + + +HCS-81410 +-- hcs-capital-repair-types.xsd -- +1. В комплексный тип exportDecisionType добавлен необязательный элемент tns:DecisionsOrganization + + +HCS-82163 +-- hcs-capital-repair-types.xsd -- +1. В комплексном типе OperationType сделан необязательным элемент tns:Date + + +HCS-82969 +-- hcs-house-management-types.xsd -- +1. В комплексном типе MeteringDeviceBasicCharacteristicsType для следующих контейнеров добавлены ограничения на возможность дублирования значений в коллекциях элементов tns:AccountGUID: +1.1 tns:ResidentialPremiseDevice +1.2 tns:NonResidentialPremiseDevice +1.3 tns:ApartmentHouseDevice +1.4 tns:LivingRoomDevice +1.5 tns:CollectiveApartmentDevice +2. В корневом элементе importMeteringDeviceDataRequest для элемента tns:MeteringDevice/tns:DeviceDataToUpdate/tns:UpdateAfterDevicesValues добавлено ограничение на возможность дублирования значений в коллекции элементов tns:AccountGUID + + +HCS-83125 +-- hcs-house-management-types.xsd -- +1. В корневой элемент getStateResult добавлен элемент tns:exportBriefSupplyResourceContractResult + + +HCSINT-45445 +-- hcs-house-management-types.xsd -- +1. В комплексный тип BriefLivingHouseType добавлены необязательные элементы tns:TerminationDate, tns:AnnulmentReason, tns:AnnulmentInfo, tns:DemolishionDate и tns:DemolishionReason +2. В комплексный тип BriefApartmentHouseType добавлены необязательные элементы tns:TerminationDate, tns:AnnulmentReason, tns:AnnulmentInfo, tns:DemolishionDate и tns:DemolishionReason + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.5 до версии 12.2.1.6 +================================================================================================================================ + +HCSINT-39668 +-- hcs-services-types.xsd -- +1. В комплексном типе WorkingListBaseType сделан необязательным элемент tns:ContractGUID + + +HCSINT-40170 +-- hcs-house-management-types.xsd -- +1. В корневой элемент importHouseESPRequest добавлены необязательные элементы: +tns:ApartmentHouse/tns:ApartmentHouseToCreate/tns:HouseManagementType +tns:ApartmentHouse/tns:ApartmentHouseToUpdate/tns:HouseManagementType +2. В корневом элементе importHouseOMSRequest изменены аннотации у следующих элементов: +tns:ApartmentHouse/tns:ApartmentHouseToCreate/tns:HouseManagementType +tns:ApartmentHouse/tns:ApartmentHouseToUpdate/tns:HouseManagementType +tns:LivingHouse/tns:LivingHouseToCreate/tns:HouseManagementType +tns:LivingHouse/tns:LivingHouseToUpdate/tns:HouseManagementType + + +HCS-82716 +-- hcs-house-management-types.xsd -- +1. В комплексном типе BriefBasicCharactericticsType сделан необязательным элемент tns:State + + +HCS-82043 +-- hcs-house-management-types.xsd -- +1. В корневом элементе importHouseRSORequest сделаны обязательными указание +1.1. одного из элементов tns:ApartmentHouse/tns:ApartmentHouseToCreate или tns:ApartmentHouse/tns:ApartmentHouseToUpdate +1.2. одного из элементов tns:LivingHouse/tns:LivingHouseToCreate или tns:LivingHouse/tns:LivingHouseToUpdate + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.3 до версии 12.2.1.5 +================================================================================================================================ + +HCS-81813 +-- hcs-bills-types.xsd -- +1. В комплексном типе ExportSettlementResultType сделан необязательным элемент tns:ReportingPeriod. + + +HCS-81967 +-- hcs-organizations-registry-common-types.xsd -- +1. В корневом элементе exportDelegatedAccessRequest изменена аннотация элемента tns:Page + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.2 до версии 12.2.1.3 +================================================================================================================================ + +HCSANALYST-6107 +--hcs-house-management-types-- +1. В комплексный тип SupplyResourceContractProjectType добавлен необязательный элемент tns:RegionalSettings (с комплексной структурой) +2. В комплексном типе SupplyResourceContractProjectType изменена аннотация элемента tns:Period + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.1.1 до версии 12.2.1.2 +================================================================================================================================ + +HCSANALYST-4232 +--hcs-house-management-types-- +1. В корневом элементе exportBriefLivingHouseResult элемент tns:searchResultItem переименован в tns:ResultItem +2. В корневой элемент getStateResult добавлены элементы tns:exportBriefBasicHouseResult, tns:exportBriefApartmentHouseResult и tns:exportBriefLivingHouseResult + + +HCSINT-44793, HCSINT-44794 +--hcs-house-management-types-- +1. В комплексном типе MeteringDeviceBasicCharacteristicsType изменены аннотации элементов tns:VerificationInterval и tns:FactorySealDate + + +HCS-79479 +--hcs-capital-repair-types-- +1. Добавлен простой тип TermDayType (base="xs:positiveInteger", maxInclusive value="30") +2. В комплексном типе DecisionPDType для элемента tns:TermDay установлен тип TermDayType + + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0. до версии 12.2.1.1 +================================================================================================================================ + +HCSANALYST-5906 +--hcs-bills-types-- +1. Сделаны необязательными элементы tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal, tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyRecalculation, tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyDiscount, tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal, tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyRecalculation, tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyDiscount +2. Добавлен элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairYearCharge +3. Добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairYearCharge +4. Добавлен элемент tns:importAcknowledgmentRequest/tns:AcknowledgmentRequestInfo/payments-base:PaymentDocumentAck/payments-base:CapitalRepairYearAckPeriod + + +HCSANALYST-4232 + + +1. Добавлены операции: exportBriefBasicHouse, exportBriefLivingHouse, exportBriefApartmentHouse + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.16 до версии 12.2.0.17 +================================================================================================================================ + +HCS-81900 +--hcs-house-management-types.xsd-- +1. В комплексном типе ProtocolExportType сделаны необязательными элементы //element(*,tns:ProtocolExportType)/tns:EVoting/tns:Discipline и //element(*,tns:ProtocolExportType)/tns:DecisionList/tns:votingResume + + +HCS-81682 +--hcs-payments-base.xsd-- +1. В комплексный тип PaymentInformationExportType добавлен необязательный элемент tns:IsCapitalRepair +2. Удален избыточный комплексный тип PaymentInformationExportPDType + +--hcs-payments-types.xsd-- +1. В комплексном типе PaymentDocumentDetailsType изменен базовый тип элемента //element(*,tns:PaymentDocumentDetailsType)/tns:ExecutorInformation/tns:PaymentInformation на payments-base:PaymentInformationExportType + +-- hcs-bills-types.xsd -- +1. В комплексном типе exportPaymentDocumentResultType изменен базовый тип элемента //element(*,tns:exportPaymentDocumentResultType)/tns:PaymentDocument/tns:PaymentInformation на payments-base:PaymentInformationExportType +2. В комплексный тип exportPaymentDocumentResultType добавлен элемент //element(*,tns:exportPaymentDocumentResultType)/tns:PaymentDocument/tns:PaymentInformation/tns:PaymentInformationGuid + + +HCS-79479 +--hcs-capital-repair-types-- +1. Добавлен простой тип TermDayType (base="xs:positiveInteger", maxInclusive value="30") +2. Для элемента //element(*,tns:DecisionPDType)/tns:TermDay установлен тип TermDayType + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.15 до версии 12.2.0.16 +================================================================================================================================ + +HCS-81086 +--hcs-payments-types.xsd-- +1. Добавлен корневой элемент Service +2. Элементы tns:getStateResult/tns:exportPaymentDocumentDetailsResult/tns:Service и tns:exportPaymentDocumentDetailsResult/tns:Service сделаны ссылкой на корневой элемент Service; их структура не изменилась. + + +HDWORK-83313 +--hcs-capital-repair-types-- +1. В комплексном типе OperationType изменена аннотация к элементу tns:PaymentPurpose + + +HCS-79210 +--hcs-licenses-types.xsd-- +1. В комплексном типе LicenseType изменена аннотация к элементу RegionFIASGuid + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.14 до версии 12.2.0.15 +================================================================================================================================ + +HCS-81057 +--hcs-bills-types-- +1. Изменена маска (pattern) у следующих элементов (теперь для них допускается указание отрицательных значений) +tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal и tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal + + +HCS-81086 +--hcs-payments-types.xsd-- +1. Добавлен необязательный элемент tns:getStateResult/tns:exportPaymentDocumentDetailsResult/tns:Service + + +HCS-81480 +--hcs-appeals-types.xsd-- +1. В комплексном типе exportAppealResultType сделан необязательным элемент //element(*,tns:exportAppealResultType)/tns:AppealHistory/tns:Redirected/tns:AnswererGUID + + +HCS-81548 +--hcs-appeals-types.xsd-- +1. В комплексном типе ApplicantType снято ограничение на длину значения (maxLength) для элемента //element(*,tns:ApplicantType)/tns:PhoneNumber + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.13 до версии 12.2.0.14 +================================================================================================================================ + +HCSANALYST-5906 +--hcs-bills-types.xsd-- +1. Удалены элементы tns:importPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairYearCharge, tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairYearCharge, tns:importAcknowledgmentRequest/tns:AcknowledgmentRequestInfo/payments-base:PaymentDocumentAck/payments-base:CapitalRepairYearAckPeriod, tns:exportNotificationsOfOrderExecutionPaginalResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/tns:AcknowledgmentRequestsList/tns:AcknowledgmentRequest/payments-base:PaymentDocumentAck/payments-base:CapitalRepairYearAckPeriod +2. Сделаны обязательными элементы tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal, tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyRecalculation, tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal + +--hcs-payments-base.xsd-- +1. Удалены элементы //element(*,tns:AcknowledgmentRequestInfoType)/tns:PaymentDocumentAck/tns:CapitalRepairYearAckPeriod, + //element(*,tns:AcknowledgmentRequestInfoExportType)/tns:PaymentDocumentAck/tns:CapitalRepairYearAckPeriod + + +HCSANALYST-4232 +--hcs-house-management-service-async-- +1. Удалены операции exportBriefBasicHouse, exportBriefLivingHouse и exportBriefApartmentHouse вместе с соответствующими сообщениями + +--hcs-house-management-types-- +1. Удалены корневые элементы exportBriefBasicHouseRequest, exportBriefBasicHouseResult, exportBriefLivingHouseRequest, exportBriefLivingHouseResult, exportBriefApartmentHouseRequest, exportBriefApartmentHouseResult + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.12 до версии 12.2.0.13 +================================================================================================================================ + +HCS-79479 +--hcs-capital-repair-types-- +1. Добавлены простые типы tns:TermForGrantingType, tns:TermQualificationType, String100Type +2. В комплексный тип DecisionPDType добавлены необязательные элементы tns:TermForGranting, tns:TermDay и tns:TermQualification +3. В корневых элементах exportDecisionsOrderOfProvidingPDRequest и exportDecisionsOrderOfProvidingPDResult удалено фиксированное значение у атрибута base:version + + +HCS-80618 + +1. В AppealStatusType добавлен enumeration value="InWork" +2. Для tns:getStateResult/tns:ExportAppealResult задан тип exportAppealResultType +3. Для ImportResult задан тип base:CommonResultType +4. Удален exportAppealResult + + +HCSANALYST-3045 +--hcs-appeals-types.xsd-- +1. Полностью изменен элемент importAnswerRequest. + + +HCSANALYST-5906 +--hcs-bills-types.xsd-- +1. tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal,tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyRecalculation, tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyDiscount,tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal,tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyRecalculation,tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyDiscountсделаны необязательными +2. добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairYearCharge для импортаначислений за КР на год +3. добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairYearCharge для экспорта ПД с указанием начислений за КР за год +4. Добавлен tns:importAcknowledgmentRequest/tns:AcknowledgmentRequestInfo/payments-base:PaymentDocumentAck/payments-base:CapitalRepairYearAckPeriod для квитирования ПД с указанием взносов на год + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.11 до версии 12.2.0.12 +================================================================================================================================ + +HCS-80618 +--hcs-appeals-types.xsd-- +tns:exportAppealResult/tns:Appeal/tns:FIASHouseGuid сделан необязательным + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.10 до версии 12.2.0.11 +================================================================================================================================ + +HCS-80618 +--hcs-appeals-types.xsd-- +1. В комплексном типе AnswerInfoType элемент tns:AnswerNumber сделан необязательным + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.9 до версии 12.2.0.10 +================================================================================================================================ + +HCSANALYST-6108 + +Добавлены tns:importContractRequest/tns:Contract/tns:PlaceContractPaymentsInfo/tns:VotingProtocolGUID и tns:exportCAChResult/tns:exportCACh/tns:Contract/tns:ContractPaymentsInfo/tns:VotingProtocolGUID и choice для выбора VotingProtocolGUID или Protocol. Добавлено пояснение по автоматической привязке протокола к размеру платы. + +HCS-80870 +--hcs-nsi-types.xsd-- +1. Добавлен tns:importOrganizationWorksRequest/tns:ImportOrganizationWork/tns:ParentCopiedWorks +2. В комплексный тип ImportOrganizationWorkType добавлен необязательный элемент tns:InsertInCopiedWorks + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.8 до версии 12.2.0.9 +================================================================================================================================ + +HCS-80618 + +1. В простом типе AppealStatusType добавлено новое значение (enumeration value="InWork") и изменена аннотация +2. У элемента tns:getStateResult/tns:ImportResult указан тип base:CommonResultType +3. Удален корневой элемент exportAppealResult +4. В комплексном типе exportAppealResultType изменена аннотация элемента tns:AppealStatus + + +HCS-79822 + +1. В корневой элемент exportExaminationsRequest добавлены необязательные элементы tns:ExaminationGuid и tns:RegistryNumber. +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.6 до версии 12.2.0.8 +================================================================================================================================ + +HDWORK-82588 + +1. output для метода importDecisionsOrderOfProvidingPD изменен на tns:importDecisionsOrderOfProvidingPDResult. + +HCSANALYST-3045 + +1. Для элемента tns:getStateResult/tns:ImportResult задан maxOccurs="unbounded" + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.5 до версии 12.2.0.6 +================================================================================================================================ + +HCS-79872 + +1. Удален неиспользуемый комплексный тип WorkingListItemExportType +2. Тип элемента //element(*,tns:CompletedWorkExportType)/tns:Amount изменён на tns:WorkAmountType + + +HCSANALYST-3630, HCSANALYST-5896 + +1. Добавлена множественность tns:exportPaymentDocumentDetailsResult/tns:Service + + +JIRA-0000 + +1. totalDigits увеличен до 17 у //element(*,tns:CapitalRepairImportType)/tns:Contribution, //element(*,tns:CapitalRepairImportType)/tns:AccountingPeriodTotal, //element(*,tns:CapitalRepairImportType)/tns:MoneyRecalculation, //element(*,tns:CapitalRepairImportType)/tns:MoneyDiscount, //element(*,tns:CapitalRepairImportType)/tns:TotalPayable +2. maxLength = 2000 у //element(*,tns:CapitalRepairImportType)/tns:CalcExplanation + + +Cнята обязательность tns:exportCAChResult/tns:exportCACh/tns:Contract/tns:Terminate/tns:ReasonRef + + +HCSANALYST-3045 + +1) удален элемент StatusOfAppeal.Redirected +2) для элементов из StatusOfAppeal указан тип boolean +3) для элемента AnswerIsNotRequired указан тип boolean +4) удален комплексный тип ReportPeriodType + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.4 до версии 12.2.0.5 +================================================================================================================================ + +HCSANALYST-3045 +Добавлен новый сервис Управления обращениями граждан (папка appeals) + + +Новые методы: +1. exportAppeal- экспорт обращений +2. importAnswer - импорт ответов на обращения + + +HCS-77591 + +1. В типе CompletedWorkExportType элемент MonthlyWork стал необязательным. +2. Базовый тип для tns:exportCompletedWorksResult/tns:exportCompletedWorksResult/tns:UnplannedWork изменён на CompletedWorkExportType. + + +HCS-79829 + +1. Изменена аннотация элемента //element(*,tns:ApartmentHouseExportType)/tns:OverhaulFormingKind по факту реализации - возвращается значение "Вид счета\Способ формирования фонда" (НСИ 62) + + +HCSANALYST-6080 + +1. Добавлены необязательные элементы tns:importContractRequest/tns:Contract/tns:EditContract/tns:IndicationsAnyDay, tns:importCharterRequest/tns:PlacingCharter/tns:IndicationsAnyDay, tns:importCharterRequest/tns:EditCharter/tns:IndicationsAnyDay, tns:exportCAChResult/tns:exportCACh/tns:Contract/tns:IndicationsAnyDay, tns:exportCAChResult/tns:exportCACh/tns:Charter/tns:IndicationsAnyDay + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.3 до версии 12.2.0.4 +================================================================================================================================ + +HCSINT-44085 +--hcs-services-types-- +1. Добавлен комплексный тип MonthlyWorkType для запланированной или выполненной работы за месяц. Все элементы MonthlyWork приведены к данному типу. +2. Добавлен простой тип WorkAmountType для объема работ с ограничением в 14 знаков, включая 3 после запятой (в соответстви с UI). Вcе элементы, которые содержат объем работ, приведены к данному типу. +3. Уточнена аннотация комплексного типа CompletedWorkExportType +4. Изменён простой тип WorkPriceType: уточнена аннотация, общее количество символов увеличено до 14 знаков, включая 4 знака после запятой (в соответствии с UI). +5. Уточнена аннотация простого типа WorkCountType. +6. Изменён простой тип MonthlyWorkCountType: допустимое количество символов сокращено до 2 (в соответствии с UI). Все элементы, которые содержат количество работ за месяц, приведены к данному типу. + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.2 до версии 12.2.0.3 +================================================================================================================================ + +HCS-75076 +--hcs-capital-repair-types-- +1. Для элемента tns:importRegionalProgramRequest/tns:importRegionalProgram/tns:LoadRegionalProgram/tns:EndYear (Год окончания региональной программы капитального ремонта) установлен тип xs:gYear +2. Удален простой тип YearUpTo2060Type + +HCS-77620 +--hcs-capital-repair-types-- +1. Введен элемент //element(*,tns:ProtocolType)/tns:DocumentIsNotAvailable + +HCS-78570 + +1. Добавлен элемент tns:importSupplyResourceContractRequest/tns:Contract/tns:SupplyResourceContract/tns:Tariff/tns:ForAllAddressObjects + +================================================================================================================================ +Изменения в форматах данных от версии 12.2.0.1 до версии 12.2.0.2 +================================================================================================================================ + +HCSANALYST-3630, HCSANALYST-5896 + +1. Добавлен tns:importNotificationsOfOrderExecutionRequest/tns:NotificationOfOrderExecution139Type/base:TransportGUID +2. //element(*,tns:NotificationOfOrderExecution139Type)/tns:OrderInfo/tns:PaymentInformationGUID сделан общим + + +HCSANALYST-5872 + + +1) добавлена множественность tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge +2) добавлен tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:Period +3) tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal, tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyRecalculation, tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyDiscount, tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:AccountingPeriodTotal, tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyRecalculation, tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:MoneyDiscountсделаны необязательными +4) добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairYearCharge для импортаначислений за КР на год +5) добавлен элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairYearCharge для экспорта ПД с указанием начислений за КР за год +6) Добавлен tns:importAcknowledgmentRequest/tns:AcknowledgmentRequestInfo/payments-base:PaymentDocumentAck/payments-base:CapitalRepairYearAckPeriod для квитирования ПД с указанием взносов на капремонт на год. +7) Добавлены tns:exportNotificationsOfOrderExecutionResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/tns:AcknowledgmentRequestsList/tns:AcknowledgmentRequest/payments-base:PaymentDocumentAck/payments-base:CapitalRepairYearAckPeriod и tns:exportNotificationsOfOrderExecutionPaginalResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/tns:AcknowledgmentRequestsList/tns:AcknowledgmentRequest/payments-base:PaymentDocumentAck/payments-base:CapitalRepairYearAckPeriod для выгрузки информации о квитировании ПД с указанием взносов на капремонт на год. + + +================================================================================================================================ +Изменения в форматах данных от версии 11.14.0.13 до версии 12.2.0.1 +================================================================================================================================ + +HCSANALYST-3630, HCSANALYST-5896 + + + + +1.1) Изменена аннотация элемента tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:PaymentInformationKey +1.2) В комплексный тип tns:ServicePDImportType добавлен необязательный элемент tns:PaymentInformationKey - ссылка на платежные реквизиты +1.3) В операцию importPaymentDocument добавлены ключи importPaymentDocumentRequest_HS_PaymentInformationGUIDKeyRef, importPaymentDocumentRequest_MS_PaymentInformationGUIDKeyRef, +importPaymentDocumentRequest_AS_PaymentInformationGUIDKeyRef, importPaymentDocumentRequest_CR_PaymentInformationGUIDKeyRef, +importPaymentDocumentRequest_I_PaymentInformationGUIDKeyRef, importPaymentDocumentRequest_PC_PaymentInformationGUIDKeyRef, +importPaymentDocumentRequest_CRD_PaymentInformationGUIDKeyRef, importPaymentDocumentRequest_HSD_PaymentInformationGUIDKeyRef, importPaymentDocumentRequest_ASD_PaymentInformationGUIDKeyRef, +importPaymentDocumentRequest_MSD_PaymentInformationGUIDKeyRef, importPaymentDocumentRequest_DeteailsPaymentInformationGUIDKeyRef +1.4) Добавлен новый необязательный элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairCharge/tns:PaymentInformationKey - Ссылка на платежные реквизиты +1.5) Добавлен новый необязательный элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:Insurance/tns:PaymentInformationKey - Ссылка на платежные реквизиты +1.6) Добавлен новый необязательный элемент tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:PenaltiesAndCourtCosts/tns:PaymentInformationKey - Ссылка на платежные реквизиты +1.7) добавлен новый тип tns:DebtImportCRType +1.8) У блока tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:CapitalRepairDebt изменен тип на tns:DebtImportCRType +1.9) В комплексный тип tns:ServiceDebtImportType добавлен элемент tns:PaymentInformationKey - ссылка на платежные реквизиты +1.10) добавлен новый блок tns:importPaymentDocumentRequest/tns:PaymentDocument/tns:DetailsPaymentInformation - Детализация информации о платежных реквизитах. Заполняется если в ПД несколько платежных реквизитов, и необходимо отразить сумму к оплате за расчетный период в рамках определенного платежного реквизита +-- +2.1) Добавлена множественность для блока tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:PaymentInformation +2.2) В комплексный тип tns:ServicePDType добавлен необязательный элемент tns:PaymentInformationGuid - идентификатор платежного реквизита в ГИС ЖКХ +2.3) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairCharge/tns:PaymentInformationGuid +2.4) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:PenaltiesAndCourtCosts/tns:PaymentInformationGuid +2.5) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:Insurance/tns:PaymentInformationGuid +2.6) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:PaymentInformation/payments-base:PaymentInformationGuid - Идентификатор платежных реквизитов в платежном документе +2.7) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:PaymentInformation/tns:TotalPayableByPaymentInformation - Сумма к оплате за расчетный период (руб) в рамках платежного реквизита +2.8) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:CapitalRepairDebt/tns:PaymentInformationGuid +2.9) В комплексный тип tns:ServiceDebtType добавлен необязательный элемент tns:PaymentInformationGuid - идентификатор платежного реквизита в ГИС ЖКХ +2.10) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:PaymentInformation/payments-base:IsCapitalRepair - Платежные реквизиты для платежей капитального ремонта +2.11) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:PaymentInformation/payments-base:KBK +2.12) Добавлен новый необязательный элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:PaymentInformation/payments-base:OKTMO + +3.1) Дополнена аннотация //element(*,tns:NotificationOfOrderExecutionType)/tns:RecipientInfo +3.2) Кол-во максимальных символов //element(*,tns:NotificationOfOrderExecutionType)/tns:RecipientInfo/tns:Legal/tns:Name увеличено до 4000 +3.3) Кол-во максимальных символов //element(*,tns:NotificationOfOrderExecutionType)/tns:RecipientInfo/tns:Entpr/individual-registry-base:Surname, +//element(*,tns:NotificationOfOrderExecutionType)/tns:RecipientInfo/tns:Entpr/individual-registry-base:FirstName и +//element(*,tns:NotificationOfOrderExecutionType)/tns:RecipientInfo/tns:Entpr/individual-registry-base:Patronymic увеличено до 256 +3.4) Кол-во максимальных символов //element(*,tns:NotificationOfOrderExecutionExportType)/tns:RecipientInfo/tns:Entpr/individual-registry-base:Surname, +//element(*,tns:NotificationOfOrderExecutionExportType)/tns:RecipientInfo/tns:Entpr/individual-registry-base:FirstName и +//element(*,tns:NotificationOfOrderExecutionExportType)/tns:RecipientInfo/tns:Entpr/individual-registry-base:Patronymic увеличено до 256 (используется в exportNotificationsOfOrderExecution, exportNotificationsOfOrderExecution, +exportNotificationsOfOrderExecutionPaginal) +3.5) Кол-во максимальных символов //element(*,tns:NotificationOfOrderExecutionExportType)/tns:RecipientInfo/tns:Legal/tns:Name увеличено до 4000 (используется в exportNotificationsOfOrderExecution, exportNotificationsOfOrderExecution, +exportNotificationsOfOrderExecutionPaginal) +3.6) В операцию importNotificationsOfOrderExecution добавлен новый блок tns:importNotificationsOfOrderExecutionRequest/tns:NotificationOfOrderExecution139Type - указание реквизитов платежа по п.139 приказа №589/944 от 28.12.2015 +3.7) В hcs-payments-base.xsd добавлен новый тип NotificationOfOrderExecution139Type + +3.10) Добавлена аннотация к элементу tns:importNotificationsOfOrderExecutionRequest/tns:NotificationOfOrderExecutionType + +-- +4.1) Кол-во максимальных символов tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:Legal/tns:Name увеличено до 4000 +4.2) Добавлен новый необязательный элемент tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:PaymentInformation/payments-base:PaymentInformationGuid - Идентификатор платежных реквизитов в платежном документе +4.3) Добавлен новый необязательный элемент tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:PaymentInformation/payments-base:Reminder - Сумма к оплате по платежным реквизитам (в копейках) +4.4) Дополнена аннотация tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:Reminder - Сумма к оплате по платежным реквизитам (в копейках) +4.5) Добавлена множественность для блока tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:PaymentInformation +4.6) Добавлен новый необязательный элемент tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:PaymentInformation/payments-base:IsCapitalRepair - Платежные реквизиты для платежей капитального ремонта +4.7) Добавлен новый необязательный элемент tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentGUID - GUID платежного документа +4.8) Изменена аннотация tns:exportPaymentDocumentDetailsResult/tns:Charge +4.9) Добавлен новый блок tns:exportPaymentDocumentDetailsResult/tns:Service - Сведения об ИЖКУ (при отсутствии начислений) +4.10) У блока tns:exportPaymentDocumentDetailsResult/tns:Service/tns:ExecutorInformation/tns:PaymentInformation изменен тип на payments-base:PaymentInformationExportType +-- +5.1) Добавлен новый блок tns:importAcknowledgmentRequest/tns:AcknowledgmentRequestInfo/payments-base:PaymentDocumentAck/payments-base:PaymentInformation - Сведения о платежных реквизитах +-- +6.1) Удален элемент tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/base:ErrorMessage, так как он не использовался + + +HCSANALYST-5889 + + + + +1) У элемента tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:PaymentInformation +изменен тип на payments-base:PaymentInformationExportType +2) Добавлен новый элемент tns:importNotificationsOfOrderExecutionRequest/tns:NotificationOfOrderExecutionType/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:KBK - Код из Классификатора доходов в бюджет +3) Добавлен новый элемент tns:importNotificationsOfOrderExecutionRequest/tns:NotificationOfOrderExecutionType/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:OKTMO - Код из Общероссийского классификатора территорий муниципальных образований +4) Добавлен новый элемент tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:PaymentInformation/payments-base:KBK +5) Добавлен новый элемент tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:PaymentInformation/payments-base:OKTMO +6) Добавлен новый элемент tns:exportNotificationsOfOrderExecutionResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:KBK +7) Добавлен новый элемент tns:exportNotificationsOfOrderExecutionResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:OKTMO +8) Добавлен новый элемент tns:exportNotificationsOfOrderExecutionPaginalResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:KBK +9) Добавлен новый элемент tns:exportNotificationsOfOrderExecutionPaginalResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:OKTMO +10) Добавлены новые типы OKTMOType и OKTMOImportType - Код по ОКТМО +11) Добавлен новый элемент tns:exportPaymentDocumentDetailsResult/tns:Charge/tns:PaymentDocument/tns:PaymentDocumentDetails/tns:ExecutorInformation/tns:PaymentInformation/payments-base:NumberBudgetaryAccount - Номер лицевого счета, открытый в органах Федерального казначейства (финансовых органах) +12) Добавлен новый элемент tns:importNotificationsOfOrderExecutionRequest/tns:NotificationOfOrderExecutionType/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:NumberBudgetaryAccount +13) Добавлен новый элемент tns:exportNotificationsOfOrderExecutionResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:NumberBudgetaryAccount +14) Добавлен новый элемент tns:exportNotificationsOfOrderExecutionPaginalResult/tns:exportNotificationsOfOrderExecutionResult/tns:NotificationOfOrderExecutionWithStatus/payments-base:RecipientInfo/payments-base:PaymentInformation/payments-base:NumberBudgetaryAccount +15) Добавлен новый элемент tns:exportPaymentDocumentResult/tns:PaymentDocument/tns:PaymentDocument/tns:PaymentInformation/payments-base:NumberBudgetaryAccount + + +16) удалена версия в tns:exportPaymentDocumentDetailsRequest/@base:version и tns:exportPaymentDocumentDetailsResult/@base:version +17) удалена версия в tns:exportPaymentDocumentRequest/@base:version и tns:exportPaymentDocumentResult/@base:version + + +HCSANALYST-5482 + +В importSupplyResourceContractRequest, importSupplyResourceContractProjectRequest, exportSupplyResourceContractResult добавлен необязательный элемент IndicationsAnyDay +Изменено описание элемента Period + + +HCSANALYST-5890 + +1. Добавлена операция сноса дома "demolishHouse" +2. В следующие типы данных добавлен необязательный элемент "LifeCycleStage" + 2.1 HouseBasicUOType + 2.2 HouseBasicUpdateUOType + 2.3 HouseBasicUpdateOMSType + 2.4 HouseBasicUpdateESPType + 2.5 ApartmentHouseOMSType + 2.6 ApartmentHouseESPType + 2.7 LivingHouseOMSType + + +HCSINT-43674 + +1. tns:exportHouseRequest/@base:version - убрано fixed значение +2. tns:exportHouseResult/@base:version - убрано fixed значение +3. HouseBasicExportType - добавлены необязательные элементы: + 3.1 LifeCycleStage + 3.2 DemolishionDate + 3.3 DemolishionReason + + +HCS-69233 + +1. Добавлен запрос exportBriefBasicHouse - Экспорт краткой базовой информации о домах +2. Добавлен запрос exportBriefLivingHouse - Экспорт краткой информации о жилых домах +3. Добавлен запрос exportBriefApartmentHouse - Экспорт краткой информации о многоквартирных домах + + +HCSANALYST-5513 + +Количество символов в типе данных WorkCountType (количество работ/услуг) увеличено до 4, исправлена опечатка в описании типа + + +HCS-76095 + +Добавлен тип данных MonthlyWorkCountType (количество работ/услуг за месяц) - неотрицательное целое число до 3 знаков. Используется для количества в типе данных CompletedWorkType. + + +NEWHCS-21510 + +1. importVotingProtocolRequest изменения для параметров: + 1.1 tns:Protocol/tns:AVoting/tns:AVotingStartDate: + 1.1.1 Изменен тип на xs:dateTime + 1.1.2 В аннотации удалена информация об обязательности + 1.1.3 Переименован в tns:StartMakingDecisionDate + 1.2 tns:Protocol/tns:AVoting/tns:AVotingDate: + 1.2.1 Изменен тип на xs:dateTime + 1.2.2 Поле необязательное + 1.2.3 Переименован в tns:EndMakingDecisionDate + 1.3 tns:Protocol/tns:MeetingAVoting/tns:AVotingStartDate: + 1.3.1 Изменен тип на xs:dateTime + 1.3.2 В аннотации удалена информация об обязательности + 1.3.3 Переименован в tns:StartMakingDecisionDate + 1.4 tns:Protocol/tns:MeetingAVoting/tns:AVotingDate: + 1.4.1 Изменен тип на xs:dateTime + 1.4.2 Поле необязательное + 1.4.3 Переименован в tns:EndMakingDecisionDate + 1.5 Значение поддерживаемой версии base:version изменено на 15.3.0.1 +2. exportVotingProtocolRequest Перечень поддерживаемых версий заменен на фиксированное значение 15.3.0.1 +3. exportVotingProtocolResultType изменения параметров: + 3.1 tns:AVoting/tns:AVotingStartDate: + 3.1.1 Изменен тип на xs:dateTime + 3.1.2 Переименован в tns:StartMakingDecisionDate + 3.2 tns:AVoting/tns:AVotingDate: + 3.2.1 Изменен тип на xs:dateTime + 3.2.2 Поле необязательное + 3.2.3 Переименован в tns:EndMakingDecisionDate + 3.3 tns:MeetingAVoting/tns:AVotingStartDate: + 3.3.1 Изменен тип на xs:dateTime + 3.3.2 Переименован в tns:StartMakingDecisionDate + 3.4 tns:MeetingAVoting/tns:AVotingDate: + 3.4.1 Изменен тип на xs:dateTime + 3.4.2 Поле необязательное + 3.4.3 Переименован в tns:EndMakingDecisionDate +4. importVotingMessageRequest изменения параметров: + 4.1 tns:AVoting/tns:AVotingStartDate + 4.1.1 Изменен тип на xs:dateTime + 4.1.2 Переименован в tns:StartMakingDecisionDate + 4.2 tns:AVoting/tns:AVotingEndDate + 4.2.1 Изменен тип на xs:dateTime + 4.2.2 Переименован в tns:EndMakingDecisionDate + 4.3 tns:MeetingAVoting/tns:AVotingStartDate + 4.3.1 Изменен тип на xs:dateTime + 4.3.2 Переименован в tns:StartMakingDecisionDate + 4.4 tns:MeetingAVoting/tns:AVotingEndDate + 4.4.1 Изменен тип на xs:dateTime + 4.4.2 Переименован в tns:EndMakingDecisionDate + 4.5 Значение поддерживаемой версии base:version изменено на 15.3.0.1 +5. exportVotingMessageRequest Значение поддерживаемой версии base:version изменено на 15.3.0.1 +6. exportVotingMessageResultType изменения параметров: + 6.1 tns:AVoting/tns:AVotingStartDate + 6.1.1 Изменен тип на xs:dateTime + 6.1.2 Переименован в tns:StartMakingDecisionDate + 6.2 tns:AVoting/tns:AVotingEndDate + 6.2.1 Изменен тип на xs:dateTime + 6.2.2 Переименован в tns:EndMakingDecisionDate + 6.3 tns:MeetingAVoting/tns:AVotingStartDate + 6.3.1 Изменен тип на xs:dateTime + 6.3.2 Переименован в tns:StartMakingDecisionDate + 6.4 tns:MeetingAVoting/tns:AVotingEndDate + 6.4.1 Изменен тип на xs:dateTime + 6.4.2 Переименован в tns:EndMakingDecisionDate + +NEWHCS-22674 + +1. exportDisqualifiedPersonRequest изменения параметров: + 1.1 Добавлены элементы Номер по ЕРУЛ tns:DisqualifiedPerson/tns:ErulNumber и Временный номер лицензии tns:DisqualifiedPerson/tns:TempNumber + 1.2 Уточнено описание tns:DisqualifiedPerson/tns:LicenseNumber + 1.3 Удалено фиксированное значение версии, добавлено уточнение, что возможные версии 10.0.1.1, 15.4.0.1 +2. exportDisqualifiedPersonResult изменения параметров: + 2.1 Добавлены элементы Номер по ЕРУЛ tns:exportDisqualifiedPersonResults/tns:ErulNumber и Временный номер лицензии tns:exportDisqualifiedPersonResults/tns:TempNumber + 2.2 Уточнено описание tns:exportDisqualifiedPersonResults/tns:LicenseNumber + 2.3 Удалено фиксированное значение версии \ No newline at end of file diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debt-requests/hcs-debt-requests-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debt-requests/hcs-debt-requests-service-async.wsdl new file mode 100644 index 0000000..9f6409d --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debt-requests/hcs-debt-requests-service-async.wsdl @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Загрузка в ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) + + + + + + Выгрузка из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) + + + + + + Загрузка в ГИС ЖКХ ответов на запросы о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) + + + + + + Выгрузка из ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) + + + + + + Результат обработки асинхронного вызова + + + + + + + + + Загрузка в ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) + + + + + + + + + + + + + + + Выгрузка из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) + + + + + + + + + + + + + + + Загрузка в ГИС ЖКХ ответов на запросы о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) + + + + + + + + + + + + + + + Выгрузка из ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Сервис управления запросами о наличии задолженности за ЖКУ + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debt-requests/hcs-debt-requests-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debt-requests/hcs-debt-requests-types.xsd new file mode 100644 index 0000000..3fca7d6 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debt-requests/hcs-debt-requests-types.xsd @@ -0,0 +1,1455 @@ + + + + + + + + + Импорт в ГИС ЖКХ запросов о наличии задолженности за ЖКУ. Доступны версии 13.1.10.1, 14.0.0.0, + + + + + + + + Операция над запросом о наличии задолженности за ЖКУ + + + + + + + Идентификатор запроса о наличии задолженности за ЖКУ. + + Обязателен для операции Revoke. + + Для операции Send указывается в том случае, если поставщикам ЖКУ направляется уже существующий в ГИС ЖКХ запрос + + + + + Тип операции над запросом о наличии задолженности за ЖКУ. + + Допустимые значения: + Send - Направить запрос поставщикам ЖКУ; + Revoke - Отозвать запрос, ранее направленный поставщикам ЖКУ. + + Для операции Send должен быть указан хотя бы один из элементов requestGUID или requestData + + + + + Данные запроса о наличии задолженности за ЖКУ. + + Указывается только для операции Send. + + Если операция связана с уже существующим в ГИС ЖКХ запросом (указан элемент requestGUID), то контент элемента используется для изменения запроса перед его направлением поставщикам ЖКУ. В противном случае, контент элемента используется для создания в ГИС ЖКХ нового запроса, который направляется поставщикам ЖКУ + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности подзапроса о наличии задолженности в рамках importDRsRequest + + + + + + + + + Экспорт из ГИС ЖКХ запросов о наличии задолженности за ЖКУ. Доступны версии 13.1.10.1, 14.0.0.0 и 15.3.0.0 + + + + + + + Условия отбора запросов о наличии задолженности за ЖКУ + + + + Идентификатор запроса о наличии задолженности за ЖКУ + + + + + Номер запроса, присвоенный ГИС ЖКХ + + + + + Условия отбора по атрибутам запроса. + + Условия могут указываться в любых сочетаниях. В ответное сообщение будут включены только те запросы о задолженности, которые удовлетворяют ВСЕМ указанным условиям. Условие считается выполненным, если значение соответствующего атрибута запроса о задолженности + + либо совпадает с указанным в условии значением (применимо к элементу applicantInfo); + + либо совпадает с одним из указанных в условии значений (для элементов requestStatus, requestResult, houseGuid); + + либо попадает в заданный временной период (для элементов, задающих временной период) + + + + Период создания запроса в ГИС ЖКХ. + + Указываемый период не должен превышать 6-ти месяцев + + + + + Период направления запроса поставщикам ЖКУ. + + Указываемый период не должен превышать 6-ти месяцев + + + + + Период крайнего срока ответа на запрос + + + + + Информация о заявителе + + + + + + Идентификатор дома/помещения/комнаты в Реестре адресных объектов ГИС ЖКХ и Тип ОЖФ. +Указывается для версии 14.0.0.0 + + + + + Идентификатор дома в Реестре адресных объектов ГИС ЖКХ, по которому осуществляется запрос. +Указывается для версии 13.1.10.1 + + + + + + Статус запроса в ГИС ЖКХ. + + Допустимые значения: + Draft - Проект; + Processing - В обработке; + Sent - Направлен поставщикам ЖКУ; + Processed - Получен ответ; + Revoked - Отозван + + + + + Результат выполнения запроса о наличии задолженности за ЖКУ (НСИ #357) + + + + + Идентификатор, используемый для экспорта 2-го и последующих блоков данных. + + Если в элементе exportDRsRequest указаны условия отбора по атрибутам запроса, то экспорт запросов осуществляется блоками по 100 запросов в каждом блоке (последний блок может содержать меньшее число запросов). + + Для экспорта первого блока данных элемент не указывается. Для экспорта каждого следующего блока данных в элементе должно указываться значение элемента getStateResult/ exportDRsResult/ pagedOutput/ nextRequestGUID, полученное при экспорте предыдущего блока данных + + + + + + + + + + + + Результат экспорта из ГИС ЖКХ запросов о наличии задолженности за ЖКУ. + + + + + + + + Результат выполнения запроса на экспорт из ГИС ЖКХ запросов о наличии задолженности за ЖКУ + + + + + + + + + + + + Тип для результата экспорта из ГИС ЖКХ запросов о наличии задолженности за ЖКУ + + + + + Данные запроса о наличии задолженности за ЖКУ + + + + + Запросы о наличии задолженности за ЖКУ, данные о которых не найдены в ГИС ЖКХ + + + + + + Идентификатор запроса о наличии задолженности за ЖКУ + + + + + Номер запроса, присвоенный ГИС ЖКХ + + + + + + + + Параметры, необходимые для экспорта следующего блока данных (см. аннотацию элемента exportDRsRequest/ exportRequestGUID). + + Заполняется, если в элементе exportDRsRequest указаны условия отбора по атрибутам запроса + + + + + + Идентификатор, который необходимо указать в элементе exportDRsRequest/ exportRequestGUID для экспорта следующего блока данных + + + + + Признак того, что текущий экспортируемый блок является последним + + + + + + + + + + + + Экспорт из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ. Доступны версии 13.1.10.1, 14.0.0.0 и 15.3.0.0 + + + + + + + + Условия отбора подзапросов + + + + Идентификатор подзапроса, сформированного ГИС ЖКХ + + + + + Номер запроса о наличии задолженности за ЖКУ, направленного в ГИС ЖКХ + + + + + Условия на атрибуты запроса / подзапроса + + + + Период направления запроса поставщикам ЖКУ. + Указываемый период не должен превышать 6-ти месяцев + + + + + + Идентификатор дома в Реестре адресных объектов ГИС ЖКХ, с которым связан запрос о наличии задолженности. +Указывается для версии 13.1.10.1 + + + + + Идентификатор дома/помещения/комнаты в Реестре адресных объектов ГИС ЖКХ и Тип ОЖФ. +Указывается для версии 14.0.0.0 + + + + + + Статус запроса, направленного в ГИС ЖКХ. + + Допустимые значения: + Sent - Направлен; + Processed - Получен ответ + + + + + Статус ответа на подзапрос, сформированный ГИС ЖКХ. + + Допустимые значения: + NotSent - Не отправлен; + Sent - Отправлен; + AutoGenerated - Сформирован автоматически + + + + + Идентификатор, используемый для экспорта 2-го и последующих блоков данных. + + Если в элементе exportDSRsRequest указаны условия отбора по атрибутам запроса/подзапроса, то экспорт подзапросов осуществляется блоками по 100 подзапросов в каждом блоке (последний блок может содержать меньшее число подзапросов). + + Для экспорта первого блока данных элемент не указывается. Для экспорта каждого следующего блока данных в элементе должно указываться значение элемента getStateResult/ exportDSRsResult/ pagedOutput/ nextSubrequestGUID, полученное при экспорте предыдущего блока данных + + + + + + + Признак включения в результат сведений об ответах на запросы о задолженности по ЖКУ. +Указывается для версии 13.1.10.1 + + + + + + + + + + + Результат экспорта из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ. Доступны версии 13.1.10.1, 14.0.0.0 и 15.3.0.0 + + + + + + + + Результат выполнения запроса на экспорт подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ + + + + + + + + + + + + Тип для результата экспорта из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ + + + + + Данные подзапроса о наличии задолженности за ЖКУ + + + + + Запросы и подзапросы о наличии задолженности за ЖКУ, данные о которых не найдены в ГИС ЖКХ + + + + + + Идентификатор подзапроса, сформированного ГИС ЖКХ + + + + + Номер запроса о наличии задолженности за ЖКУ, направленного в ГИС ЖКХ + + + + + + + + Параметры, необходимые для экспорта следующего блока данных (см. аннотацию элемента exportDSRsRequest/ exportSubrequestGUID). + + Заполняется, если в элементе exportDSRsRequest указаны условия отбора по атрибутам запроса / подзапроса + + + + + + Идентификатор, который необходимо указать в элементе exportDSRsRequest/ exportSubrequestGUID для экспорта следующего блока данных + + + + + Признак того, что текущий экспортируемый блок является последним + + + + + + + + + + + Импорт в ГИС ЖКХ ответов на подзапросы о наличии задолженности за ЖКУ, сформированные ГИС ЖКХ + + + + + + + + Действие с ответом на подзапрос о наличии задолженности + + + + + + + Идентификатор подзапроса о наличии задолженности, сформированного ГИС ЖКХ + + + + + Тип операции с ответом на подзапрос. + + Допустимые значения: + Send - Отправить ответ; + Revoke - Отозвать ранее отправленный ответ + + + + + Ответ на подзапрос. + + Указывается только для операции Send. + + Если для подзапроса ответ уже существует в ГИС ЖКХ, то контент элемента используется для изменения ответа перед его отправкой. В противном случае, контент элемента используется для создания и отправки нового ответа + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности подзапроса о наличии задолженности в рамках importDSRResponsesRequest + + + + + + + + + Возврат статуса и результатов отправленного сообщения + + + + + + + + Результат импорта + + + + + Результат выполнения запроса на экспорт из ГИС ЖКХ запросов о наличии задолженности за ЖКУ + + + + + Результат выполнения запроса на экспорт подзапросов о наличии задолженности за ЖКУ, сформированных ГИС ЖКХ + + + + + + + + + + + + + Информация о заявителе, указываемая в параметрах запроса + + + + + Имя + + + + + Фамилия + + + + + Отчество + + + + + СНИЛС + + + + + Документ, удостоверяющий личность заявителя + + + + + + + Информация о заявителе + + + + + Имя + + + + + Фамилия + + + + + Отчество + + + + + СНИЛС + + + + + Документ, удостоверяющий личность заявителя + + + + + + + Информация о задолженности, подтвержденной судебным актом + + + + + Информация о лице, в отношении которого имеется задолженность + + + + + + Имя + + + + + Фамилия + + + + + Отчество + + + + + СНИЛС + + + + + Документ, удостоверяющий личность + + + + + + + + Документ, подтверждающий задолженность + + + + + + Тип документа, для ответа на подзапрос (НСИ 358) + + + + + Прикрепленный файл + + + + + + + + + + Документ, удостоверяющий личность заявителя + + + + + Вид документа, удостоверяющего личность (НСИ #95) + + + + + Серия + + + + + + + + + + Номер + + + + + + + + + + + + Данные подзапроса о наличии задолженности за ЖКУ, сформированного ГИС ЖКХ + + + + + Идентификатор подзапроса, присвоенный в ГИС ЖКХ + + + + + Информация об исходном запросе в ГИС ЖКХ о наличии задолженности за ЖКУ + + + + + + Идентификатор запроса в ГИС ЖКХ + + + + + Номер запроса + + + + + Организация, + направившая запрос + + + + + Объект жилищного фонда (ОЖФ), по которому осуществляется запрос + + + + + Период, за который запрашивается задолженность + + + + + Статус запроса. + + Допустимые значения: + Sent - Направлен + Processed - Получен ответ + + + + + Дата направления запроса + + + + + Крайний срок ответа на запрос + + + + + Информация о сотруднике, сформировавшем запрос + + + + + + + + Статус ответа на подзапрос о наличии задолженности за ЖКУ. + + Допустимые значения: + NotSent - Не отправлен + Sent - Отправлен + AutoGenerated - Сформирован автоматически + + + + + Ответ на подзапрос + + + + + + Признак наличия задолженности, подтвержденной судебным актом + + + + + Информация о непогашенной задолженности, подтвержденной судебным актом + + + + + Дополнительный файл + + + + + Дополнительная информация + + + + + + + + + + Информация о сотруднике, сформировавшем ответ + + + + + + + + + + Информация об исполнителе + + + + + Идентификатор исполнителя + + + + + ФИО Исполнителя + + + + + + + Данные запроса о наличии задолженности за ЖКУ для экспорта из ГИС ЖКХ + + + + + Идентификатор запроса, присвоенный в ГИС ЖКХ + + + + + Номер запроса, присвоенный в ГИС ЖКХ + + + + + Информация о заявителе + + + + + Сведения об объекте жилищного фонда (ОЖФ), по которому осуществляется запрос + + + + + Период, за который запрашивается задолженность + + + + + Организация, + сформировавшая запрос + + + + + Информация о сотруднике, сформировавшем запрос + + + + + Статус запроса в ГИС ЖКХ. + + Допустимые значения: + Draft - Проект; + Processing - В обработке; + Sent - Направлен поставщикам ЖКУ; + Processed - Получен ответ; + Revoked - Отозван + + + + + Результат выполнения запроса. + + Допускаются любые значения из справочника ГИС ЖКХ "Результат запроса о наличии или отсутствии + задолженности за ЖКУ" (НСИ #345). Aктуальными + являются следующие значения: + 1 - Запрос не отправлен + 2 - Запрос ожидает ответа + 3 - Имеется информация о задолженности + 4 - Задолженности нет + 5 - Отсутствует размещенная информация в ГИС ЖКХ + 6 - Информация о задолженности отсутствует + 7 - Информация о задолженности не подтверждена поставщиком + + + + + Дата создания запроса + + + + + Дата направления запроса поставщикам ЖКУ + + + + + Крайний срок ответа на запрос + + + + + Запросы организациям, предоставляющим ЖКУ + + + + + + Организация, + предоставляющая ЖКУ + + + + + Ответ организации + + + + + + Способ формирования ответа. + + Допустимые значения: + Provided - Предоставлен организацией + AutoGenerated - Сформирован автоматически + + + + + Признак наличия задолженности, подтвержденной судебным актом + + + + + Информация о непогашенной задолженности, подтвержденной судебным актом + + + + + Дополнительный файл + + + + + Дополнительная информация + + + + + + + + + + Информация о сотруднике, сформировавшем ответ + + + + + + + + + + + + + Экспортируемые сведения об объекте жилищного фонда (ОЖФ), по которому осуществляется запрос + + + + + + Заполняется для запросов, направленных по версии 13.1.10.1 + + + + Идентификатор дома (либо в Реестре адресных объектов ГИС ЖКХ, либо в справочнике ФИАС) + + + + + Дополнительная информация об ОЖФ (номер квартиры / помещения, комнаты, блока жилого дома). + +Обязателен для ОЖФ, имеющих тип многоквартирный дом или жилой дом блокированной застройки. Не указывается для ОЖФ, имеющих тип жилой дом + + + + + + + + + + + Заполняется для запросов, направленных по версии 14.0.0.0 + + + + Идентификатор дома/помещения/комнаты в Реестре адресных объектов ГИС ЖКХ. + + + + + Тип объекта. + Возможные значения: + Appartment - Помещение/блок, + Room - Комната, + House - Жилой дом + Заполняется только для новой версии + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Адресная строка + + + + + + + + + + + + + Данные запроса о наличии задолженности за ЖКУ для импорта в ГИС ЖКХ + + + + + Информация о заявителе + + + + + Сведения об объекте жилищного фонда (ОЖФ), по которому осуществляется запрос + + + + + Идентификатор сотрудника, сформировавшего запрос + + + + + + + Данные подзапроса о наличии задолженности за ЖКУ для импорта в ГИС ЖКХ + + + + + Признак наличия задолженности, подтвержденной судебным актом + + + + + Дополнительный файл. + + Может быть указан, только если hasDebt=TRUE + + + + + Дополнительная информация + + + + + + + + + + Идентификатор сотрудника, сформировавшего ответ + + + + + Информация о непогашенной задолженности, подтвержденной судебным актом. + +Может быть указан, только если hasDebt=TRUE. + + + + Информация о непогашенной задолженности, подтвержденной судебным актом. Указывается, если ответ направляется без учета реестра сведений о задолженности. + +Может быть указан, только если hasDebt=TRUE. В этом случае элемент обязателен + + + + + Идентификатор записи реестра сведений о задолженности. Указывается при направлении ответа с учетом реестра сведений о задолженности. Может быть указан, только если hasDebt=TRUE. Необязателен для заполнения + + + + + + + + Сведения об организации + + + + + Корневой идентификатор организации (в Реестре организаций ГИС ЖКХ) + + + + + Наименование организации + + + + + Телефон организации + + + + + + + блок судебного акта Доступные версии: 14.0.0.0 и 15.3.0.0 + + + + + Номер судебного акта + + + + + + + + + + Дата вступления в силу судебного акта + + + + + Дата судебного акта (вынесения) Необязательный атрибут. Заполняется, начиная с версии 15.3.0.0, если значение не пустое + + + + + + + Информация об аннулированном объекте жилищного фонда, указанном в записи в реестре сведений о задолженности. + Запролняется, если судебный акт ссылается на аннулированный в ГИС ЖКХ объект жилищного фонда. + + + + + Адрес аннулированного объекта жилищного фонда. + + + + + + + + + + Глобальный уникальный идентификатор аннулированного дома по ФИАС + + + + + Идентификационный код аннулированного дома в ГИС ЖКХ.Адреса объектов, добавленных по заявкам на добавление в ФИАС, выгружаются в открытой части ГИС ЖКХ в разделе «Регламенты и инструкции». + + + + + Глобальный уникальный идентификатор аннулированного объекта жилищного фонда в Реестре адресных объектов ГИС ЖКХ. + + + + + + + Информация о задолженности, подтвержденной судебным актом для экспорта ГИС ЖКХ + + + + + Информация о лице, в отношении которого имеется задолженность + + + + + + Имя + + + + + Фамилия + + + + + Отчество + + + + + СНИЛС + + + + + Документ, удостоверяющий личность + + + + + + + + Документ, подтверждающий задолженность + + + + + + Тип документа, для ответа на подзапрос (НСИ 358) + + + + + Прикрепленный файл + + + + + Идентификатор записи в реестре сведений о задолженности. + +Выгружается, если запрос на экспорт отправлен по новой версии (14.0.0.0) + + + + + Информация о судебном акте. + Обязательно для заполнения, если тип документа = судебный акт (заполняется для новой версии ответа на запрос). + +Выгружается, если запрос на экспорт отправлен по новой версии (14.0.0.0) + + + + + Информация об аннулированном объекте жилищного фонда, указанном в записи в реестре сведений о задолженности. + Запролняется, если судебный акт ссылается на аннулированный в ГИС ЖКХ объект жилищного фонда. + +Выгружается, если запрос на экспорт отправлен по новой версии (14.0.0.0) + + + + + + + + + + Сведения об объекте жилищного фонда (ОЖФ) для запроса экспорта запросов/подзапросов (версия 14.0.0.0) + + + + + Идентификатор дома/помещения/комнаты в Реестре адресных объектов ГИС ЖКХ. + + + + + Тип объекта. + Возможные значения: + Apartment - Помещение/блок, + Room - Комната, + House - Жилой дом + + + + + + + + Импортируемые сведения об объекте жилищного фонда (ОЖФ) в запросе + + + + + Указывается при направлении запроса по версии 13.1.10.1 + + + + Идентификатор дома (либо в Реестре адресных объектов ГИС ЖКХ, либо в справочнике ФИАС) + + + + + Дополнительная информация об ОЖФ (номер квартиры / помещения, комнаты, блока жилого дома). + +Обязателен для ОЖФ, имеющих тип многоквартирный дом или жилой дом блокированной застройки. Не указывается для ОЖФ, имеющих тип жилой дом + + + + + + + + + + + Указывается при направлении запроса по версии 14.0.0.0. + + + + + Идентификатор объекта жилищного фонда в Реестре адресных объектов ГИС ЖКХ. Обязателен для заполнения для всех типов, кроме жилой дом. Если тип = жилой дом. то может быть заполнен, либо HMObjectGUID, либо fiasHouseGUID + + + + + Тип объекта. + Возможные значения: + Apartment - Помещение/блок, + Room - Комната, + House - Жилой дом + + + + + + + Идентификатор ФИАС. Может быть заполнен, если тип объекта = жилой дом + + + + + + + + + Все статусы запроса в ГИС ЖКХ. + + Допустимые значения: + Draft - Проект; + Processing - В обработке; + Sent - Направлен поставщикам ЖКУ; + Processed - Получен ответ; + Revoked - Отозван + + + + + + + + + + + + Типы операций с запросами о наличии задолженности за ЖКУ. + + Допустимые значения: + Send - Направить запрос поставщикам ЖКУ; + Revoke - Отозвать запрос, ранее направленный поставщикам ЖКУ + + + + + + + + + Типы операций с ответами на подзапросы о наличии задолженности за ЖКУ. + + Допустимые значения: + Send - Отправить ответ; + Revoke - Отозвать ранее отправленный ответ + + + + + + + + + Скалярный тип для ввода ФИО + + + + + + + + + Скалярный тип для номера запроса + + + + + + + + Статус запроса, направленного в ГИС ЖКХ. + + Допустимые значения: + Sent - Направлен; + Processed - Получен ответ + + + + + + + + + Статус ответа на подзапрос, сформированный ГИС ЖКХ. + + Допустимые значения: + NotSent - Не отправлен; + Sent - Отправлен; + AutoGenerated - Сформирован автоматически + + + + + + + + + + Способ формирования ответа на подзапрос. + + Допустимые значения: + Provided - Предоставлен организацией; + AutoGenerated - Сформирован автоматически + + + + + + + + + Тип для ввода СНИЛС + + + + + + + + Тип ОЖФ. Возможные значения: Apartment - Помещение, Room - Комната, House - Жилой дом, HouseBlock - Блок в жилом доме + + + + + + \ No newline at end of file diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debts/hcs-debts-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debts/hcs-debts-service-async.wsdl new file mode 100644 index 0000000..f81268a --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debts/hcs-debts-service-async.wsdl @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт о сведений о задолженностях за ЖКУ + + + + + + Экспорт сведений о задолженностях за ЖКУ + + + + + + Получение статуса обработки запроса + + + + + + + + + Импорт о сведений о задолженностях за ЖКУ + + + + + + + + + + + + + Экспорт сведений о задолженностях за ЖКУ + + + + + + + + + + + + + Получение статуса обработки запроса + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debts/hcs-debts-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debts/hcs-debts-types.xsd new file mode 100644 index 0000000..febfdcf --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/debts/hcs-debts-types.xsd @@ -0,0 +1 @@ + Запрос на импорт сведений о задолженностях за ЖКУ Сведения о задолженностях за ЖКУ Размещение сведений о задолженностях за ЖКУ Объект жилого фонда, по которому имеется непогашенная задолженность, подтвержденная судебным актом Cведения о гражданине, у которого имеется задолженность, подтвержденная судебным актом Сведения о судебном акте Номер судебного акта Дата вступления в силу судебного акта Дата судебного акта (вынесения). Обязательный элемент. Файл судебного акта Акт сверки Дополнительная информация Дополнительные файлы Редактирование сведений о задолженностях за ЖКУ Уникальный идентификатор сведений о задолженности за ЖКУ Акт сверки Дополнительные файлы Дополнительная информация Аннулирование сведений о задолженностях за ЖКУ Уникальный идентификатор сведений о задолженности за ЖКУ Причина аннулирования сведений о задолженности за ЖКУ. Ссылка на НСИ "Причины аннулирования записи о задолженности за коммунальные услуги" (реестровый номер 365) Текстовая причина аннулирования сведений о задолженности за ЖКУ. Заполняется, если Причина аннулирования = 5. Иная Размещение сведений о погашении задолженности за ЖКУ Уникальный идентификатор сведений о задолженности за ЖКУ Комментарий при погашении задолженности Дата погашения задолженности Аннулирование сведений о погашении задолженности за ЖКУ Уникальный идентификатор сведений о задолженности за ЖКУ Причина аннулирования сведений о погашении задолженности за ЖКУ. Ссылка на НСИ "Причины аннулирования информации о погашении задолженности за коммунальные услуги" (реестровый номер 366) Текстовая причина аннулирования сведений о погашении задолженности за ЖКУ. Заполняется, если Причина аннулирования = 3. Иная Запрос на экспорт сведений о задолженностях за ЖКУ Доступные версии: 13.3.1.0 и 15.3.0.0 Критерии экспорта сведений о задолженностях за ЖКУ Идентификатор, используемый для экспорта 2-го и последующих блоков данных. Если в элементе exportDebtRequest указаны условия отбора по атрибутам запроса, то экспорт осуществляется блоками по 1000 записей в каждом блоке (последний блок может содержать меньшее число записей). Элемент NextPageExportRequestGUID не указывается для экспорта первого блока данных. Для экспорта каждого следующего блока данных в элементе NextPageExportRequestGUID должно указываться значение элемента tns:getStateResult/tns:ExportDebt/tns:ExportDebtGUID, полученное при экспорте предыдущего блока данных Результат экспорта сведений о задолженности за ЖКУ Доступные версии: 13.3.1.0 и 15.3.0.0 Результат выполнения запроса на экспорт сведений о погашении задолженности за ЖКУ Возврат статуса отправленного сообщения Результат импорта сведений о задолженности за ЖКУ Результат экспорта сведений о задолженности за ЖКУ Тип данных, описывающий сведения о гражданине, у которого имеется задолженность, подтвержденная судебным актом Фамилия Имя Отчество ИНН СНИЛС Документ, удостоверяющий личность Вид документа. Ссылка на НСИ "Документ, удостоверяющий личность" (реестровый номер 95) Серия документа, удостоверяющего личность Номер документа, удостоверяющего личность Тип данных, описывающий статус информации о задолженности. Возможные значения: PUBLISHED - Информация размещена; CANCELLED - Информация аннулирована. Тип данных, описывающий статус информации о погашении задолженности. Возможные значения: PAID – Задолженность погашена; UNPAID - Задолженность не погашена. Тип данных, описывающий статус информации об объекте, по которому имеется непогашенная задолженность, подтвержденная судебным актом Возможные значения: DEMOLISHED - снесен; ANNULED - аннулирован. Тип данных, описывающий объекты жилого фонда, по которому имеется непогашенная задолженность, подтвержденная судебным актом Дом, по которому имеется непогашенная задолженность, подтвержденная судебным актом Глобальный уникальный идентификатор дома по ФИАС/Идентификационный код дома в ГИС ЖКХ Идентификатор дома в реестре объектов жилищного фонда ГИС ЖКХ Идентификатор помещения/блока в реестре объектов жилищного фонда ГИС ЖКХ, по которому имеется непогашенная задолженность, подтвержденная судебным актом Идентификатор комнаты в реестре объектов жилищного фонда ГИС ЖКХ, по которой имеется непогашенная задолженность, подтвержденная судебным актом Тип данных, описывающий сведения о задолженноси за ЖКУ при экспорте Уникальный идентификатор сведений о задолженности за ЖКУ Jбъект жилищного фонда, по которому имеется непогашенная задолженность, подтвержденная судебным актом Сведения о гражданине, у которого имеется задолженность, подтвержденная судебным актом Сведения о судебном акте Номер судебного акта Дата вступления в силу судебного акта Дата судебного акта (вынесения). Необязательный элемент. Заполняется, если значение не пустое. Файл судебного акта Акт сверки Дополнительные файлы Дополнительная информация Статус сведений о задолженности. Возможные значения: PUBLISHED – Информация размещена; CANCELLED - Информация аннулирована. Дата первого размещения сведений о задолженности Дата последнего размещения сведений о задолженности Сведения о погашении задолженности за ЖКУ Статус сведений о погашении задолженности. Возможные значения: PAID – Задолженность погашена; UNPAID - Задолженность не погашена. Дата размещения сведений о погашении задолженности Дата погашения задолженности, указанная пользователем Комментарий при погашении задолженности Сведения об аннулировании сведений о погашении задолженности за ЖКУ Причина аннулирования сведений о погашении задолженности за ЖКУ Причина аннулирования сведений о погашении задолженности за ЖКУ. Ссылка на НСИ "Причины аннулирования информации о погашении задолженности за коммунальные услуги" (реестровый номер 366) Текстовая причина аннулирования сведений о погашении задолженности за ЖКУ. Заполняется, если Причина аннулирования = 3. Иная Дата аннулирования сведений о погашении задолженности за ЖКУ Сведения об аннулировании Дата аннулирования сведений о задолженности Причина аннулирования сведений о задолженности за ЖКУ Причина аннулирования сведений о задолженности за ЖКУ. Ссылка на НСИ "Причины аннулирования записи о задолженности за коммунальные услуги" (реестровый номер 365) Текстовая причина аннулирования сведений о задолженности за ЖКУ. Заполняется, если Причина аннулирования = 5. Иная Тип данных, описывающий результат экспорта сведений о задолженности за ЖКУ Сведения о задолженности за ЖКУ Идентификатор сведений о задолженности за ЖКУ для экспорта следующей 1000 записей Последняя страница экспорта Тип данных, описывающий критерии экспорта сведений о задолженностях за ЖКУ Дата вступления в силу судебного акта Период размещения сведений о задолженностях за ЖКУ Период размещения сведений о погашении задолженностях за ЖКУ Список статусов сведений о задолженностях за ЖКУ Статус сведений о задолженности. Возможные значения: PUBLISHED - Информация размещена; CANCELLED - Информация аннулирована. Список статусов сведений о погашении задолженности за ЖКУ Статус сведений о погашении задолженности. Возможные значения: PAID – Задолженность погашена; UNPAID - Задолженность не погашена. Объект жилищного фонда, по которому имеется непогашенная задолженность, подтвержденная судебным актом Номер судебного акта Cведения о гражданине, у которого имеется задолженность, подтвержденная судебным актом Тип данных, описывающий критерии экспорта объектов жилого фонда, по которым имеется непогашенная задолженность, подтвержденная судебным актом Дом, по которому имеется непогашенная задолженность, подтвержденная судебным актом Глобальный уникальный идентификатор дома по ФИАС/Идентификационный код дома в ГИС ЖКХ Идентификатор дома в реестре объектов жилищного фонда ГИС ЖКХ Идентификатор помещения/блока в реестре объектов жилищного фонда ГИС ЖКХ, по которому имеется непогашенная задолженность, подтвержденная судебным актом Идентификатор комнаты в реестре объектов жилищного фонда ГИС ЖКХ, по которой имеется непогашенная задолженность, подтвержденная судебным актом Тип данных, описывающий объект жилого фонда, по которому имеется непогашенная задолженность, подтвержденная судебным актом Объект жилого фонда, по которому имеется непогашенная задолженность, подтвержденная судебным актом Дом, по которому имеется непогашенная задолженность, подтвержденная судебным актом Глобальный уникальный идентификатор дома по ФИАС/Идентификационный код дома в ГИС ЖКХ Идентификатор дома в реестре объектов жилищного фонда ГИС ЖКХ Идентификатор помещения/блока в реестре объектов жилищного фонда ГИС ЖКХ, по которому имеется непогашенная задолженность, подтвержденная судебным актом Идентификатор комнаты в реестре объектов жилищного фонда ГИС ЖКХ, по которой имеется непогашенная задолженность, подтвержденная судебным актом Статус объекта жилищного фонда. Возможные значения: DEMOLISHED - снесен; ANNULED - аннулирован. Если статус объекта жилищного фонда отличен от данных значений, то элемент не заполняется. Дата изменения статуса объекта жилищного фонда. Заполняется только заполнен элемент tns:ObjectStatus Причина изменения статуса объекта жилищного фонда. Заполняется только заполнен элемент tns:ObjectStatus Причина изменения статуса объекта жилищного фонда на статус Снесен Причина изменения статуса объекта жилищного фонда на статус Аннулирован Тип данных, описывающий критерии экспорта сведений о гражданине, у которого имеется задолженность, подтвержденная судебным актом ИНН СНИЛС Документ, удостоверяющий личность Вид документа. Ссылка на НСИ "Документ, удостоверяющий личность" (реестровый номер 95) Серия документа, удостоверяющего личность Номер документа, удостоверяющего личность Тип данных, описывающий результаты экспорта сведений о гражданине, у которого имеется задолженность, подтвержденная судебным актом Фамилия Имя Отчество ИНН СНИЛС Документ, удостоверяющий личность Вид документа. Ссылка на НСИ "Документ, удостоверяющий личность" (реестровый номер 95) Серия документа, удостоверяющего личность Номер документа, удостоверяющего личность \ No newline at end of file diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-service-async.wsdl new file mode 100644 index 0000000..258a6f9 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-service-async.wsdl @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Передать показания ПУ + + + + + + Получить историю показаний ПУ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Асинхронный сервис управления приборами учета и передачей показаний + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-types.xsd new file mode 100644 index 0000000..657b015 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/device-metering/hcs-device-metering-types.xsd @@ -0,0 +1,1001 @@ + + + + + + + + + Показание однотарифного ПУ. Используется при импорте текущих и контрольных показаний ПУ + + + + + + + Дата снятия показания + + + + + + + + + + Показание однотарифного ПУ. Используется при импорте текущих и контрольных показаний ПУ + + + + + + + Дата снятия показания + + + + + + + + + + Данные ПУ, измеряющего объем потребления КР. Используется при импорте текущих и контрольных объемов + + + + + + + Дата снятия показания + + + + + + + + + + Базовые показания однотарифного ПУ: коммунальный ресурс, значение показания в единицах измерения ПУ и (если отличается) в единицах измерения коммунального ресурса по умолчанию, источник данных о показаниях ПУ, дата-время внесения в Систему. Используется при экспорте базовых показаний ПУ и показаний на начало / окончание поверки + + + + + + + Код единицы измерения показаний ПУ (из расширенного классификатора ОКЕИ). Заполняется, если ЕИ показаний ПУ отличается от ЕИ коммунального ресурса по умолчанию + + + + + Значение показания ПУ, выраженное в единицах измерения коммунального ресурса по умолчанию. Заполняется, если ЕИ показаний ПУ отличается от ЕИ КР по умолчанию + + + + + + Значение + + + + + Единица измерения коммунального ресурса по умолчанию + + + + + + + + + + + + Показания многотарифного ПУ: значения показаний в единицах измерения ПУ и (если отличается) в единицах измерения коммунального ресурса по умолчанию, источник данных о показаниях ПУ, дата-время внесения в Систему. Используется при экспорте базовых показаний ПУ и показаний на начало / окончание поверки + + + + + + + Код единицы измерения показаний ПУ (из расширенного классификатора ОКЕИ). Заполняется, если ЕИ показаний ПУ отличается от ЕИ коммунального ресурса по умолчанию + + + + + Значения показаний ПУ, выраженные в единицах измерения коммунального ресурса по умолчанию. Заполняется, если ЕИ показаний ПУ отличается от ЕИ КР по умолчанию + + + + + + Значение по тарифу T1 + + + + + Значение по тарифу T2 + + + + + Значение по тарифу T3 + + + + + Единица измерения коммунального ресурса по умолчанию + + + + + + + + + + + + Текущие показания однотарифного ПУ: расширяет тип базовых показаний однотарифного ПУ датой снятия показаний. Используется при экспорте текущих и контрольных показаний ПУ + + + + + + + Дата снятия показания + + + + + + + + + Текущие показания многотарифного ПУ: расширяет тип базовых показаний многотарифного ПУ датой снятия показаний. Используется при экспорте текущих и контрольных показаний ПУ электроэнергии + + + + + + + Дата снятия показания + + + + + + + + + Данные текущих показаний ПУ, измеряющего объем потребляемого коммунального ресурса: коммунальный ресурс, значение показания в единицах измерения ПУ и (если отличается) в единицах измерения коммунального ресурса по умолчанию, источник данных о показаниях ПУ. Используется при экспорте показаний на начало / окончание поверки + + + + + + + Кем внесено + + + + + Идентификатор организации, которая ввела данные в Систему. Не заполняется, если данные были введены гражданином + + + + + Дата и время внесения в Систему + + + + + Код единицы измерения объемов потребления (из расширенного классификатора ОКЕИ). Заполняется, если ЕИ показаний ПУ отличается от ЕИ коммунального ресурса по умолчанию + + + + + Значения объемов потребления ПУ, выраженные в единицах измерения коммунального ресурса по умолчанию. Заполняется, если ЕИ показаний ПУ отличается от ЕИ КР по умолчанию + + + + + + Значение по тарифу T1 + + + + + Значение по тарифу T2 + + + + + Значение по тарифу T3 + + + + + Единица измерения коммунального ресурса по умолчанию + + + + + + + + + + + + Данные текущих показаний ПУ, измеряющего объем потребляемого коммунального ресурса: расширяет базовый тип датой снятия показаний. Используется при экспорте текущих и контрольных показаний + + + + + + + Дата снятия показания + + + + + + + + + Экспортируемые виды показаний ПУ (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) (используется при экспорте показаний) + + + + + Объем потребления за период + + + + + + + + Период, к которому относятся показания + + + + + + + + + + Контрольный объем + + + + + Данные поверки, ПУ остается прежним + + + + + + Дата начала поверки + + + + + Дата окончания поверки + + + + + Дата опломбиролвания ПУ после поверки + + + + + Объем на начало поверки + + + + + Объем на окончание поверки + + + + + + Признак плановой поверки + + + + + Причина выхода ПУ из строя (НСИ 224). Вносится при неплановой поверке. + + + + + + + + + + + + Импорт показаний приборов учета. Показания импортируются в единицах измерения, которые назначены прибору учета при его создании. (Допустимы следующие ЕИ: для коммунальных ресурсов "Холодная вода", "Горячая вода", "Сточные бытовые воды" - 112 (Литр) и 113 (Кубический метр); для КР "Электрическая энергия" - 245 (Киловатт-час); для КР "Газ" - 113 (Кубический метр); для КР "Тепловая энергия" - 233 (Гигакалория), 245 (Киловатт-час), 246 (Мегаватт-час), 271 (Джоуль), A056 (Гигаджоуль) и A058 (Мегаджоуль)) + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Показания и объемы потребленных ресурсов ПУ + + + + + + + Идентификатор ПУ + + + + + Идентификатор версии ПУ + + + + + + + Показания по ПУ (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих показания + + + + + + Показания за период + + + + + + + + Период, за который передаются показания. + +Если не указан, то показания относятся к месяцу Даты снятия показаний + + + + + + + + + + Контрольное показание + + + + + Показание поверки, ПУ остается прежним либо архивируется в случае выхода из строя + + + + + + Дата начала поверки + + + + + Дата окончания поверки + + + + + Дата опломбиролвания ПУ после поверки + + + + + Показание на начало поверки + + + + + Показание на окончание поверки + + + + + + Признак плановой поверки + + + + + Причина выхода ПУ из строя (НСИ 224). Вносится при неплановой поверке. + + + + + + + + + + + + + Показания по ПУ (электрическая энергия). Указывается только для ПУ, предоставляющих показания + + + + + + Показания за период + + + + + + + + Период, за который передаются показания. + +Если не указан, то показания относятся к месяцу Даты снятия показаний + + + + + + + + + + Контрольное показание + + + + + Показание поверки, ПУ остается прежним либо архивируется в случае выхода из строя + + + + + + Дата начала поверки + + + + + Дата окончания поверки + + + + + Дата опломбиролвания ПУ после поверки + + + + + Показание на начало поверки + + + + + Показание на окончание поверки + + + + + + Признак плановой поверки + + + + + Причина выхода ПУ из строя (НСИ 224). Вносится при неплановой поверке. + + + + + + + + + + + + + Объемы потребленных ресурсов по ПУ (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих объем потребленного КР + + + + + + Объем потребления за период + + + + + + + + Период, за который передаются показания. + +Если не указан, то показания относятся к месяцу Даты снятия показаний + + + + + + + + + + Контрольный объем + + + + + Сведения о поверке, ПУ остается прежним либо архивируется в случае выхода из строя + + + + + + Дата начала поверки + + + + + Дата окончания поверки + + + + + Дата опломбиролвания ПУ после поверки + + + + + Объем на начало поверки + + + + + Объем на окончание поверки + + + + + + Признак плановой поверки + + + + + Причина выхода ПУ из строя (НСИ 224). Вносится при неплановой поверке. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт истории показаний и поверок приборов учета (ПУ) пользователя, установленных в указанном доме. Допускается указание нескольких домов. Также допускается не указывать ни одного дома (в этом случае экспортируются данные по всем ПУ пользователя). Если запрошен экспорт по 2-м и более (или всем) домам, то данные экспортируются блоками, содержащими не более 1000 ПУ в каждом блоке. Для экспорта 2-го и последующих блоков необходимо повторить запрос с теми же значениями параметров и указать в нем элемент ExportMeteringDeviceRootGUID + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС, в котором установлен ПУ пользователя. Допускается указание нескольких элементов. Если не указан, то будут экспортироваться данные по всем ПУ пользователя + + + + + Идентификатор ПУ в ГИС ЖКХ, используемый для экспорта 2-го и последующих блоков данных (см. аннотацию корневого элемента). Должно указываться значение, полученное в элементе exportMeteringDeviceHistoryResult/PagedOutput/ExportMeteringDeviceRootGUID при экспорте предыдущего блока данных. Для выгрузки первого блока данных элемент не указывается + + + + + + Тип прибора учета (НСИ 27) + + + + + Вид коммунального ресурса (НСИ 2) + + + + + Идентификатор ПУ + + + + + + Дата ввода в эксплуатацию «С» + + + + + Дата ввода в эксплуатацию «По» + + + + + Выгружать архивированные + + + + + Дата архивации «С» + + + + + Дата архивации «По» + + + + + Дата начала периода, за который выгружаются показания и поверки ПУ (по дате снятия показаний). Значение по умолчанию: 1-е число предыдущего календарного месяца. Период выгрузки показаний ПУ (определяемый элементами inputDateFrom и inputDateTo) не должен выходить за пределы двух последовательных календарных месяцев + + + + + Дата окончания периода, за который выгружаются показания и поверки ПУ (по дате снятия показаний). Значение по умолчанию: текущая дата. Период выгрузки показаний ПУ (определяемый элементами inputDateFrom и inputDateTo) не должен выходить за пределы двух последовательных календарных месяцев + + + + + Если флаг сброшен или отсутствует, то показания, введенные в Систему гражданином, включаются в выгрузку. Если флаг установлен, то такие показания в выгрузку не включаются + + + + + Если флаг сброшен или отсутствует, то показания, введенные в Систему текущей организацией, включаются в выгрузку (при условии, что не установлен флаг excludeISValues). Если флаг установлен, то такие показания в выгрузку не включаются + + + + + Если флаг сброшен или отсутствует, то показания, введенные в Систему организациями отличной от текущей, включаются в выгрузку. Если флаг установлен, то такие показания в выгрузку не включаются + + + + + Если флаг установлен, то в выгрузку включаются только показания, введенные в личном кабинете или загруженные организациями отличной от текущей. В остальных случаях выгружаются все показания. (Устаревшая функциональность, которая перекрывается флагами ExcludePersonAsDataSource, ExcludeCurrentOrgAsDataSource, ExcludeOtherOrgAsDataSource) + + + + + + + + + + + Экспорт показаний и поверок приборов учета. Значения показаний и поверок указываются в единицах измерения (ЕИ), которые назначены прибору учета при его создании. Если ЕИ прибора учета отличается от ЕИ коммунального ресурса (КР) по умолчанию, то дополнительно указываются значения показаний и поверок в ЕИ КР по умолчанию + + + + + Идентификатор ПУ + + + + + Уникальный идентификатор дома-места установки ПУ (в ГИС ЖКХ). Заполняется всегда, кроме случая, когда в запросе exportMeteringDeviceHistoryRequest указан ровно один элемент tns:FIASHouseGuid + + + + + Уникальный идентификатор дома-места установки ПУ (по ФИАС). Заполняется всегда, кроме случая, когда в запросе exportMeteringDeviceHistoryRequest указан ровно один элемент tns:FIASHouseGuid + + + + + + Показания ПУ расхода холодной/горячей воды; газа; тепловой энергии. Указывается только для ПУ, предоставляющих показания + + + + + + Базовое показание + + + + + Показание + + + + + + Показание за период + + + + + + + + Период, к которому относятся показания + + + + + + + + + + Контрольное показание + + + + + Показание поверки, ПУ остается прежним + + + + + + Дата начала поверки + + + + + Дата окончания поверки + + + + + Дата опломбиролвания ПУ после поверки + + + + + Показание на начало поверки + + + + + Показание на окончание поверки + + + + + + Признак плановой поверки + + + + + Причина выхода ПУ из строя (НСИ 224). Вносится при неплановой поверке. + + + + + + + + + Выгрузить показания, поставщик которых не текущая ИС. +(Часть показаний может быть внесена не только через ГУИ, а с помощью другой ИС) Если флаг = "истина", то выгружаются показания, созданные через ГУИ и с помощью других ИС, в остальных случаях выгружаются все показания + + + + + + + + + + + Показания ПУ расхода электроэнергии. Указывается только для ПУ, предоставляющих показания + + + + + + Базовое показание + + + + + Показание + + + + + + Показания за период + + + + + + + + Период, к которому относятся показания + + + + + + + + + + Контрольное показание + + + + + Показание поверки, ПУ остается прежним + + + + + + Дата начала поверки + + + + + Дата окончания поверки + + + + + Дата опломбиролвания ПУ после поверки + + + + + Показание на начало поверки + + + + + Показание на окончание поверки + + + + + + Признак плановой поверки + + + + + Причина выхода ПУ из строя (НСИ 224). Вносится при неплановой поверке. + + + + + + + + + Выгрузить показания, поставщик которых не текущая ИС. +(Часть показаний может быть внесена не только через ГУИ, а с помощью другой ИС) Если флаг = "истина", то выгружаются показания, созданные через ГУИ и с помощью других ИС, в остальных случаях выгружаются все показания + + + + + + + + + + + Объемы потребления ресурсов ПУ (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих объем потребленного КР + + + + + + + + Выгрузить данные, поставщик которых не текущая ИС. +(Часть данных может быть внесена не только через ГУИ, а с помощью другой ИС) Если флаг = "истина", то выгружаются данные, созданные через ГУИ и с помощью других ИС, в остальных случаях выгружаются все данные + + + + + + + + + + + Данные об архивации ПУ + + + + + + Причина архивации. Ссылка на НСИ "Причина архивации прибора учета" (реестровый номер 21). + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + Параметры, используемые для выгрузки показаний и поверок ПУ блоками, содержащими не более 1000 ПУ в каждом блоке. Заполняется всегда, кроме случая, когда в запросе exportMeteringDeviceHistoryRequest указан ровно один элемент tns:FIASHouseGuid + + + + + + Корневой идентификатор ПУ в ГИС ЖКХ для получения следующего блока запроса + + + + + Признак последнего блока запроса + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/fas/hcs-fas-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/fas/hcs-fas-service-async.wsdl new file mode 100644 index 0000000..1654a73 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/fas/hcs-fas-service-async.wsdl @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Статус операции + + + + + + Импорт сведений о лицах, осуществляющих поставки ресурсов. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/fas/hcs-fas-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/fas/hcs-fas-types.xsd new file mode 100644 index 0000000..65c7fca --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/fas/hcs-fas-types.xsd @@ -0,0 +1,260 @@ + + + + + + + + Импорт сведений о лицах, осуществляющих поставки ресурсов, необходимых для предоставления коммунальных услуг, в многоквартирные дома, жилые дома + + + + + + + + Ресурсоснабжающая организация + + + + + + + Дата актуальности сведений + + + + + + Внести актуальные сведения в реестр + + + + + + + + Наименование для ЮЛ или фамилия, имя и отчество для ИП + + + + + + + + + + + Признак ИП + + + + + + + + + Регулируемый вид деятельности по поставке ресурсов + + + + + + Регулируемый вид деятельности по поставке ресурсов по справочнику + + + + + Муниципальное образование, на территории которого юридическое лицо или индивидуальный предприниматель осуществляет регулируемые виды деятельности по поставке ресурсов + + + + + + + + Реестр субъектов естественных монополий + + + + + + Номер + + + + + + + + + + + Дата включения + + + + + + + + Федеральный информационный реестр гарантирующих поставщиков и зон их деятельности + + + + + + Номер + + + + + + + + + + + Дата включения + + + + + + + + + + + Аннулировать сведения в реестре + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + Регулируемый вид деятельности по поставке ресурсов (по справочнику Реестр ВД) + + + + + + Регулируемый вид деятельности по поставке ресурсов (по справочнику видов деятельности ГИС ЖКХ) + + + + + Холодное водоснабжение/Транспортировка воды, включая распределение воды + + + + + Холодное водоснабжение/Подвоз воды (на основании заявления органа местного самоуправления) + + + + + Горячее водоснабжение с использованием закрытых систем теплоснабжения (горячего водоснабжения)/Приготовление воды на нужды горячего водоснабжения + + + + + Водоотведение, в том числе очистка сточных вод, обращение с осадком сточных вод + + + + + Теплоснабжение/Сбыт тепловой энергии и теплоносителя + + + + + Теплоснабжение/Поддержание резервной тепловой мощности при отсутствии потребления тепловой энергии + + + + + Поставки электрической энергии населению + + + + + Услуги по поставке (реализации) природного газа/Реализация газа населению + + + + + Услуги по поставке (реализации) природного газа/Реализация сжиженного газа населению для бытовых нужд + + + + + Поставка топлива твердого, топлива печного бытового и керосина гражданам/Поставка топлива твердого гражданам + + + + + Электроснабжение: поставки электрической энергии населению + + + + + Услуги по поставке (реализации) природного газа: реализация газа населению + + + + + Услуги по поставке (реализации) природного газа: реализация сжиженного газа населению для бытовых нужд + + + + + Поставка топлива твердого, топлива печного бытового и керосина гражданам: поставка топлива твердого гражданам + + + + + Поставка топлива твердого, топлива печного бытового и керосина гражданам: Поставка топлива печного бытового гражданам + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-service-async.wsdl new file mode 100644 index 0000000..c1ebca9 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-service-async.wsdl @@ -0,0 +1,1075 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Передать данные ПУ + + + + + + Получить перечень ПУ + + + + + + Получить перечень ПУ по ЛС для ОДСП + + + + + + + + + + + Cоздание/редактирование, удаление, пролонгация, расторжение ДУ + + + + + + Cоздание/редактирование, удаление, пролонгация, расторжение устава + + + + + + Экспорт статусов договоров управления, уставов, доп. соглашений + + + + + + ВИ_ИРАО_ДОМ_ЭКСП. Экспорт данных дома. + + + + + + ВИ_ИЛС_СЗЛС. передать данные лицевых счетов + + + + + + ВИ_ИЛС_РЛС. получить перечень лицевых счетов + + + + + + Импорт ДОИ (Договор на пользование общим имуществом) + + + + + + Экспорт списка ДОИ + + + + + + ВИ_ИО_И_1. Импорт новостей для информирования граждан + + + + + + Импорт протокола ОСС + + + + + + Экспорт протокола ОСС + + + + + + Импорт решения собственника по вопросам голосования + + + + + + Экспорт решений собственников по вопросам голосования + + + + + + Экспорт договоров управления, уставов, доп. соглашений + + + + + + Импорт данных дома для полномочия УО + + + + + + Импорт данных дома для полномочия ОМС + + + + + + Импорт данных дома для полномочия ЕСП + + + + + + Импорт договора ресурсоснабжения с РСО + + + + + + Экспорт договоров ресурсоснабжения + + + + + + Импорт индивидуальных услуг лицевого счета + + + + + + Экспорт индивидуальных услуг лицевого счета + + + + + + Экспорт объектов жилищного фонда из договоров ресурсоснабжения + + + + + + Импорт информации об объектах жилищного фонда в договор ресурсоснабжения + + + + + + Импорт проекта договора ресурсоснабжения + + + + + + Экспорт статусов автопролонгации договоров управления, уставов + + + + + + Экспорт сокращенного состава информации о договоре ресурсоснабжения + + + + + + Экспорт краткой информации о договоре найма + + + + + + Операция сноса дома + + + + + + Экспорт краткой базовой информации о доме + + + + + + Экспорт краткой информации о жилом доме + + + + + + Экспорт краткой информации о многоквартирном доме + + + + + + Импорт итогов голосования, проведенного с использованием системы, отличной от ГИС ЖКХ + + + + + + Импорт сообщения о проведении ОСС + + + + + + Экспорт сообщения о проведении ОСС + + + + + + Импорт письменных отказов собственников + + + + + + Экспорт письменных отказов собственников + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Сервис управления объектами РАО + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-types.xsd new file mode 100644 index 0000000..c1e0b85 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/house-management/hcs-house-management-types.xsd @@ -0,0 +1,19770 @@ + + + + + + + + + + + + + + + + Импорт данных дома. В ответ на запрос формируется статус обработки данных многоквартирного дома. ImportResult содержит результат обработки данных дома (В GUID содержится FIASHouseGuid входных данных, UniqueNumber содержит Уникальный номер дома), помещений (UniqueNumber содержит Уникальный номер помещения), комнат (UniqueNumber содержит Уникальный номер комнаты). Доступны версии 11.0.10.1, 13.2.3.2 + + + + + + + + + Многоквартирный дом + + + + + + + Добавление многоквартирного дома + + + + + + + + + + + + + + Изменение данных многоквартирного дома + + + + + + + + + + + + + + + Нежилое помещение + + + + Добавление нежилого помещения + + + + + + + + + + + + + + Изменение данных нежилого помещения + + + + + + + + + Идентификатор помещения + + + + + + + + + + + Подъезды и жилые помещения + + + + + Добавление нового подъезда + + + + + + + + + + + + + + Изменение подъезда + + + + + + + + + Идентификатор подъезда + + + + + + + + + + + Жилое помещение + + + + + + + Добавление жилого помещения + + + + + + + + + + + + + + Изменение данных жилого помещения + + + + + + + + + Идентификатор помещения + + + + + + + + + + + Комната в квартире коммунального заселения + + + + Добавление комнаты + + + + + + + + + + + + + + Изменение комнаты + + + + + + + + + Идентификатор комнаты + + + + + + + + + + + + + + + Добавление нового лифта + + + + + + + + + + + + + + Изменение лифта + + + + + + + + + Идентификатор лифта + + + + + + + + + + + + + + + Жилой дом + + + + + + + Добавление жилого дома + + + + + + + + + + + + + + Изменение данных жилого дома + + + + + + + + + + + + + + + + Комнаты (для обычных ЖД) + + + + Добавление комнаты + + + + + + + + + + + + + + Обновление комнаты + + + + + + + + + Идентификатор комнаты + + + + + + + + + + + Блоки (для ЖД блокированной застройки) + + + + + + + Создание блока + + + + + + + + + + + + + + Обновление блока + + + + + + + + + Идентификатор блока жилого дома + + + + + + + + + + + Комнаты в блоке + + + + Добавление комнаты + + + + + + + + + + + + + + Обновление комнаты + + + + + + + + + Идентификатор комнаты + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт данных дома. В ответ на запрос формируется статус обработки данных многоквартирного дома. ImportResult содержит результат обработки данных дома (В GUID содержится FIASHouseGuid входных данных, UniqueNumber содержит Уникальный номер дома), помещений (UniqueNumber содержит Уникальный номер помещения), комнат (UniqueNumber содержит Уникальный номер комнаты). Доступны версии 11.5.0.2, 13.2.3.2, 15.6.0.1 + + + + + + + + + Многоквартирный дом + + + + + + + Добавление многоквартирного дома + + + + + + + + Cпособ управления домом (НСИ 25). Разрешено передавать параметр только при отсутствии информации об управлении МКД (отсутствует запись в РИСУ и/или не размещён договор управления/устав): +- Не выбран; +- Непосредственное управление; +- Выбран, но не реализован. +В иных случаях значение элемента игнорируется. + + + + + + Дата начала способа управления. Заполняется только для версии 15.6.0.1 и выше + + + + + + + + + + Изменение данных многоквартирного дома + + + + + + + + + Cпособ управления домом (НСИ 25). Разрешено предавать параметр только при отсутствии информации об управлении МКД (отсутствует запись в РИСУ и/или не размещён договор управления/устав): +- Не выбран; +- Непосредственное управление; +- Выбран, но не реализован. +В иных случаях значение элемента игнорируется. + + + + + Дата начала способа управления. Заполняется только для версии 15.6.0.1 и выше + + + + + + + + + + + Нежилое помещение + + + + Добавление нежилого помещения + + + + + + + + + + + + + + Изменение данных нежилого помещения + + + + + + + + + Идентификатор помещения + + + + + + + + + + + Подъезд + + + + + Добавление нового подъезда + + + + + + + + + + + + + + Изменение подъезда + + + + + + + + + Идентификатор подъезда + + + + + + + + + + + Жилое помещение + + + + + + + Добавление жилого помещения + + + + + + + + + + + + + + Изменение данных жилого помещения + + + + + + + + + Идентификатор помещения + + + + + + + + + + + Комната в квартире коммунального заселения + + + + Добавление комнаты + + + + + + + + + + + + + + Изменение комнаты + + + + + + + + + Идентификатор комнаты + + + + + + + + + + + + + + + Добавление нового лифта + + + + + + + + + + + + + + Изменение лифта + + + + + + + + + Идентификатор лифта + + + + + + + + + + + + + + + Жилой дом + + + + + + + Добавление жилого дома + + + + + + + + + Не применимо для ЖД + + + + + + + + + + Изменение данных жилого дома + + + + + + + + + Не применимо для ЖД + + + + + + + + + + + + Комнаты (для обычных ЖД) + + + + Добавление комнаты + + + + + + + + + + + + + + Обновление комнаты + + + + + + + + + Идентификатор комнаты + + + + + + + + + + + Блоки (для ЖД блокированной застройки) + + + + + + + Создание блока + + + + + + + + + + + + + + Обновление блока + + + + + + + + + Идентификатор блока жилого дома + + + + + + + + + + + Комнаты в блоке + + + + Добавление комнаты + + + + + + + + + + + + + + Обновление комнаты + + + + + + + + + Идентификатор комнаты + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт данных дома. В ответ на запрос формируется статус обработки данных многоквартирного дома. ImportResult содержит результат обработки данных дома (В GUID содержится FIASHouseGuid входных данных, UniqueNumber содержит Уникальный номер дома), помещений (UniqueNumber содержит Уникальный номер помещения), комнат (UniqueNumber содержит Уникальный номер комнаты). Доступны версии 11.6.0.2, 13.2.3.2, 15.6.0.1 + + + + + + + + Многоквартирный дом + + + + + + + Добавление многоквартирного дома + + + + + + + + + Разрешено предавать параметр только при отсутствии информации об управлении МКД (отсутствует запись в РИСУ и/или не размещён договор управления/устав): +- Не выбран +- Непосредственное управление +- Выбран, но не реализован. + + + + + + Дата начала способа управления + + + + + + + + + + + Изменение данных многоквартирного дома + + + + + + + + + Разрешено предавать параметр только при отсутствии информации об управлении МКД (отсутствует запись в РИСУ и/или не размещён договор управления/устав): +- Не выбран +- Непосредственное управление +- Выбран, но не реализован. + + + + + + Дата начала способа управления + + + + + + + + + + + + Нежилое помещение + + + + Добавление нежилого помещения + + + + + + + + + + + + + + Изменение данных нежилого помещения + + + + + + + + + Идентификатор помещения + + + + + + + + + + + Подъезды и жилые помещения + + + + + Добавление нового подъезда + + + + + + + + + + + + + + Изменение подъезда + + + + + + + + + Идентификатор подъезда + + + + + + + + + + + Жилое помещение + + + + + + + Добавление жилого помещения + + + + + + + + + + + + + + Изменение данных жилого помещения + + + + + + + + + Идентификатор помещения + + + + + + + + + + + Комната в квартире коммунального заселения + + + + Добавление комнаты + + + + + + + + + + + + + + Изменение комнаты + + + + + + + + + Идентификатор комнаты + + + + + + + + + + + + + + + Добавление нового лифта + + + + + + + + + + + + + + Изменение лифта + + + + + + + + + Идентификатор лифта + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт информации о доме. + +Доступны версии: 11.1.0.1, 12.2.0.1, 13.2.3.2, 15.6.0.1 + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + + + + + Ответ на экспорт информации о доме. + + + + + Уникальный номер дома + + + + + Дата модификации данных дома + + + + + Идентификатор дома в реестре объектов жилищного фонда. Элемент заполняется для версии 15.6.0.1 + + + + + + Многоквартирный дом + + + + + + + + Подъезд + + + + + + + + Дата модификации данных подъезда + + + + + Идентификатор подъезда + + + + + + + + + + Жилое помещение + + + + + + + + Уникальный номер помещения + + + + + Дата модификации данных помещения + + + + + Комната в квартире коммунального заселения + + + + + + + + Уникальный номер комнаты + + + + + Дата модификации данных комнаты + + + + + Идентификатор комнаты + + + + + + + + + + Идентификатор помещения + + + + + + + + + + Лифты + + + + + + + + Дата модификации данных лифта + + + + + Идентификатор лифта + + + + + + + + + + Нежилое помещение + + + + + + + + Уникальный номер помещения + + + + + Дата модификации данных помещения + + + + + Идентификатор помещения + + + + + + + + + + Cпособ управления домом (НСИ 25). + + + + + + + + + + Жилой дом + + + + + + + + + Комнаты (для обычного жилого дома) + + + + + + + + Уникальный номер комнаты + + + + + Дата модификации данных комнаты + + + + + Идентификатор комнаты + + + + + + + + + + Блоки (для жилого дома блокированной застройки) + + + + + + + + Уникальный номер блока + + + + + Дата модификации данных блока + + + + + Идентификатор блока жилого дома + + + + + Комната в блоке + + + + + + + + Уникальный номер комнаты + + + + + Дата модификации данных комнаты + + + + + Идентификатор комнаты + + + + + + + + + + + + + + + + Актуальная версия сведений о доме + + + + + + + + + + + + + + Снос дома. В ответ на запрос формируется статус обработки данных дома. ImportResult содержит результат обработки данных дома (В GUID содержится FIASHouseGuid входных данных, UniqueNumber содержит Уникальный номер дома). + + + + + + + + + Тип, описывающий запрос на снос дома + + + + + + + + + + + + + Информация о сносе дома + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Дата сноса + + + + + Основание сноса. Обязательно для домов, не признанных аварийными + + + + + + + + Причина сноса + + + + + Документ + + + + + Описание + + + + + + + + Запрос на экспорт краткой базовой информации о доме. Доступны версии 12.2.1.2, 13.2.3.2 + + + + + + + + Элемент поискового запроса. Один элемент - одна операция поиска дома + + + + + + + + + + + + + + + Запрос на экспорт краткой информации о жилом доме. Доступны версии 12.2.1.2, 13.2.3.2 + + + + + + + + Элемент поискового запроса. Один элемент - одна операция поиска дома + + + + + + + + + + + + + + + Запрос на экспорт краткой информации о многоквартирном доме. Доступны версии 12.2.1.2, 13.2.3.2 + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС или в ГИС ЖКХ + + + + + + + + + + + + Тип данных, описывающий запрос на экспорт краткой базовой информации об одном доме + + + + + + Критерий поиска + + + + + + + Критерии поиска дома + + + + + Уникальный номер дома + + + + + Уникальный номер помещения + + + + + Уникальный номер комнаты + + + + + Уникальный номер блока + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + Результат экпорта краткой базовой информации об одном доме. + + + + + Транспортный идентификатор + + + + + + Базовая информация о доме + + + + + Описание ошибки + + + + + + + + Тип данных, описывающий запрос на экспорт краткой информации об одном жилом доме + + + + + + Глобальный уникальный идентификатор дома по ФИАС или в ГИС ЖКХ + + + + + + + Результат запроса краткой информации о жилом доме. + + + + + Транспортный идентификатор + + + + + + Базовая информация о доме + + + + + Описание ошибки + + + + + + + + Кратка базовая информация о доме + + + + + Информация о расположении дома + + + + + Базовые характеристики дома в реестре адресных объектов ГИС ЖКХ + + + + + + + Краткая информация о базовых характеристиках дома в реестре адресных объектов ГИС ЖКХ + + + + + Уникальный номер дома + + + + + Состояние (НСИ 24) + + + + + + Стадия жизненного цикла (НСИ 338) + + + + + ОКТМО (обязательное для всех территорий, за исключением города и космодрома "Байконур"). Значение из ФИАС при наличии. + + + + + Идентификатор управляющей организации + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Дата сноса + + + + + Основание сноса (описание) + + + + + Признак асинхронной обработки - для дома запущена процедура аннулирования или сохранения информации о сносе + + + + + Данные общежития + + + + + + + Краткая информация о расположении дома + + + + + Уникальный идентификатор адреса дома, присвоенный ГИС ЖКХ + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Неформализованное описание адреса + + + + + + + + + + + Guid записи родительского объекта (улицы) + + + + + Номер дома + + + + + + + + + + + Номер корпуса + + + + + + + + + + + Номер строения + + + + + + + + + + + Признак владения: +0 – не определено; +1 – владение; +2 – дом; +3 – домовладение; +4 - участок; +5 - здание; +6 - шахта; +7 - подвал; +8 - котельная; +9 - погреб; +10 - объект незавершенного строительства. + + + + + + + + + + + + + + + + + + + + + + Признак строения: +0 – не определено; +1 – строение; +2 – сооружение; +3 – литер. + + + + + + + + + + + + + + + Краткая информация о жилом доме + + + + + Уникальный идентификатор адреса дома, присвоенный ГИС ЖКХ + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Уникальный номер дома + + + + + Дата модификации данных дома + + + + + Жилой дом блокированной застройки + + + + + Несколько жилых домов с одинаковым адресом + + + + + + Блоки (для жилого дома блокированной застройки) + + + + + Комнаты (для обычного жилого дома) + + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Дата сноса + + + + + Основание сноса (описание) + + + + + Признак асинхронной обработки - для дома запущена процедура аннулирования или сохранения информации о сносе + + + + + Данные общежития + + + + + + + Краткая информация о многоквартирном доме + + + + + Уникальный идентификатор адреса дома, присвоенный ГИС ЖКХ + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Уникальный номер дома + + + + + Дата модификации данных дома + + + + + Подъезд + + + + + Жилое помещение + + + + + Нежилое помещение + + + + + Cпособ управления домом (НСИ 25). + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Дата сноса + + + + + Основание сноса (описание) + + + + + Признак асинхронной обработки - для дома запущена процедура аннулирования или сохранения информации о сносе + + + + + Данные общежития + + + + + + + Краткая информация о блоке в жилом доме блокированной застройки + + + + + Идентификатор блока + + + + + Уникальный номер блока + + + + + Номер блока + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + Категория помещения +(если не задано, считается как жилое) + + + + + Комната в квартире коммунального заселения + + + + + + + Краткая информация о подъезде + + + + + Идентификатор подъезда + + + + + Номер подъезда +(Может быть не заполнен для группирующих домов) + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + Краткая информация о нежилом помещении + + + + + Идентификатор помещения + + + + + Уникальный номер помещения + + + + + Номер помещения + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + Помещение, составляющее общее имущество в многоквартирном доме + + + + + + + Краткая информация о жилом помещении + + + + + Идентификатор помещения + + + + + Уникальный номер помещения + + + + + Номер помещения + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + Признак отсутствия подъезда + + + + + + Комната в квартире коммунального заселения + + + + + + + Краткая информация о комнате + + + + + Идентификатор комнаты + + + + + Уникальный номер комнаты + + + + + Номер комнаты + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + Импорт лицевых счетов. В ImportResult/CRUDResult/UniqueNumber содержится уникальный номер счета, присвоенный ЛС в ГИС ЖКХ + + + + + + + + Перечень ЛС + + + + + + + + + + Идентификатор ЛС в ГИС ЖКХ (при обновлении данных ЛС) + + + + + Конкретизация оснований ЛС (договоров ресурсоснабжения, договоров социального найма, договоров по обращению с ТКО) + + + + + + + + + + + + + + + + + + + Проверка уникальности идентификатора ЛС в рамках запроса + + + + + + + + + Экспорт лицевых счетов + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Идентификатор ЛС в ГИС ЖКХ (при обновлении данных ЛС) + + + + + + + + + + + + + Ответ на запрос экспорта лицевых счетов + + + + + + + Основания ЛС + + + + + + + + + + + + + + + + + + + + + + Протокол решения собственников о выбранном способе формирования фонда капитального ремонта + + + + + + Идентификатор протокола решения собственников о выбранном способе формирования фонда капитального ремонта + + + + + + + + Решение ОМС о выбранном способе формирования фонда капитального ремонта + + + + + + Идентификатор решения ОМС о выбранном способе формирования фонда капитального ремонта + + + + + + + + + + + + + Номер лицевого счета/Иной идентификтатор плательщика + + + + + + + + + + + Идентификатор ЛС в ГИС ЖКХ (при обновлении данных ЛС) + + + + + + + + + + + + Импорт индивидуальных услуг ЛС + + + + + + + + Создание/обновление индивидуальной услуги ЛС +AccountGUID - для создания индивидуальной услуги ЛС +IndividualServiceGUID - для обновления индивидуальной услуги ЛС + + + + + + + + + + + Идентификатор ЛС в ГИС ЖКХ (при обновлении данных ЛС) + + + + + + + + + + + + Удаление индивидуальной услуги + + + + + + + + + + + + + + + + + + + + + + Экспорт индивидуальных услуг лицевого счета + + + + + + + + + + + + + + + + Ответ на запрос экспорта индивидуальных услуг лицевого счета + + + + + + + + Идентификатор ЛС в ГИС ЖКХ (при обновлении данных ЛС) + + + + + Услуга связана с лицевыс счетом? + + + + + + + + + + Передать данные приборов учета +(Создание ПУ или обновление данных о ПУ (в том числе замена ПУ, архивация ПУ)) + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Приборы учета + + + + + + + + Данные ПУ для добавления в ГИС ЖКХ + + + + + Изменение существующего в ГИС ЖКХ ПУ (в том числе замена ПУ, архивация ПУ) + + + + + + Идентификатор версии ПУ (для обновления данных) + + + + + + Обновление характеристик ПУ до начала внесения показаний. Необходимо прислать все актуальные сведения по ПУ + + + + + Обновление характеристик ПУ после начала внесения показаний + + + + Контроль дублирования ЛС + + + + + + + + Связать ПУ с другими заведенными в ГИС ЖКХ ПУ. Операция возможна только, если для текущего ПУ установлен признак "Объем ресурса(ов) определяется с помощью нескольких приборов учета". Необходимо присылать актуальную коллекцию связанных ПУ + + + + + + Идентификатор версии ПУ, заведенного в ГИС ЖКХ, с которым требуется установить связь текущего ПУ + + + + + + + + Архивация ПУ без замены на другой ПУ + + + + + + Причина архивации. Ссылка на НСИ "Причина архивации прибора учета" (реестровый номер 21). + + + + + + + + Архивация ПУ с заменой на другой ПУ + + + + + + Дата поверки + + + + + + Замена в рамках плановой поверки + + + + + Замена в рамках неплановой поверки - указывается Причина выхода ПУ из строя (НСИ 224). + + + + + + Показания ПУ при его замене + + + + Показания по ПУ (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих показания + + + + + Показания по ПУ (электрическая энергия). Указывается только для ПУ, предоставляющих показания + + + + + Объемы по ПУ. Указывается только для ПУ, предоставляющих объемы потребления КР + + + + + + Заменить на существующий (идентификатор версии ПУ в ГИС ЖКХ) + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт ПУ. Доступные версии 11.1.0.2, 14.8.0.1 + + + + + + + + + Идентификатор ПУ в ГИС ЖКХ + + + + + Идентификатор версии ПУ + + + + + + Выгружать ПУ, находящиеся в собственности или на ином законном основании только текущей организации (критерий применяется только для ОДПУ) (если признак не установлен, то будут выгружены все ОДПУ, доступные текущей организации для просмотра) + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Дата модификации + + + + + + Вид прибора учета (НСИ 27) + + + + + Коммунальный ресурс (НСИ 2) + + + + + + Дата архивации «По» + + + + + Дата архивации «С» + + + + + Выгружать архивированные + + + + + Дата ввода в эксплуатацию «По» + + + + + Дата ввода в эксплуатацию «С» + + + + + + + Включать в выгрузку для МКД и ЖД глобальный уникальный идентификатор дома по ФИАС + + + + + + + + + + + Ответ на запрос экспорта ПУ + + + + + + + Идентификатор ПУ в ГИС ЖКХ + + + + + Статус сущности +Допустимые значения: +Active-Активный +Archival-Архивный + + + + + + + + + + + Идентификатор версии ПУ + + + + + Номер версии + + + + + Статус версии + + + + + Дата модификации + + + + + Организация, у которой прибор учета находится на праве собственности или на ином законном основании + + + + + + + + + + Номер прибора учета в ГИС ЖКХ + + + + + + + + + Запрос экспорта ПУ по лицевому счету для Оператора ДСП + + + + + + + + Номер ЛС + + + + + + + + + + + Ответ на запрос экспорта ПУ по лицевому счету для Оператора ДСП + + + + + Идентификатор ПУ в ГИС ЖКХ + + + + + Заводской (серийный) номер ПУ + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Признак подключения + + + + + Дата подключения/отключения к опратору ДСП + + + + + + Последние полученные показания и коэффициент трансформации для ПУ, измеряющего электроэнергию. Указывается только для ПУ, предоставляющих показания + + + + + Сведения о коммунальном ресурсе и последние полученные показания ПУ (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих показания + + + + + + + + + Импорт сведений о ДУ + + + + + + + + + + + + + + + Создание ДУ + + + + + + + + + Объект управления + + + + + + + + + Основание + + + + + Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + Основание + + + + + + + + + + Дополнительные услуги. Ссылка на НСИ "Дополнительные услуги" (реестровый номер 1) + + + + + + + + Основание + + + + + + + + + + + + + + + + + + + + Внесение изменений в версию ДУ + + + + + + + + Формировать заявки на проверки сведений для ГЖИ при возникновении конфликтов сведений об управляемых объектов с реестром лицензий/реестром информации о способах управления МКД + + + + + Управляемый объект + + + + + + + + Добавление + + + + + + + + Основание + + + + + Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + Основание + + + + + + + + + + Дополнительные услуги. Ссылка на НСИ "Дополнительные услуги" (реестровый номер 1) + + + + + + + + Основание + + + + + + + + + + + + + + + Изменение + + + + + + + + + Основание + + + + + Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + Основание + + + + + + + + + + Дополнительные услуги. Ссылка на НСИ "Дополнительные услуги" (реестровый номер 1) + + + + + + + + Основание + + + + + + + + + + + + + + + Аннулирование + + + + + + + + + + + + + + + Разрешить (true) или запретить (false) передачу гражданам текущих показаний по индивидуальным приборам учета в любой день месяца. Если признак не передан, исползуется значение глобальной настройки "Разрешить передачу гражданам показаний индивидуальных или общих (квартирных) приборов учета в любой день месяца по всем договорам". Может быть передан только если есть хотя бы один объект управления в статусе "Утвержден". + + + + + + + + + + Утверждение ДУ, в отношении которого были одобрены заявки на включение управляемых объектов в РЛ + + + + + + + + + + + + + + Пролонгация ДУ + + + + + + + + + + Пролонгировать до даты. Если не указано, то договор пролонгируется на срок, равный Дата окончания действия - Дата вступления в силу. + + + + + + + + + + Расторжение ДУ + + + + + + + + + Ссылка на НСИ "54 Причина расторжения договор" (реестровый номер 54) + + + + + Основание + + + + + + + + + + + Аннулирование ДУ + + + + + + + + + + + + + + + Размещение сведений о размере платы + + + + + + + + + + + + + + Аннулирование сведений о размере платы + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт сведений устава + + + + + + + + + + + + Создание устава + + + + + + + + Объект управления. Если устав является бессрочным элемент Дата окончания предоставления жилищных услуг необходимо заполнить значением "5000" + + + + + + + + + Основание + + + + + Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + Основание + + + + + + + + + + Дополнительные услуги. Ссылка на НСИ "Дополнительные услуги" (реестровый номер 1) + + + + + + + + Основание + + + + + + + + + + Управление многоквартирным домом осуществляется управляющей организацией по договору управления + + + + + + + + + + + + + + + Внесение изменений в версию устава + + + + + + + + Объект управления. Если устав является бессрочным элемент Дата окончания предоставления жилищных услуг необходимо заполнить значением "5000" + + + + + + + + Добавление + + + + + + + + Основание + + + + + Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + Основание + + + + + + + + + + Дополнительные услуги. Ссылка на НСИ "Дополнительные услуги" (реестровый номер 1) + + + + + + + + Основание + + + + + + + + + + Управление многоквартирным домом осуществляется управляющей организацией по договору управления + + + + + + + + + + Изменение + + + + + + + + + Основание + + + + + Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + Основание + + + + + + + + + + Дополнительные услуги. Ссылка на НСИ "Дополнительные услуги" (реестровый номер 1) + + + + + + + + Основание + + + + + + + + + + Управление многоквартирным домом осуществляется управляющей организацией по договору управления + + + + + + + + + + Аннулирование + + + + + + + + + + + + + + + + + + + + Продление срока оказания услуг + + + + + + + + + Пролонгировать до даты. Если не указано, то дата окончания управления домами устава и всех услуг увеличиваются на 1 год. + + + + + + + + + + Прекращение действия устава + + + + + + + + Причина прекращения действия устава + + + + + + + + + + + + + + + + Аннулирование устава + + + + + + + + + + + + + + Размещение сведений о размере платы + + + + + + + + + + + + + + Аннулирование сведений о размере платы + + + + + + + + + + + + + + + + + + + + + Экспорт ДУ/уставов + + + + + + + + + + + + + + + + + Дополнительные критерии выборки по управляемым объектам + + + + + + Выгружать только с признаком расхождения с Реестром инфомрации об управлении МКД + + + + + Выгружать только с признаком заблокированного дома + + + + + + + + + + + + + + + + + Ответ на запрос экспорта ДУ/уставов + + + + + + + + + Статус ДУ: + Project - проект + ApprovalProcess - на утверждении + Approved - утвержден + Rejected- отклонен + Terminated - расторгнут/закрыт + Reviewed - рассмотрен + Annul - сведения аннулированы + + + + + + + + + + + + +Состояние документа: + Running - действующий + NotRunning - не действующий + Expired - истек срок действия + + + + + + + + + + + + Управляемый объект + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Статус управляемого объекта: + Project - проект + ApprovalProcess - на утверждении + Approved - утвержден + Rejected- отклонен + Terminated - расторгнут + Reviewed - рассмотрен + Locked - заблокирован + + + + + + Признак расхождения с Реестром инфомрации об управлении МКД + + + + + Признак заблокированного дома + + + + + + + + Номер версии + + + + + + + Экспорт статуса пролонгации ДУ/уставов + + + + + + + + Выгрузить сведения о пролонгации до указанной даты + + + + + Выгрузить сведения о пролонгации от указанной даты + + + + + + + + + + + + Ответ на запрос экспорта ДУ/уставов + + + + + + + + + Пролонгированный ДУ/устав + + + + + + + + + + Статус ДУ: + Project - проект + ApprovalProcess - на утверждении + Approved - утвержден + Rejected- отклонен + Terminated - расторгнут/закрыт + Reviewed - рассмотрен + Annul - сведения аннулированы + + + + + Идентификатор предыдущей версии договора + + + + + + + + + + Идентификатор предыдущей версии устава в ГИС ЖКХ + + + + + + + +Состояние документа: + Running - действующий + NotRunning - не действующий + Expired - истек срок действия + + + + + + + + + + + + Управляемый объект + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Статус управляемого объекта: + Project - проект + ApprovalProcess - на утверждении + Approved - утвержден + Rejected- отклонен + Terminated - расторгнут + Reviewed - рассмотрен + Locked - заблокирован + + + + + + Признак расхождения с Реестром инфомрации об управлении МКД + + + + + Признак заблокированного дома + + + + + Идентификатор предыдущей версии объекта управления в ГИС ЖКХ + + + + + + + + Номер версии + + + + + true, если ДУ/устав был пролонгирован, false если не был + + + + + Описание события пролонгации + + + + + + + + + + + + + + Экспорт ДУ/уставов. + +Доступные версии формата экспорта: 10.0.1.1, 13.0.0.1 и 13.1.2.1 + + + + + + + + + + + + + + + Ответ на запрос экспорта ДУ/уставов + + + + + ДУ + + + + + + + + Информация о расторжении ДУ + + + + + + + + Ссылка на НСИ "54 Причина расторжения договор" (реестровый номер 54) + + + + + + + + + + Статус ДУ в ГИС ЖКХ: +Project - проект +ApprovalProcess - на утверждении +Approved - утвержден +Rejected - отклонен +Reviewed - рассмотрен +Terminated - расторгнут/закрыт +Annul - сведения аннулированы + + + + + + + Объект управления + + + + + + + + Идентификатор версии объекта управления в ГИС ЖКХ + + + + + Основание + + + + + Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + Основание + + + + + + + + + + Дополнительные услуги. Ссылка на НСИ "Дополнительные услуги" (реестровый номер 1) + + + + + + + + Основание + + + + + + + + + + Сведения об исключении объекта управления из ДУ + + + + + + Основание + + + + + Дата исключения + + + + + + + + Статус в ГИС ЖКХ +Допустимые значения: +Project-Проект +ApprovalProcess-На утверждении +Rejected-Отклонен +Approved-Утвержден +Locked-Заблокирован + + + + + + + + + + Сведения о размере платы + + + + + + + + + Статус версии: +(P)laced - информация размещена +(A)nnulled - инофрмация аннулирована + + + + + + + + + + + + + + + + + + + + + + Устав + + + + + + + + Информация о прекращении действия устава + + + + + + + + Причина прекращения действия устава + + + + + + + + + + + + + + + Статус устава в ГИС ЖКХ: + Project - проект + Reviewed - рассмотрен + ApprovalProcess - на утверждении + Approved - утвержден + Terminated - расторгнут/закрыт + Rejected - отклонен + Annul - аннулирован + + + + + + + + Объект управления + + + + + + + + Идентификатор версии объекта управления в ГИС ЖКХ + + + + + Основание + + + + + Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + Основание + + + + + + + + + + Дополнительные услуги. Ссылка на НСИ "Дополнительные услуги" (реестровый номер 1) + + + + + + + + Основание + + + + + + + + + + Сведения об исключении объекта управления из устава + + + + + + Основание + + + + + Дата исключения + + + + + + + + Статус в ГИС ЖКХ +Допустимые значения: +Project-Проект +ApprovalProcess-На утверждении +Rejected-Отклонен +Approved-Утвержден +Locked-Заблокирован + + + + + Управление многоквартирным домом осуществляется управляющей организацией по договору управления + + + + + + + + + + Сведения о размере платы + + + + + + + + + Статус версии: +(P)laced - информация размещена +(A)nnulment - инофрмация аннулирована + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Идентификатор УО в ГИС ЖКХ + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Дата заключения ДУ + + + + + Настройка для экспорта только крайней версии ДУ/устава. Если элемент не указан, экспорту подлежат все версии документа + + + + + + + + + Импорт ДОГПОИ (Договор на пользование общим имуществом ) + + + + + + + + + + + + + Идентификатор версии ДОГПОИ в ГИС ЖКХ + + + + + + + Создание\изменение ДОГПОИ + + + + + + + + Период внесения платы по договору о предоставлении в пользование части общего имущества собственников помещений в многоквартирном доме + + + + + + + Начало периода + + + + + Окончание периода + + + + + + Иное + + + + + + + + + + + + + + + + + + Аннулирование ДПОИ + + + + + + + + + Заполнение сведений о внесении платы + + + + + + + + Идентификатор версии ДОГПОИ в ГИС ЖКХ + + + + + Идентификатор версии сведений о внесении платы в ГИС ЖКХ + + + + + + Период + + + + + + + + + + + Начислено за период + + + + + Размер задолженности (-)/переплаты (+) за период + + + + + Оплачено за период + + + + + + + + Аннулирование сведений о внесении платы + + + + + + + + + Идентификатор версии сведений о внесении платы в ГИС ЖКХ + + + + + + + + + + Удаление сведений о внесении платы + + + + + + + Идентификатор версии сведений о внесении платы в ГИС ЖКХ + + + + + + + + + + + + + + + + + + Экспорт ДОГПОИ + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер договора + + + + + Дата начала действия договора + + + + + Дата окончания действия договора + + + + + + + Корневой идентификатор ДОГПОИ (не меняется от версии к версии) + + + + + Идентификатор версии ДОГПОИ + + + + + + + + + + + + Ответ на запрос экспорта ДОГПОИ + + + + + ДОИ + + + + + + + + + Состояние договора + + + + + + Номер версии + + + + + Статус версии + + + + + Период внесения платы по договору о предоставлении в пользование части общего имущества собственников помещений в многоквартирном доме + + + + + + + Начало периода + + + + + Окончание периода + + + + + + Иное + + + + + + + + + + + + + Сведения о внесении платы и задолженности по такой плате + + + + + + Идентификатор версии сведений о внесении платы в ГИС ЖКХ + + + + + Период + + + + + + + + + + + Начислено за период + + + + + + + + + + + Размер задолженности (-)/переплаты (+) за период + + + + + + + + + + + Оплачено за период + + + + + + + + + + + + + + Договор заключен на безвозмездной основе? + + + + + + + + + + + + + Импорт договора ресурсоснабжения + + + + + + + + Договор ресурсоснабжения + + + + + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ Необходимо указать идентификатор последней версии договора + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + + + + Создание/изменение + + + + Проверка уникальности пары из коммунальной услуги и коммунального ресурса в рамках договора + + + + + + + + Проверка уникальности транспортного идентификатора пары из коммунальной услуги и ресурса + + + + + + + Ссылка на транспортный идентификатор пары из коммунальной услуги и ресурса + + + + + + + Проверка уникальности транспортного идентификатора ОЖФ + + + + + + + + + + + + + + + + + + + Проверка уникальности пары из коммунальной услуги и ресурса и дифференцированной цены тарифа + + + + + + + + Ссылка на ОЖФ в тарифе + + + + + + + Ссылка на ОЖФ в нормативах потребления + + + + + + + Проверка уникальности пары из коммунальной услуги и ресурса и норматива потребления коммунальной услуги + + + + + + + + + Расторжение + + + + + + + + Ссылка на НСИ "54 Причина расторжения договора" (реестровый номер 54) + + + + + + + + + + Пролонгация + + + + + + Дата окончания пролонгации + + + + + + + + Аннулирование + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности идентификатора версии договора в рамках запроса + + + + + + + Проверка уникальности корневого идентификатора договора в рамках запроса + + + + + + + + Импорт проекта договора ресурсоснабжения + + + + + + + + Договор ресурсоснабжения + + + + + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ Необходимо указать идентификатор последней версии договора + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + + + + Создание/изменение проекта договора ресурсоснабжения + + + + Проверка уникальности транспортного идентификатора пары из коммунальной услуги и ресурса + + + + + + + Ссылка на транспортный идентификатор пары из коммунальной услуги и ресурса + + + + + + + Проверка уникальности пары из коммунальной услуги и коммунального ресурса в рамках договора + + + + + + + + + Удаление проекта договора ресурсоснабжения. У размещенных договоров ресурсоснабжения удаляется последняя версия договора в статусе "Проект" + + + + + Размещение проекта договора ресурсоснабжения + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности идентификатора версии договора в рамках запроса + + + + + + + Проверка уникальности корневого идентификатора договора в рамках запроса + + + + + + + + Запрос на экспорт договоров ресурсоснабжения. + +Доступные версии формата экспорта: 11.11.0.2 и 13.1.1.1 + + + + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + + + Корневой идентификатор договора ресурсоснабжения в ГИС ЖКХ для установки экспорта следующей 1000 договоров При первичном экспорте не заполняется + + + + + Номер договора + + + + + + + + + + + Дата заключения "С" + + + + + Дата заключения "По" + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + Предмет договора + + + + + + Предмет договора +Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + + + Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239) + + + + + + + + + + + + + + + Импорт объектов жилищного фонда в договор ресурсоснабжения + + + + + + + + + Необходимо указать идентификатор последней версии договора + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + + + + + + + Идентификатор объекта жилищного фонда в ГИС ЖКХ + + + + + + + Добавление/изменение информации об ОЖФ + + + + + + + + Коммунальная услуга и коммунальный ресурс, поставляемые в объект жилищного фонда + + + + + + + + Тип системы теплоснабжения (заполняется для коммунальных ресурсов "Тепловая энергия" и "Горячая вода") + + + + + + Открытая/Закрытая + + + + + + + + + + + Централизованная/нецентрализованная + + + + + + + + + + + + + + + + + + + + Признак "Отсутствие присоединения сетей объекта жилищного фонда к централизованной системе водоснабжения". Может быть указан, только если показатели качества коммунальных ресурсов ведутся в разрезе объектов жилищного фонда и в число поставляемых в объект жилищного фонда коммунальных услуг входит "Холодное водоснабжение" и/или "Горячее водоснабжение" + + + + + Показатель качества (содержащийся в справочнике показателей качества). Обязательно для заполнения, если показатели качества ведутся в разрезе ОЖФ Для пары КУ и КР "Горячее водоснабжение" и "Питьевая вода" указываются актуальные показатели, определенные для КР "Горячая вода" в справочнике показателей качества коммунальных ресурсов Для пары КУ и КР "Горячее водоснабжение" и "Тепловая энергия" информация о показателях качества не заполняется только в том случае, если для договора (если показатели ведутся в разрезе договора) или ОЖФ в договоре (если показатели ведутся в разрезе ОЖФ) также указана пара КУ и КР "Горячее водоснабжение" и "Питьевая вода" + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Показатель качества. Ссылка на НСИ "Показатели качества коммунальных ресурсов" (реестровый номер 276) + + + + + Значение показателя качества + + + + + + + + + + Дополнительная информация + + + + + + + + Иной показатель качества коммунального ресурса (не содержащийся в справочнике показателей качества). Могут быть указаны только, если показатели качества ведутся в разрезе ОЖФ + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Наименование показателя + + + + + + + Установленное значение показателя качества + + + + Число + + + + + Диапазон + + + + Начало диапазона + + + + + Конец диапазона + + + + + + + + + Значение соответствует + + + + + + Дополнительная информация + + + + + + + + Информация о температурном графике. Доступно для заполнения, если в рамках ОЖФ хотя бы раз встречается ресурс "Тепловая энергия". + + + + + + Температура наружного воздуха + + + + + Температура теплоносителя в подающем трубопроводе + + + + + + + + + + + Температура теплоносителя в обратном трубопроводе + + + + + + + + + + + + + + Плановый объем и режим подачи за год. Может быть заполнено только если плановый объем и режим подачи ведется в разрезе ОЖФ + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Плановый объем + + + + + Единица измерения. +справочника НСИ №236 "Связь вида коммунальной услуги, тарифицируемого ресурса и единиц измерения ставки тарифа" + + + + + Режим подачи + + + + + + + + + + + + + Размещение информации о начислениях за коммунальные услуги осуществляет: +R(SO)- РСО. +P(roprietor)-Исполнитель коммунальных услуг. Заполняется, если порядок размещения информации о начислениях за коммунальные услуги ведется в разрезе ОЖФ + + + + + + + + + + + Размещение информации об индивидуальных приборах учета и их показаниях осуществляет ресурсоснабжающая организация. Обязательно для заполнения, если в tns:CountingResource указано"РСО" . В остальных случаях не заполняется. + + + + + Информация о применяемом тарифе + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Идентификатор дифференцированной цены тарифа + + + + + + + + Информация о нормативе потребления коммунальной услуги + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Идентификатор норматива потребления коммунальной услуги + + + + + + + + + + + + Проверка уникальности пары из коммунальной услуги и коммунального ресурса в рамках ОЖФ + + + + + + + + Проверка уникальности транспортного идентификатора пары из коммунальной услуги и ресурса + + + + + + + Ссылка на транспортный идентификатор пары из коммунальной услуги и ресурса + + + + + + + Проверка уникальности пары из коммунальной услуги и ресурса и дифференцированной цены тарифа + + + + + + + + + Удаление ОЖФ из договора ресурсоснабжения + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности идентификатора объекта жилищного фонда в рамках запроса + + + + + + + Проверка уникальности идентификатора версии договора в рамках запроса + + + + + + + Проверка уникальности корневого идентификатора договора в рамках запроса + + + + + + + + Запрос на экспорт объектов жилищного фонда из договора ресурсоснабжения. + +Доступные версии формата экспорта: 11.6.0.1 и 13.1.1.1 + + + + + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + + + Идентификатор объекта жилищного фонда в ГИС ЖКХ для установки экспорта следующей 1000 ОЖФ При первичном экспорте не заполняется + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + + + + + + + + + Запрос на экспорт сокращенного состава информации о договоре ресурсоснабжения. + +Доступные версии формата экспорта: 11.14.0.1 и 13.1.1.1 + + + + + + + + + Корневой идентификатор договора ресурсоснабжения в ГИС ЖКХ для установки экспорта следующей страницы с договорами. При первичном экспорте не заполняется + + + + + Идентификатор объекта жилищного фонда в ГИС ЖКХ для установки экспорта следующей страницы с ОЖФ внутри договора с идентиифкатором, указанным в NextPageContractRootGUID. При первичном экспорте не заполняется + + + + + + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + + + Номер договора + + + + + + + + + + + Дата заключения "С" + + + + + Дата заключения "По" + + + + + Предмет договора + + + + + + Предмет договора +Виды КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + + + Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239) + + + + + + + + + + + + + Организация, заключившая договор + + + + + + + + + + + + Результат экспорта договоров ресурсоснабжения + + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + Состояние договора + + + + + + Не вступил в силу + + + + + Действующий + + + + + Истек срок действия + + + + + + + + Номер версии договора + + + + + + + + Статус версии договора + + + + + + Размещен + + + + + Расторгнут + + + + + Проект + + + + + Информация аннулирована + + + + + + + + Информация о расторжении + + + + + + + + Ссылка на НСИ "54 Причина расторжения договора" (реестровый номер 54) + + + + + + + + + + Аннулирование + + + + + + + + + Договор ресурсоснабжения + + + + + + Договор не является публичным и/или присутствует заключенный на бумажном носителе (электронной форме) и/или не заключен в отношении нежилых помещений в многоквартирных домах + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + Договор ресурсоснабжения и приложения к договору + + + + + + + + Договор является публичным и/или отсутствует заключенный на бумажном носителе (в электронной форме) и/или заключен в отношении нежилых помещений в многоквартирных домах + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + Договор ресурсоснабжения и приложения к договору + + + + + + + + + + Договор заключен на неопределенный срок + + + + + + Автоматически пролонгировать договор на один год при наступлении даты окончания действия. + + + + + Дата окончания действия. Обязательно для заполнения, если указано значение в AutomaticRollOverOneYear + + + + + + + Период передачи текущих показаний по индивидуальным приборам учета. Обязателен для заполнения, если в поле VolumeDepends = true ИЛИ если поле MeteringDeviceInformation = «true» + + + + + + Начало периода + + + + + + Дата начала + + + + + + + + + + + Следующего месяца + + + + + + + + Конец периода + + + + + + Дата окончания. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Следующего месяца + + + + + + + + + + + Разрешить передачу гражданам текущих показаний по индивидуальным приборам учета в любой день месяца. +Заполнение возможно только если: в настройках организации установлена настройка «Разрешить передачу гражданам показаний индивидуальных или общих (квартирных) приборов учета в любой день месяца» ИЛИ в настройках организации установлена настройка «Разрешить передачу гражданам показаний индивидуальных или общих (квартирных) приборов учета только в сроки, установленные в договоре, или в любой день месяца, если в договоре установлен признак «Разрешить передачу показаний приборов учета в любой день месяца» И заполнен Period + + + + + +Ссылка на НСИ "Основание заключения договора" (реестровый номер 58). + + + + + Вторая сторона договора + + + + Договор оферта + + + + + Собственник или пользователь жилого (нежилого) помещения в МКД + + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + Не указывать собственника или пользователя + + + + + + + + Собственник или пользователь жилого дома (домовладения) + + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + Не указывать собственника или пользователя + + + + + + + + Управляющая организация + + + + + + + + + + Представитель собственников многоквартирного дома + + + + + + Не указывать собственника или пользователя + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + + + + Единоличный собственник помещений в многоквартирном доме + + + + + + Не указывать собственника или пользователя + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + + + + + Наличие в договоре планового объема и режима подачи поставки ресурсов + + + + + Тип ведения планового объема и режима подачи: +D - в разрезе договора. +O - в разрезе объектов жилищного фонда. Заполняется при наличии в договоре планового объема и режима поставки ресурсов. + + + + + + + + + + + Предмет договора + + + + + + + + + + + + + + Размещение информации о начислениях за коммунальные услуги осуществляет: +R(SO)- РСО. +P(roprietor)-Исполнитель коммунальных услуг. Заполняется, если порядок размещения информации о начислениях за коммунальные услуги ведется в разрезе договора + + + + + + + + + + + Показатели качества коммунальных ресурсов и температурный график ведутся: +D - в разрезе договора. +O - в разрезе объектов жилищного фонда. + + + + + + + + + + + Признак "Отсутствие присоединения сетей объектов жилищного фонда к централизованной системе водоснабжения". Может быть указан, только если показатели качества коммунальных ресурсов ведутся в разрезе договора и предмет договора включает коммунальную услугу "Холодное водоснабжение" и/или "Горячее водоснабжение" + + + + + Данные об объекте жилищного фонда. При импорте договора должен быть добавлен как минимум один адрес объекта жилищного фонда + + + + + + + + + Коммунальная услуга и коммунальный ресурс, поставляемые в объект жилищного фонда + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Дата начала поставки ресурса + + + + + Дата окончания поставки ресурса. Является обязательным, если указано значение в AutomaticRollOverOneYear + + + + + Тип системы теплоснабжения (заполняется для коммунальных ресурсов "Тепловая энергия" и "Горячая вода") + + + + + + Открытая/Закрытая + + + + + + + + + + + Централизованная/нецентрализованная + + + + + + + + + + + + + + + + + Признак "Отсутствие присоединения сетей объекта жилищного фонда к централизованной системе водоснабжения". Может быть указан, только если показатели качества коммунальных ресурсов ведутся в разрезе объектов жилищного фонда и в число поставляемых в объект жилищного фонда коммунальных услуг входит "Холодное водоснабжение" и/или "Горячее водоснабжение" + + + + + Плановый объем и режим подачи за год. Может быть заполнено только если плановый объем и режим подачи ведется в разрезе ОЖФ + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Плановый объем + + + + + Единица измерения. +справочника НСИ №236 "Связь вида коммунальной услуги, тарифицируемого ресурса и единиц измерения ставки тарифа" + + + + + Режим подачи + + + + + + + + + + + + + Размещение информации о начислениях за коммунальные услуги осуществляет: +R(SO)- РСО. +P(roprietor)-Исполнитель коммунальных услуг. Заполняется, если порядок размещения информации о начислениях за коммунальные услуги ведется в разрезе ОЖФ + + + + + + + + + + + Размещение информации об индивидуальных приборах учета и их показаниях осуществляет ресурсоснабжающая организация. Обязательно для заполнения, если в tns:CountingResource указано"РСО" . В остальных случаях не заполняется. + + + + + + + + + + + + + + Показатель качества (содержащийся в справочнике показателей качества). Если показатели указываются в разрезе договора, то ссылка на ОЖФ не заполняется. Если показатели указываются в разрезе ОЖФ, то ссылка на ОЖФ обязательна. + + + + + + Ссылка на ОЖФ, обязательно заполняется, если показатели качества ведутся в разрезе ОЖФ + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Показатель качества. Ссылка на НСИ "Показатели качества коммунальных ресурсов" (реестровый номер 276) + + + + + Значение показателя качества + + + + + + + + + + Дополнительная информация + + + + + + + + Иной показатель качества коммунального ресурса (не содержащийся в справочнике показателей качества). Если показатели указываются в разрезе договора, то ссылка на ОЖФ не заполняется. Если показатели указываются в разрезе ОЖФ, то ссылка на ОЖФ обязательна. + + + + + + Ссылка на ОЖФ, обязательно заполняется, если показатели качества ведутся в разрезе ОЖФ + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Наименование показателя + + + + + + + Установленное значение показателя качества + + + + Число + + + + + Диапазон + + + + Начало диапазона + + + + + Конец диапазона + + + + + + + + + Значение соответствует + + + + + + Дополнительная информация + + + + + + + + Информация о температурном графике. Если показатели качества указываются в разрезе договора, то ссылка на ОЖФ в данном элементе не заполняется и элемент может заполняться только если предмете договора хотя бы раз встречается ресурс "Тепловая энергия". Если показатели качества указываются в разрезе ОЖФ, то ссылка на ОЖФ обязательна и элемент заполняется только если в рамках ОЖФ встречается ресурс "Тепловая энергия". + + + + + + Ссылка на ОЖФ, обязательно заполняется, если показатели качества ведутся в разрезе ОЖФ + + + + + Температура наружного воздуха + + + + + Температура теплоносителя в подающем трубопроводе + + + + + + + + + + + Температура теплоносителя в обратном трубопроводе + + + + + + + + + + + + + + Информация о сроках оплаты + + + + Срок представления (выставления) платежных документов, не позднее. Является обязательным, если вторая сторона договора отличается от "Управляющая организация" ИЛИ если заполнено поле tns:MeteringDeviceInformation Не заполняется, если OneTimePayment = true + + + + + + Срок представления (выставления) платежных документов (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + Срок внесения платы, не позднее. Является обязательным, если вторая сторона договора отличается от "Управляющая организация" И договор не является публичным и/или присутствует заключенный на бумажном носителе или в электронной форме И в поле OneTimePayment = false. Не заполняется, если OneTimePayment = true + + + + + + Срок внесения платы (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + Срок предоставления информации о поступивших платежах, не позднее. Является обязательным, если второй стороной договора является «Управляющая организация», «Размещение информации о начислениях за коммунальные услуги осуществляет» = «РСО» И договор не является публичным и/или присутствует заключенный на бумажном носителе или в электронной форме. + + + + + + Срок предоставления информации о поступивших платежах (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + + Размещение информации об индивидуальных приборах учета и их показаниях осуществляет ресурсоснабжающая организация. Обязательно для заполнения, если в tns:CountingResource указано"РСО" . В остальных случаях не заполняется. + + + + + Объем поставки ресурса(ов) определяется на основании прибора учета. Поле не заполняется, если вторая сторона договора = Управляющая организация ИЛИ в поле OneTimePayment = true + + + + + Оплата предоставленных услуг осуществляется единоразово при отгрузке указанных ресурсов без заведения лицевых счетов для потребителей. Доступно для заполнения, только если вторая сторона договора отлична от Управляющая организация. + + + + + Порядок размещения информации о начислениях за коммунальные услуги ведется +D - в разрезе договора. +O - в разрезе объектов жилищного фонда. +Заполняется, если второй стороной договора является исполнитель коммунальных услуг + + + + + + + + + + + Информация о применяемом тарифе + + + + + + + Ссылка на ОЖФ + + + + + Тариф применяется для всех ОЖФ договора + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Идентификатор дифференцированной цены тарифа + + + + + + + + Информация о нормативе потребления коммунальной услуги + + + + + + + Ссылка на ОЖФ + + + + + Норматив применяется для всех ОЖФ договора + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Идентификатор норматива потребления коммунальной услуги + + + + + + + + + + + + + + Экспортируемый договор ресурсоснабжения + + + + + + Договор не является публичным и/или присутствует заключенный на бумажном носителе (электронной форме) и/или не заключен в отношении нежилых помещений в многоквартирных домах + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + Договор ресурсоснабжения и приложения к договору + + + + + + + + Договор является публичным и/или отсутствует заключенный на бумажном носителе (в электронной форме) и/или заключен в отношении нежилых помещений в многоквартирных домах + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + Договор ресурсоснабжения и приложения к договору + + + + + + + + + + Договор заключен на неопределенный срок + + + + + + Автоматически пролонгировать договор на один год при наступлении даты окончания действия. + + + + + Дата окончания действия + + + + + + + Объем поставки ресурса(ов) определяется на основании прибора учета. + + + + + Период передачи текущих показаний по индивидуальным приборам учета. + + + + + + Начало периода + + + + + + Дата начала + + + + + Следующего месяца + + + + + + + + Конец периода + + + + + + Дата окончания. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + Следующего месяца + + + + + + + + + + + Разрешить передачу гражданам текущих показаний по индивидуальным приборам учета в любой день месяца + + + + + +Ссылка на НСИ "Основание заключения договора" (реестровый номер 58). + + + + + Вторая сторона договора + + + + Договор оферта + + + + + Собственник или пользователь жилого (нежилого) помещения в МКД + + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + Не указывать собственника или пользователя + + + + + + + + Собственник или пользователь жилого дома (домовладения) + + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + Не указывать собственника или пользователя + + + + + + + + Управляющая организация + + + + + + + + + + Представитель собственников многоквартирного дома + + + + + + Не указывать собственника или пользователя + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + + + + Единоличный собственник помещений в многоквартирном доме + + + + + + Не указывать собственника или пользователя + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + + + + + Наличие в договоре планового объема и режима подачи поставки ресурсов + + + + + Тип ведения планового объема и режима подачи: +D - в разрезе договора. +O - в разрезе объектов жилищного фонда. + + + + + + + + + + + Предмет договора + + + + + + Вид КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + + + Коммунальный ресурс. Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239) + + + + + + + + + + Дата начала поставки ресурса + + + + + Дата окончания поставки ресурса + + + + + + + + + Размещение информации о начислениях за коммунальные услуги осуществляет: +R(SO)- РСО. +P(roprietor)-Исполнитель коммунальных услуг. + + + + + + + + + + + Размещение информации об индивидуальных приборах учета и их показаниях осуществляет ресурсоснабжающая организация. + + + + + Показатели качества коммунальных ресурсов и температурный график ведутся: +D - в разрезе договора. +O - в разрезе объектов жилищного фонда. + + + + + + + + + + + Признак "Отсутствие присоединения сетей объектов жилищного фонда к централизованной системе водоснабжения" + + + + + Показатель качества (содержащийся в справочнике показателей качества). Информация выгружается, если показатели ведутся в разрезе договора. + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Показатель качества. Ссылка на НСИ "Показатели качества коммунальных ресурсов" (реестровый номер 276) + + + + + Значение показателя качества + + + + + + + + Число + + + + + + Начало диапазона + + + + + Конец диапазона + + + + + + + + + Значение соответствует + + + + + + + + Дополнительная информация + + + + + + + + Иной показатель качества коммунального ресурса (не содержащийся в справочнике показателей качества). Информация выгружается, если показатели ведутся в разрезе договора. + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Наименование показателя + + + + + Значение показателя качества + + + + + + + + + + Дополнительная информация + + + + + + + + Плановый объем и режим подачи за год. Информация выгружается, если плановый объем и режим подачи ведется в разрезе договора. + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Плановый объем + + + + + Единица измерения. +справочника НСИ №236 "Связь вида коммунальной услуги, тарифицируемого ресурса и единиц измерения ставки тарифа" + + + + + Режим подачи + + + + + + + + Оплата предоставленных услуг осуществляется единоразово при отгрузке указанных ресурсов без заведения лицевых счетов для потребителей. + + + + + Информация о сроках оплаты + + + + Срок представления (выставления) платежных документов, не позднее. + + + + + + Срок представления (выставления) платежных документов (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + Срок внесения платы, не позднее. + + + + + + Срок внесения платы (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + Срок предоставления информации о поступивших платежах, не позднее. + + + + + + Срок предоставления информации о поступивших платежах (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + + + + Экспорт объектов жилищного фонда из договора ресурсоснабжения + + + + + + + Информация о КУ и КР по ОЖФ + + + + + + + + Тип системы теплоснабжения (заполняется для коммунальных ресурсов "Тепловая энергия" и "Горячая вода") + + + + + + Открытая/Закрытая + + + + + + + + + + + Централизованная/нецентрализованная + + + + + + + + + + + + + + + + + + + + Признак "Отсутствие присоединения сетей объекта жилищного фонда к централизованной системе водоснабжения" + + + + + Показатель качества (содержащийся в справочнике показателей качества). + + + + + + Ссылка на пару из коммунальной услуги и ресурса из Информации о КУ и КР по ОЖФ + + + + + Показатель качества. Ссылка на НСИ "Показатели качества коммунальных ресурсов" (реестровый номер 276) + + + + + Значение показателя качества + + + + + + + + + + Дополнительная информация + + + + + + + + Иной показатель качества коммунального ресурса (не содержащийся в справочнике показателей качества). + + + + + + Ссылка на пару из коммунальной услуги и ресурса из Информации о КУ и КР по ОЖФ + + + + + Наименование показателя + + + + + Значение показателя качества + + + + + + + + + + Дополнительная информация + + + + + + + + Плановый объем и режим подачи за год. + + + + + + Ссылка на пару из коммунальной услуги и ресурса из Информации о КУ и КР по ОЖФ + + + + + Плановый объем + + + + + Единица измерения. +справочника НСИ №236 "Связь вида коммунальной услуги, тарифицируемого ресурса и единиц измерения ставки тарифа" + + + + + Режим подачи + + + + + + + + Идентификатор объекта жилищного фонда в ГИС ЖКХ + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + Номер версии договора + + + + + + + + Статус версии договора + + + + + + Размещен + + + + + Расторгнут + + + + + Проект + + + + + Информация аннулирована + + + + + + + + Размещение информации о начислениях за коммунальные услуги осуществляет: +R(SO)- РСО. +P(roprietor)-Исполнитель коммунальных услуг. Заполняется, если порядок размещения информации о начислениях за коммунальные услуги ведется в разрезе ОЖФ + + + + + + + + + + + Размещение информации об индивидуальных приборах учета и их показаниях осуществляет ресурсоснабжающая организация. Обязательно для заполнения, если в tns:CountingResource указано"РСО" . В остальных случаях не заполняется. + + + + + + + + + Договор ресурсоснабжения (проект) + + + + + + Договор не является публичным и/или присутствует заключенный на бумажном носителе (электронной форме) и/или не заключен в отношении нежилых помещений в многоквартирных домах + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + Договор ресурсоснабжения и приложения к договору + + + + + + + + Договор является публичным и/или отсутствует заключенный на бумажном носителе (в электронной форме) и/или заключен в отношении нежилых помещений в многоквартирных домах + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + Договор ресурсоснабжения и приложения к договору + + + + + + + + + + Договор заключен на неопределенный срок + + + + + + Автоматически пролонгировать договор на один год при наступлении даты окончания действия. + + + + + Дата окончания действия. Обязательно для заполнения, если указано значение в AutomaticRollOverOneYear + + + + + + + Период передачи текущих показаний по индивидуальным приборам учета. Может быть указан только, если поле VolumeDepends = true -ИЛИ- поле MeteringDeviceInformation = «true» + + + + + + Начало периода + + + + + + Дата начала + + + + + + + + + + + Следующего месяца + + + + + + + + Конец периода + + + + + + Дата окончания. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Следующего месяца + + + + + + + + + + + Разрешить передачу гражданам текущих показаний по индивидуальным приборам учета в любой день месяца. +Заполнение возможно только если: в настройках организации установлена настройка «Разрешить передачу гражданам показаний индивидуальных или общих (квартирных) приборов учета в любой день месяца» ИЛИ в настройках организации установлена настройка «Разрешить передачу гражданам показаний индивидуальных или общих (квартирных) приборов учета только в сроки, установленные в договоре, или в любой день месяца, если в договоре установлен признак «Разрешить передачу показаний приборов учета в любой день месяца» И заполнен Period + + + + + +Ссылка на НСИ "Основание заключения договора" (реестровый номер 58). + + + + + Вторая сторона договора + + + + Договор оферта + + + + + Собственник или пользователь жилого (нежилого) помещения в МКД + + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + Не указывать собственника или пользователя + + + + + + + + Собственник или пользователь жилого дома (домовладения) + + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + Не указывать собственника или пользователя + + + + + + + + Управляющая организация + + + + + + + + + + Единоличный собственник помещений в многоквартирном доме + + + + + + Не указывать собственника или пользователя + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + + + + Представитель собственников многоквартирного дома + + + + + + Не указывать собственника или пользователя + + + + + Организация (Юридическое лицо или индивидуальный предприниматель) + + + + + Физическое лицо + + + + + + + + + Наличие в договоре планового объема и режима подачи поставки ресурсов + + + + + Тип ведения планового объема и режима подачи: +D - в разрезе договора. +O - в разрезе объектов жилищного фонда. Заполняется при наличии в договоре планового объема и режима поставки ресурсов. + + + + + + + + + + + Предмет договора + + + + + + + + + + + + + + Размещение информации о начислениях за коммунальные услуги осуществляет: +R(SO)- РСО. +P(roprietor)-Исполнитель коммунальных услуг. +Заполняется, если порядок размещения информации о начислениях за коммунальные услуги ведется в разрезе договора + + + + + + + + + + + Показатели качества коммунальных ресурсов и температурный график ведутся: +D - в разрезе договора. +O - в разрезе объектов жилищного фонда. + + + + + + + + + + + Признак "Отсутствие присоединения сетей объектов жилищного фонда к централизованной системе водоснабжения". Может быть указан, только если показатели качества коммунальных ресурсов ведутся в разрезе договора и предмет договора включает коммунальную услугу "Холодное водоснабжение" и/или "Горячее водоснабжение" + + + + + Показатель качества (содержащийся в справочнике показателей качества). Обязательно для заполнения, если показатели качества указываются в разрезе договора. Для пары КУ и КР "Горячее водоснабжение" и "Питьевая вода" указываются актуальные показатели, определенные для КР "Горячая вода" в справочнике показателей качества коммунальных ресурсов Для пары КУ и КР "Горячее водоснабжение" и "Тепловая энергия" информация о показателях качества не заполняется только в том случае, если для договора (если показатели ведутся в разрезе договора) или ОЖФ в договоре (если показатели ведутся в разрезе ОЖФ) также указана пара КУ и КР "Горячее водоснабжение" и "Питьевая вода" + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Показатель качества. Ссылка на НСИ "Показатели качества коммунальных ресурсов" (реестровый номер 276) + + + + + Значение показателя качества + + + + + + + + + + Дополнительная информация + + + + + + + + Иной показатель качества коммунального ресурса (не содержащийся в справочнике показателей качества). + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Наименование показателя + + + + + + + Установленное значение показателя качества + + + + Число + + + + + Диапазон + + + + Начало диапазона + + + + + Конец диапазона + + + + + + + + + Значение соответствует + + + + + + Дополнительная информация + + + + + + + + Информация о температурном графике. Доступно для заполнения только, если в предмете договора хотя бы раз встречается ресурс "Тепловая энергия". + + + + + + Температура наружного воздуха + + + + + Температура теплоносителя в подающем трубопроводе + + + + + + + + + + + Температура теплоносителя в обратном трубопроводе + + + + + + + + + + + + + + Информация о сроках оплаты + + + + Срок представления (выставления) платежных документов, не позднее. Является обязательным, если вторая сторона договора отличается от "Управляющая организация" ИЛИ если заполнено поле tns:MeteringDeviceInformation Не заполняется, если OneTimePayment = true + + + + + + Срок представления (выставления) платежных документов (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + Срок внесения платы, не позднее. Является обязательным, если вторая сторона договора отличается от "Управляющая организация" И договор не является публичным и/или присутствует заключенный на бумажном носителе или в электронной форме И в поле OneTimePayment = false. Не заполняется, если OneTimePayment = true + + + + + + Срок внесения платы (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + Срок предоставления информации о поступивших платежах, не позднее. Является обязательным, если второй стороной договора является «Управляющая организация», «Размещение информации о начислениях за коммунальные услуги осуществляет» = «РСО» И договор не является публичным и/или присутствует заключенный на бумажном носителе или в электронной форме. + + + + + + Срок предоставления информации о поступивших платежах (число), не позднее. Если нужно указать значение "Последний день месяца", то поле заполняется значением "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + + Размещение информации об индивидуальных приборах учета и их показаниях осуществляет ресурсоснабжающая организация. Обязательно для заполнения, если в tns:CountingResource указано"РСО" . В остальных случаях не заполняется. + + + + + Объем поставки ресурса(ов) определяется на основании прибора учета. Поле не заполняется, если вторая сторона договора = Управляющая организация ИЛИ в поле OneTimePayment = true. + + + + + Оплата предоставленных услуг осуществляется единоразово при отгрузке указанных ресурсов без заведения лицевых счетов для потребителей. Доступно для заполнения, только если вторая сторона договора отлична от Управляющая организация. + + + + + Порядок размещения информации о начислениях за коммунальные услуги ведется +D - в разрезе договора. +O - в разрезе объектов жилищного фонда. +Заполняется, если второй стороной договора является исполнитель коммунальных услуг + + + + + + + + + + + Данные о тарифах и/или нормативах потребления коммунальных услуг, применяемых для всех объектов жилищного фонда договора в Субъекте РФ. Заполняется при наличии хотя бы одного такого тарифа / норматива в Субъекте РФ + + + + + + Субъект РФ, в котором применяются тарифы и/или нормативы потребления КУ (у поставщика данных должна быть подтвержденная функция РСО в этом Субъекте РФ) + + + + + Информация о применяемом тарифе + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Идентификатор дифференцированной цены тарифа + + + + + + + + Информация о нормативе потребления коммунальной услуги + + + + + + Ссылка на пару из коммунальной услуги и ресурса из предмета договора + + + + + Идентификатор норматива потребления коммунальной услуги + + + + + + + + + + Проверка уникальности пары из тарифицируемого ресурса и дифференцированной цены тарифа в рамках одного Субъекта РФ + + + + + + + + Проверка уникальности пары из коммунального ресурса и норматива потребления в рамках одного Субъекта РФ + + + + + + + + + + + + + Идентификатор договора ресурсоснабжения в ГИС ЖКХ + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + Номер версии договора + + + + + + + + Статус версии договора + + + + + + Размещен + + + + + Расторгнут + + + + + Проект + + + + + Информация аннулирована + + + + + + + + Состояние договора + + + + + + Не вступил в силу + + + + + Действующий + + + + + Истек срок действия + + + + + + + + + Договор не является публичным и/или присутствует заключенный на бумажном носителе или в электронной форме + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + + + + Договор является публичным и/или отсутствует заключенный на бумажном носителе или в электронной форме + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + + + + + + Первая сторона договора (РСО) + + + + + + + + + + Вторая сторона договора + + + + + + Управляющая организация + + + + + + + + + + Договор оферта + + + + + Договор заключен с собственниками + + + + + + + + + Предмет договора + + + + + + Вид КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + + + Коммунальный ресурс. Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239) + + + + + + + + + + Дата начала поставки ресурса + + + + + Дата окончания поставки ресурса + + + + + + + + + Коммерческий учет ресурса осуществляет: +R(SO)- РСО. +P(roprietor)-Исполнитель коммунальных услуг. + + + + + + + + + + + Информация о сроках оплаты + + + + Срок представления (выставления) платежных документов, не позднее. + + + + + + Срок представления (выставления) платежных документов (число), не позднее. Если указан "Последний день месяца", то в поле выгружается значение "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + Срок внесения платы, не позднее. + + + + + + Срок внесения платы (число), не позднее. Если указан "Последний день месяца", то в поле выгружается значение "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + Срок предоставления информации о поступивших платежах, не позднее. + + + + + + Срок предоставления информации о поступивших платежах (число), не позднее. Если указан "Последний день месяца", то в поле выгружается значение "-1". + + + + + + + + + + + + Тип срока: +C (urrrent) - текущего расчетного месяца. +N (ext) - следующего месяца за расчетным. + + + + + + + + + + + + + + + Период сдачи текущих показаний по ПУ. + + + + + + Начало периода + + + + + + Дата начала + + + + + + + + + + Следующего месяца + + + + + + + + Конец периода + + + + + + Дата окончания. Если "Последний день месяца", то в поле выгружается значение "-1". + + + + + + + + + + Следующего месяца + + + + + + + + + + + Признак "Отсутствие присоединения сетей объектов жилищного фонда к централизованной системе водоснабжения". Может быть указан, только если показатели качества коммунальных ресурсов ведутся в разрезе договора и предмет договора включает коммунальную услугу "Холодное водоснабжение" и/или "Горячее водоснабжение" + + + + + Информация о расторжении + + + + + + + + Ссылка на НСИ "54 Причина расторжения договора" (реестровый номер 54) + + + + + + + + + + Информация об аннулировании + + + + + Объект жилищного фонда в договоре ресурсоснабжения + + + + + + + Предмет договора + + + + + Вид КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + + + Коммунальный ресурс. Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239) + + + + + + + + + + Дата начала поставки ресурса + + + + + Дата окончания поставки ресурса. Не заполняется, если указано, что договор заключен на неопределенный срок (IndefiniteTerm = true) + + + + + Плановый объем и режим подачи за год + + + + + + Плановый объем + + + + + Единица измерения. +справочника НСИ №236 "Связь вида коммунальной услуги, тарифицируемого ресурса и единиц измерения ставки тарифа" + + + + + Режим подачи + + + + + + + + + + + + + + + Экспорт объектов жилищного фонда из договора ресурсоснабжения + + + + + Тип дома: MKD - Многоквартирный дом ZHD - Жилой дом ZHDBlockZastroyki - Жилой дом блокированной застройки + + + + + + + + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер квартиры (помещения) / номер блока + + + + + Номер комнаты + + + + + Идентификатор помещения + + + + + Идентификатор блока жилого дома + + + + + Идентификатор комнаты + + + + + Информация о КУ и КР по ОЖФ + + + + + + + + + + + + + + Признак "Отсутствие присоединения сетей объекта жилищного фонда к централизованной системе водоснабжения" + + + + + + + + Импорт новости для информирования граждан. Доступны версии 11.6.0.2, 13.2.2.0 + + + + + + + + + + + + + Идентификатор новости в ГИС ЖКХ + + + + + + + Создание, редактирование новости + + + + + + + Тема + + + + + + + + + + + Тема. Указывается из справочника №364 "Темы новостных сообщений" + + + + + + Высокая важность новости + + + + + Текст новости + + + + + + + + + + + Адресаты + + + + Все дома (в адресатах) + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Собственник помещений в МКД + + + + + + Необходимость погашения задолженности + + + + + + Лицевой счет + + + + + + Сумма задолженности + + + + + + + + + + + + Принятие решения о выборе другой кредитной организации + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + + Принятие рещшения об открытии нового специального счета + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + + + + + Идентификатор организации-владельца специального счета + + + + + Идентификатор организации-органа государственного надзора + + + + + + Период актуальности + + + + Не ограничено + + + + + + В период "С" + + + + + В период "До" + + + + + + + Документы новости + + + + + Направить новость адресатам + + + + + Признак "Для публикации в мобильном приложении" + + + + + Информация для новости, публикуемой в мобильном приложении + + + + + + Признак, что текст новости не более 500 символов + + + + + Признак закрепления новостного сообщения в ленте + + + + + Ссылка для перехода из подробного представления новости на произвольную web-страницу + + + + + + + + + + + + + + + + + Направить новость адресатам + + + + + Удаление новости + + + + + Отзыв новости + + + + + + Причина отзыва + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт протокола ОСС (протокол общего собрания собственников) + + + + + + + + + + Идентификатор версии протокола ОСС в ГИС ЖКХ + + + + + + + Протокол ОСС + + + + + + + + Разместить протокол + + + + + + + + + + + + + + + + + + Разместить протокол ОСС + + + + + Отменить последние изменения + + + + + Удалить протокол ОСС + + + + + Аннулировать голосование и всю связанную информацию + + + + + + + + + + + + + + + + Импорт итогов голосования, проведенного с использованием системы, отличной от ГИС ЖКХ + + + + + + + + + + Идентификатор сообщения о проведении общего собрания в ГИС ЖКХ + + + + + + Разместить итоги голосования, проведенного с использованием системы, отличной от ГИС ЖКХ + + + + + + + + + + + + + + + Экспорт протоколов ОСС + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Статус версии протокола ОСС +Допустимые значения: +-Created-создан +-Posted-Размещен +-Edited-На изменении +-Annuled-Аннулирован +-PostedFromAnotherSystem-Размещен по голосованию в другой системе + + + + + + + + + + + + + + + Идентификатор версии протокола голосования + + + + + Корневой идентификатор протокола голосования + + + + + + + + + + + Ответ на запрос экспорта протоколов ОСС + + + + + + + Статус протокола ОСС +Допустимые значения: +-Created-создан +-Posted-Размещен +-Edited-На изменении +-Annuled-Аннулирован +-PostedFromAnotherSystem-Размещен по голосованию в другой системе + + + + + + + + + + + + + + Идентификатор версии протокола голосования + + + + + Корневой идентификатор протокола голосования + + + + + Статус версии протокола ОСС +Допустимые значения: +-Created-создан +-Posted-Размещен +-Edited-На изменении +-Annuled-Аннулирован +-PostedFromAnotherSystem-Размещен по голосованию в другой системе + + + + + + + + + + + + + + Номер версии протокола + + + + + Дата и время последнего изменения версии протокола + + + + + Дата и время размещения версии протокола + + + + + + + + + Импорт сообщения о проведениии ОСС + + + + + + + + + + Идентификатор сообщения о проведении ОСС в ГИС ЖКХ + + + + + + + Разместить или изменить сообщение о проведении ОСС + + + + + Отменить голосование по причине размещения 50% отказов + +Операция доступна только для голосований в форме "Заочное голосование с использованием системы" + + + + + Аннулировать голосование и всю связанную информацию + + + + + + + + + + + + + + + + Экспорт сообщений о проведении ОСС + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Корневой идентификатор сообщения о проведении голосования + + + + + + + + + + + Ответ на запрос экспорта сообщений о проведении ОСС + + + + + + + Идентификатор сообщения о проведении голосования + + + + + Статус сообщения о проведении ОСС +Допустимые значения: +- Posted - Размещено +- Goes - Голосование идет +- Finished - Голосование завершено +- MeetingCancelled - Собрание не состоялось +- Cancelled - Аннулирован + + + + + Дата и время размещения версии сообщения + + + + + Дата и время последнего изменения версии сообщения + + + + + + + + + + Импорт решения собственника по вопросам голосования + + + + + + + + Решение собственника по вопросам голосования + + + + + + + + Идентификатор версии протокола ОСС в ГИС ЖКХ + + + + + Идентификатор сообщения о проведении ОСС в ГИС ЖКХ + + + + + + Корневой идентификатор решения собственника по вопросам голосования + + + + + + Создание/Изменение решения + + + + + Аннулировать решение + + + + + + + + + + + + + + + + + + + + + + + Экспорт решений собственников по вопросам голосования +Доступны версии 13.0.0.2 и 13.1.8.1 + + + + + + + + Идентификатор версии протокола голосования + + + + + Корневой идентификатор протокола голосования + + + + + Корневой идентификатор решения собственника по вопросам голосования + + + + + Идентификатор сообщения о проведении ОСС + + + + + + + + + + + Ответ на запрос экспорта решений собственника по вопросу голосования + + + + + Корневой идентификатор решения собственника по вопросам голосования + + + + + + Экспортируемые сведения о собственности + + + + + + Вопрос повестки + + + + + Электронный образ решения собственника + + + + + Решение аннулировано + + + + + + + + Импорт письменных отказов собственников + + + + + + + + Письменные отказы собственников + + + + + + + + + + Разместить письменный отказ собственника + + + + + + Корневой идентификатор сообщения о проведении общего собрания собственников + + + + + Письменный отказ собственника + + + + + + + + Внести изменения в ранее размещенный письменный отказ собственника + + + + + + Корневой идентификатор письменного отказа собственника в ГИС ЖКХ + + + + + Письменный отказ собственника + + + + + + + + Аннулировать письменный отказ собственника + + + + + + Корневой идентификатор письменного отказа собственника в ГИС ЖКХ + + + + + + + + + + + + + + + + + + + + + + Экспорт письменных отказов собственников + + + + + + + + Корневые идентификаторы сообщений о проведении общего собрания, письменные отказы из которых должны быть экспортированы + + + + + Корневые идентификаторы отказов собственников + + + + + + + + + + + + Запрос на экспорт краткой информации о договоре найма + + + + + + + + поиск по + + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + + Идентификатор договора социального наймам в ГИС ЖКХ + + + + + Идентификатор версии договора социального наймам в ГИС ЖКХ + + + + + + Номер договора + + + + + + + + + + + Дата заключения "С" + + + + + Дата заключения "По" + + + + + Тип: +(D)WELLING_APARTMENT - Договор социального найма жилого помещения +STATE_(M)UNICIPAL_FUND - Договор найма жилого помещения государственного или муниципального жилищного фонда +(S)OCIAL_FUND - Договор найма жилого помещения жилищного фонда социального использования + + + + + + + + + + + + + + + + + + + + + + + + + Ответ на запрос экспорта краткой информации о договоре найма + + + + + Идентификатор договора социального наймам в ГИС ЖКХ + + + + + Идентификатор версии договора социального наймам в ГИС ЖКХ + + + + + Состояние договора. Заполняется для договора в статусе "Утвержден" + + + + + + Не вступил в силу + + + + + Действующий + + + + + Истек срок действия + + + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Информация о расторжении + + + + + + + + Ссылка на НСИ "54 Причина расторжения договора" (реестровый номер 54) + + + + + + + + + + Аннулирование + + + + + Тип: +(D)WELLING_APARTMENT - Договор социального найма жилого помещения +STATE_(M)UNICIPAL_FUND - Договор найма жилого помещения государственного или муниципального жилищного фонда +(S)OCIAL_FUND - Договор найма жилого помещения жилищного фонда социального использования + + + + + + + + + + + + + + Данные об объекте жилищного фонда + + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер квартиры (помещения) + + + + + Номер комнаты (указывается в случае квартиры коммунального заселения) + + + + + + + + Идентификатор зарегистрированной организации заключившей договор (первая сторона договора) + + + + + + + Тип статуса размещения ДУ в ГИС ЖКХ + + + + + + + Описание ошибки + + + + + + + + + Тип статуса размещения устава в ГИС ЖКХ + + + + + + + Описание ошибки + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + + + + Расширенный ответ по импорту объекта жилищного фонда для УО + + + + + Расширенный ответ по импорту объекта жилищного фонда для ОМС + + + + + Расширенный ответ по импорту объекта жилищного фонда для ЕСП + + + + + Заполняется для операции importContract статусом размещения ДУ в ГИС ЖКХ + + + + + Заполняется для операции importCharter статусом размещения устава в ГИС ЖКХ + + + + + Заполняется для операции importMeteringDevice + + + + + + Идентификатор ПУ + + + + + + + + Заполняется для операции importAccount + + + + + + + + + + + Заполняется для операции importSuppleResourceContractObjectAddress + + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + + + + Заполняется для операции importSuppleResourceContract + + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + Корневой идентификатор договора ресурсоснабжения (не меняется от версии к версии) + + + + + + + + Заполняется для операции importSupplyResourceContractProject + + + + + + Идентификатор версии договора ресурсоснабжения в ГИС ЖКХ + + + + + + + + + + + + + + + + + + Запрос на экспорт краткой базовой информации о доме + + + + + + Результат поиска дома по критерию. + + + + + + + + Запрос на экспорт краткой базовой информации о доме + + + + + + Краткая информация о МКД + + + + + + + + Запрос на экспорт краткой базовой информации о доме + + + + + + Результат поиска дома по критерию. + + + + + + + + + + + + + + + + + + Договор ресурсоснабжения + + + + + + Последняя страница экспорта + + + + + Идентификатор договора ресурсоснабжения для экспорта следующей 1000 договоров + + + + + + + + + Объект жилищного фонда в договоре ресурсоснабжения + + + + + + Объект жилищного фонда в договоре ресурсоснабжения + + + + + + Идентификатор объекта жилищного фонда в ГИС ЖКХ для установки экспорта следующей 1000 ОЖФ + + + + + Последняя страница экспорта + + + + + + + + + Результат экспорта сокращенного состава информации о договоре ресурсоснабжения + + + + + + + + + Идентификатор договора ресурсоснабжения для экспорта следующей страницы договоров + + + + + Идентификатор объекта жилищного фонда в ГИС ЖКХ для экспорта следующей страницы ОЖФ + + + + + + Последняя страница экспорта + + + + + + + + + + Статус пролонгации ДУ/уставов + + + + + + Решение собственника по вопросам голосования + + + + + Письменные отказы собственников + + + + + ПУ для оператора дистанционного снятия показаний + + + + + + + + + + + + Сведения из ГКН для УО и ОМС + + + + + Кадастровый номер объекта недвижимости. При указании осуществляется привязка к ГКН и ЕГРП (поиск в ГКН и ЕГРП выполняется по кадастровому номеру). Перечень Субъектов РФ, по которым размещена информация в ГКН/ЕГРП, можно уточнить у Оператора ГИС ЖКХ. Наличие в экспорте указывает на установленную связь с ГКН/ЕГРП по этому элементу. + + + + + Информация об объекте недвижимости из Росреестра не размещена в ГИС ЖКХ. При указании в ГИС ЖКХ не сохраняется информация ни о кадастровом номере, ни о его отсутствии. При изменении объекта, привязанного к ГКН или ЕГРП, выполняется отвязка. Перечень Субъектов РФ, по которым размещена информация в ГКН, можно уточнить у Оператора ГИС ЖКХ. + + + + + + У объекта отсутствует кадастровый номер. При указании в ГИС ЖКХ сохраняется информация об отсутствии кадастрового номера, привязка к ГКН и ЕГРП не выполняется. При изменении объекта, привязанного к ГКН, выполняется отвязка от ГКН и ЕГРП. При изменении объекта, привязанного только к ЕГРП, отвязка не выполняется. + + + + + + Условный номер. При указании в ГИС ЖКХ осуществляется привязка к ЕГРП (поиск в ЕГРП выполняется по условному номеру). + + + + + Регистрационные данные права или ограничения/обременения прав. При указании в ГИС ЖКХ осуществляется привязка к ЕГРП (поиск в ЕГРП по регистрационным данным прав или ограничений/обременений прав). + + + + + + + + + Сведения из ГКН для РСО + + + + + Кадастровый номер объекта недвижимости. При указании осуществляется привязка к ГКН и ЕГРП (поиск в ГКН и ЕГРП выполняется по кадастровому номеру). Перечень Субъектов РФ, по которым размещена информация в ГКН/ЕГРП, можно уточнить у Оператора ГИС ЖКХ. Наличие в экспорте указывает на установленную связь с ГКН/ЕГРП по этому элементу. + + + + + Информация об объекте недвижимости из Росреестра не размещена в ГИС ЖКХ. При указании в ГИС ЖКХ не сохраняется информация ни о кадастровом номере, ни о его отсутствии. При изменении объекта, привязанного к ГКН или ЕГРП, выполняется отвязка. Перечень Субъектов РФ, по которым размещена информация в ГКН, можно уточнить у Оператора ГИС ЖКХ. + + + + + Признак отсутствия у РСО, импортирующего дом, сведений о кадастровом номере и других ключей, позволяющих установить связь с ГКН/ЕГРП. При указании в ГИС ЖКХ не сохраняется информация ни о кадастровом номере, ни о его отсутствии. При изменении объекта, привязанного к ГКН или ЕГРП, объект не отвязывается. + + + + + + У объекта отсутствует кадастровый номер. При указании в ГИС ЖКХ сохраняется информация об отсутствии кадастрового номера, привязка к ГКН и ЕГРП не выполняется. При изменении объекта, привязанного к ГКН, выполняется отвязка от ГКН и ЕГРП. При изменении объекта, привязанного только к ЕГРП, отвязка не выполняется. + + + + + + Условный номер. При указании в ГИС ЖКХ осуществляется привязка к ЕГРП (поиск в ЕГРП выполняется по условному номеру). + + + + + Регистрационные данные права или ограничения/обременения прав. При указании в ГИС ЖКХ осуществляется привязка к ЕГРП (поиск в ЕГРП по регистрационным данным прав или ограничений/обременений прав). + + + + + + + + + Сведения из ГКН и ЕГРП для экспорта + + + + + Объект в ГИС ЖКХ привязан к ГКН. + + + + + Объект в ГИС ЖКХ не привязан к ГКН (у объекта отсутствует кадастровый номер или информация из Росреестра об объекте не размещена в ГИС ЖКХ). Объект может быть привязан к ЕГРП. + + + + + Не используется, оставлен для совместимости. + + + + + + + + + + + + + + + + + + + + + + + + + + Тип ключа: +(R)ight - право +(E)ncumbrance - ограничение/обременение права + + + + + + + + + + + Номер государственной регистрации + + + + + + + + + + Дата государственной регистрации + + + + + + + + + + + + Статус связи объекта с ГКН: +(C)reated - связь с ГНК установлена +(D)roped - связь разорвана +(N)o relationship - связь с ГКН не устанавливалась + + + + + + + + + + + + + + Пользовательский параметр МКД, принятый ГИС ЖКХ после установления связи с ГКН + + + + + Пользовательский параметр ЖД, принятый ГИС ЖКХ после установления связи с ГКН + + + + + Пользовательский параметр нежилого помещения, принятый ГИС ЖКХ после установления связи с ГКН + + + + + Пользовательский параметр жилого помещения, принятый ГИС ЖКХ после установления связи с ГКН + + + + + Пользовательский параметр комнаты, принятый ГИС ЖКХ после установления связи с ГКН + + + + + + + + + + Статус связи объекта с ЕГРП: +(C)reated - найдена запись в ЕГРП, доля(и)/обремененения(и) создана(ы) +(D)roped - связь с долей/обремененением разорвана +(N)o relationship - связь с долей/обремененением не устанавливалась + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Сводный статус объекта жилищного фонда в ГИС ЖКХ (для импорта) + + + + + Заполняется для операций importHouseUO, importHouseOMS, ImportHouseESP + + + + + + + + + + + + + Сводный статус объекта жилищного фонда в ГИС ЖКХ (для экспорта) + + + + + + + + Основные характеристики дома (для импорта от УО) + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь здания + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО (обязательное для всех территорий, за исключением города и космодрома "Байконур"). Значение из ФИАС при наличии. + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + Дом находится в муниципальной собственности и в полном объеме используется в качестве общежития + + + + + Дом находится в собственности субъекта Российской Федерации и в полном объеме используется в качестве общежития + + + + + + + + + Основные характеристики дома + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + ОКТМО (обязательное для всех территорий, за исключением города и космодрома "Байконур"). Значение из ФИАС при наличии. + + + + + Часовая зона + + + + + + + + + Основные характеристики дома (обновление данных для УО) + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО. Только для ОКТМО не из ФИАС + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + Дом находится в муниципальной собственности и в полном объеме используется в качестве общежития + + + + + Дом находится в собственности субъекта РФ и в полном объеме используется в качестве общежития + + + + + + + + + Основные характеристики дома (обновление данных) + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + ОКТМО. Только для ОКТМО не из ФИАС + + + + + Часовая зона + + + + + + + + + Основные характеристики дома (обновление данных для ОМС) + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО.Только для ОКТМО не из ФИАС + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + Данные общежития для импорта + + + + + + + + + Основные характеристики дома (обновление данных для ЕСП) + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО.Только для ОКТМО не из ФИАС + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + Дом находится в муниципальной собственности и в полном объеме используется в качестве общежития + + + + + Дом находится в cобственности субъекта РФ и в полном объеме используется в качестве общежития + + + + + + + + + Основные характеристики дома (для экспорта). На связь объекта с ГКН/ЕГРП указывает + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО (обязательное для всех территорий, за исключением города и космодрома "Байконур"). Значение из ФИАС при наличии. + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Дата сноса + + + + + Основание сноса + + + + + Данные общежития для экспорта + + + + + + + + + Многоквартирный дом (для импорта от УО) + + + + + Основные характеристики + + + + + + + + + Кадастровый номер объекта недвижимости. При указании осуществляется привязка к ГКН и ЕГРП (поиск в ГКН и ЕГРП выполняется по кадастровому номеру). Перечень Субъектов РФ, по которым размещена информация в ГКН/ЕГРП, можно уточнить у Оператора ГИС ЖКХ. Наличие в экспорте указывает на установленную связь с ГКН/ЕГРП по этому элементу. + + + + + Информация об объекте недвижимости из Росреестра не размещена в ГИС ЖКХ. При указании в ГИС ЖКХ не сохраняется информация ни о кадастровом номере, ни о его отсутствии. При изменении объекта, привязанного к ГКН или ЕГРП, выполняется отвязка. Перечень Субъектов РФ, по которым размещена информация в ГКН, можно уточнить у Оператора ГИС ЖКХ. + + + + + + У объекта отсутствует кадастровый номер. При указании в ГИС ЖКХ сохраняется информация об отсутствии кадастрового номера, привязка к ГКН и ЕГРП не выполняется. При изменении объекта, привязанного к ГКН, выполняется отвязка от ГКН и ЕГРП. При изменении объекта, привязанного только к ЕГРП, отвязка не выполняется. + + + + + + Условный номер. При указании в ГИС ЖКХ осуществляется привязка к ЕГРП (поиск в ЕГРП выполняется по условному номеру). + + + + + Регистрационные данные права или ограничения/обременения прав. При указании в ГИС ЖКХ осуществляется привязка к ЕГРП (поиск в ЕГРП по регистрационным данным прав или ограничений/обременений прав). + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь здания + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО (обязательное для всех территорий, за исключением города и космодрома "Байконур"). Значение из ФИАС при наличии. + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + Дом находится в муниципальной собственности и в полном объеме используется в качестве общежития + + + + + Дом находится в собственности субъекта Российской Федерации и в полном объеме используется в качестве общежития + + + + + + + + + + + Количество подземных этажей + + + + + Количество этажей, наименьшее (значение игнорируется при обработке) + + + + + + + + + + + + Многоквартирный дом (для импорта от РСО) + + + + + Основные характеристики + + + + + + + Многоквартирный дом (для импорта от ОМС) + + + + + Основные характеристики + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО (обязательное для всех территорий, за исключением города и космодрома "Байконур"). Значение из ФИАС при наличии. + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + Данные общежития для импорта + + + + + + + + + + Количество подземных этажей + + + + + Количество этажей, наименьшее (значение игнорируется при обработке) + + + + + + + + + + + + Многоквартирный дом (для импорта от ЕСП) + + + + + Основные характеристики + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО (обязательное для всех территорий, за исключением города и космодрома "Байконур"). Значение из ФИАС при наличии. + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + Дом находится в муниципальной собственности и в полном объеме используется в качестве общежития + + + + + Дом находится в cобственности субъекта РФ и в полном объеме используется в качестве общежития + + + + + + + + + + Количество подземных этажей + + + + + Количество этажей, наименьшее (значение игнорируется при обработке) + + + + + + + + + + + + Многоквартирный дом (обновление данных для УО) + + + + + Основные характеристики + + + + + Количество подземных этажей + + + + + Количество этажей, наименьшее (значение игнорируется при обработке) + + + + + + + + + + + + Многоквартирный дом (обновление данных для РСО) + + + + + Основные характеристики + + + + + + + Многоквартирный дом (обновление данных для ОМС) + + + + + Основные характеристики + + + + + Количество подземных этажей + + + + + Количество этажей, наименьшее (значение игнорируется при обработке) + + + + + + + + + + + + Многоквартирный дом (обновление данных для ЕСП) + + + + + Основные характеристики + + + + + Количество подземных этажей + + + + + Количество этажей, наименьшее (значение игнорируется при обработке) + + + + + + + + + + + + Многоквартирный дом (для экспорта) + + + + + Основные характеристики + + + + + Количество подземных этажей + + + + + Вид счета\Способ формирования фонда (НСИ 62) + + + + + + + Лифт (для импорта от УО) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Заводской номер + + + + + Тип лифта. Ссылка на НСИ "Тип лифта" (реестровый номер 192) + + + + + Данные ОЖФ + + + + + + + Лифт (для импорта от ОМС) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Заводской номер + + + + + Тип лифта. Ссылка на НСИ "Тип лифта" (реестровый номер 192) + + + + + Данные ОЖФ + + + + + + + Лифт (для импорта от ЕСП) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Заводской номер + + + + + Тип лифта. Ссылка на НСИ "Тип лифта" (реестровый номер 192) + + + + + Данные ОЖФ + + + + + + + Лифт (обновление данных от УО) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Заводской номер + + + + + Тип лифта. Ссылка на НСИ "Тип лифта" (реестровый номер 192) + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + + + Лифт (обновлени еданных от ОМС) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Заводской номер + + + + + Тип лифта. Ссылка на НСИ "Тип лифта" (реестровый номер 192) + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + + + Лифт (обновлени еданных от ЕСП) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Заводской номер + + + + + Тип лифта. Ссылка на НСИ "Тип лифта" (реестровый номер 192) + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + + + Лифт (для экспорта) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Заводской номер + + + + + Тип лифта. Ссылка на НСИ "Тип лифта" (реестровый номер 192) + + + + + Данные ОЖФ + + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + + + Жилой дом (для импорта от УО) + + + + + Основные характеристики + + + + + Жилой дом блокированной застройки +(Если не указан - аналог false). + + + + + Несколько жилых домов с одинаковым адресом +(Если не указан - аналог false) + + + + + + + Жилой дом (для импорта от РСО) + + + + + Основные характеристики + + + + + Жилой дом блокированной застройки (Если не указан - аналог false). + + + + + Несколько жилых домов с одинаковым адресом +(Если не указан - аналог false) + + + + + + + Жилой дом (для импорта от ОМС) + + + + + Основные характеристики + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Общая площадь + + + + + Состояние (НСИ 24) + + + + + Стадия жизненного цикла (НСИ 338) + + + + + Год ввода в эксплуатацию + + + + + Количество этажей + + + + + ОКТМО (обязательное для всех территорий, за исключением города и космодрома "Байконур"). Значение из ФИАС при наличии. + + + + + Часовая зона + + + + + Наличие у дома статуса объекта культурного наследия + + + + + Данные ОЖФ + + + + + Данные общежития для импорта + + + + + + + + + + Жилой дом блокированной застройки (Если не указан - аналог false). + + + + + Несколько жилых домов с одинаковым адресом +(Если не указан - аналог false) + + + + + + + Жилой дом (обновление данных для УО) + + + + + Основные характеристики + + + + + + + Жилой дом (обновление данных для РСО) + + + + + Основные характеристики + + + + + + + Жилой дом (обновление данных ОМС) + + + + + Основные характеристики + + + + + + + Жилой дом (для экспорта) + + + + + Основные характеристики + + + + + Жилой дом блокированной застройки + + + + + Несколько жилых домов с одинаковым адресом +(Если не указан - аналог false) + + + + + + + Подъезд (для импорта от УО) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Этажность + + + + + + + + + + + Год постройки + + + + + Информация подтверждена поставщиком + + + + + + + Подъезд (для импорта от РСО) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + + + Подъезд (для импорта от ОМС) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Этажность + + + + + + + + + + + Год постройки + + + + + Информация подтверждена поставщиком + + + + + + + Подъезд (для импорта от ЕСП) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Этажность + + + + + + + + + + + Год постройки + + + + + Информация подтверждена поставщиком + + + + + + + Подъезд (обновление данных для УО) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Этажность + + + + + + + + + + + Год постройки + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + Подъезд (обновление данных для РСО) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + + + Подъезд (обновление данных для ОМС) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Этажность + + + + + + + + + + + Год постройки + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + Подъезд (обновление данных для ЕСП) + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Этажность + + + + + + + + + + + Год постройки + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + Подъезд (для экспорта) + + + + + Номер подъезда +(Может быть не заполнен для группирующих домов) + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Этажность + + + + + + + + + + + Год постройки + + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + Блок дома блокированной застройки (для импорта от УО) + + + + + + + Номер блока + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь помещения по паспорту помещения + + + + + + Жилая площадь помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + Категория помещения +(если не задано, считается как жилое) + + + + + + + + + Блок дома блокированной застройки (для импорта от РСО) + + + + + + + Номер блока + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь помещения по паспорту помещения + + + + + Категория помещения +(если не задано, считается как жилое) + + + + + + + + + Блок дома блокированной застройки (для импорта от ОМС) + + + + + + + Номер блока + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь помещения по паспорту помещения + + + + + + Жилая площадь помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + Категория помещения +(если не задано, считается как жилое) + + + + + + + + + Блок дома блокированной застройки (обновление данных для УО) + + + + + + + Номер блока + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь помещения по паспорту помещения + + + + + + Жилая площадь помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + Категория помещения +(если не задано, считается как жилое) + + + + + + + + + Блок дома блокированной застройки (обновление данных для РСО) + + + + + + + Номер блока + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь помещения по паспорту помещения + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Категория помещения +(если не задано, считается как жилое) + + + + + + + + + Блок дома блокированной застройки (обновление данных для ОМС) + + + + + + + Номер блока + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь помещения по паспорту помещения + + + + + + Жилая площадь помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + Категория помещения +(если не задано, считается как жилое) + + + + + + + + + Блок дома блокированной застройки (для экспорта) + + + + + + + Номер блока + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь помещения по паспорту помещения + + + + + + Жилая площадь помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + Категория помещения +(если не задано, считается как жилое) + + + + + + + + + Базовый тип помещения (для импорта от УО) + + + + + + + Номер помещения + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + + + + + Базовый тип помещения (для импорта от РСО) + + + + + + + Номер помещения + + + + + + + + + Базовый тип помещения (для импорта от ОМС) + + + + + + + Номер помещения + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + + + + + Базовый тип помещения (для импорта от ЕСП) + + + + + + + Номер помещения + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + + + + + Базовый тип помещения (обновление данных для УО) + + + + + + + Номер помещения + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + + Базовый тип помещения (обновление данных для РСО) + + + + + + + Номер помещения + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + + + + + Базовый тип помещения (обновление данных для ОМС) + + + + + + + Номер помещения + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + + Базовый тип помещения (обновление данных для ЕСП) + + + + + + + Номер помещения + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + + Базовый тип помещения (для экспорта) + + + + + + + Номер помещения + + + + + Этаж + + + + + Данные ОЖФ + + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + + Жилое помещение (для импорта от УО) + + + + + + + + + Признак отсутствия подъезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + Жилая площадь жилого помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + + + + + Жилое помещение (для импорта от РСО) + + + + + + + + + Признак отсутствия подъезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + + + + Жилое помещение (для импорта от ОМС) + + + + + + + + + Признак отсутствия подъезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + Жилая площадь жилого помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + + + + + Жилое помещение (для импорта от ЕСП) + + + + + + + + + Признак отсутствия подезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + Жилая площадь жилого помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + + + + + Жилое помещение (обновление данных для УО) + + + + + + + + + Признак отсутствия подъезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + Жилая площадь жилого помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + + + + + Жилое помещение (обновление данных для РСО) + + + + + + + + + Признак отсутствия подъезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + + + + Жилое помещение (обновление данных для ОМС) + + + + + + + + + Признак отсутствия подъезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + + Жилая площадь жилого помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + + + + Жилое помещение (обновление данных для ЕСП) + + + + + + + + + Признак отсутствия подезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + + Жилая площадь жилого помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + + + + Жилое помещение (для экспорта) + + + + + + + + + Признак отсутствия подъезда + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Характеристика помещения (НСИ 30) + + + + + Общая площадь жилого помещения по паспорту помещения + + + + + + Жилая площадь жилого помещения по паспорту помещения + + + + + Отсутствует значение жилой площади + + + + + + + + + + Нежилое помещение (для импорта от УО) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + Помещение, составляющее общее имущество в многоквартирном доме + + + + + + + + + Нежилое помещение (для импорта от РСО) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + + + + + Нежилое помещение (для импорта от ОМС, экспорта) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + Помещение, составляющее общее имущество в многоквартирном доме + + + + + + + + + Нежилое помещение (для импорта от ЕСП) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + Помещение, составляющее общее имущество в многоквартирном доме + + + + + + + + + Нежилое помещение (обновление данных для УО) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + Помещение, составляющее общее имущество в многоквартирном доме + + + + + + + + + Нежилое помещение (обновление данных для РСО) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + + + + + Нежилое помещение (обновление данных для ОМС) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + Помещение, составляющее общее имущество в многоквартирном доме + + + + + + + + + Нежилое помещение (обновление данных для ЕСП) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + Помещение, составляющее общее имущество в многоквартирном доме + + + + + + + + + Нежилое помещение (для экспорта) + + + + + + + ГУИД дочернего дома по ФИАС, к которому относится подъезд для группирующих домов + + + + + Общая площадь нежилого помещения по паспорту помещения + + + + + Помещение, составляющее общее имущество в многоквартирном доме + + + + + + + + + Комната (для импорта от УО) + + + + + + + Номер комнаты + + + + + Площадь + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + + + + + Комната (для импорта от РСО) + + + + + + + Номер комнаты + + + + + Площадь + + + + + + + + + Комната (для импорта от ОМС) + + + + + + + Номер комнаты + + + + + Площадь + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + + + + + Комната (для импорта от ЕСП) + + + + + + + Номер комнаты + + + + + Площадь + + + + + Данные ОЖФ + + + + + Информация подтверждена поставщиком + + + + + + + + + Комната (обновление данных для УО) + + + + + + + Номер комнаты + + + + + Площадь + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + + Комната (обновление данных для РСО) + + + + + + + Номер комнаты + + + + + Площадь + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + + + + + Комната (обновление данных для ОМС) + + + + + + + Номер комнаты + + + + + Площадь + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + + Комната (обновление данных для ЕСП) + + + + + + + Номер комнаты + + + + + Площадь + + + + + Данные ОЖФ + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + + Комната (для экспорта) + + + + + + + Номер комнаты + + + + + Площадь + + + + + Этаж + + + + + Данные ОЖФ + + + + + + Причина аннулирования объекта жилищного фонда (НСИ 330) + + + + + Причина аннулирования.Дополнительная информация + + + + + Информация подтверждена поставщиком + + + + + + + + + Категория помещения для блока + + + + + Жилое + + + + + Нежилое + + + + + + + Количество этажей (тип) + + + + + + + + + Количество подземных этажей (тип) + + + + + + + + + Год ввода в эксплуатацию (тип) + + + + + + + + Номер помещения, комнаты (тип) + + + + + + + + + Номер подъезда + + + + + + + + + + + Если флаг указан для запроса с обновлением данных, то отсутствующие в дельте значения будут подгружены из предыдущей версии сущности. В противном случае отсутствующие значения будут сброшены в NULL. + + + + + Дата аннулирования объекта в ГИС ЖКХ + + + + + + Строка данных для объекта ЖФ + + + + + Код строки в справочнике Форма описания объектов ЖФ + + + + + Значение показателя + + + + + + + Значение строки данных для объекта ЖФ + + + + + Строка + + + + + Вещественное + + + + + Дата + + + + + Целое + + + + + Логическое + + + + + Перечислимое (ссылка на код записи справочника) + + + + + Файл (ссылка на файл) + + + + + + + + + + + Лицевой счет для оплаты за жилое помещение и коммунальные услуги + + + + + Лицевой счет для оплаты за коммунальные услуги. + + + + + Лицевой счет для оплаты капитального ремонта + + + + + Лицевой счет РКЦ + + + + + Лицевой счет ОГВ/ОМС + + + + + Лицевой счет ТКО + + + + + + Дата создания ЛС в ГИС ЖКХ (игнорируется при импорте, оставлено для совместимости) + + + + + Количество проживающих + + + + + + + + + + Общая площадь для ЛС + + + + + Жилая площадь + + + + + Отапливаемая площадь + + + + + Счет закрыт + + + + + Помещение + + + + + + + Идентификатор помещения + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Идентификатор комнаты + + + + + + Доля внесения платы, размер доли в % + + + + + + + + + + + + + + + Сведения о платильщике + + + + + + Является нанимателем? + + + + + Лицевые счета на помещение(я) разделены? + + + + + В случае неуказания СНИЛС/удостоверения личности/ссылки на реестр организаций, личный кабинет плательщика не будет автоматически подключен к лицевому счету. + + + + Физическое лицо/индивидуальный предприниматель. + + + + + Организация. ЮЛ/ИП/ОП. Ссылка на реестр организаций + + + + + + + + + + + + + + Лицевой счет для оплаты за жилое помещение и коммунальные услуги + + + + + Лицевой счет для оплаты за коммунальные услуги. + + + + + Лицевой счет для оплаты капитального ремонта + + + + + Лицевой счет РКЦ + + + + + Лицевой счет ОГВ/ОМС + + + + + Лицевой счет ТКО + + + + + + Дата создания ЛС в ГИС ЖКХ + + + + + Количество проживающих + + + + + Общая площадь для ЛС + + + + + Жилая площадь + + + + + Отапливаемая площадь + + + + + Счет закрыт + + + + + Помещение + + + + + + + Идентификатор помещения + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Идентификатор комнаты + + + + + + Доля внесения платы, размер доли в % + + + + + + + + + + + + + + Сведения о платильщике + + + + + + Является нанимателем? + + + + + Лицевые счета на помещение(я) разделены? + + + + + В случае неуказания СНИЛС/удостоверения личности/ссылки на реестр организаций, личный кабинет плательщика не будет автоматически подключен к лицевому счету. + + + + Физическое лицо/индивидуальный предприниматель. + + + + + Организация. ЮЛ/ИП/ОП. Ссылка на реестр организаций + + + + + + + + + + + Физическое лицо + + + + + + + Пол (M- мужской, F-женский) + + + + + + + + + + + + + Дата рождения + + + + + + + + + + + + + Физическое лицо + + + + + + + Пол (M- мужской, F-женский) + + + + + + + + + + + + + Дата рождения + + + + + + + Удостоверение личности + + + + + + Документ, удостоверяющий личность (НСИ 95) + + + + + Серия документа + + + + + + + + + + + Номер документа + + + + + + + + + + + Дата выдачи документа + + + + + + + + + + + + + Характеристика ЛС + + + + + Количество проживающих + + + + + + + + + + Плательщик + + + + Собственник ФЛ. Ссылка на физлицо в реестре физлиц + + + + + Собственник ЮЛ/ИП/ОП. Ссылка га реестр организаций + + + + + ФЛ по договору социального наема. Ссылка на физлицо в реестре физлиц + + + + + Собственник ЮЛ/ИП/ОП. Ссылка га реестр организаций + + + + + + Нежилая площадь + + + + + Нежилая площадь + + + + + Нежилая площадь + + + + + Счет закрыт + + + + + + + Параметры закрытого ЛС + + + + + Причина закрытия (НСИ 22) + + + + + Дата закрытия + + + + + Примечание + + + + + + + + + + + + + Тип импорта оснований ЛС + + + + + Договор ресурсоснабжения + + + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + True, если договор не является публичным и/или присутствует заключенный на бумажном носителе или в электронной форме. + + + + + + + + + Договор найма жилого помещения + + + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Тип: +(D)WELLING_APARTMENT - Договор социального найма жилого помещения +STATE_(M)UNICIPAL_FUND - Договор найма жилого помещения государственного или муниципального жилищного фонда +(S)OCIAL_FUND - Договор найма жилого помещения жилищного фонда социального использования + + + + + + + + + + + + + + + + + + + + + + + Номер договора + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + + + + + + + Индивидуальная услуга ЛС + + + + + Дата начала представления услуги + + + + + Дата окончания представления услуги + + + + + Ссылка на справочник дополнительных услуг (НСИ №1) + + + + + Основание + + + + + + + Идентификатор индивидуальной услуги ЛС + + + + + + Корневой идентификатор договора (не меняется от версии к версии) + + + + + Идентификатор версии договора + + + + + Корневой идентификатор устава (не меняется от версии к версии) + + + + + Идентификатор версии устава в ГИС ЖКХ + + + + + + + Номер документа + + + + + + + + + + + + + + Сроки передачи показаний индивидуальных и общих (квартирных) приборов учета с указанием даты начала и даты окончания периода передачи показаний + + + + + + Начало периода ввода показаний ПУ + + + + + Окончание периода ввода показаний ПУ + + + + + + + + Срок представления (выставления) платежных документов для внесения платы за жилое помещение и (или) коммунальные услуги + + + + + + + День месяца (от 1-30) + + + + + + + + + + + Последний день месяца + + + + + + + Текущего месяца + + + + + + + Следующего месяца + + + + + + + + + + Срок внесения платы за жилое помещение и (или) коммунальные услуги + + + + + + + День месяца (от 1-30) + + + + + + + + + + + Последний день месяца + + + + + + + Текущего месяца + + + + + + + Следующего месяца + + + + + + + + + + + + + + Сроки передачи показаний индивидуальных и общих (квартирных) приборов учета с указанием даты начала и даты окончания периода передачи показаний + + + + + + Начало периода ввода показаний ПУ + + + + + Окончание периода ввода показаний ПУ + + + + + + + + Срок представления (выставления) платежных документов для внесения платы за жилое помещение и (или) коммунальные услуги + + + + + + + День месяца (от 1-30) + + + + + + + + Последний день месяца + + + + + + + Текущего месяца + + + + + + + Следующего месяца + + + + + + + + + + Срок внесения платы за жилое помещение и (или) коммунальные услуги + + + + + + + День месяца (от 1-30) + + + + + + + + Последний день месяца + + + + + + + Текущего месяца + + + + + + + Следующего месяца + + + + + + + + + + + + Тип выбора дня + + + + + + День месяца + + + + + + + + + + + Последний день месяца + + + + + + Следующего месяца? + + + + + + + Тип выбора дня для экспорта + + + + + + День месяца + + + + + + + + Последний день месяца + + + + + + Следующего месяца? + + + + + + + + + Сроки передачи показаний индивидуальных и общих (квартирных) приборов учета с указанием даты начала и даты окончания периода передачи показаний + + + + + + Начало периода ввода показаний ПУ + + + + + Окончание периода ввода показаний ПУ + + + + + + + + Срок представления (выставления) платежных документов для внесения платы за жилое помещение и (или) коммунальные услуги + + + + + + + День месяца (от 1-30) + + + + + + + + + + + Последний день месяца + + + + + + + Текущего месяца + + + + + + + Следующего месяца + + + + + + + + + + Срок внесения платы за жилое помещение и (или) коммунальные услуги + + + + + + + День месяца (от 1-30) + + + + + + + + + + + Последний день месяца + + + + + + + Текущего месяца + + + + + + + Следующего месяца + + + + + + + + + + + + + + Сроки передачи показаний индивидуальных и общих (квартирных) приборов учета с указанием даты начала и даты окончания периода передачи показаний + + + + + + Начало периода ввода показаний ПУ + + + + + Окончание периода ввода показаний ПУ + + + + + + + + Срок представления (выставления) платежных документов для внесения платы за жилое помещение и (или) коммунальные услуги + + + + + + + День месяца (от 1-30) + + + + + + + + Последний день месяца + + + + + + + Текущего месяца + + + + + + + Следующего месяца + + + + + + + + + + Срок внесения платы за жилое помещение и (или) коммунальные услуги + + + + + + + День месяца (от 1-30) + + + + + + + + Последний день месяца + + + + + + + Текущего месяца + + + + + + + Следующего месяца + + + + + + + + + + + + Тип выбора дня начала/окончания периода ввода показаний по ПУ + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + Дата начала предоставления услуг + + + + + Дата окончания предоставления услуг + + + + + + + + + + Идентификатор в ГИС ЖКХ (ссылка на подсистему голосования) + + + + + Приложенный документ + + + + + + + + + Признак пролонгации + + + + + + + + + Дата расторжения, прекращения действия устава + + + + + + + + + Удалить проект документа + + + + + + + + + Ссылка на НСИ + + + + + Дата начала предоставления услуги + + + + + Дата окончания предоставления услуги + + + + + + + + + Номер + + + + + + + + + + Дата + + + + + + + + + Номер + + + + + + + + + + Дата + + + + + + + + + Признак утверждения ДУ + + + + + + + + + Текущий ДУ + + + + + Ссылка на дополнительное соглашение + + + + + + + + + Текущий устав + + + + + Ссылка на протокол собрания собственников + + + + + + + Устав + + + + + Дата присвоения ОГРН TCН/ТСЖ/ кооперативу (Организации поставщика данных) + + + + + Информация о сроках + + + + + Протокол собрания собственников + + + + + + Протокол собрания собственников (Добавление нового протокола) + + + + + Идентификатор версии протокола голосования (Добавление протокола из реестра сведений о голосовании) + + + + + + + + Протокол, содержащий решение об утверждении устава, отсутствует (при значениии True MeetingProtocol необзяательны) + + + + + Документы устава + + + + + Автоматически продлить срок оказания услуг на один год. Для автоматического продления указывается значение true. + + + + + Разрешить (true) или запретить (false) передачу гражданам текущих показаний по индивидуальным приборам учета в любой день месяца. Если признак не передан, исползуется значение глобальной настройки "Разрешить передачу гражданам показаний индивидуальных или общих (квартирных) приборов учета в любой день месяца по всем договорам". + + + + + + + Устав (для экспорта) + + + + + Дата регистрации TCН/ТСЖ/кооператива (Организации Поставщика данных) + + + + + Информация о сроках + + + + + Протокол собрания собственников + + + + + + Протокол собрания собственников (Добавление нового протокола) + + + + + Идентификатор версии протокола голосования (Добавление протокола из реестра сведений о голосовании) + + + + + + + + Протокол, содержащий решение об утверждении устава, отсутствует (при значениии True MeetingProtocol необзяательны) + + + + + Документы устава + + + + + Автоматически продлить срок оказания услуг на один год. Для автоматического продления указывается значение true. + + + + + Разрешить (true) или запретить (false) передачу гражданам текущих показаний по индивидуальным приборам учета в любой день месяца. + + + + + + + ДУ + + + + + Номер документа + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + Планируемая дата окончания + + + + + Срок действия (заполняется при экспорте) + + + + + + Месяц + + + + + + + + + + год/лет + + + + + + + + + + + + + Вторая сторона договора + + + + Собственник объекта жилищного фонда (можно указать только один действущий управляемый объект) + + + + + ТСЖ/Кооператив + + + + + Собственник муниципального жилья + + + + + Застройщик + + + + + Орган, уполномоченный на принятие решения об определении управляющей организации + + + + + + Сведения о протоколе открытого конкурса/собрания собственников + + + + + + Протокол открытого конкурса/собрания собственников (Добавление нового протокола) + + + + + + + + Элемент не используется, оставлен в схеме для обеспечения совместимости интеграционного взаимодействия + + + + + + + + + + Протокол открытого конкурса + + + + + + Протокол собрания собственников + + + + + + Протокол заседания правления + + + + + Документ, подтверждающий принятое решение органом управления застройщика + + + + + + + + Идентификатор версии протокола голосования (Добавление протокола из реестра сведений о голосовании) + + + + + + + + +Ссылка на НСИ "Основание заключения договора" (реестровый номер 58). + + + + + Сведения о сроках. Для EditContract допускается указывать пустым, сведения будут скопированы из предыдущей версии. + + + + + Договор на управление и приложения + + + + + Дополнительное соглашение + + + + + + + + Реквизиты дополнительного соглашения + + + + + + + + + + Реестр собственников, подписавших договор. + +Элемент обязателен, если стороной договора являются собственники объекта жилищного фонда и основанием заключения договора указано "Решение общего собрания собственников". В остальных случаях элемент не заполняется + + + + + Разрешение на ввод в эксплуатацию. Обязателен, если в "Основание заключения договора" указано "Разрешение на ввод в эксплуатацию". + + + + + Устав. Обязателен, если в "Основание заключения договора" указано "Устав". + + + + + Решение органа местного самоуправления. + +Может указываться только в том случае, если в "Основание заключения договора" указано "Решение органа местного самоуправления" + + + + + Идентификатор решения из Реестра решений об определении управляющей организации. Обязателен, если в элементе "Основание заключения договора" указано "Решение органа местного самоуправления". + + + + + Автоматически пролонгировать договор на один год при наступлении даты окончания действия договора. Для автоматического пролонгирования указывается значение true. + + + + + + + ДУ (для экспорта) + + + + + Номер документа + + + + + + + + + + + Дата заключения + + + + + Дата вступления в силу + + + + + Планируемая дата окончания + + + + + Срок действия (заполняется при экспорте) + + + + + + Месяц + + + + + + + + + + год/лет + + + + + + + + + + + + + Вторая сторона договора + + + + Собственник объекта жилищного фонда (можно указать только один действущий управляемый объект) + + + + + ТСЖ/Кооператив + + + + + Собственник муниципального жилья + + + + + Застройщик + + + + + Орган, уполномоченный на принятие решения об определении управляющей организации + + + + + + Сведения о протоколе открытого конкурса/собрания собственников + + + + + + Протокол открытого конкурса/собрания собственников (Добавление нового протокола) + + + + + + + + Элемент не используется, оставлен в схеме для обеспечения совместимости интеграционного взаимодействия + + + + + + + + + + Протокол открытого конкурса + + + + + + Протокол собрания собственников + + + + + + Протокол заседания правления + + + + + Документ, подтверждающий принятое решение органом управления застройщика + + + + + + + + Идентификатор версии протокола голосования (Добавление протокола из реестра сведений о голосовании) + + + + + + + + +Ссылка на НСИ "Основание заключения договора" (реестровый номер 58). + + + + + Сведения о сроках. Для EditContract допускается указывать пустым, сведения будут скопированы из предыдущей версии. + + + + + Договор на управление и приложения + + + + + Дополнительное соглашение + + + + + + + + Реквизиты дополнительного соглашения + + + + + + + + + + Реестр собственников, подписавших договор. + + + + + Разрешение на ввод в эксплуатацию. Обязателен, если в "Основание заключения договора" указано "Разрешение на ввод в эксплуатацию". + + + + + Устав. Обязателен, если в "Основание заключения договора" указано "Устав". + + + + + Решение органа местного самоуправления. + + + + + Идентификатор решения из Реестра решений об определении управляющей организации. + + + + + Автоматически пролонгировать договор на один год при наступлении даты окончания действия договора. Для автоматического пролонгирования указывается значение true. + + + + + Разрешить (true) или запретить (false) передачу гражданам текущих показаний по индивидуальным приборам учета в любой день месяца. + + + + + + + Статус ДУ в ГИС ЖКХ: +Project - проект +ApprovalProcess - на утверждении +Rejected - отклонен +Approved - утвержден +Terminated - расторгнут +Reviewed - рассмотрен +Annul - сведения аннулированы + + + + + + Статус устава в ГИС ЖКХ: + Project - проект + Approved - утвержден + Terminated - расторгнут/закрыт + Annul - аннулирован + Reviewed - рассмотрен + ApprovalProcess - на утверждении + Rejected - отклонен + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Идентификатор версии объекта управления в ГИС ЖКХ + + + + + Статус объекта управления + + + + + + + + + + + + + Статус управляемого объекта: +Project-Проект +ApprovalProcess-На утверждении +Rejected-Отклонен +Approved-Утвержден +Locked-Заблокирован +Annul-Сведения аннулированы + + + + + + Аннулирование сведений + + + + + Причина аннулировани + + + + + + + + + + + + Тип информации о размере платы за жилое помещение по ДУ + + + + + Дата начала периода + + + + + Дата окончания периода + + + + + Размер платы (цена) за услуги, работы по управлению МКД (если утверждена протоколом обшего собрания собственников)/Размер платы за содержание жилого помещения, установленный по результатам открытого конкурса (если утверждена протоколом открытого конкурса) + + + + + Если элемент не указан, выполняется попытка привязки к одному из протоколов, приложенному к ДУ + + + + Протокол общего собрания собственников помещений в многоквартирном доме об установлении размера платы за содержание жилого помещения + + + + + Идентификатор версии протокола голосования с решением с типом 12.1 «Текущий ремонт общего имущества» и(или) с типом 15.1 «Другие вопросы» адресом объекта управления. + + + + + + Информация о размере платы (цене, тарифе) за содержание и текущий ремонт общего имущества в многоквартирном доме/Информация о размере платы за содержание жилого помещения, установленном по результатам открытого конкурса по отбору управляющей организации для управления многоквартирным домом + + + + + + Работа/услуга организации (НСИ №59) + + + + + Размер платы (цены, тарифа) за работы (услуги)/Размер платы за работы (услуги), в целой части указываются рубли, в вещественной - до сотых долей копеек. + + + + + + + + Тип размера платы: +(P)rotocol - утвержденный протоколом общего собрания собственников +(С)ompetition - установленный по результатам открытого конкурса +(A)uthority - установленный органом местного самоуправления + + + + + + + + + + + + + + + + Тип информации о размере платы за жилое помещение по уставу + + + + + Дата начала периода + + + + + Дата окончания периода + + + + + Информация о размере обязательных платежей и (или) взносов членов товарищества, кооператива, +связанных с оплатой расходов на содержание и текущий ремонт общего имущества в МКД + + + + + + Размер обязательных платежей и (или) взносов членов товарищества, кооператива + + + + + Протокол общего собрания членов товарищества, кооператива об утверждении обязательных платежей и (или) взносов членов товарищества, кооператива + + + + + + + + Информация о размере платы за содержание и ремонт жилого помещения для собственника +помещения в МКД, не являющегося членом товарищества, кооператива + + + + + + Размер платы за содержание и ремонт жилого помещения для собственника помещения в МКД + + + + + Протокол общего собрания членов товарищества, кооператива об утверждении размера платы за содержание и ремонт жилого помещения для собственника помещения в многоквартирном доме + + + + + + + + Информация о размере платы (цене, тарифе) за содержание и текущий ремонт общего имущества в многоквартирном доме + + + + + + Работа/услуга организации (НСИ №59) + + + + + Размер платы (цена) за услуги, работы по управлению МКД. В целой части указываются рубли, в вещественной сотые долей копеек. + + + + + + + + + + Для всех управляемых объектов + + + + + + + + Идентификатор версии сведений о размере платы по ДУ + + + + + Идентификатор версии сведений о размере платы по уставу + + + + + Формировать заявки в реестр лицензий, если сведения об управляемом объекте в договоре управления конфликтуют с реестром лицензий + + + + + Формировать заявки в реестр информации о способах управления МКД (РИСУ), если сведения об управляемом объекте устава конфликтуют с РИСУ + + + + + Неотрицательная маленькая сумма + + + + + + + + + + + + + + + + + + + Место проведения собрания + + + + + + + + + + + + + Сведения об инициаторах собрания + + + + + + Физическое лицо (собственник помещений) + + + + + Организация инициатор собрания ИП или Юр. лицо (УО) + + + + + + + + Прикрепляемые файлы + + + + + + + + + + Протокол ОСС + + + + + Глобальный уникальный идентификатор дома по ФИАС + +Обязательно к заполнению, если "Тип собрания" = "Собрание собственников" и не заполнено ТСЖ/Кооператив + + + + + Товарищество Собственников Жилья/ Кооператив + + + + + Номер протокола + + + + + + + + + + Дата составления протокола + + + + + Форма проведения + + + + Заочное голосование (опросным путем) + + + + + + Дата начала приема решений собственников. + + + + + Дата окончания приема решений + + + + + Место приема решения + + + + + + + + + + + + + + + Очное голосование + + + + + + + + + Дата и время проведения собрания + + + + + + + + + + + Заочное голосование с использованием системы. Не используется для импорта протоколов + + + + + + Дата и время начала проведения голосования + + + + + Дата и время окончания проведения голосования + + + + + Порядок приема оформленных в письменной форме решений собственников + + + + + + + + + + Порядок ознакомления с информацией и (или) материалами, которые будут представлены на данном собрании + + + + + + + + + + + + + + Очное-заочное голосование + + + + + + + Дата и время проведения собрания + + + + + Место проведения собрания + + + + + + + + + + + Дата начала приема решений собственников. + + + + + Дата окончания приема решений + + + + + Место приема решения + + + + + + + + + + + + + + + + Тип собрания + +Доступны следующие значения: +-Owners - Собрание собственников +-Homeowners - Собрание ТСЖ +-Cooperative - Собрание кооператива + +По умолчанию устанавливается значение "Собрание собственников", если не заполнено + + + + + Вид собрания + + + + Внеочередное собрание + + + + + Ежегодное собрание + + + + + + + Правомочность собрания +Допустимые значения +(C)OMPETENT - Правомочно (имеет кворум) +(N)OT_COMPETENT- Не правомочно (кворум отсутствует) + + + + + + + + + + + + Повестка + + + + + + + Номер вопроса + + + + + Вопрос + + + + + + + + + + + Тип вопроса (НСИ №63) + +Обязательно к заполнению, если "Тип собрания" = "Собрание собственников" + + + + + Тип вопроса для ТСЖ (НСИ №341) + +Обязательно к заполнению, если "Тип собрания" = "Собрание ТСЖ" + + + + + + + + + + Тип вопроса для Кооператива + +Обязательно к заполнению, если "Тип собрания" = "Собрание кооператива" + + + + Есть в уставе + + + + + Нет в уставе + + + + + + Результаты голосования + + + + Результаты голосования «За» + + + + + Результаты голосования «Против» + + + + + Результаты голосования «Воздержался» + + + + + + Выбранный способ формирования фонда (справочник «Вид счета\Способ формирования фонда» НСИ 62). При импорте нельзя указывать "Значение не выбрано". + + + + + Выбранный способ управления МКД (справочник «Способ управления» НСИ 25) + + + + + Система, в которой проводится голосование. Заполняется только для вопроса "Использование иной информационной системы при проведении общего собрания собственников помещений в многоквартирном доме в форме заочного голосования" + + + + + Сведения о выбираемом АОСС + +Заполняется только для вопросов с типом "Определение администратора общего собрания с указанием СНИЛС и(или) ОГРН" + + + + + + Итог голосования +Допустимые значения: +DECISION_IS_(M)ADE - решение принято +DECISION_IS_(N)OT_MADE - решение не принято + + + + + + + + + + + + + + Основание изменения. Заполняется для протоколов ОСС в статусе "Размещен" + + + + + + + + + + + + Сообщение о проведении ОСС + + + + + Глобальный уникальный идентификатор дома по ФИАС + +Обязательно к заполнению, если "Тип собрания" = "Собрание собственников" и не заполнено ТСЖ/Кооператив + + + + + Товарищество Собственников Жилья/ Кооператив + + + + + Номер сообщения + + + + + Дата составления сообщения + +Обязательна к заполнению для всех сообщений, кроме голосований, проводимых с помощью системы ГИС ЖКХ. Для собраний, проводимых с помощью ГИС ЖКХ значение элемента будет проигнорировано и в дату составления запишется текущая дата и время. + + + + + Вид собрание + + + + Внеочередное собрание + + + + + Ежегодное собрание + + + + + + Форма проведения + + + + Заочное голосование (опросным путем) + + + + + + Дата начала приема решений + + + + + Дата окончания приема решений + + + + + Место приема решений + + + + + + + + + + + + + + + Очное голосование + + + + + + Даьа и время проведения собрания + + + + + Место проведения собрания + + + + + + + + + + + + + + + Очно-заочное голоосвание + + + + + + Дата начала приема решений + + + + + Дата окончания приема решений + + + + + Место приема решений + + + + + + + + + + + Даьа и время проведения собрания + + + + + Место проведения собрания + + + + + + + + + + + + + + + Заочное голоосвание с использованием системы + + + + + + Дата и время начала проведения голосования + + + + + Дата и время окончания проведения голосования + + + + + Порядок приема оформленных в письменной форме решений собственников + + + + + + + + + + Порядок ознакомления с информацией и (или) материалами, которые будут представлены на данном собрании + + + + + + + + + + Система, в которой проводится голосование + + + + + Первое ОСС + +Заполняется только если в tns:VotingSystem выбрано "Региональная информационная система" или "ЕПГУ" + + + + + Сведения об АОСС + + + + + Место или фактический адрес администратора общего собрания + + + + + + + + + + + + + + + + Тип собрания + +Доступны следующие значения: +-Owners - Собрание собственников +-Homeowners - Собрание ТСЖ +-Cooperative - Собрание кооператива + +По умолчанию устанавливается значение "Собрание собственников" + + + + + + Повестка + + + + + + Номер вопроса + + + + + Вопрос + + + + + + + + + + + Тип вопроса (НСИ №63) + +Обязательно к заполнению, если "Тип собрания" = "Собрание собственников" + + + + + Тип вопроса для ТСЖ (НСИ №341) + +Обязательно к заполнению, если "Тип собрания" = "Собрание ТСЖ" + + + + + + + + + + Тип вопроса для Кооператива + +Обязательно к заполнению, если "Тип собрания" = "Собрание кооператива" + + + + Есть в уставе + + + + + Нет в уставе + + + + + + Выбранный способ формирования фонда (справочник «Вид счета\Способ формирования фонда» НСИ 62). При импорте нельзя указывать "Значение не выбрано". + + + + + Выбранный способ управления МКД (справочник «Способ управления» НСИ 25) + + + + + Система, в которой проводится голосование. Заполняется только для вопроса "Использование иной информационной системы при проведении общего собрания собственников помещений в многоквартирном доме в форме заочного голосования" + + + + + Сведения о выбираемом АОСС + +Заполняется только для вопросов с типом "Определение администратора общего собрания с указанием СНИЛС и(или) ОГРН" + + + + + + + + Основание изменения. Заполняется для сообщений в статусе "Сообщение размещено" и с формой проведения отличной от "Заочное голосование с использованием системы" + + + + + + + + + + + + Экспорт сообщения о проведении ОСС + + + + + Глобальный уникальный идентификатор дома по ФИАС + +Обязательно к заполнению, если "Тип собрания" = "Собрание собственников" и не заполнено ТСЖ/Кооператив + + + + + Товарищество Собственников Жилья/ Кооператив + + + + + Номер сообщения + + + + + Дата составления сообщения + + + + + Вид собрание + + + + Внеочередное собрание + + + + + Ежегодное собрание + + + + + + Форма проведения + + + + Заочное голосование (опросным путем) + + + + + + Дата начала приема решений + + + + + Дата окончания приема решений + + + + + Место приема решений + + + + + + + + + + + + + + + Очное голосование + + + + + + Даьа и время проведения собрания + + + + + Место проведения собрания + + + + + + + + + + + + + + + Очно-заочное голоосвание + + + + + + Дата начала приема решений + + + + + Дата окончания приема решений + + + + + Место приема решений + + + + + + + + + + + Даьа и время проведения собрания + + + + + Место проведения собрания + + + + + + + + + + + + + + + Заочное голоосвание с использованием системы + + + + + + Дата и время начала проведения голосования + + + + + Дата и время окончания проведения голосования + + + + + Порядок приема оформленных в письменной форме решений собственников + + + + + + + + + + Порядок ознакомления с информацией и (или) материалами, которые будут представлены на данном собрании + + + + + + + + + + Система, в которой проводится голосование + + + + + Первое ОСС + +Заполняется только если в tns:VotingSystem выбрано "Региональная информационная система" или "ЕПГУ" + + + + + Сведения об АОСС + + + + + Место или фактический адрес администратора общего собрания + + + + + + + + + + + + + + + + Тип собрания + +Доступны следующие значения: +-Owners - Собрание собственников +-Homeowners - Собрание ТСЖ +-Cooperative - Собрание кооператива + +По умолчанию устанавливается значение "Собрание собственников" + + + + + + Повестка + + + + + + Номер вопроса + + + + + Вопрос + + + + + + + + + + + Тип вопроса (НСИ №63) + +Обязательно к заполнению, если "Тип собрания" = "Собрание собственников" + + + + + Тип вопроса для ТСЖ (НСИ №341) + +Обязательно к заполнению, если "Тип собрания" = "Собрание ТСЖ" + + + + + + + + + + Тип вопроса для Кооператива + +Обязательно к заполнению, если "Тип собрания" = "Собрание кооператива" + + + + Есть в уставе + + + + + Нет в уставе + + + + + + Выбранный способ формирования фонда (справочник «Вид счета\Способ формирования фонда» НСИ 62). При импорте нельзя указывать "Значение не выбрано". + + + + + Выбранный способ управления МКД (справочник «Способ управления» НСИ 25) + + + + + Система, в которой проводится голосование. Заполняется только для вопроса "Использование иной информационной системы при проведении общего собрания собственников помещений в многоквартирном доме в форме заочного голосования" + + + + + Сведения о выбираемом АОСС + +Заполняется только для вопросов с типом "Определение администратора общего собрания с указанием СНИЛС и(или) ОГРН" + + + + + + + + Основание изменения. Заполняется для сообщений в статусе "Сообщение размещено" и с формой проведения отличной от "Заочное голосование с использованием системы" + + + + + + + + + + + + Сведения об АОСС + + + + + Физическое лицо (собственник помещений) + + + + + + Физическое лицо (собственник помещений) + + + + + Глобальный уникальный идентификатор дома по ФИАС + +Место постояного проживания по ФИАС + + + + + Место постоянного проживания + + + + + + + + + + + Номер контактного телефона + + + + + + + + + + + Адрес электронной почты + + + + + + + + + + + + + + Организация инициатор собрания ИП или Юр. лицо (УО) + + + + + + + Аннулирование протокола ОСС + + + + + Основание аннулирования протокола + + + + + + + + + + + Организация, принявшая решение об аннулировании + + + + + Организация или физическое лицо, принявшая решение об аннулировании + + + + + + Дата решения об аннулировании. По умолчанию сохраняется дата выполнения аннулирования + + + + + Номер решения об аннулировании + + + + + + + + + + Причина аннулирования по НСИ (НСИ№271). По умолчанию запись с кодом 3 "Ошибка ввода" + + + + + Электронная копия документа об аннулировании. Обязательно добавление хотя бы одного файла, если Причина аннулирования по НСИ "Решение суда" (код записи 1) + + + + + + + Итоги для голосований с использованием системы + + + + + Номер протокола + + + + + + + + + + Дата составления протокола + + + + + Правомочность собрания +Допустимые значения +(C)OMPETENT - Правомочно (имеет кворум) +(N)OT_COMPETENT- Не правомочно (кворум отсутствует) + + + + + + + + + + + + Повестка + + + + + + Номер вопроса + + + + + Результаты голосования + + + + Результаты голосования «За» + + + + + Результаты голосования «Против» + + + + + Результаты голосования «Воздержался» + + + + + + Итог голосования +Допустимые значения: +DECISION_IS_(M)ADE - решение принято +DECISION_IS_(N)OT_MADE - решение не принято + + + + + + + + + + + + + + + + + Протокол ОСС (для экспорта) + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Товарищество Собственников Жилья/ Кооператив + + + + + Номер протокола + + + + + + + + + + Дата составления протокола + + + + + Форма проведения + + + + Заочное голосование (опросным путем) + + + + + + Дата начала приема решений собственников + + + + + Дата окончания приема решений + + + + + Место приема решения + + + + + + + + + + + + + + + Очное голосование + + + + + + + + + Дата и время проведения собрания + + + + + + + + + + + Заочное голосование с использованием системы + + + + + + Дата и время начала проведения голосования + + + + + Дата и время окончания проведения голосования + + + + + Порядок приема оформленных в письменной форме решений собственников + + + + + + + + + + Порядок ознакомления с информацией и (или) материалами, которые будут представлены на данном собрании + + + + + + + + + + Система, в которой проводится голосование + + + + + Первое ОСС + +Заполняется только если в tns:VotingSystem выбрано "Региональная информационная система" или "ЕПГУ" + + + + + + + + + Очное-заочное голосование + + + + + + + Дата и время проведения собрания + + + + + Место проведения собрания + + + + + + + + + + + Дата начала приема решений собственников + + + + + Дата окончания приема решений + + + + + Место приема решения + + + + + + + + + + + + + + + + Тип собрания + +Доступны следующие значения: +-Owners - Собрание собственников +-Homeowners - Собрание ТСЖ +-Cooperative - Собрание кооператива + + + + + Вид собрания + + + + Внеочередное собрание + + + + + Ежегодное собрание + + + + + + Сведения об инициаторах собрания + + + + + + Физическое лицо (собственник помещений) + + + + + Организация инициатор собрания ИП или Юр. лицо (УО) + + + + + + + + Правомочность собрания +Допустимые значения +(C)OMPETENT - Правомочно (имеет кворум) +(N)OT_COMPETENT- Не правомочно (кворум отсутствует) + + + + + + + + + + + + Повестка + + + + + + + Номер вопроса + + + + + Вопрос + + + + + + + + + + + Тип вопроса (НСИ №63) + + + + + Тип вопроса для ТСЖ (НСИ №341) + + + + + + + + + + Тип вопроса для Кооператива + + + + Есть в уставе + + + + + Нет в уставе + + + + + + Результаты голосования + + + + Результаты голосования «За» + + + + + Результаты голосования «Против» + + + + + Результаты голосования «Воздержался» + + + + + + Выбранный способ формирования фонда (справочник «Вид счета\Способ формирования фонда» НСИ 62) + + + + + Выбранный способ управления МКД (справочник «Способ управления» НСИ 25) + + + + + Система, в которой проводится голосование. Заполняется только для вопроса "Использование иной информационной системы при проведении общего собрания собственников помещений в многоквартирном доме в форме заочного голосования" + + + + + Сведения о выбираемом АОСС + +Заполняется только для вопросов с типом "Определение администратора общего собрания с указанием СНИЛС и(или) ОГРН" + + + + + + Итог голосования +Допустимые значения: +DECISION_IS_(M)ADE - решение принято +DECISION_IS_(N)OT_MADE - решение не принято + + + + + + + + + + + + + + Основание изменения. Заполняется для протоколов ОСС в статусе "Размещен" + + + + + + + + + + + + Информация о системе, в которой проводится собрание + + + + + Система, в которой проводится голосование + + + + + Обязательно если в VotingSystem выбрано "Региональная информационная система" или "Иная система" + + + + Наименование системы + + + + + + + + + + + Идентификатор системы. Может быть заполнен только если в VotingSystem выбрано "Региональная информационная система" + + + + + + Адрес в сети Интернет. Обязательно если в VotingSystem выбрано "Региональная информационная система" или "Иная система" + + + + + + + + + + + + + + + Арендатор/Наниматель + + + + Организация + + + + + Физическое лицо + + + + + + Адрес. Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер договора + + + + + Дата договора + + + + + Дата начала действия договора + + + + + Планируемая дата окончания действия договора + + + + + Предмет договора + + + + + + + + + + Комментарий + + + + + + + + + + Размер платы за предоставление в пользование части общего имущества собственников помещений в МКД в месяц + + + + + Направление расходования средств, внесенных за пользование частью общего имущества + + + + + + + + + + Документы договора (Договор/дополнительные соглашения) + + + + + Протокол собрания собственников + + + + + + Протокол собрания собственников (Добавление нового протокола) + + + + + + Номер протокола + + + + + + + + + + Дата составления протокола + + + + + Документы, подтверждающие полномочия заключать договор + + + + + + + + Идентификатор версии протокола собрания собственников в ГИС ЖКХ (Добавление протокола из реестра сведений о голосовании) + + + + + + + + Договор заключен на безвозмездной основе? + + + + + + + + + Арендатор/Наниматель + + + + Организация + + + + + Физическое лицо + + + + + + Адрес. Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер договора + + + + + Дата договора + + + + + Дата начала действия договора + + + + + Планируемая дата окончания действия договора + + + + + Предмет договора + + + + + + + + + + Комментарий + + + + + + + + + + Размер платы за предоставление в пользование части общего имущества собственников помещений в МКД в месяц + + + + + + + + + + + Направление расходования средств, внесенных за пользование частью общего имущества + + + + + + + + + + Документы договора (Договор/дополнительные соглашения) + + + + + Протокол собрания собственников + + + + + + Протокол собрания собственников (Добавление нового протокола) + + + + + + Номер протокола + + + + + + + + + + Дата составления протокола + + + + + Документы, подтверждающие полномочия заключать договор + + + + + + + + Идентификатор версии протокола собрания собственников в ГИС ЖКХ (Добавление протокола из реестра сведений о голосовании) + + + + + + + + + + Инициатор - физическое лицо + + + + + + + Пол (M- мужской, F-женский) + + + + + + + + + + + + + Дата рождения + + + + + + + + + Место рождения + + + + + + + + + + + + + + + Удостоверение личности + + + + + + Документ, удостоверяющий личность (НСИ 95) + + + + + Серия документа + + + + + + + + + + + Номер документа + + + + + + + + + + + Дата выдачи документа + + + + + + + + Тип собрания + + + + + + + + + + Статус сообщения о проведении общего собрания + + + + + + + + + + + + Система, в которой проводится собрание + + + + + ГИС ЖКХ + + + + + Федеральная государственная информационная система «Единый портал государственных и муниципальных услуг» (ЕПГУ) + + + + + Региональная информационная система + + + + + Иная система + + + + + + + Номер вопроса в голосовании + + + + + + + + + + Решение собственника по вопросам, переданным в письменной форме + + + + + + + Сведения о представителе. + +Заполняется, если в голосании участвует представитель собственника + + + + + Вопрос повестки + + + + + Электронный образ решения собственника + + + + + + + Решение по вопросу + + + + + Номер вопроса + + + + + Решение собственника + + + + Решение собственника «За» + + + + + Решение собственника «Против» + + + + + Решение собственника «Воздержался» + + + + + + Признак "Собственник проголосовал с использованием системы". Может быть равно true только для голосований с формой проведения "Заочное голосование с использованием системы" + + + + + + + Экспортируемое решение по вопросу + + + + + + Номер вопроса + + + + + Вопрос + + + + + + + + + + + + Решение собственника + + + + Решение собственника «За» + + + + + Решение собственника «Против» + + + + + Решение собственника «Воздержался» + + + + + + Признак "Собственник проголосовал с использованием системы". Может быть равно true только для голосований с формой проведения "Заочное голосование с использованием системы" + + + + + + + Физическое лицо для решений + + + + + + + + Удостоверение личности для решений + + + + + + Документ, удостоверяющий личность (НСИ 95) + + + + + Серия документа + + + + + + + + + + + Номер документа + + + + + + + + + + + + + + Сведения о собственнике + + + + + + Физическое лицо (собственник помещений) + + + + + + + Документы удостоверяющие личность + + + + + Удостоверение личности собственника + + + + + + + + + + Организация собственник ИП или Юр. лицо (УО) + + + + + + + + Сведения о собственности + + + + + + Номер государственной регистрации + + + + + + + + + + Дата государственной регистрации + + + + + Номер помещения + + + + + Общая площадь помещения + + + + + Вид собственности + + + + + + Долевая + + + + + Индивидуальная + + + + + Совместная + + + + + + + + Размер доли, принадлежащей собственнику. +Заполняется, если "Вид собственности"="Долевая" + + + + + + Доля собственности. Размер доли (Числитель) + + + + + + + + + + + Доля собственности. Размер доли (Знаменатель) + + + + + + + + + + + + + + + + + Сведения о собственности для экспорта + + + + + + Номер государственной регистрации + + + + + + + + + + Дата государственной регистрации + + + + + Номер помещения + + + + + Общая площадь помещения + + + + + Вид собственности + + + + + + Долевая + + + + + Индивидуальная + + + + + Совместная + + + + + + + + Размер доли, принадлежащей собственнику. +Заполняется, если "Вид собственности"="Долевая" + + + + + + Доля собственности. Размер доли (Числитель) + + + + + + + + + + + Доля собственности. Размер доли (Знаменатель) + + + + + + + + + + + + + + + + + Сведения о представителе + + + + + + + Физическое лицо (представитель) + + + + + + + Документы удостоверяющие личность + + + + + Удостоверение личности представителя + + + + + + + + + + Организация представитель ИП или Юр. лицо + + + + + + Представитель собственника действует на основании доверенности, удостоверенной нотариально + + + + + Документ, подтверждающий законное представительство собственника помещения + + + + + + + + + Письменный отказ собственника + + + + + + + Сведения о представителе. Заполняется, если отказ внесён представителем собственника + + + + + Электронный образ отказа собственника + + + + + + + Статус письменного отказа собственника + + + + + Размещен + + + + + Аннулирован + + + + + + + Письменный отказ собственника (для экспорта) + + + + + Корневой идентификатор сообщения о проведении общего собрания + + + + + Корневой идентификатор письменного отказа собственника + + + + + + + Сведения о представителе. Заполняется, если отказ внесён представителем собственника + + + + + Электронный образ отказа собственника + + + + + Статус письменного отказа собственника. +Допустимые значения: +-Posted-Размещен +-Annuled-Аннулирован + + + + + Дата и время размещения письменного отказа + + + + + + + + Объект жилищного фонда + + + + + Тип дома: MKD - Многоквартирный дом ZHD - Жилой дом ZHDBlockZastroyki - Жилой дом блокированной застройки + + + + + + + + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер квартиры (помещения) / Номер блока + + + + + Номер комнаты (указывается в случае квартиры коммунального заселения) + + + + + + + Объект жилищного фонда (экспорт) + + + + + Тип дома: MKD - Многоквартирный дом ZHD - Жилой дом ZHDBlockZastroyki - Жилой дом блокированной застройки + + + + + + + + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер квартиры (помещения) / Номер блока + + + + + Номер комнаты (указывается в случае квартиры коммунального заселения) + + + + + + + Выбор значения показателя качества + + + + + + Установленное значение показателя качества + + + + Число + + + + + Диапазон + + + + Начало диапазона + + + + + Конец диапазона + + + + + + + + + Значение соответствует + + + + + + + Юридическое лицо или индивидуальный предприниматель в ДРСО + + + + + + + + Физическое лицо в ДРСО + + + + + Фамилия + + + + + + + + + + + Имя + + + + + + + + + + + Отчество + + + + + + + + + + + Пол (M- мужской, F-женский) + + + + + + + + + + + + + Дата рождения + + + + + + + + + Место рождения + + + + + + + + + + + + + КУ и КР для ОЖФ в договоре ресурсоснабжения + + + + + Вид КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + + + Коммунальный ресурс. Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239) + + + + + + + + + + Дата начала поставки ресурса + + + + + Дата окончания поставки ресурса. Является обязательным, если указано значение в AutomaticRollOverOneYear или не указано значение в IndefiniteTerm + + + + + + + Плановый объем поставки ресурса по договору + + + + + + + + + Значение показателя качества + + + + + + + + + + + Наименование иного показателя качества + + + + + + + + + Основные характеристики ПУ + + + + + Заводской (серийный) номер ПУ + + + + + + + + + + Марка ПУ (обязательно для заполнения при импорте) + + + + + + + + + + Модель ПУ (обязательно для заполнения при импорте) + + + + + + + + + + Дата установки + + + + + Дата ввода в эксплуатацию +Поле обязательно, если вид ПУ отличен от "Коллективный (общедомовой)" + + + + + Наличие возможности дистанционного снятия показаний + + + + + Информация о наличии возможности дистанционного снятия показаний ПУ указанием наименования установленной системы (обязательно для заполнения, если tns:RemoteMeteringMode = true, в противном случае поле не обрабатывается при импорте) + + + + + + + + + + Дата последней поверки (поле обязательно для заполнения, если ПУ - коллективный (общедомовой)) + + + + + Межповерочный интервал (НСИ 16) (поле обязательно для заполнения, если ПУ - коллективный (общедомовой)) + + + + + Дата опломбирования ПУ заводом- изготовителем (обязательно для заполнения при импорте) + + + + + Наличие датчиков температры + + + + + Наличие датчиков давления + + + + + Признак «ПУ предоставляет объем потребленного КР» + + + + + + Характеристики общедомового ПУ (тип прибора учета = "Коллективный (общедомовой)") + + + + + + Глобальный уникальный идентификатор дома по ФИАС (при импорте обязательно для заполнения тогда и только тогда, когда отсутствует корневой элемент FIASHouseGuid) + + + + + Информация о наличии датчиков температуры с указанием их местоположения на узле учета (обязательно для заполнения, если tns:TemperatureSensor = true, в противном случае поле не обрабатывается при импорте) + + + + + + + + + + Информация о наличии датчиков давления с указанием их местоположения на узле учета (обязательно для заполнения, если tns:PressureSensor = true, в противном случае поле не обрабатывается при импорте) + + + + + + + + + + Электронный образ проекта узла учета + + + + + Электронный образ акта ввода узла учета в эксплуатацию + + + + + + + + Характеристики ИПУ жилого помещения (тип прибора учета = "Индивидуальный") + + + + + + Идентификатор помещения (тип = жилое помещение). +Идентификатор помещения (тип = жилое помещение). +Заполняется для импорта версии 11.1.0.8 и экспорта версий 11.1.0.2 и 14.8.0.1 + + + + + Идентификатор ЛС + + + + + Электронный образ акта ввода узла учета в эксплуатацию + + + + + Заполняется для экспорта для версии 14.8.0.1. Для импорта игнорируется + + + + + + Идентификатор помещения (тип = жилое помещение) Идентификатор помещения (тип = жилое помещение). +Заполняется для экспорта версий 11.1.0.2 и 14.8.0.1 + + + + + Номер помещения + + + + + + + + + + Контроль дублирования ЛС для ИПУ жилого помещения + + + + + + + + Характеристики ИПУ нежилого помещения (тип прибора учета = "Индивидуальный") + + + + + + Идентификатор помещения (тип = жилое помещение). +Идентификатор помещения (тип = жилое помещение). +Заполняется для импорта версии 11.1.0.8 и экспорта версий 11.1.0.2 и 14.8.0.1 + + + + + Идентификатор ЛС + + + + + Электронный образ акта ввода узла учета в эксплуатацию + + + + + Заполняется для экспорта для версии 14.8.0.1. Для импорта игнорируется + + + + + + Идентификатор помещения (тип = жилое помещение) Идентификатор помещения (тип = жилое помещение). +Заполняется для экспорта версий 11.1.0.2 и 14.8.0.1 + + + + + Номер помещения + + + + + + + + + + Контроль дублирования ЛС для ИПУ нежилого помещения + + + + + + + + Характеристики ИПУ жилого дома (тип прибора учета = "Индивидуальный", тип дома = "Жилой") + + + + + + Глобальный уникальный идентификатор дома по ФИАС (при импорте обязательно для заполнения тогда и только тогда, когда отсутствует корневой элемент FIASHouseGuid) + + + + + Идентификатор ЛС + + + + + Электронный образ акта ввода узла учета в эксплуатацию + + + + + + + Контроль дублирования ЛС для ИПУ жилого дома + + + + + + + + Характеристики комнатного ИПУ (тип прибора учета = "Комнатный") + + + + + + Идентификатор комнаты. +Заполняется для импорта и экспорта версии 11.1.0.2 + + + + + Идентификатор ЛС + + + + + Электронный образ акта ввода узла учета в эксплуатацию + + + + + Заполняется для экспорта для версии 14.8.0.1. Для импорта игнорируется + + + + + + Идентификатор комнаты + + + + + Номер комнаты + + + + + + + + + + Контроль дублирования ЛС для комнатного ИПУ + + + + + + + + Характеристики общеквартирного ПУ (для квартир коммунального заселения) (тип прибора учета = "Общий (квартирный)") + + + + + + Идентификатор помещения (тип = жилое помещение). +Идентификатор помещения (тип = жилое помещение). +Заполняется для импорта версии 11.1.0.8 и экспорта версий 11.1.0.2 и 14.8.0.1 + + + + + Идентификатор ЛС + + + + + Электронный образ акта ввода узла учета в эксплуатацию + + + + + Заполняется для экспорта для версии 14.8.0.1. Для импорта игнорируется + + + + + + Идентификатор помещения (тип = жилое помещение) Идентификатор помещения (тип = жилое помещение). +Заполняется для экспорта версий 11.1.0.2 и 14.8.0.1 + + + + + Номер помещения + + + + + + + + + + Контроль дублирования ЛС для общеквартирного ПУ + + + + + + + + + + + Тип для создания ПУ, редактирования ПУ до начала внесения показаний, а также для экспорта сведений о ПУ + + + + + Основные характеристики + + + + + Информация о связи текущего ПУ с другими ПУ. При обновлении данных о ПУ, если ПУ имеет связи с другими ПУ, необходимо присылать актуальную коллекцию связанных ПУ + + + + Объем ресурса(ов) определяется только с помощью текущего ПУ (связей с другими ПУ нет) + + + + + Объем ресурса(ов) определяется с помощью нескольких приборов учета + + + + + + Место установки текущего прибора учета. Возможные значения: in - На входе/На подающем трубопроводе, out - На выходе/На обратном трубопроводе. Если прибор учета измеряет электрическую энергию, то ПУ устанавливается на входе/на выходе; если прибор учета измеряет коммунальный ресурс, отличный от электрической энергии, то ПУ устанавливается на подающем трубопроводе / на обратном трубопроводе + + + + + + + + + + + Идентификатор версии ПУ, заведенного в ГИС ЖКХ, с которым требуется установить связь текущего ПУ + + + + + + + + + + Сведения о коммунальном ресурсе и последние полученные показания ПУ (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих показания + + + + + Последние полученные показания и коэффициент трансформации для ПУ, измеряющего электроэнергию. Указывается только для ПУ, предоставляющих показания + + + + + Сведения о коммунальных ресурсах ПУ (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих объем потребленного КР + + + + + + + + Тип для создания ПУ, редактирования ПУ до начала внесения показаний, а также для экспорта сведений о ПУ + + + + + Основные характеристики + + + + + Информация о связи текущего ПУ с другими ПУ. При обновлении данных о ПУ, если ПУ имеет связи с другими ПУ, необходимо присылать актуальную коллекцию связанных ПУ + + + + Объем ресурса(ов) определяется только с помощью текущего ПУ (связей с другими ПУ нет) + + + + + Объем ресурса(ов) определяется с помощью нескольких приборов учета + + + + + + Место установки текущего прибора учета. Возможные значения: in - На входе/На подающем трубопроводе, out - На выходе/На обратном трубопроводе. Если прибор учета измеряет электрическую энергию, то ПУ устанавливается на входе/на выходе; если прибор учета измеряет коммунальный ресурс, отличный от электрической энергии, то ПУ устанавливается на подающем трубопроводе / на обратном трубопроводе + + + + + + + + + + + Идентификатор версии ПУ, заведенного в ГИС ЖКХ, с которым требуется установить связь текущего ПУ + + + + + + + + + + Сведения о коммунальном ресурсе и последние полученные показания ПУ (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих показания + + + + + Последние полученные показания и коэффициент трансформации для ПУ, измеряющего электроэнергию. Указывается только для ПУ, предоставляющих показания + + + + + Сведения о коммунальных ресурсах ПУ (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды). Указывается только для ПУ, предоставляющих объем потребленного КР + + + + + + + + Тип для редактирования ПУ после начала внесения показаний + + + + + Заводской (серийный) номер ПУ + + + + + + + + + + Марка ПУ (обязательно для заполнения при импорте) + + + + + + + + + + Модель ПУ (обязательно для заполнения при импорте) + + + + + + + + + + Дата установки + + + + + Дата ввода в эксплуатацию + + + + + Наличие возможности дистанционного снятия показаний + + + + + Информация о наличии возможности дистанционного снятия показаний ПУ указанием наименования установленной системы (обязательно для заполнения, если tns:RemoteMeteringMode = true, в противном случае поле не обрабатывается при импорте) + + + + + + + + + + Наличие датчиков температры + + + + + Наличие датчиков давления + + + + + Характеристики общедомового ПУ (значение справочника "Тип прибора учета" = коллективный (общедомомвой)) + + + + + + Информация о наличии датчиков температуры с указанием их местоположения на узле учета (обязательно для заполнения, если tns:TemperatureSensor = true, в противном случае поле не обрабатывается при импорте) + + + + + + + + + + Информация о наличии датчиков давления с указанием их местоположения на узле учета (обязательно для заполнения, если tns:PressureSensor = true, в противном случае поле не обрабатывается при импорте) + + + + + + + + + + + + + В случае изменения лицевых счетов необходимо прислать их актуальный перечень (данные будут полностью заменены) + + + + + Электронный образ акта ввода узла учета в эксплуатацию + + + + + Указывается только для ПУ, предоставляющих показания + + + + Данные об изменении базовых показаний. Коммунальный ресурс (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) должен быть указан тот же, что и при создании ПУ + + + + + Данные об изменении базовых показаний ПУ электрической энергии. Необходимо прислать все актуальные базовые показания в соответсвии с видом ПУ по количеству тарифов (даже если требуется отредактировать только одно показание). + + + + + + Дата последней поверки (поле можно редактировать после начала внесения показаний, но запрещено к редактированию после внесения первой поверки) + + + + + Дата опломбирования ПУ заводом-изготовителем + + + + + Признак «ПУ предоставляет объем потребленного КР» + + + + + Информация о связи текущего ПУ с другими ПУ. При обновлении данных о ПУ, если ПУ имеет связи с другими ПУ, необходимо присылать актуальную коллекцию связанных ПУ + + + + Объем ресурса(ов) определяется только с помощью текущего ПУ (связей с другими ПУ нет) + + + + + Объем ресурса(ов) определяется с помощью нескольких приборов учета + + + + + + Место установки текущего прибора учета. Возможные значения: in - На входе/На подающем трубопроводе, out - На выходе/На обратном трубопроводе. Если прибор учета измеряет электрическую энергию, то ПУ устанавливается на входе/на выходе; если прибор учета измеряет коммунальный ресурс, отличный от электрической энергии, то ПУ устанавливается на подающем трубопроводе / на обратном трубопроводе + + + + + + + + + + + Идентификатор версии ПУ, заведенного в ГИС ЖКХ, с которым требуется установить связь текущего ПУ + + + + + + + + + Изменение адреса установленного ПУ + + + + + + Характеристики ИПУ жилого помещения (тип прибора учета = "Индивидуальный") + + + + + + Идентификатор помещения (тип = жилое помещение) + + + + + + + + Характеристики ИПУ нежилого помещения (тип прибора учета = "Индивидуальный") + + + + + + Идентификатор помещения (тип = нежилое помещение) + + + + + + + + Характеристики ИПУ жилого дома (тип прибора учета = "Индивидуальный", тип дома = "Жилой") + + + + + + Глобальный уникальный идентификатор дома по ФИАС, который необходимо установить в качестве адреса ПУ (не должен указываться при наличии tns:importMeteringDeviceDataRequest/tns:FIASHouseGuid) + + + + + Признак "Изменить адрес ПУ на адрес дома, указанный в tns:importMeteringDeviceDataRequest/tns:FIASHouseGuid?" + + + + + + + + Характеристики общедомового ПУ (тип прибора учета = "Коллективный (общедомовой)") + + + + + + Глобальный уникальный идентификатор дома по ФИАС, который необходимо установить в качестве адреса ПУ (не должен указываться при наличии tns:importMeteringDeviceDataRequest/tns:FIASHouseGuid) + + + + + Признак "Изменить адрес ПУ на адрес дома указанного в tns:importMeteringDeviceDataRequest/ tns:FIASHouseGuid?" + + + + + + + + Характеристики комнатного ИПУ (тип прибора учета = "Комнатный" + + + + + + Идентификатор комнаты + + + + + + + + Характеристики общеквартирного ПУ (для квартир коммунального заселения) (тип прибора учета = "Общий (квартирный)") + + + + + + Идентификатор жилого помещения + + + + + + + + + + + + + Сведения о коммунальном ресурсе ПУ и последнее полученное показание (холодная вода, горячая вода, тепловая энергия, газ, сточные бытовые воды). Используется при создании / изменении ПУ для определения КР + + + + + + + Код единицы измерения показаний ПУ (из расширенного классификатора ОКЕИ). Обязателен для заполнения, если ЕИ показаний ПУ отличается от ЕИ коммунального ресурса по умолчанию + + + + + 112: Литр, 113: Кубический метр, 233: Гигакалория, 245: Киловатт-час, 246: Мегаватт-час, 271: Джоуль, A056: Гигаджоуль, A058: Мегаджоуль + + + + + + + + + + + + + + + + + + + Сведения о коммунальном ресурсе ПУ и последнее полученное показание (холодная вода, горячая вода, тепловая энергия, газ, сточные бытовые воды). Используется при создании / изменении ПУ для определения КР + + + + + + + Код единицы измерения показаний ПУ (из расширенного классификатора ОКЕИ). Обязателен для заполнения, если ЕИ показаний ПУ отличается от ЕИ коммунального ресурса по умолчанию + + + + + 112: Литр, 113: Кубический метр, 233: Гигакалория, 245: Киловатт-час, 246: Мегаватт-час, 271: Джоуль, A056: Гигаджоуль, A058: Мегаджоуль + + + + + + + + + + + + + + + Значение показания ПУ, выраженное в единицах измерения коммунального ресурса по умолчанию. Заполняется, если ЕИ показаний ПУ отличается от ЕИ КР по умолчанию + + + + + + Значение + + + + + Единица измерения коммунального ресурса по умолчанию + + + + + + + + + + + + Данные однотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ и (если отличается) в единицах измерения коммунального ресурса по умолчанию, источник данных о показаниях ПУ. Используется при экспорте данных ПУ + + + + + + + Значение показания ПУ, выраженное в единицах измерения коммунального ресурса по умолчанию. Заполняется, если ЕИ показаний ПУ отличается от ЕИ КР по умолчанию + + + + + + Значение + + + + + Единица измерения коммунального ресурса по умолчанию + + + + + + + + Кем внесено + + + + + Идентификатор организации, которая ввела показания в Систему. Не заполняется, если показания были введены гражданином + + + + + + + + + Последние полученные показания (электрическая энергия) и сведения о ПУ (коэфф. трансформации и ЕИ). В зависимости от количества показаний, заданных при создании ПУ, определяется его вид по количеству тарифов + + + + + + + Коэффициент трансформации + + + + + + + + + + + + Код единицы измерения показаний ПУ (из расширенного классификатора ОКЕИ). Обязателен для заполнения, если ЕИ показаний ПУ отличается от ЕИ коммунального ресурса по умолчанию + + + + + 245: Киловатт-час + + + + + + + + + + + + Последние полученные показания (электрическая энергия) и изменяемые сведения о ПУ (коэфф. трансформации). В зависимости от количества показаний, заданных при создании ПУ, определяется его вид по количеству тарифов. + + + + + + + Коэффициент трансформации + + + + + + + + + + + + + + + + Данные многотарифного ПУ: коммунальный ресурс, последние полученные показания в единицах измерения ПУ и (если отличается) в единицах измерения коммунального ресурса по умолчанию, источник данных о показаниях ПУ. Используется при экспорте данных ПУ + + + + + + + Коэффициент трансформации + + + + + + + + + + + + Код единицы измерения показаний ПУ (из расширенного классификатора ОКЕИ). Обязателен для заполнения, если ЕИ показаний ПУ отличается от ЕИ коммунального ресурса по умолчанию + + + + + 245: Киловатт-час + + + + + + + + Значения показаний ПУ, выраженные в единицах измерения коммунального ресурса по умолчанию. Заполняется, если ЕИ показаний ПУ отличается от ЕИ КР по умолчанию + + + + + + Значение по тарифу T1 + + + + + Значение по тарифу T2 + + + + + Значение по тарифу T3 + + + + + Единица измерения коммунального ресурса по умолчанию + + + + + + + + + + + + Данные многотарифного ПУ: коммунальный ресурс, последние полученные показания в единицах измерения ПУ и (если отличается) в единицах измерения коммунального ресурса по умолчанию, источник данных о показаниях ПУ. Используется при экспорте данных ПУ + + + + + + + Значения показаний ПУ, выраженные в единицах измерения коммунального ресурса по умолчанию. Заполняется, если ЕИ показаний ПУ отличается от ЕИ КР по умолчанию + + + + + + Значение по тарифу T1 + + + + + Значение по тарифу T2 + + + + + Значение по тарифу T3 + + + + + Единица измерения коммунального ресурса по умолчанию + + + + + + + + Кем внесено + + + + + Идентификатор организации, которая ввела показания в Систему. Не заполняется, если показания были введены гражданином + + + + + + + + + Сведения о коммунальном ресурсе ПУ (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) + + + + + Коммунальный ресурс (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) (НСИ 2) + + + + + Код единицы измерения показаний ПУ по КР + + + + + + + + + + + + + + + + + Количество тарифов ПУ (1, 2 или 3). Заполняется только для КР - электроэнергия + + + + + + + + + + + Коэффициент трансформации. Может заполняться только для КР электроэнергия + + + + + + + + + + + + + + Информация об аннулировании (экспорт) + + + + + Причина аннулировани + + + + + + + + + + + + Данные общежития + + + + + + Дом находится в собственности субъекта Российской Федерации и в полном объеме используется в качестве общежития + + + + + Дом находится в муниципальной собственности и в полном объеме используется в качестве общежития + + + + + + Тип общежития (заполняется значениями из справочника НСИ 362) + + + + + + + Данные общежития для экспорта + + + + + Дом находится в муниципальной собственности и в полном объеме используется в качестве общежития + + + + + Дом находится в собственности субъекта Российской Федерации и в полном объеме используется в качестве общежития + + + + + Тип общежития (значения из справочника 362) + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/infrastructure/hcs-infrastructure-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/infrastructure/hcs-infrastructure-service-async.wsdl new file mode 100644 index 0000000..7fd3059 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/infrastructure/hcs-infrastructure-service-async.wsdl @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт информации об ОКИ + + + + + + Экспорт списка ОКИ + + + + + + Получить статус запроса + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Асинхронный сервис управления ОКИ + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/infrastructure/hcs-infrastructure-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/infrastructure/hcs-infrastructure-types.xsd new file mode 100644 index 0000000..e52337c --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/infrastructure/hcs-infrastructure-types.xsd @@ -0,0 +1,562 @@ + + + + + + + Импорт информации об ОКИ + + + + + + + + Объект коммунальной инфраструктуры + + + + + + + + Идентификатор ОКИ ГИС ЖКХ + + + + + + + ОКИ + + + + + + + + + + Заполняется только ОМС Удалить ОКИ + + + + + + + + + + + + + + + + + + + Экспорт ОКИ + + + + + + + + Вид ОКИ + + + + + ОКИ только с истекшим сроком управления + + + + + ОКТМО + + + + + Заполняется только ОМС Идентификатор РСО + + + + + + + + + + + Ответ на экспорт ОКИ + + + + + Идентификатор ОКИ + + + + + Реестровый номер в РКИ + + + + + ОКИ + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + + + Ресурс + + + + + Ссылка на НСИ "Вид коммунального ресурса" (реестровый номер 2) + + + + + Присоединенная нагрузка, в т.ч.: + + + + + Промышленность + + + + + Социальная сфера + + + + + Население + + + + + + + + + Наименование объекта + + + + + + + + + + Ссылка на НСИ "Основание эксплуатации объекта инфраструктуры" (Реестровый номер 39) + + + + + Основание управления объектом + + + + + + Окончание управления + + + + + Бессрочное управление + + + + + + Заполняется только ОМС Организация, управляющая ОКИ + + + + + Ссылка на НСИ "Вид ОКИ" (реестровый номер 33) + + + + + + + + + Ссылка на НСИ "Вид водозаборного сооружения" (реестровый номер 34) + + + + + Ссылка на НСИ "Тип электрической подстанции" (реестровый номер 37) + + + + + Ссылка на НСИ "Вид электростанции" (реестровый номер 38) + + + + + + Ссылка на НСИ "Вид топлива" (реестровый номер 40) + + + + + Ссылка на НСИ "Тип газораспределительной сети" (реестровый номер 35) + + + + + + + + + + Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + ОКТМО + + + + + Адрес объекта + + + + + Год ввода в эксплуатацию + + + + + + + + + + Признак автономного источника снабжения + + + + + Уровень износа (%) + + + + + + + + + + + + + Характеристики объекта + + + + + + Характеристика сетевого объекта. Значения указываются в единицах измерения в соответствии с полем «Единица измерения мощности и присоединенной нагрузки (ссылка на справочник «ОКЕИ»)» справочника «Вид коммунальной услуги». + + + + + + + + Установленная мощность.Значение указывается в единицах измерения в соответствии с полем "Единица измерения ссылка на справочник «ОКЕИ»" справочника "Вид коммунального ресурса" + + + + + Распологаемая мощность. Значение указывается в единицах измерения в соответствии с полем "Единица измерения ссылка на справочник «ОКЕИ»" справочника "Вид коммунального ресурса" + + + + + + + + + + + Характеристика передачи (транспортировки) коммунальных ресурсов. Значения указываются в единицах измерения в соответствии с полем «Единица измерения мощности и присоединенной нагрузки (ссылка на справочник «ОКЕИ»)» справочника «Вид коммунальной услуги». + + + + + + + + Объем потерь. Значение указывается в единицах измерения в соответствии с полем «Единица измерения (ссылка на справочник «ОКЕИ»)» справочника «Вид коммунальной услуги» + + + + + + + + + + Ссылка на НСИ "Вид теплоносителя" (реестровый номер 41) + + + + + + + + + + Сведения об участках сети + + + + + + Наименование участка + + + + + + + + + + Диаметр(мм) + + + + + + + + + + + Протяженность(км) + + + + + + + + + + + Нуждается в замене(км) + + + + + + + + + + + Износ(%) + + + + + Ссылка на НСИ "Уровень давления газопровода" (реестровый номер 36 ) + + + + + Ссылка на НСИ "Уровень напряжения" (реестровый номер 45 ) + + + + + + + + Число аварий на 100 км сетей + + + + + + + + + + Ссылки на источники/приемники + + + + + + Cсылка на источник Идентификатор ОКИ в ГИС ЖКХ + + + + + Идентификатор ОКИ в ГИС ЖКХ + + + + + + + + + + + + Дополнительная информация + + + + + Документы, подтверждающие соответствие требованиям энергетической эффективности + + + + + + + + + РСО + + + + + + Идентификатор РСО + + + + + Наименование РСО + + + + + + + + На балансе муниципального образования + + + + + + + Текстовое поле 500 + + + + + + + + + + + + + + + текстовое поле 255 + + + + + + + + + + + + + + Номер месяца + + + + + + + + + + + + + + + + + + + + + + + + + + + + + короткое текстовое поле 140 + + + + + + + + Уникальный код объекта инфраструктуры + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/inspection/hcs-inspection-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/inspection/hcs-inspection-service-async.wsdl new file mode 100644 index 0000000..4e4d44e --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/inspection/hcs-inspection-service-async.wsdl @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ВИ_ПИЖФ_ИПП. Импорт плана проверок. + + + + + + ВИ_ПИЖФ_ЭПП. Экспорт плана проверок. + + + + + + ВИ_ПИЖФ_ИП. Импорт проверок. + + + + + + ВИ_ПИЖФ_ЭП. Экспорт проверок. + + + + + + + + + + + + ВИ_ПИЖФ_ЭСП. Экспорт статуса размещения проверок из ЕРП + + + + + + + + + ВИ_ПИЖФ_ИПП. Импорт плана проверок. + + + + + + + + + + + + + + + ВИ_ПИЖФ_ЭПП. Экспорт плана проверок. + + + + + + + + + + + + + + + ВИ_ПИЖФ_ИП. Импорт проверок. + + + + + + + + + + + + + + + ВИ_ПИЖФ_ЭП. Экспорт проверок. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ВИ_ПИЖФ_ЭСП. Экспорт статуса размещения проверок из ЕРП + + + + + + + + + + + + + + + + Асинхронный сервис работы с планами проверок и проверками + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/inspection/hcs-inspection-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/inspection/hcs-inspection-types.xsd new file mode 100644 index 0000000..5bee890 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/inspection/hcs-inspection-types.xsd @@ -0,0 +1,3639 @@ + + + + + + + + + + Год с ограничениями от 1992 до 2030 + + + + + + + + + Дата с ограничениями от 01.01.1992 до 31.12.2030 + + + + + + + + + Дата и время с ограничениями от 00:00 01.01.1992 до 23:59:59 31.12.2030 + + + + + + + + + Статус плана проверок. + + + + + Подписан. + + + + + + + Статус версии плановой проверки. + + + + + Опубликована. + + + + + + + Статус плановой проверки. + + + + + Запланирована. + + + + + Отменена. + + + + + + + + + Статус версии проверки. + + + + + Опубликована. + + + + + + + Статус проверки. + + + + + Выполняется. + + + + + + Завершена. + + + + + Отменена. + + + + + + + + Cтатус размещения проверки в ЕРП + + + + + + + + + + + Статус предписания. + + + + + Не отменено (не отозвано). + + + + + Отменено (отозвано). + + + + + + + + + Статус протокола. + + + + + Не отменен. + + + + + Отменен. + + + + + + + + + Строка не более 30 символов. + + + + + + + + Строка не более 64 символов. + + + + + + + + Строка не более 50 символов. + + + + + + + + Строка не более 255 символов. + + + + + + + + Строка не более 256 символов. + + + + + + + + Строка не более 1024 символов. + + + + + + + + Строка не более 2000 символов. + + + + + + + + Строка не более 2048 символов. + + + + + + + + Строка не более 4000 символов. + + + + + + + + Строка не более 6000 символов. + + + + + + + + Число временных единиц. + + + + + + + + + Порядковый номер. + + + + + + + + Реестровый номер функции органа жилищного надзора в системе «Федеральный реестр государственных и муниципальных услуг»* + + + + + + + + Идентификатор контролирующего органа в системе «Федеральный реестр государственных и муниципальных услуг»* + + + + + + + + + Сведения о физическом лице. + + + + + Фамилия. + + + + + Имя. + + + + + Отчество. + + + + + Другие физические лица, в отношении которых проводится проверка + + + + + + + Сведения о физическом лице. (экспорт) + + + + + Фамилия. + + + + + Имя. + + + + + Отчество. + + + + + Другие физические лица, в отношении которых проводится проверка + + + + + + + Сведения о субъекте проверки для плановой проверки в плане + + + + + Юридическое лицо. + + + + + + + + Место фактического осуществления деятельности. + + + + + Субъект малого предпринимательства + + + + + + + + + + Индивидуальный предприниматель. + + + + + + + + Место фактического осуществления деятельности. + + + + + Субъект малого предпринимательства + + + + + + + + + + + + Сведения о субъекте проверки для плановой проверки в реестре + + + + + Юридическое лицо. + + + + + + + + Субъект малого предпринимательства + + + + + Место фактического осуществления деятельности. + + + + + Другие физические лица, в отношении которых проводится проверка + + + + + + + + + + Индивидуальный предприниматель. + + + + + + + + Субъект малого предпринимательства + + + + + Место фактического осуществления деятельности. + + + + + Другие физические лица, в отношении которых проводится проверка + + + + + + + + + + + + Сведения о субъекте проверки для внеплановой проверки в реестре + + + + + Юридическое лицо. + + + + + + + + Субъект малого предпринимательства + + + + + Место фактического осуществления деятельности. + + + + + Другие физические лица, в отношении которых проводится проверка + + + + + + + + + + Индивидуальный предприниматель. + + + + + + + + Субъект малого предпринимательства + + + + + Место фактического осуществления деятельности. + + + + + Другие физические лица, в отношении которых проводится проверка + + + + + + + + + + Гражданин. + + + + + + + Сведения о субъекте проверки для внеплановой проверки в реестре (экспорт) + + + + + Юридическое лицо. + + + + + + + + Субъект малого предпринимательства + + + + + Место фактического осуществления деятельности. + + + + + Другие физические лица, в отношении которых проводится проверка + + + + + + + + + + Индивидуальный предприниматель. + + + + + + + + Субъект малого предпринимательства + + + + + Место фактического осуществления деятельности. + + + + + Другие физические лица, в отношении которых проводится проверка + + + + + + + + + + Гражданин. + + + + + + + Основные реквизиты плана проверок.(импорт) + + + + + Год плана. + + + + + Признак подписания плана проверок для публикации в ГИС ЖКХ. + + + + + + Не должен быть зарегистрирован в Едином реестре проверок. + + + + + + Должен быть зарегистрирован в Едином реестре проверок. + + + + + Регистрационный номер плана в Едином реестре проверок + + + + + + + + + + + + + + + Плановая проверка (пункт плана проверок) + + + + + Номер проверки в плане + + + + + + + + + + Учетный номер проверки в Едином реестре проверок. Обязательно заполняется, если план должен быть зарегистрирован в Еlдином реестре проверок + + + + + + + + + + Дата присвоения учетного номера проверки. Обязательно заполняется, если план должен быть зарегистрирован в Едином реестре проверок + + + + + Информация об органе контроля + + + + + + Реестровый номер функции органа жилищного надзора в системе «Федеральный реестр государственных и муниципальных услуг» + + + + + ФИО и должность лиц, уполномоченных на проведение проверки + + + + + ФИО и должность экспертов, привлекаемых к проведению проверки + + + + + + + + Субъект проверки. + + + + + Вид осуществления контрольной деятельности. НСИ + + + + + Описание проверки + + + + + + Цель проведения проверки. + + + + + Основание проведения проверки. НСИ "Основание проведения проверки" (реестровый номер 68). + + + + + Дополнительная информация об основаниях проведения проверки. + + + + + Дата окончания последней проверки. + + + + + Месяц начала проверки + + + + + Год начала проверки + + + + + Срок проведения плановой проверки. Должно быть обязательно заполнено хотя бы одно из полей tns:WorkDays или tns:WorkHours + + + + + + рабочих дней. + + + + + + + + + + рабочих часов. + + + + + + + + + + + + + Форма проведеня проверки. НСИ "Форма проведения проверки" (реестровый номер 71). + + + + + Орган государственного надзора (контроля) и/или орган муниципального контроля, с которым проверка проводится совместно. + + + + + Информация о согласовании проведения проверки с органами прокуратуры + + + + + + + + + + Плановая проверка (пункт плана проверок) - экспорт + + + + + Номер проверки в плане + + + + + + + + + + Учетный номер проверки в едином реестре проверок + + + + + + + + + + Дата присвоения учетного номера проверки + + + + + Субъект проверки. + + + + + Информация об органе контроля + + + + + + Реестровый номер функции органа жилищного надзора в системе «Федеральный реестр государственных и муниципальных услуг» + + + + + ФИО и должность лиц, уполномоченных на проведение проверки + + + + + ФИО и должность экспертов, привлекаемых к проведению проверки + + + + + + + + Вид осуществления контрольной деятельности. НСИ + + + + + Описание проверки + + + + + + Цель проведения проверки. + + + + + Основание проведения проверки. НСИ "Основание проведения проверки" (реестровый номер 68). + + + + + Дополнительная информация об основаниях проведения проверки. + + + + + Дата окончания последней проверки. + + + + + Месяц начала проверки + + + + + Год начала проверки + + + + + Срок проведения плановой проверки + + + + + + рабочих дней + + + + + + + + + + рабочих часов (для МСП и МКП) + + + + + + + + + + + + + Форма проведеня проверки. НСИ "Форма проведения проверки" (реестровый номер 71). + + + + + Орган государственного надзора (контроля) и/или орган муниципального контроля, с которым проверка проводится совместно. + + + + + Информация о согласовании проведения проверки с органами прокуратуры + + + + + + + + + + Сведения об изменении проверки (импорт) + + + + + Причина изменения (НСИ 271) + + + + + Номер решения об изменении (обязательно, если «Причина изменения» = «Решение суда» или «Решение уполномоченного органа / вышестоящей организации») + + + + + Дата изменения проверки + + + + + Организация, принявшая решение + + + + + Дополнительная информация + + + + + Прикрепленные файлы + + + + + Электронные документы с открепленной (detached) подписью + + + + + + + Сведения об изменении проверки + + + + + Причина изменения (НСИ 271) + + + + + Номер решения об изменении (обязательно, если «Причина изменения» = «Решение суда» или «Решение уполномоченного органа / вышестоящей организации») + + + + + Дата изменения проверки + + + + + Организация, принявшая решение + + + + + Дополнительная информация + + + + + Прикрепленные файлы + + + + + Электронные документы с открепленной (detached) подписью + + + + + + + Сведения о мероприятии. + + + + + Номер. + + + + + Мероприятие. + + + + + Дополнительная информация. + + + + + + + Место проведения проверки. + + + + + Порядковый номер. + + + + + Тип адреса + +Обязательно к заполнению, если заполнен tns:FIASHouseGuid. + +НСИ "Типы адресов объекта" + + + + + Тип объекта + +Обязательно к заполнению, если заполнен tns:FIASHouseGuid. + +НСИ "Тип объекта проведения ФГИС ЕРП" + + + + + Адрес дома. + + + + + Дополнительная информция. + + + + + + + Результат проверки. + + + + + Вид документа результата проверки. НСИ "Вид документа по результатам проверки" (реестровый номер 64). + + + + + Тип сведений о результатах. + +НСИ "Тип сведений о результатах ФГИС ЕРП". + + + + + Номер документа результата проверки. + + + + + Дата и время составления документа результата проверки. + + + + + Результат проверки. + + + + Нарушений не выявлено. + + + + + + Выявлены нарушения + + + + + Информация о выявленных нарушениях + + + + + + Характер нарушения + + + + + Несоответствие поданных сведений о начале осуществления предпринимательской деятельности + + + + + Положение нарушенного правового акта + + + + + Другие несоответствия поданных сведений + + + + + Список лиц, допустивших нарушение + + + + + + Орган, в который направлены материалы о выявленных нарушениях + + + + + Идентификатор органа, в который направлены материалы о выявленных нарушениях. + +Заполняется, если организация зарегистрирована в Системе + + + + + + Дата направления материалов о выявленных нарушениях в органы государственной власти + + + + + Перечень примененных мер обеспечения производства по делу об административном правонарушении + + + + + Информация о привлечении проверяемых лиц к административной ответственности + + + + + Информация о приостановлении или об аннулировании документов, имеющих разрешительный характер + + + + + Информация об обжаловании решений органа контроля + + + + + + + + + + Дата и время начала проведения проверки. + + + + + Дата окончания проведения проверки. + + + + + Продолжительность проведения проверки. Должно быть обязательно заполнено хотя бы одно из полей tns:Days или tns:Hours + + + + + + Продолжительность проведения проверки, дней + + + + + Продолжительность проведения проверки,часов Обязательно для заполнения , если Вид проверки = внеплановая И указан признак ShouldBeRegistered + + + + + + + + Место проведения проверки + + + + + Тип должностных лиц, уполномоченных на проведение. + +НСИ "Тип уполномоченного лица на проведение проверки ФГИС ЕРП" + + + + + ФИО лиц, проводивших проверку + + + + + Должность лиц, проводивших проверку + + + + + Представители субъекта проверки отсутствовали при проведении проверки + + + + + Тип представителя субъекта проверки. + +НСИ "Тип представителя организации ФГИС ЕРП" + +Обязательно к заполнению, если tns:AbsentRepresentatives не присылается + + + + + ФИО представителей субъекта проверки, присутствовавших при проведении проверки. + +Обязательно к заполнению, если tns:AbsentRepresentatives не присылается + + + + + Должность представителей субъекта проверки, присутствовавших при проведении проверки. + +Обязательно к заполнению, если tns:AbsentRepresentatives не присылается + + + + + Тип адреса места составления акта о проведении проверки. + +НСИ "Типы адресов объекта" + + + + + Место составления документа результата проверки + + + + + Дополнительная информация о результате проверки. + + + + + + + Результат проверки для экспорта + + + + + Вид документа результата проверки. НСИ "Вид документа по результатам проверки" (реестровый номер 64). + + + + + Тип сведений о результатах. + +НСИ "Тип сведений о результатах ФГИС ЕРП". + + + + + Номер документа результата проверки. + + + + + Дата и время составления документа результата проверки. + + + + + Результат проверки. + + + + Нарушений не выявлено. + + + + + + Выявлены нарушения + + + + + Информация о выявленных нарушениях + + + + + + Характер нарушения + + + + + Несоответствие поданных сведений о начале осуществления предпринимательской деятельности + + + + + Положение нарушенного правового акта + + + + + Другие несоответствия поданных сведений + + + + + Список лиц, допустивших нарушение + + + + + Дата направления материалов о выявленных нарушениях в органы государственной власти + + + + + Наименование органа, в который направлены материалы о выявленных нарушениях + + + + + Идентификатор органа, в который направлены материалы о выявленных нарушениях. +Заполняется, если организация зарегистрирована в Системе + + + + + Перечень примененных мер обеспечения производства по делу об административном правонарушении + + + + + Информация о привлечении проверяемых лиц к административной ответственности + + + + + Информация о приостановлении или об аннулировании документов, имеющих разрешительный характер + + + + + Информация об обжаловании решений органа контроля + + + + + + + + + + Дата и время начала проведения проверки. + + + + + Дата окончания проведения проверки. + + + + + Продолжительность проведения проверки + + + + + + Продолжительность проведения проверки, дней + + + + + Продолжительность проведения проверки,часов + + + + + + + + Место проведения проверки + + + + + Тип должностных лиц, уполномоченных на проведение. + +НСИ "Тип представителя организации ФГИС ЕРП" + + + + + ФИО лиц, проводивших проверку + + + + + Должность лиц, проводивших проверку + + + + + Представители субъекта проверки отсутствовали при проведении проверки + + + + + Тип представителя субъекта проверки. + +НСИ "Тип уполномоченного лица на проведение проверки ФГИС ЕРП" + + + + + ФИО представителей субъекта проверки, присутствовавших при проведении проверки + + + + + Должность представителей субъекта проверки, присутствовавших при проведении проверки + + + + + Тип адреса места составления акта о проведении проверки. + +НСИ "Типа адреса в инспектировании" + + + + + Место составления документа результата проверки + + + + + Дополнительная информация о результате проверки. + + + + + + + Предписание. + + + + + Номер документа. + + + + + Дата документа. + + + + + Срок исполнения требований + + + + + Адрес дома. + + + + + Краткая информация. + + + + + Сведения об исполнении True - исполнено, False - не исполнено + + + + + Фактическая дата исполнения требований. Обязательно для заполнения, если IsFulfiledPrecept = True + + + + + + Вложение. + + + + + Электронный документ с открепленной (detached) подписью + + + + + + + + Предписание (экспорт) + + + + + Номер документа. + + + + + Дата документа. + + + + + Срок исполнения требований + + + + + Адрес дома. + + + + + Краткая информация. + + + + + Сведения об исполнении True - исполнено, False - не исполнено + + + + + Фактическая дата исполнения требований + + + + + + Вложение. + + + + + Электронный документ с открепленной (detached) подписью + + + + + + + + Протокол об административном правонарушении. + + + + + Номер протокола. + + + + + Дата составления протокола. + + + + + Краткая информация. + + + + + Сведения об исполнении True - исполнено, False - не исполнено + + + + + Материалы по делу об административном правонарушении переданы в суд + + + + + + + Наименование суда + + + + + Дата +*В случае передачи материалов по делу об административном правонарушении в канцелярию суда - дата регистрации. +*В случае направления материалов почтовым отправлением - дата отправки. +*В случае направления материалов с сопроводительным письмом - дата данного письма. + + + + + Номер +*В случае передачи материалов по делу об административном правонарушении в канцелярию суда - присвоенный входящий номер. +*В случае направления материалов почтовым отправлением - номер отправления либо реестровый номер отправителя. +*В случае направления материалов с сопроводительным письмом - исходящий номер данного письма. + + + + + + + + Фактическая дата исполнения + + + + + + Вложение. + + + + + Электронный документ проверки с открепленной (detached) подписью + + + + + + + + Протокол об административном правонарушении. (экспорт) + + + + + Номер протокола. + + + + + Дата составления протокола. + + + + + Краткая информация. + + + + + Сведения об исполнении True - исполнено, False - не исполнено + + + + + Материалы по делу об административном правонарушении переданы в суд + + + + + + Наименование суда + + + + + Дата +*В случае передачи материалов по делу об административном правонарушении в канцелярию суда - дата регистрации. +*В случае направления материалов почтовым отправлением - дата отправки. +*В случае направления материалов с сопроводительным письмом - дата данного письма. + + + + + Номер +*В случае передачи материалов по делу об административном правонарушении в канцелярию суда - присвоенный входящий номер. +*В случае направления материалов почтовым отправлением - номер отправления либо реестровый номер отправителя. +*В случае направления материалов с сопроводительным письмом - исходящий номер данного письма. + + + + + + + + Фактическая дата исполнения + + + + + + Вложение. + + + + + Электронный документ проверки с открепленной (detached) подписью + + + + + + + + Протокол. Добавить сведения о передаче материалов по делу об административном правонарушении в суд. + + + + + Наименование суда + + + + + Дата +*В случае передачи материалов по делу об административном правонарушении в канцелярию суда - дата регистрации. +*В случае направления материалов почтовым отправлением - дата отправки. +*В случае направления материалов с сопроводительным письмом - дата данного письма. + + + + + Номер +*В случае передачи материалов по делу об административном правонарушении в канцелярию суда - присвоенный входящий номер. +*В случае направления материалов почтовым отправлением - номер отправления либо реестровый номер отправителя. +*В случае направления материалов с сопроводительным письмом - исходящий номер данного письма. + + + + + + + Сведения об отмене (импорт) + + + + + Причина отмены (НСИ 271) + + + + + Дата отмены + + + + + Номер решения об отмене. + + + + + + + + + + Организация, принявшая решение + + + + + Дополнительная информация + + + + + Документы по отмене. Поле является обязательным, если причина отмены = Решение суда + + + + + Электронные документы по отмене с открепленной (detached) подписью + + + + + + + Сведения об отмене + + + + + Причина отмены (НСИ 271) + + + + + Дата отмены + + + + + Номер решения об отмене. + + + + + + + + + + Организация, принявшая решение + + + + + Дополнительная информация + + + + + Документы по отмене. + + + + + Электронные документы по отмене с открепленной (detached) подписью + + + + + + + Cведения об исполнении предписания + + + + + Фактическая дата исполнения требований + + + + + + + Cведения об исполнении протокола + + + + + Фактическая дата исполнения + + + + + + + Сведения о результатах проверки + + + + + Информация о результате проверки. + + + + + + Сведения о результате проверки. + + + + + + Другие документы по итогам проверки. + + + + + Электронный документ с открепленной (detached) подписью + + + + + + + + + Информация об ознакомлении с результатами проверки + + + + + + Не ознакомлен + + + + + Отказ от ознакомления + + + + ФИО должностного лица, отказавшегося от ознакомления с актом проверки + + + + + + Ознакомлен + + + + Дата ознакомления + + + + + Наличие подписи + + + + + ФИО должностного лица, ознакомившегося с актом проверки + + + + + + + + + + + Сведения о результатах проверки для экспорта + + + + + Информация о результате проверки. + + + + + + Сведения о результате проверки. + + + + + + Другие документы по итогам проверки. + + + + + Электронные документы проверки с открепленной (detached) подписью + + + + + + + + + Информация об ознакомлении с результатами проверки + + + + + + Не ознакомлен + + + + + Отказ от ознакомления + + + + ФИО должностного лица, отказавшегося от ознакомления с актом проверки + + + + + + Ознакомлен + + + + Дата ознакомления + + + + + Наличие подписи + + + + + ФИО должностного лица, ознакомившегося с актом проверки + + + + + + + + + + + Информация о регистрации в ЕРП + + + + + Не должен быть зарегистрирован в Едином реестре проверок. + + + + + + Должен быть зарегистрирован в Едином реестре проверок. + + + + + Регистрационный номер плана в едином реестре проверок + + + + + + + + + + + + + + Проверка. + + + + + Общая информация о проверке + + + + + + + Проверка не должна быть зарегистрирована в Едином реестре проверок. + + + + + + Проверка должна быть зарегистрирована в Едином реестре проверок. + + + + + Учетный номер проверки в Едином реестре проверок. + + + + + + + + + + Дата присвоения учетного номера проверки + + + + + Опубликовать в открытой части ЕРП? + +(Выполняется публикация проверки в открытой части ЕРП) +Публикация в ЕРП доступна для следующих сценариев: +1. Создание информации о проверке +2. Изменение информации о проверке + +Если не заполнено при первичном размещении, то в открытой части ЕРП проверка не будет размещена. + +Если указано "true" при первичном размещении или при изменении, то проверка будет размещена в открытой части ЕРП. + +Если значение не заполнено при изменении (ранее было указано "true"), то проверка снимается с публикации в ЕРП. + + + + + + + Вид проверки, информация о субъекте проверки + + + + + + Плановая проверка. + + + + + + Субъект проверки (ЮЛ, ИП). + + + + + + + + Внеплановая проверка. + + + + + + Основание регистрации проверки в ФГИС "ЕРП". НСИ (реестровый номер 167). Обязательно заполняется, если для проверки прислано ShouldBeRegistered + + + + + Субъект проверки (ЮЛ, ИП, Гражданин). + + + + + + + + + + + Вид осуществления контрольной деятельности. НСИ + + + + + Форма проведения проверки. НСИ "Форма проведения проверки" (реестровый номер 71). + + + + + Номер распоряжения (приказа). Обязательно для заполнения, если Вид проверки = «Внеплановая» и присылается tns:ShouldBeRegistered + + + + + Дата утверждения распоряжения (приказа). Обязательно для заполнения, если Вид проверки = «Внеплановая» и присылается tns:ShouldBeRegistered + + + + + + + + Информация об органе контроля + + + + + + Реестровый номер функции органа жилищного надзора в системе «Федеральный реестр государственных и муниципальных услуг» + + + + + Идентификатор контролирующего органа в системе «Федеральный реестр государственных и муниципальных услуг». Доступно и обязательно для заполнения, только если для проверки присылается ShouldBeRegistered + + + + + + + + + + ФИО и должность лиц, уполномоченных на проведение проверки + + + + + + Тип лица, уполномоченного на проведение проверки. + +НСИ "Тип уполномоченного лица на проведение проверки ФГИС ЕРП" + + + + + Фамилия, имя, отчество + + + + + Должность + + + + + + + + ФИО и должность экспертов, привлекаемых к проведению проверки + + + + + + + + Информация об уведомлении + + + + + + Уведомление не требуется + + + + + Уведомление требуется, не отправлено + + + + + Уведомление требуется, отправлено + + + + Дата уведомления + + + + + Способ уведомления о проведении проверки + + + + + + + + + Сведения о проверке + + + + + + Основание проведения проверки. НСИ "Основание проведения проверки" (реестровый номер 68). + + + + + Предписание, на основании которого проводится проверка. Доступно для заполнения, только при следующих условиях: В качестве "Основание проведения проверки" указано одно из следующих: - "Истечение срока исполнения юридическим лицом, индивидуальным предпринимателем ранее выданного предписания об устранении выявленного нарушения обязательных требований и (или) требований, установленных муниципальными правовыми актами"; - "Истечение срока исполнения лицензиатом ранее выданного лицензирующим органом предписания об устранении выявленного нарушения лицензионных требований" +- "Истечение срока исполнения физическим лицом ранее выданного предписания об устранении выявленного нарушения обязательных требований и (или) требований, установленных правовыми актами" +- "Наличие ходатайства лицензиата о проведении лицензирующим органом внеплановой выездной проверки в целях установления факта досрочного исполнения предписания лицензирующего органа" ИЛИ для "Предмет проверки" указано одно из следующих: +- "Выполнение предписаний органов государственного контроля (надзора), органов муниципального контроля"; +- "Принимаемые лицензиатом меры по исполнению предписаний об устранении выявленных нарушений лицензионных требований" + + + + + + Идентификатор предписания в ГИС ЖКХ + + + + + + + + Связанная проверка. + + + + + + Идентификатор проверки в ГИС ЖКХ. + + + + + + + + Цель проведения проверки с реквизитами документов основания. + + + + + Дополнительная информация об основаниих проведения проверки. + + + + + Задачи проведения проверки. + + + + + Предмет проверки. НСИ "Предмет проверки" (реестровый номер 69). + + + + + Срок проведения проверки с (включительно) - дата начала проведения проверки. + + + + + Срок проведения проверки по (включительно) - дата окончания проведения проверки. +Обязательно для заполнения для внеплановой проверки, субъектом которой является ЮЛ или ИП. + + + + + Срок проведения проверки. Должно быть обязательно заполнено хотя бы одно из полей tns:WorkDays или tns:WorkHours, если субъектом проверки является ЮЛ или ИП. + + + + + + Рабочих дней. Продолжительность проведения проверки, дней + + + + + + + + Рабочих часов (для МСП и МКП). + + + + + + + + + + + Орган государственного надзора (контроля) и/или орган муниципального контроля, с которым проверка проводится совместно. + + + + + Информация о согласовании проведения проверки с органами прокуратуры Обязательно для заполнения, если у проверки в BaseURIRegistration (Основание регистрации проверки в ФГИС "ЕРП") = "Заявление КО" + + + + + Дополнительная информация о проверке. + + + + + Причины невозможности проведения проверки + + + + + + + + Информация о мероприятиях + + + + + + Мероприятие проверки. + + + + + Место проведения проверки. + + + + + + + + Сведения о результатах проверки + + + + + Документы проверки + + + + + Электронные документы проверки с открепленной (detached) подписью + + + + + + + Проверка (экспорт) + + + + + Общая информация о проверке + + + + + + + Проверка не должна быть зарегистрирована в Едином реестре проверок. + + + + + + Проверка должна быть зарегистрирована в Едином реестре проверок. + + + + + Учетный номер проверки в едином реестре проверок + + + + + + + + + + Дата присвоения учетного номера проверки + + + + + Опубликовать в открытой части ЕРП? + + + + + + + Вид проверки, информация о субъекте проверки + + + + + + Плановая проверка. + + + + + + Субъект проверки (ЮЛ, ИП). + + + + + + + + Внеплановая проверка. + + + + + + Основание регистрации проверки в ФГИС "ЕРП". НСИ (реестровый номер 167). + + + + + Субъект проверки (ЮЛ, ИП, Гражданин). + + + + + + + + + + + Вид осуществления контрольной деятельности. НСИ + + + + + Форма проведения проверки. НСИ "Форма проведения проверки" (реестровый номер 71). + + + + + Номер распоряжения (приказа). + + + + + Дата утверждения распоряжения (приказа). + + + + + + + + Информация об органе контроля + + + + + + Реестровый номер функции органа жилищного надзора в системе «Федеральный реестр государственных и муниципальных услуг» + + + + + Идентификатор контролирующего органа в системе «Федеральный реестр государственных и муниципальных услуг». + + + + + + + + + + ФИО и должность лиц, уполномоченных на проведение проверки + + + + + + Тип лица, уполномоченного на проведение проверки. + +НСИ "Тип уполномоченного лица на проведение проверки ФГИС ЕРП" + + + + + Фамилия, имя, отчество + + + + + Должность + + + + + + + + ФИО и должность экспертов, привлекаемых к проведению проверки + + + + + + + + Информация об уведомлении + + + + + + Уведомление не требуется + + + + + Уведомление требуется, не отправлено + + + + + Уведомление требуется, отправлено + + + + Дата уведомления + + + + + Способ уведомления о проведении проверки + + + + + + + + + Сведения о проверке + + + + + + Основание проведения проверки. НСИ "Основание проведения проверки" (реестровый номер 68). + + + + + Цель проведения проверки с реквизитами документов основания. + + + + + Дополнительная информация об основаниих проведения проверки. + + + + + Задачи проведения проверки. + + + + + Предмет проверки. НСИ "Предмет проверки" (реестровый номер 69). + + + + + Предписание, на основании которого проводится проверка + + + + + + Идентификатор предписания в ГИС ЖКХ + + + + + + + + Связанная проверка + + + + + + Идентификатор проверки в ГИС ЖКХ. + + + + + + + + Срок проведения проверки с (включительно) - дата начала проведения проверки. + + + + + Срок проведения проверки по (включительно) - дата окончания проведения проверки. + + + + + Срок проведения проверки. + + + + + + Рабочих дней. + + + + + + + + Рабочих часов (для МСП и МКП). + + + + + + + + + + + Орган государственного надзора (контроля) и/или орган муниципального контроля, с которым проверка проводится совместно. + + + + + Информация о согласовании проведения проверки с органами прокуратуры + + + + + Дополнительная информация о проверке. + + + + + Причины невозможности проведения проверки + + + + + + + + Информация о мероприятиях + + + + + + Мероприятие проверки. + + + + + Место проведения проверки. + + + + + + + + Сведения о результатах проверки + + + + + + + + Информация об отмене результата + + + + + + + + + + Информация об изменении провери + + + + + + + + + + Информция об отмене проверки. + + + + + Документы проверки + + + + + Электронные документы проверки с открепленной (detached) подписью + + + + + + + Информация о согласовании проведения проверки с органами прокуратуры + + + + + Нет информации о согласовании + + + + + + + Согласована + + + + + Отказ в согласовании + + + + + + + Тип документа о согласовании проведения проверки. + +Обязательно к заполнению, если заполнен Agreed. + +НСИ "Тип документа о согласовании проведения проверки" + + + + + Тип основания в отказе проведения проверки. + +Обязательно к заполнению, если заполнен Rejected. + +НСИ "Тип основания в отказе проведения проверки ФГИС ЕРП". + + + + + Номер приказа о согласовании (отказе) в проведении проверки + + + + + Дата приказа о согласовании (отказе) в проведении проверки + + + + + Дата вынесения решения о согласовании (отказе) в проведении проверки + + + + + Место вынесения решения о согласовании (отказе) в проведении проверки + + + + + Должность подписанта + + + + + ФИО подписанта + + + + + + + + + Информация о согласовании проведения проверки с органами прокуратуры (экспорт) + + + + + Нет информации о согласовании + + + + + + + Согласована + + + + + Отказ в согласовании + + + + + + + Тип документа о согласовании проведения проверки. + +Обязательно к заполнению, если заполнен Agreed. + +НСИ "Тип документа о согласовании проведения проверки" + + + + + Тип основания в отказе проведения проверки. + +Обязательно к заполнению, если заполнен Rejected. + +НСИ "Тип основания в отказе проведения проверки". + + + + + Номер приказа о согласовании (отказе) в проведении проверки + + + + + Дата приказа о согласовании (отказе) в проведении проверки + + + + + Дата вынесения решения о согласовании (отказе) в проведении проверки + + + + + Место вынесения решения о согласовании (отказе) в проведении проверки + + + + + Должность подписанта + + + + + ФИО подписанта + + + + + + + + + + Запрос на импорт плана проверок. + + + + + + + + Импорт плана проверок и плановых проверок + + + + + + + + + + Идентификатор плана проверок в ГИС ЖКХ. + + + + + Добавляемый план проверок. + + + + + + Действия с плановыми проверками в плане проверок + + + + + + + + Идентификатор плановой проверки в ГИС ЖКХ. + + + + + + + + Создание / изменение плановой проверки + + + + + Информация об изменении плановой провери (обязательно заполняется только при изменении плановой проверки в подписанном плане). + + + + + + Отмена плановой проверки. + + + + + Аннулирование плановой проверки. + + + + + + + + Проверка уникальности корневого идентификатора плановой проверки в рамках запроса + + + + + + + + + + + + + + + + Проверка уникальности транспортного гуида в рамках запроса + + + + + + + Проверка уникальности идентификатора плана проверок в рамках запроса + + + + + + + + + Запрос на экспорт планов проверок. + + + + + + + + Начальный год (включительно). Если не заполнено, то без ограничения начального года. + + + + + Конечный год (включительно). Если не заполнено, то без ограничения конечного года. + + + + + + + + + + + Возвращаемый план проверок. + + + + + Идентификатор плана проверок. + + + + + Реестровый номер плана проверок. + + + + + Статус плана проверок: +Signed - Подписан + + + + + План проверок. + + + + + + + + Год плана. + + + + + + + + + + Плановая проверка. + + + + + + Корневой идентификатор плановой проверки. + + + + + Реестровый номер плановой проверки. + + + + + Статус плановой проверки. +Допустимые значения: +Planned - Запланировна +Cancelled - Отменена +Finished - Завершена +Annulled - Аннулирована + + + + + Статус версии плановой проверки. +Active - Действующая + + + + + Плановая проверка. + + + + + + + + Информация об изменении плановой провери + + + + + Информация об отмене проверки. + + + + + + + + + + + + + + + + Запрос на импорт проверок. + + + + + + + + Импорт проверки + + + + + + + + Идентификатор проверки в ГИС ЖКХ. + + + + + + Отправить в ЕРП. (Выполняется отправка в ЕРП всех ранее не размещенных в ЕРП сведений о проверке и её результате) Отправка в ЕРП доступна для следующих сценариев: 1. Добавление проверки 2. Изменение проверки 3. Добавление результата проверки 4. Отмена результата проверки 5. Изменение результата проверки 6. Создание предписания 7. Исполнение предписания 8. Удаление предписания Для остальных сценариев отправка в ЕРП не осуществляется, значение признака будет проигнорировано Системой. + + + + + + + + Проверка. Не заполняется при импорте предписаний и протоколов к существующей проверке + + + + + Добавление сведений о результатах проверки. Заполняется, если сведения о самой проверке не изменяются + + + + + + Информация об изменении проверки. + + + + + Предписание + + + + + + + + Идентификатор предписания в ГИС ЖКХ. Заполняется только при отмене или исполнении предписания + + + + + + + Создание предписания + + + + + Отмена (отзыв) предписания + + + + + Сведения об исполнении предписания + + + + + Удаление предписания + + + + + + + + Проверка уникальности гуида предписания в рамках запроса + + + + + + + + Протокол + + + + + + + + Идентификатор протокола в ГИС ЖКХ. Заполняется: +*при отмене/исполнении протокола; +*при добавлении/ изменении/ удаления сведений о передаче материалов по делу об административном правонарушении в суд. + + + + + + + Создание протокола + + + + + Протокол. Добавить сведения о передаче материалов по делу об административном правонарушении в суд. + + + + + Протокол. Удалить сведения о передаче материалов по делу об административном правонарушении в суд. + + + + + Отмена протокола + + + + + Сведения об исполнении протокола + + + + + Удаление протокола + + + + + + + + Проверка уникальности гуида протокола в рамках запроса + + + + + + + + + Отмена проверки. + + + + + Аннулирование проверки. + + + + + Информация об отмене результата. + + + + + Аннулировать результат проверки. + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности корневого идентификатора проверки в рамках запроса + + + + + + + + + Запрос на экспорт проверок. + +Доступны версии 11.2.0.1, 13.1.1.2 и 13.1.9.1 + + + + + + + + Идентификатор проверки в ГИС ЖКХ. + + + + + Реестровый номер проверки. + + + + + + Начало периода даты начала проведения проверки (включительно). + + + + + Конец периода даты начала проведения проверки (включительно). + + + + + + + + + + + + Экспортируемая проверка. + + + + + Идентификатор проверки в ГИС ЖКХ. + + + + + Реестровый номер проверки. + + + + + Статус проверки: Planned - Запланировна Assigned - Назначена +Cancelled - Отменена +Finished - Завершена +Annulled - Аннулирована + + + + + Статус версии проверки +Active - Действующая + + + + + У проверки установлен признак "Аннулирован результат" + + + + + Проверка. + + + + + Предписание. + + + + + + Идентификатор предписания в ГИС ЖКХ. + + + + + Статус предписания + + + + + Реквизиты предписания. + + + + + Сведения об отмене предписания. + + + + + + + + Протокол. + + + + + + Идентификатор протокола в ГИС ЖКХ. + + + + + Статус протокола. + + + + + Реквизиты протокола. + + + + + Сведения об отмене протокола. + + + + + + + + + + + Экспорт статуса размещения проверки в ЕРП + + + + + + + + Идентификатор проверки в ГИС ЖКХ. + + + + + Учетный номер проверки в ЕРП. + + + + + + + + + + + Статус размещения проверки в ЕРП + + + + + Идентификатор проверки в ГИС ЖКХ. + + + + + + Проверка не должна быть зарегистрирована в Едином реестре проверок. + + + + + + Проверка должна быть зарегистрирована в Едином реестре проверок. + + + + + Учетный номер проверки. + + + + + Дата присвоения учетного номера проверки + + + + + Статус размещения проверки в ЕРП: Placed - Размещена NotPlaced - Не размещена Sent - Отправлена NotSent - Не отправлена + + + + + + + + + + + + + Учетный номер проверки получен из ЕРП. Факт подтверждения ГИС ЖКХ наличия успешно размещенной проверки в ЕРП с указанным учетным номером + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + Статус размещения проверки в ЕРП + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-account-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-account-base.xsd new file mode 100644 index 0000000..b5eb12b --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-account-base.xsd @@ -0,0 +1,83 @@ + + + + + + + + Идентификатор лицевого счета + + + + + Номер лицевого счета/Иной идентификатор плательщика + + + + + + + + + + + + Основание для обязательств по оплате + + + + + Номер договора + + + + + Дата заключения договора + + + + + Срок окончания действия договора + + + + + + + Единый лицевой счет + + + + + + + + + + Расчетный счет + + + + + + + + + + Счет + + + + + + + + Идентификатор жилищно-коммунальной услуги + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-base.xsd new file mode 100644 index 0000000..03a4c36 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-base.xsd @@ -0,0 +1,868 @@ + + + + + + + Строка не более 2000 символов. + + + + + + + + Строка не более 1500 символов. + + + + + + + + Строка не более 300 символов. + + + + + + + + Скалярный тип. Строка не более 255 символов. + + + + + + + + + Скалярный тип. Строка не более 100 символов. + + + + + + + + Скалярный тип. Строка не более 250 символов. + + + + + + + + Скалярный тип. Строка не более 500 символов. + + + + + + + + Строка не более 60 символов. + + + + + + + + Текстовое поле 2000 + + + + + + + + Непустая строка + + + + + + + + + + Базовый тип бизнес-сообщения с подписью + + + + + + + + + Заголовок запроса + + + + + + + + + Идентификатор поставщика данных + + + + + Идентификатор зарегистрированной организации + + + + + Информация о физическом лице + + + + + + Идентификатор физического лица, зарегистрированного в ГИС ЖКХ + + + + + + СНИЛС + + + + + + + + + + Документ, удостоверяющий личность + + + + + + Вид документа, удостоверяющего личность (НСИ №95) + + + + + + Код записи справочника + + + + + + + + + + + Идентификатор записи в соответствующем справочнике ГИС ЖКХ + + + + + Значение + + + + + + + + + + + + + Серия документа + + + + + + + + + + + Номер документа + + + + + + + + + + + + + + + + + + + Используется подпись Оператора ИС + + + + + Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164). Только для запросов размещения информации. + + + + + + + + + + Заголовок запроса + + + + + + + + + + + + + + Заголовок ответа + + + + + + + + + + Базовый тип ответа на запрос создания, редактирования, удаления + + + + + + Транспортный идентификатор, определенный постащиком информации + + + + + Идентификатор объекта в ГИС ЖКХ + + + + + + + + Идентификатор объекта в ГИС ЖКХ + + + + + Дата модификации + + + + + Уникальный номер + + + + + + + + + + Базовый тип заголовка + + + + + Дата отправки пакета + + + + + Идентификатор сообщения + + + + + + + Вложение + + + + + + Идентификатор сохраненного вложения + + + + + + + + Вложение + + + + + Наименование вложения + + + + + + + + + + + Описание вложения + + + + + + + + + + + + Хэш-тег вложения по алгоритму ГОСТ в binhex. + +Элемент обязателен в запросах импорта + + + + + + + + + + + + Вложение + + + + + Наименование вложения + + + + + + + + + + + Описание вложения + + + + + + + + + + + + Хэш-тег вложения по алгоритму ГОСТ в binhex + + + + + + + + + + + + Базовый тип, описывающий вложение с открепленными (detached) подписями. В сервисах ГИС ЖКХ, использущих тип SignedAttachmentType, может быть наложено ограничение на максимальное количесво элементов в блоке Signature (см. контроль INT002039). + + + + + Вложение + + + + + Открепленная (detached) подпись + + + + + + + Элемент Fault (для параметра Fault в операции) + + + + Базовый тип для fault-ошибки + + + + + + + + + + + Описание ошибок контролей или бизнес-процесса. Элемент не заполянется. Оставлен для совместимости + + + + + + Базовый тип ошибки контроля или бизнес-процесса + + + + + Код ошибки + + + + + Описание ошибки + + + + + StackTrace в случае возникновения исключения + + + + + + + Версия элемента, начиная с которой поддерживается совместимость + + + + + + Возврат квитанции приема сообщения + + + + + + Квитанция + + + + + + Идентификатор сообщения, присвоенный ГИС ЖКХ + + + + + Идентификатор сообщения, присвоенный поставщиком + + + + + + + + + + + Запрос статуса отправленного сообщения + + + + + + Идентификатор сообщения, присвоенный ГИС ЖКХ + + + + + + + + Запрос списка обработанных сообщений + + + + + + Массив идентификаторов сообщений, присвоенных ГИС ЖКХ + + + + + + + + Ответ на запрос списка обработанных сообщений + + + + + + + + Список идентификаторов сообщений, присвоенный ГИС ЖКХ + + + + + + + + + + Базовый тип ответа на запрос статуса + + + + + + + Статус обработки + + + + + Идентификатор сообщения, присвоенный ГИС ЖКХ + + + + + + + + + Результат выполнения C_UD + + + + + Идентификатор создаваемой/изменяемой сущности + + + + + Транспортный идентификатор + + + + + + Операция выполнена успешно + + + + Уникальный реестровый номер + + + + + Дата модификации + + + + + + Описание ошибки + + + + + + + + + + + + + Статус обработки сообщения в асинхронном обмене (1- получено; 2 - в обработке; 3- обработано) + + + + + + + + + + + Транспортный идентификатор + + + + + GUID-тип. + + + + + + + + Дата модификации объекта + + + + + Тип, описывающий год + + + + + + + + Тип, описывающий месяц + + + + + + + + + Месяц + + + + + Год + + + + + + + + + + + Определенный месяц определенного года + + + + + + + + + Временной период (обе даты обязательны) + + + + + Начало периода + + + + + Конец периода + + + + + + + Открытый временной период (даты необязательны) + + + + + Начало периода + + + + + Конец периода + + + + + + + Тип объема + + + + + + + + + + Ссылка на субъект РФ (ФИАС) + + + + + Код региона (ФИАС) + + + + + + + + + + Полное наименование + + + + + + + + + + + + Ссылка на ОКТМО + + + + + Код по ОКТМО + + + + + + + + + + + Полное наименование + + + + + + + + + + + + + + + + + Код ОКЕИ + + + + + + Идентификатор зарегистрированной организации + + + + + + Базовый тип документа ОЧ + + + + + Наименование документа + + + + + + + + + + + Номер документа + + + + + + + + + + + Дата принятия документа органом власти + + + + + Вложение + + + + + + + Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164) + + + + + + Наименование ИС + + + + + Наименование Оператора ИС + + + + + + + + Код по ОКТМО + + + + + + + + + Код по ОКТМО + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-bills-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-bills-base.xsd new file mode 100644 index 0000000..e090955 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-bills-base.xsd @@ -0,0 +1,94 @@ + + + + + + + Сумма + + + + + + + + + + Неотрицательная сумма + + + + + + + + + + Сумма + + + + + + + + + Неотрицательная маленькая сумма + + + + + + + + + + + Маленькая сумма + + + + + + + + + + Неотрицательная сумма + + + + + + + + + + + Сумма в копейках + + + + + + Номер платежного документа, по которому внесена плата, присвоенный такому документу исполнителем в целях осуществления расчетов по внесению платы + + + + + + + + + + + + Идентификатор платежного документа + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-individual-registry-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-individual-registry-base.xsd new file mode 100644 index 0000000..76244dc --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-individual-registry-base.xsd @@ -0,0 +1,158 @@ + + + + + + + + Удостоверение личности + + + + + + Документ, удостоверяющий личность (НСИ 95) + + + + + Серия документа + + + + + + + + + + + Номер документа + + + + + + + + + + + Дата выдачи документа + + + + + + + + Физическое лицо + + + + + + + + + + + + + + + + + + СНИЛС + + + + + + + + + + + Фамилия + + + + + + + + + + + Имя + + + + + + + + + + + Отчество + + + + + + + + + + + ФИО + + + + + + + + + + ФИО + + + + + + + + + + Пол (M- мужской, F-женский) + + + + + + + + + + + + + Дата рождения + + + + + Место рождения + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-metering-device-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-metering-device-base.xsd new file mode 100644 index 0000000..2bc1ea6 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-metering-device-base.xsd @@ -0,0 +1,160 @@ + + + + + + + + Идентификатор ПУ + + + + + + Показание ПУ. Значение (15 до запятой, 7 после) + + + + + + + + Коммунальный ресурс и показание ПУ для однотарифного ПУ. Используется при импорте показаний поверки и фиксации показаний ПУ при его замене, а также, как базовый класс для других типов + + + + + Коммунальный ресурс (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) (НСИ 2) + + + + + Значение + + + + + + + Данные однотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ. Используется при экспорте данных ПУ + + + + + + + Кем внесено + + + + + Идентификатор организации, которая ввела показания в Систему. Не заполняется, если показания были введены гражданином + + + + + + + + + Данные однотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ, время внесения в Систему. Используется при экспорте показаний ПУ + + + + + + + Дата и время внесения в Систему + + + + + + + + + Показания ПУ электрической энергии. Используется при импорте показаний поверки и фиксации показаний ПУ при его замене, а также, как базовый класс для других типов + + + + + Значение по тарифу T1 + + + + + Значение по тарифу T2 + + + + + Значение по тарифу T3 + + + + + + + Данные многотарифного ПУ: коммунальный ресурс, последние полученные показания в единицах измерения ПУ, источник данных о показаниях ПУ. Используется при экспорте данных ПУ + + + + + + + Кем внесено + + + + + Идентификатор организации, которая ввела показания в Систему. Не заполняется, если показания были введены гражданином + + + + + + + + + Данные многотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ, время внесения в Систему. Используется при экспорте показаний ПУ + + + + + + + Дата и время внесения в Систему + + + + + + + + + Объемы потребленных ресурсов по ПУ (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) + + + + + Коммунальный ресурс (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) (НСИ 2) + + + + + Объем по тарифу T1 + + + + + Объем по тарифу T2 + + + + + Объем по тарифу T3 + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-nsi-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-nsi-base.xsd new file mode 100644 index 0000000..7063a0c --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-nsi-base.xsd @@ -0,0 +1,428 @@ + + + + + + + + + + + + + Ссылка на справочник + + + + + Код записи справочника + + + + + Идентификатор записи в соответствующем справочнике ГИС ЖКХ + + + + + Значение + + + + + + + + + + + + Скалярный тип. Наименование справочника. Строка не более 200 символов. + + + + + + + + Скалярный тип. Реестровый номер справочника. Код не более 10 символов. + + + + + + + + Составной тип. Наименование, дата и время последнего изменения справочника. + + + + + Реестровый номер справочника. + + + + + Наименование справочника. + + + + + Дата и время последнего изменения справочника. + + + + + + + Перечень справочников с датой последнего изменения каждого из них. + + + + + Дата и время формирования перечня справочников. + + + + + Наименование, дата и время последнего изменения справочника. + + + + + + + + Данные справочника. + + + + + Реестровый номер справочника. + + + + + Дата и время формирования данных справочника. + + + + + Элемент справочника верхнего уровня. + + + + + + + Составной тип. Элемент справочника. + + + + + Код элемента справочника, уникальный в пределах справочника. + + + + + Глобально-уникальный идентификатор элемента справочника. + + + + + + Дата и время последнего изменения элемента справочника (в том числе создания). + + + + + + Дата начала действия значения + + + + + Дата окончания действия значения + + + + + + + Признак актуальности элемента справочника. + + + + + Наименование и значение поля для элемента справочника. + + + + + Дочерний элемент. + + + + + + + Составной тип. Наименование и значение поля для элемента справочника. Абстрактный тип. + + + + + Наименование поля элемента справочника. + + + + + + + Составной тип. Наименование и значение поля типа "Строка" для элемента справочника. + + + + + + + Значение поля элемента справочника типа "Строка". + + + + + + + + + Составной тип. Наименование и значение поля типа "Да/Нет" для элемента справочника. + + + + + + + Значение поля элемента справочника типа "Да/Нет". + + + + + + + + + Составной тип. Наименование и значение поля типа "Вещественное" для элемента справочника. + + + + + + + Значение поля элемента справочника типа "Вещественное". + + + + + + + + + Составной тип. Наименование и значение поля типа "Дата" для элемента справочника. + + + + + + + Значение поля элемента справочника типа "Дата". + + + + + + + + + Составной тип. Наименование и значение поля типа "Целое число" для элемента справочника. + + + + + + + Значение поля элемента справочника типа "Целое число". + + + + + + + + + Составной тип. Наименование и значение поля типа "Перечислимый" для элемента справочника. + + + + + + + Запись элемента справочника типа "Перечислимый". + + + + + + Код поля элемента справочника типа "Перечислимый". + + + + + Значение поля элемента справочника типа "Перечислимый". + + + + + + + + + + + + Составной тип. Наименование и значение поля типа "Ссылка на справочник" для элемента справочника. + + + + + + + Ссылка на справочник. + + + + + + Реестровый номер справочника. + + + + + + + + + + + + + Составной тип. Наименование и значение поля типа "Ссылка на элемент внутреннего справочника" для элемента справочника. + + + + + + + Ссылка на элемент внутреннего справочника. + + + + + + Реестровый номер справочника. + + + + + Ссылка на элемент справочника. + + + + + + + + + + + + Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ОКЕИ" для элемента справочника. + + + + + + + Код единицы измерения по справочнику ОКЕИ. + + + + + + + + + Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ФИАС" для элемента справочника. + + + + + + + Ссылка на элемент справочника ФИАС. + + + + + + Идентификационный код позиции в справочнике ФИАС. + + + + + Глобально-уникальный идентификатор адресного объекта в справочнике ФИАС. + + + + + + + + + + + + Составной тип. Наименование и значение поля "Вложение" + + + + + + + Документ + + + + + + + + + Скалярный тип. Наименование поля элемента справочника. Строка не более 200 символов. + + + + + + + + Группа справочника: +NSI - (по умолчанию) общесистемный +NSIRAO - ОЖФ + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-organizations-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-organizations-base.xsd new file mode 100644 index 0000000..ae7ce74 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-organizations-base.xsd @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + КПП + + + + + + + + + + + + + ОГРН + + + + + + + + + + ОГРНИП + + + + + + + + + + ОКОПФ + + + + + + + + + + + ОКОГУ + + + + + + + + + + Телефон + + + + + + + + + + + + + + + + + + + + + + + БИК + + + + + + + + БИК + + + + + + ИНН + + + + + НЗА (Номер записи об аккредитации) + + + + + + + + НЗА (Номер записи об аккредитации) + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-organizations-registry-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-organizations-registry-base.xsd new file mode 100644 index 0000000..16908de --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-organizations-registry-base.xsd @@ -0,0 +1,266 @@ + + + + + + + + + + Полное наименование + + + + + + + + + + + Фирменное наименование + + + + + Юридическое лицо + + + + + + + + + Дата государственной регистрации + + + + + + + + Адрес регистрации + + + + + Адрес регистрации (Глобальный уникальный идентификатор дома по ФИАС) + + + + + Дата прекращения деятельности + + + + + + + ОП (Обособленное подразделение) + + + + + Полное наименование + + + + + + + + + + + Сокращенное наименование + + + + + + + + + + + + + + + Адрес регистрации + + + + + + + + + + + Адрес регистрации (Глобальный уникальный идентификатор дома по ФИАС) + + + + + Дата прекращения деятельности + + + + + Источник информации + + + + + + + от + + + + + + + + + + + ФПИЮЛ (Филиал или представительство иностранного юридического лица) + + + + + + + + + + Адрес места нахождения(жительства)_текст + + + + + Адрес места нахождения(жительства)_ФИАС + + + + + Дата внесения записи в реестр аккредитованных + + + + + Дата прекращения действия аккредитации + + + + + Страна регистрации иностранного ЮЛ (Справочник ОКСМ, альфа-2) + + + + + + + + + + + + + Индивидуальный предприниматель + + + + + Фамилия + + + + + Имя + + + + + Отчество + + + + + Пол (M- мужской, F-женский) + + + + + + + + + + + + + ОГРН + + + + + Дата государственной регистрации + + + + + + + + Организация в реестре организаций + + + + + + + + + + Версия организации в реестре организаций + + + + + + + + + + Организация и версия организации в реестре организаций + + + + + + + + + Идентификатор корневой сущности организации в реестре организаций + + + + + Идентификатор версии записи в реестре организаций + + + + + Сокращенное наименование + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-payments-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-payments-base.xsd new file mode 100644 index 0000000..5ea4e12 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-payments-base.xsd @@ -0,0 +1,1239 @@ + + + + + + + + + + + + + + Извещение о принятии к исполнению распоряжения + + + + + Сведения о потребителе + + + + + + Уникальный идентификатор плательщика + + + + + + + + + + + Наименование плательщика + + + + + + + + + + + + + + Сведения об исполнителе + + + + + + + + Исполнитель-ИП + + + + + Исполнитель-ЮЛ + + + + + + + Наименование + + + + + + + + + + + + + + Наименование ИП одной строкой + + + + + + + + + + + + Сведения о платежных реквизитах + + + + + + + + Общие сведения о распоряжении + + + + + + Уникальный идентификатор распоряжения для нужд квитирования, включающий более мягкие огранчиения UI/Excel до 11.8.0 (тип) + + + + + Дата + + + + + Номер распоряжения + + + + + + + + + + + Сумма оплаты (в копейках) + + + + + Назначение платежа + + + + + + + + + + + Признак онлайн-оплаты + + + + + Произвольный комментарий + + + + + + + + + + + + + + Номер платежного документа, по которому внесена плата, присвоенный такому документу исполнителем в целях осуществления расчетов по внесению платы + + + + + + + + + + + + + + + + + Адрес помещения и реквизиты потребителя + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + Номер жилого помещения + + + + + + + + + + + Номер комнаты жилого помещения + + + + + + + + + + + + Номер нежилого помещения + + + + + + + + + + + + Номер жилого блока + + + + + + + + + + + Номер комнаты жилого блока + + + + + + + + + + + + Номер нежилого блока + + + + + + + + + + + + + Физлицо, не являющееся индивидуальным предпринимателем + + + + + Индивидуальный предприниматель или юридическое лицо + + + + + + + + + Жилищно-коммунальная услуга + + + + + + + + + + Номер лицевого счета/Иной идентификатор плательщика + + + + + + + + + + + + + + + + + + + Извещение об аннулировании извещения о принятии распоряжения к исполнению + + + + + Уникальный идентификатор распоряжения для нужд квитирования, включающий более мягкие огранчиения UI/Excel до 11.8.0 (тип) + + + + + Дата аннулирования + + + + + Комментарий + + + + + + + + + + + + + + Запрос на квитирование + + + + + + + Поиск среди извещений указанной кредитной организации + + + + + + + + + + + + Cквитировано с платежным документом + + + + + + + Вид квитируемой услуги из платежного поручения + + + + Вид ЖУ (справочник "Классификатор видов работ (услуг)") + + + + + Вид ГКУ (справочник "Главная коммунальная услуга") + + + + + Вид ДУ (справочник "Вид дополнительной услуги") + + + + + Вид неустойки и судебных расходов. НСИ 329 "Неустойки и судебные расходы": +- Пени +- Штрафы +- Государственные пошлины +- Судебные издержки. + + + + + Вид коммунальной услуги. НСИ 3 + + + + + + Сумма квитирования (в копейках) + + + + + + + + + + + + Сведения о платежных реквизитах + + + + + + + БИК банка получателя + + + + + Номер расчетного счета + + + + + + + + + + + Идентификатор платежных реквизитов в платежном документе + + + + + + + + Периода расчета начисления услуги по капитальному ремонту (только для ПД с типом "текущий" с указанием КР на год) + + + + + + Год расчетного периода + + + + + Месяц расчетного периода + + + + + + + + + + + Квитирование невозможно + + + + + + + Причина, по которой отсутствует возможность сопоставления + + + + + + + + + + + + + + + Период просрочки, с которым выполняется квитирование (только для квитирования с долговым ПД) + + + + + + + + + + + + + Запрос на квитирование для экспорта + + + + + + + Cквитировано с платежным документом + + + + + + + Вид квитируемой услуги из платежного поручения + + + + Вид ЖУ (справочник "Вид жилищной услуги") + + + + + Вид ГКУ (справочник "Главная коммунальная услуга") + + + + + Вид ДУ (справочник "Вид дополнительной услуги") + + + + + Вид неустойки и судебных расходов. НСИ 329 "Неустойки и судебные расходы": +- Пени +- Штрафы +- Государственные пошлины +- Судебные издержки. + + + + + Вид коммунальной услуги. НСИ 3 + + + + + + Сумма квитирования (в копейках) + + + + + + + + + + + + Период просрочки, с которым выполняется квитирование (только для квитирования с долговым ПД) + + + + + + + + + + + Периода расчета начисления услуги по капитальному ремонту (только для ПД с типом "текущий" с указанием КР на год) + + + + + + Год расчетного периода + + + + + Месяц расчетного периода + + + + + + + + + + + Квитирование невозможно + + + + + + + Причина, по которой отсутствует возможность сопоставления + + + + + + + + + + + + + + + + Уникальный идентификатор распоряжения, сформированный через интеграцию + + + + + + + + + + Уникальный идентификатор распоряжения для нужд квитирования, включающий более мягкие огранчиения UI/Excel до 11.8.0 + + + + + + + + + + + Уникальный идентификатор распоряжения для нужд квитирования, включающий более мягкие огранчиения UI/Excel до 11.8.0 (тип) + + + + + + + + + Уникальный идентификатор счета, в уплату которого поступил платеж. +В случае отсутствия указывается 0. + + + + + + + + + + + + Извещение о принятии к исполнению распоряжения + + + + + Сведения о потребителе + + + + + + Уникальный идентификатор плательщика + + + + + + + + + + + Наименование плательщика + + + + + + + + + + + + + + Сведения об исполнителе жилищно-коммунальной услуги + + + + + + + + + Исполнитель-ИП + + + + + Исполнитель-ЮЛ + + + + + + + Наименование + + + + + + + + + + + + + + Наименование ИП одной строкой + + + + + + + + + + + + + Сведения о платежных реквизитах + + + + + + + + + + + + + Общие сведения о распоряжении + + + + + + Уникальный номер платежа (идентификатор операции) + + + + + Дата + + + + + Номер распоряжения + + + + + + + + + + + Сумма оплаты (в копейках) + + + + + + + + + + + + Назначение платежа + + + + + + + + + + + Признак онлайн-оплаты + + + + + Произвольный комментарий + + + + + + + + + + + + + + + + + + + + + Адрес помещения и реквизиты потребителя + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + Номер жилого помещения + + + + + + + + + + + Номер комнаты жилого помещения или жилого дома + + + + + + + + + + + + Номер нежилого помещения + + + + + + + + + + + + Номер жилого блока + + + + + + + + + + + Номер комнаты жилого блока + + + + + + + + + + + + Номер нежилого блока + + + + + + + + + + + + + Физлицо, не являющееся индивидуальным предпринимателем + + + + + Индивидуальный предприниматель или юридическое лицо + + + + + + + + + Жилищно-коммунальная услуга + + + + + + + + + + + + + + + + + + + Извещение о принятии к исполнению распоряжения + + + + + Общие сведения о распоряжении + + + + + + Уникальный номер платежа (идентификатор операции) + + + + + Дата + + + + + Сумма оплаты (в копейках) + + + + + + + + + + + + Признак онлайн-оплаты + + + + + Месяц и год + + + + + + + + + + + + + + GUID жилищно-коммунальной услуги + + + + + + + + GUID платежного документа + + + + + + + Идентификатор платежных реквизитов в платежном документе + + + + + + + + + + Платежные реквизиты + + + + + Сведения о платежных реквизитах организации + + + + + ИНН получателя платежа + + + + + КПП получателя платежа + + + + + Наименование банка получателя платежа + + + + + + + + + + + Наименование получателя + + + + + + + + + + + БИК банка получателя + + + + + Номер расчетного счета + + + + + + + + + + Корр. счет банка получателя + + + + + Код из Классификатора доходов в бюджет + + + + + + + + + + + Код из Общероссийского классификатора территорий муниципальных образований + + + + + Номер лицевого счета, открытый в органах Федерального казначейства (финансовых органах) + + + + + + + + + + + + + + Сведения о платежных реквизитах организации + + + + + ИНН получателя платежа + + + + + КПП получателя платежа + + + + + Наименование банка получателя платежа + + + + + + + + + + + Наименование получателя + + + + + + + + + + + БИК банка получателя + + + + + Номер расчетного счета + + + + + + + + + + Корр. счет банка получателя + + + + + Платежные реквизиты для платежей капитального ремонта + + + + + Код из Классификатора доходов в бюджет + + + + + + + + + + + Код из Общероссийского классификатора территорий муниципальных образований + + + + + + Номер лицевого счета, открытый в органах Федерального казначейства (финансовых органах) + + + + + + + + + + + + + Ключ поиска платежных реквизитов организации в ГИС ЖКХ + + + + + БИК банка получателя + + + + + Номер расчетного счета + + + + + + + + + + + + Идентификатор платежных реквизитов ЮЛ/ИП + + + + + Идентификатор извещения о принятии к исполнению распоряжения + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-premises-base.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-premises-base.xsd new file mode 100644 index 0000000..f9b19f9 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/hcs-premises-base.xsd @@ -0,0 +1,74 @@ + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + Тип уникального номера дома + + + + + + + + Тип уникального номера помещения + + + + + + + + Тип уникального номера комнаты + + + + + + + + Площадь жилого помещения (7 до запятой, 2 после) + + + + + + + + + + Площадь территории/здания + + + + + + + + + + Площадь помещения + + + + + + + + + + Площадь помещения (для экспорта данных) + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/xmldsig-core-schema.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/xmldsig-core-schema.xsd new file mode 100644 index 0000000..dd5254b --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/lib/xmldsig-core-schema.xsd @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/licenses/hcs-licenses-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/licenses/hcs-licenses-service-async.wsdl new file mode 100644 index 0000000..4235f09 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/licenses/hcs-licenses-service-async.wsdl @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт сведений из реестра лицензий (старый формат) + + + + + + Экспорт сведений из реестра дисквалифицированных лиц + + + + + + Экспорт сведений из реестра лицензий (по реестровой модели) + + + + + + Импорт реестровых записей + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Асинхронный сервис управления экспортом лицензий и дисквалифицированных лиц + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/licenses/hcs-licenses-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/licenses/hcs-licenses-types.xsd new file mode 100644 index 0000000..624cd53 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/licenses/hcs-licenses-types.xsd @@ -0,0 +1,2882 @@ + + + + + + + + + + + + + Экспорт информации о лицензиях на управление многоквартирными домами (Реестр лицензий субъекта РФ). Доступны версии: 10.0.1.1, 14.3.0.2 + + + + + + + + Номер лицензии + + + + + Лицензиат + + + + + + + ОГРН + + + + + ОГРНИП + + + + + + Код субьекта + + + + + + + + + + + + + + Результат экспорта информации о лицензиях на управление многоквартирными домами + + + + + + + Идентификатор лицензии в системе + + + + + Версия лицензии + + + + + Номер лицензии по ЕРУЛ. Актуально только для версий, начиная с 14.3.0.2 + + + + + Временный номер лицензии Актуально только для версий, начиная с 14.3.0.2 + + + + + Актуально только для версий, начиная с 14.3.0.2 + + + + Способ подачи заявления о предоставлении лицензии + + + + + Номер заявления на предоставление лицензии + + + + + + + + + + Дата заявления на предоставление лицензии + + + + + + + + + + Результат экспорта сведений из реестра лицензий (старый формат) + + + + + + + + Результат запроса на экспорт сведений из реестра лицензий (старый формат) + + + + + + + + + + + + + Экспорт информации о лицензиях из реестровой модели лицензий +Доступны версии: 14.3.0.2, 14.4.0.1 + + + + + + + + Корневой идентификатор лицензии + + + + + Номер лицензии по ЕРУЛ + + + + + Номер лицензии по ГИС ЖКХ + + + + + Лицензиат + + + + + + + ОГРН + + + + + ОГРНИП + + + + + + Код региона (ФИАС) + + + + + + + + + + + + + + + + + + + Результат экспорта информации о лицензиях из реестровой модели лицензий + + + + + + + Корневой идентификатор лицензии в системе + + + + + Статус размещения лицензии (изменений в лицензии) в ЕСИА + + + + + + + + + Результат экспорта сведений из реестра лицензий (по реестровой модели) + + + + + + + + Результат запроса на экспорт сведений из реестра лицензий (по реестровой модели) + + + + + + + + + + + + + Экспорт сведений о дисквалифицированных лицах +Доступные версии: 10.0.1.1, 15.4.0.1 + + + + + + + + Информация о дисквалифицированном лице + + + + + + ФИО + + + + + Дата рождения + + + + + Место рождения + + + + + Номер лицензии в ГИС ЖКХ + + + + + Лицензиат + + + + + + ОГРН + + + + + ОГРНИП + + + + + + + + Номер лицензии в ЕРУЛ + + + + + Временный номер лицензии + + + + + + + + + + + + + + Результат экспорта сведений из реестра дисквалифицированных лиц + + + + + + + + Результат запроса на экспорт сведений из реестра дисквалифицированных лиц + + + + + + + + + + + + + Импорт информации о реестровой записи + + + + + + + + + + + Корневой идентификатор лицензии, в которой выполняется работа с реетсровой записью + + + + + Идентификатор записи, исправляемой текущей записью + + + + + + + + Информация о заверении приказа о предоставлении лицензии или приказа о заверении размещаемой реестровой записи + + + + + + Размещение новой лицензии или внесение изменений в лицензию + + + + + Продление срока действия лицензии + + + + + Объединение лицензий + + + + + Прекращение срока действия лицензии + + + + + Аннулирование лицензии + + + + + Деактуализация реестровой записи или лицензии. +Для деактуализации лицензии необходимо деактуализировать запись о предоставлении такой лицензии. + + + + + Отмена прекращения действия/аннулирования лицензии + + + + + Включение дома в лицензию + + + + + Исключение дома из лицензии + + + + + + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + + + + + + Лицензия + + + + + Номер лицензии + + + + + Дата регистрации лицензии + + + + + Статус лицензии: + A - ACTIVE - включена в реестр, действующая + F - FINISHED - включена в реестр, действие прекращено в зависимости от даты окончания действия лицензии + C - CANCELED - аннулирована + R - REJECTED - отменена в зависимости от основания + I - INACTIVE - не включена в реестр, не действующая + + + + + + + + + + + + + + Наименование лицензирующего органа + + + + + + + + + + Адрес осуществления лицензируемого вида деятельности (код по ФИАС) + + + + + Лицензируемый вид деятельности с указанием выполняемых работ, оказываемых услуг, составляющих лицензируемый вид деятельности + + + + + Дополнительная информация + + + + + Информация о лицензиате + + + + + Документы лицензионного дела + + + + + + + + Дата вступления документа в силу + + + + + Статус документа: + A - ACTIVE - Действующий + C - CANCELED - Отменен + P - PROJECT - +Проект + + + + + + + + + + + + + + + + + Информация о домах + + + + + + + Изменения в лицензии + + + + + + Идентификатор лицензии в системе + + + + + Версия лицензии + + + + + Номер лицензии + + + + + Дата регистрации лицензии + + + + + + Статус лицензии: + A - ACTIVE - включена в реестр, действующая + F - FINISHED - включена в реестр, действие прекращено в зависимости от даты окончания действия лицензии + C - CANCELED - аннулирована + R - REJECTED - отменена в зависимости от основания + + + + + + + + + + + + + + + + + Наименование лицензирующего органа + + + + + + + + + + Адрес осуществления лицензируемого вида деятельности (код по ФИАС) + + + + + Адрес осуществления лицензируемого вида деятельности + + + + + Лицензируемый вид деятельности с указанием выполняемых работ, оказываемых услуг, составляющих лицензируемый вид деятельности + + + + + Дополнительная информация + + + + + Документы лицензионного дела + + + + + + + + Дата вступления документа в силу + + + + + Статус документа: + A - ACTIVE - Действующий + C - CANCELED - Отменен + + + + + + + + + + + + + + + + Информация о домах + + + + + + + Информация о лицензиате + + + + + Юридическое лицо + + + + + + + + + + ИП + + + + + + + + + + + + Документы лицензионного дела + + + + + Реквизиты размещаемого документа + + + + + + Тип документа + + + + + Дата включения в реестр + + + + + Наименование организации, принявшей решение + + + + + + + + + + Наименование документа + + + + + Номер документа + + + + + Статус документа: + A - ACTIVE - Действующиий + C - CANCELED - Отменен + P - PROJECT - +Проект + + + + + + + + + + + + + + + Реквизиты документа, являющегося основанием для размещения информации + + + + + + Основание размещения (Тип электронного документа) + + + + + Наименование организации, принявшей решение + + + + + Наименование документа + + + + + Номер документа + + + + + Дата документа + + + + + Дата вступления в силу + + + + + Дополнительная информация + + + + + + + + + + Информация о доме + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Адрес дома + + + + + Информация о договоре управления + + + + + + Идентификатор ДУ в ГИС ЖКХ + + + + + Номер договора из ДУ по дому + + + + + + + + + + + Дата заключения договора из ДУ по дому + + + + + Управляющая организация из ДУ + + + + + Дата вступления в силу из ДУ + + + + + Планируемая дата окончания из ДУ + + + + + Срок действия (рассчитывается автоматически) + + + + + + Месяц + + + + + + + + + + год/лет + + + + + + + + + + + + + + Дата начала осуществления полномочий из ДУ + + + + + Дата окончания осуществления полномочий из ДУ + + + + + + Дата расторжения из ДУ + + + + + + + + + + Сведение о дисквалифицированном лице + + + + + Информация о дисквалифицированном лице + + + + + + ФИО + + + + + Дата рождения + + + + + Место рождения + + + + + Должность + + + + + + + + Информация об организации, в которой работало дисквалифицированное лицо + + + + + + + Юридическое лицо + + + + + + + + + + ИП + + + + + + + + + + + Номер лицензии в ГИС ЖКХ + + + + + Дата регистрации лицензии + + + + + Орган государственного жилищного надзора + + + + + Номер лицензии в ЕРУЛ + + + + + Временный номер лицензии + + + + + + + + Судебное решение о дисквалификации (Информация о дисквалификации) + + + + + + Код основание дисквалификации + + + + + Судебный орган + + + + + Наименование документа - решение суда + + + + + Номер документа + + + + + Дата судебного документа + + + + + Дисквалифицирован с (Дата вступления в силу решения суда) + + + + + Длительность дисквалификации + + + + + + Лет (от 0 до 99 включительно) + + + + + + + + + + + Месяцев (от 0 до 11 включительно) + + + + + + + + + + + Дней (от 0 до 30 включительно) + + + + + + + + + + + + + + Дисквалифицирован по (Плановая дата исключения сведений из реестра) + + + + + Дополнительная информация + + + + + + + + + + + Полная информация о лицензии + + + + + Общая информация о лицензии + + + + + Информация о реестровых записях, добавленных в лицензию + + + + + Информация о домах, добавленных в лицензию + + + + + + + Общая инфомрация о лицензии + + + + + Номер лицензии по ЕРУЛ + + + + + Дата присвоения номера по ЕРУЛ + + + + + Временный номер лицензии + + + + + Дата присвоения временного номера + + + + + Номер лицензии по ГИС ЖКХ + + + + + Дата регистрации лицензии + + + + + Статус лицензии: + Active - включена в реестр, действующая + Expired - Истек срок действия + Canceled - аннулирована + Terminated - Прекращено действие лицензии + Deactualized - Лицензия деактуализирована + Project - Проект (получение номера в ЕРУЛ) + + + + + Дата начала действия лицензии + + + + + Дата окончания действия лицензии + + + + + Лицензирующий орган + + + + + + + + + + Субъект РФ, на который выдана лицензия + + + + + + Адрес осуществления лицензируемого вида деятельности. Код дома по ФИАС + + + + + Адрес осуществления лицензируемого вида деятельности. Код адресного элемента по ФИАС. Заполняется в случае когда адрес указан не до дома. + + + + + + Дополнительная информация + + + + + Информация о лицензиате + + + + + + + + Номер телефона лицензиата + + + + + Адрес электронной почты лицензиата + + + + + + + + + + Номер приказа о предоставлении лицензии + + + + + Дата приказа о предоставлении лицензии + + + + + Номер приказа о внесении изменений в лицензию (последнее изменение) + + + + + Дата приказа о внесении изменений в лицензию (последнее изменение) + + + + + Номер приказа о продлении лицнезии (последнее продление) + + + + + Дата приказа о продлении лицнезии (последнее продление) + + + + + + + Полная информация о реестровой записи + + + + + Общая информация о реестровой записи + + + + + + Параметры записи о предоставлении лицензии или о внесении изменений в лицензию + + + + + Параметры записи о продлении лицензии + + + + + Параметры записи о прекращении или об аннулировании лицензии + + + + + Параметры записи о вклчюении дома + + + + + Параметры записи об исключении дома + + + + + Параметры записи о деактуализации + + + + + Параметры записи об объединении + + + + + Параметры записи о внесении изменений в лицензию лицензиатом + + + + + + Телефон лицензиата + + + + + Адрес электронной почты лицензиата + + + + + + + + Параметры иной записи + + + + + + Информация об отправке в ЕРУЛ + + + + + Информация об отправке в ФНС + + + + + + + Информация для импорта общих сведений о реестровой записи + + + + + Основание внесения реестровой записи. Заполняется значением из справочника №370 "Основания внесения реестровых записей + + + + + Номер приказа о заверении реестровой записи + + + + + + + + + + Дата приказа о заверени реестровой записи + + + + + Дополнительная информация + + + + + + + + + + + Документ, заверяющий реестровую запись + + + + + + + + + + Документ, заверяющий реестровую запись с электронной подписью + + + + + + + Сопроводительные документы + + + + + Сопроводительные документы с электронной подписью + + + + + + + + Общая информация о реестровой записи + + + + + Номер реестровой записи + + + + + Тип реестровой записи (НСИ 215) + + + + + Идентификатор реестровой записи + + + + + Статус реестровой записи +PUBLISHED - Реестровая запись размещена +PUBLISHED_WITHOUT_ERUL_NUMBER - Реестровая запись размещена, но номер из ЕРУЛ еще не получен + + + + + Актуальность реестровой записи + + + + + Дата и время размещения реестровой записи + + + + + Организация, внесшая реестровую запись + + + + + + + + + + Сотрудник, внесший реестровую запись + + + + + + + + + + Основание внесения реестровой записи НСИ 216 + + + + + Идентификатор записи, исправляемой текущей записью + + + + + Дополнительная информация + + + + + + Номер приказа о заверении реестровой записи + + + + + Дата приказа о заверении реестровой записи + + + + + + Не отправлять реестровую запись в единый реестру учета лицензий + + + + + Не отправлять реестровую запись в ФНС (ЕГРЮЛ/ЕГРИП) + + + + + + Документ, заверяющий реестровую запись + + + + + Документ, заверяющий реестровую запись с электронной подписью + + + + + + + Сопроводительные документы + + + + + Сопроводительные документы с электронной подписью + + + + + + + + Расширенный тип ответа на результат импорта + + + + + + + + + + + + + Расширенный тип ответа на результат импорта + + + + + + + Реестровая запись, созданная вместе с импортируемой + + + + + + Корневой идентификатор лицензии + + + + + Идентификатор созданной реестровой записи + + + + + + + + + + + + Параметры для импорта записи о предоставлении или о внесении изменений в лицензию + + + + + Номер лицензии по ЕРУЛ + + + + + Номер лицензии по ГИС ЖКХ + + + + + Дата начала действия лицензии + + + + + Дата окончания действия лицензии + + + + + + Способ подачи заявления о предоставлении лицензии + + + + + Номер заявления на предоставление лицензии + + + + + + + + + + Дата заявления на предоставление лицензии + + + + + + Адрес осуществления лицензируемого вида деятельности. + + + + Адрес осуществления лицензируемого вида деятельности. Глобальный уникальный идентификатор дома по ФИАС. Заполняется, если не указан идентификатор адресного объекта + + + + + Адрес осуществления лицензируемого вида деятельности. Глобальный уникальный идентификатор адреса по ФИАС. Заполняется, если необходимо указать адрес не до дома. + + + + + + Информация о лицензиате + + + + + + + + Документ, удостоверяющий личность. Заполняется только для лицензиата-ИП + + + + + + Документ, удостоверяющий личность (НСИ 95) + + + + + Серия документа + + + + + + + + + + + Номер документа + + + + + + + + + + + Дата выдачи документа + + + + + Кем выдан документ + + + + + + + + Дата государственной регистрации + + + + + Адрес места нахождения/Адрес места жительства + + + + Адрес места нахождения/Адрес места жительства. Глобальный уникальный идентификатор дома по ФИАС + + + + + Адрес места нахождения/Адрес места жительства. Глобальный уникальный идентификатор адреса по ФИАС. Заполняется, если необходимо указать адрес не до дома. + + + + + + Номер телефона лицензиата + + + + + Адрес электронной почты лицензиата + + + + + Информация о проведении оценки соответствия лицензиата + + + + + + + + + + Дата проведения оценки соответствия лицензиата + + + + + + + + + + ФИО должностного лица, подписавшего приказ о предоставлении/изменении лицензии + + + + + Должность лица, подписавшего приказ о предоставлении/изменении лицензии + + + + + Не отправлять реестровую запись в единый реестру цчета лицензий + + + + + Не отправлять реестровую в ЕГРЮЛ/ЕГРИП + + + + + + + Параметры записи о предоставлении или о внесении изменений в лицнезию + + + + + Номер лицензии по ЕРУЛ + + + + + Временный номер лицензии + + + + + Дата присвоения временного номера + + + + + Номер лицензии по ГИС ЖКХ + + + + + Дата регистрации лицензии + + + + + Дата начала действия лицензии + + + + + Дата окончания действия лицензии + + + + + Лицензирующий орган + + + + + + + + + + + Адрес осуществления лицензируемого вида деятельности. Код дома по ФИАС + + + + + Адрес осуществления лицензируемого вида деятельности. Код адресного элемента по ФИАС. Заполняется в случае когда адрес указан не до дома. + + + + + + Лицензируемый вид деятельности с указанием выполняемых работ, оказываемых услуг, составляющих лицензируемый вид деятельности + + + + + Информация о лицензиате + + + + + + + + Телефон лицензиата + + + + + Адрес электронной почты лицензиата + + + + + Информация о проведении оценки соответствия лицензиата + + + + + + + + + + Дата проведения оценки соответствия лицензиата + + + + + Документ, удостоверяющий личность. Заполняется только для лицензиата-ИП + + + + + + Документ, удостоверяющий личность (НСИ 95) + + + + + Серия документа + + + + + + + + + + + Номер документа + + + + + + + + + + + Дата выдачи документа + + + + + Кем выдан документ + + + + + + + + Адрес места жительства для ИП + + + + + + Адрес места жительства для ИП (Глобальный уникальный идентификатор дома по ФИАС) + + + + + Адрес места жительства для ИП (Глобальный уникальный идентификатор дома по ФИАС) + + + + + + + + + + + ФИО должностного лица, подписавшего приказ о предоставлении/изменении лицензии + + + + + Должность лица, подписавшего приказ о предоставлении/изменении лицензии + + + + + + + Параметры для импорта записи о продлении + + + + + Новая дата окончания действия лицензии + + + + + ФИО должностного лица, подписавшего приказ о продлении лицензии + + + + + Должность лица, подписавшего приказ о продлении лицензии + + + + + Не отправлять реестровую запись в единый реестру цчета лицензий + + + + + Не отправлять реестровую в ЕГРЮЛ/ЕГРИП + + + + + + + Параметры записи о продлении + + + + + Дата окончания действия лицензии + + + + + ФИО должностного лица, подписавшего приказ о предоставлении/изменении лицензии + + + + + Должность лица, подписавшего приказ о предоставлении/изменении лицензии + + + + + + + Параметры для импорта записи о прекращении действия лицензии + + + + + Дата прекращения действия лицензии + + + + + Основание изменения статуса лицензии (заполяется значением справочника НСИ Вид основания для выполнения размещения информации в реестре лицензий + + + + + Документ о прекращении действия лицензии + + + + + Дата вступления в силу документа о прекращении действия лицензии + + + + + Не отправлять реестровую запись в единый реестру цчета лицензий + + + + + Не отправлять реестровую в ЕГРЮЛ/ЕГРИП + + + + + + + Параметры для импорта записи об анулировании действия лицензии + + + + + Дата аннулирования лицензии + + + + + Основание изменения статус алицензии (заполяется значением справочника НСИ Вид основания для выполнения размещения информации в реестре лицензий + + + + + Организация,принявшая реешение об аннулировании лицензии + + + + + + + + + + Наименование документа об аннулировании лицензии + + + + + + + + + + Номер документа об аннулировании лицензии + + + + + + + + + + Дата принятия документа об аннулировании лицензии + + + + + Дата вступления в силу документа об аннулировании лицензии + + + + + Не отправлять реестровую запись в единый реестру цчета лицензий + + + + + Не отправлять реестровую в ЕГРЮЛ/ЕГРИП + + + + + + + Параметры записи о прекращении действия/аннулировании лицензии + + + + + Дата прекращения действия/аннулирования лицензии + + + + + Документ о прекращении действия/аннулировании лицензии + + + + + Дата вступления в силу документа о прекращении действия/аннулировании лицензии +При внесении сведений об аннулировании лицензии обязательно к заполнению + + + + + + + Параметры для импорта записи о включении дома в лицензию + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Дата включения дома в лицензию + + + + + Признак обозначает необходимость аннулировать периодны управления домами другими организациями, позже включаемого периода, при наличии таких периодов. + +1) Если таких периодов нет, то признак не влияет на внесение информации. +2) Если такие периоды есть и признак выставлен, то информация об управлении другими организациями, позже даты InclusionDate будет аннулирована. +3) Если периоды есть и признак не выставлен, то при размещении сведений о включении дома будет автоматически добавлена информация об окончании периода управления и исключении дома из лицензии с датой на 1 день меньше ближайшего периода управления другой организацией. + + + + + + + Параметры записи о включении дома в лицензию + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Адрес дома + + + + + Дата включения дома в лицензию + + + + + + + Праметры для иморпта записи об исключении дома из лицензии + + + + + Идентификатор реестровой записи о включении дома, которая была исключена из лицензии. Не заполняется при исправлении технической ошибки в записи об исключении дома + + + + + Дата исключения дома из лицензии + + + + + Основание исключения. Заполняется значением справочника "Вид основания для выполнения размещения инфомрации в реестре лицензий" + + + + + Документ об исключении дома + + + + + + + Праметры записи об исключении дома из лицензии + + + + + Идентификатор реестровой записи о включении дома, которая была исключена из лицензии + + + + + Дата исключения дома из лицензии + + + + + Основание исключения НСИ 11 + + + + + Документ об исключении дома + + + + + + + Параметры для импорта записи о деактуализации + + + + + Идентификатор реестровой записи, для которой выполнялась деактуализация. Не заполняется при исправлении технической ошибки в записи о деактуализации. + + + + + Причина аннулирования дома в лицензии. Обязательно заполняется при деактуализации записи о включеии дома. При деактуализации записей других типов не заполняется. + + + + + Признак используется при выполнении отмены деактуализации записи о включении дома или отмены деактуализации лицензии. В указанных операциях Будет выполнена попытка включить в лицензию дома, которые были аннулированы. При выполнении других операций признак не будет влиять на размещение информации. + +Признак обозначает необходимость аннулировать периодны управления домами другими организациями, позже включаемого периода, при наличии таких периодов. + +1) Если таких периодов нет, то признак не влияет на внесение информации. +2) Если такие периоды есть и признак выставлен, то информация об управлении другими организациями, позже даты InclusionDate будет аннулирована. +3) Если периоды есть и признак не выставлен, то при размещении сведений о включении дома будет автоматически добавлена информация об окончании периода управления и исключении дома из лицензии с датой на 1 день меньше ближайшего периода управления другой организацией. + + + + + + + Параметры для импорта отмены прекращения действия/аннулирования лицензии + + + + + Основание изменения статуса лицензии (заполяется значением справочника НСИ Вид основания для выполнения размещения информации в реестре лицензий + + + + + Документ об отмене прекращения действия/аннулирования лицензии + + + + + Дата вступления в силу документа об отмене прекращения действия/аннулирования лицензии + + + + + Не отправлять реестровую запись в единый реестру цчета лицензий + + + + + Не отправлять реестровую в ЕГРЮЛ/ЕГРИП + + + + + + + Параметры записи о деактуализации + + + + + Идентификатор реестровой записи, для которой выполнялась деактуализация + + + + + Дата деактуализации записи + + + + + Документ об отмене прекращения действия/аннулирования лицензии + + + + + Дата вступления в силу документа об отмене прекращения действия/аннулирования лицензии + + + + + + + Параметры для импорта записи об объединении + + + + + Идентификаторы лицензий, с которыми выполнялось объединение + + + + + + + Параметры записи об объединении + + + + + Идентификаторы лицензий, с которыми выполнялось объединение + + + + + + + Краткая информация о лицензии + + + + + Корневой идентификатор лицензии, с которой выполнено объединение + + + + + Номер лицензии по ЕРУЛ + + + + + Номер лицензии по ГИС ЖКХ + + + + + + + Информация о домах в лицензии + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Адрес дома + + + + + Статус дома в лицензии: +INCLUDED - Включен в лицензию +EXCLUDED - Исключен из лицензии + + + + + Дата включения дома в лицензию + + + + + Дата исключения дома + + + + + Идентификатор записи о включении + + + + + Идентификатор записи об исключении + + + + + + + Информация о документе + + + + + Организация,принявшая решение + + + + + + + + + + Тип документа + + + + + + + + + + Номер документа + + + + + + + + + + Дата документа + + + + + + + Параметры иных документов + + + + + Тип документа НСИ 63 + + + + + Основание внесения документа НСИ 11 + + + + + Документ + + + + + + + Статусы лицензии + + + + + Действующая + + + + + Истек срок действия + + + + + Лицензия аннулирована + + + + + Действие прекращено + + + + + Лицензия деактуализирована + + + + + Проект + + + + + + + Статусы реестровой записи + + + + + Размещена + + + + + Размещена без полученного номера из ЕРУЛ + + + + + + + Статусы домов в лицензии + + + + + Включен + + + + + Исключен + + + + + + + Способы подачи заявления + + + + + С использованием ЕПГУ + + + + + На бумажном носителе + + + + + С использованием ВИС + + + + + В форме электронного документа + + + + + Заказным почтовым отправлением + + + + + + + Номер по ЕРУЛ + + + + + + + + Временный номер лицензии + + + + + + + + Номер по ГИС ЖКХ + + + + + + + + Причина аннулирования + + + + + + + + + ФИО должностного лица + + + + + + + + + Должность должностного лица + + + + + + + + + Номер телефона лицензиата + + + + + + + + + Адрес электронной почты лицензиата + + + + + + + + + Номер приказа + + + + + + + + + Адрес дома (текстовое представление) + + + + + + + + + Номер реестровой записи + + + + + + + + Информация по отправлению в ЕРУЛ + + + + + Статус размещения в ЕРУЛ + + + + + Дата и время последнего обновления статуса + + + + + Код ошибки ЕРУЛ + + + + + + + + + + + Текст ошибки ЕРУЛ + + + + + + + + + + + Отказ от отправки в ЕРУЛ + + + + + + + Статус отправки информации в ЕРУЛ + + + + + Не размещено в ЕРУЛ + + + + + Не отправлено + + + + + В процессе оформления в ЕРУЛ + + + + + Отправлено в ЕРУЛ + + + + + Размещено в ЕРУЛ + + + + + Не требуется отправка в ЕРУЛ + + + + + + + Информация по отправлению в ФНС + + + + + Статус размещения в ФНС + + + + + Дата и время последнего обновления статуса + + + + + Код ошибки ФНС + + + + + + + + + + + Текст ошибки ФНС + + + + + + + + + + + Отказ от отправки в ФНС + + + + + + + Статус отправки информации в ФНС + + + + + Не отправлено + + + + + Планируется к отправке + + + + + Планируется к исключению + + + + + Отправлено + + + + + Отправлено для исключения + + + + + Размещено + + + + + Исключено + + + + + Не размещено + + + + + Не исключено + + + + + + + Cтатус отправки информации в ЕСИА + + + + + Запрос отправлен + + + + + + + + + Информация по отправлению в ЕСИА + + + + + Статус отправки информации в ЕСИА + + + + + Дата и время изменения статуса + + + + + + Код ошибки ЕСИА + + + + + + + + + + Текст ошибки ЕСИА + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/msp/hcs-msp-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/msp/hcs-msp-service-async.wsdl new file mode 100644 index 0000000..88b1eed --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/msp/hcs-msp-service-async.wsdl @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Результат обработки асинхронного вызова + + + + + + Импорт сведений о гражданах, получающих субсидии + + + + + + Импорт сведений о гражданах, получающих компенсации расходов + + + + + + Экспорт перечня отдельных категорий граждан, имеющих право на получение компенсации расходов + + + + + + Экспорт сведений о гражданах, получающих субсидии + + + + + + Экспорт сведений о гражданах, получающих компенсации расходов + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/msp/hcs-msp-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/msp/hcs-msp-types.xsd new file mode 100644 index 0000000..b905bf3 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/msp/hcs-msp-types.xsd @@ -0,0 +1,1359 @@ + + + + + + + + + + + Денежная сумма (с любым знаком) + + + + + + + + + Положительная денежная сумма + + + + + + + + Неотрицательная денежная сумма + + + + + + + + Расходы на оплату жилого помещения и коммунальных услуг, подлежащие компенсации. ColdWater - Холодное водоснабжение, HotWater - Горячее водоснабжение, Sewerage - Отведение сточных вод, Electricity - Электроснабжение, Gas - Газоснабжение, SolidFuel - Твердое топливо, LiquidGas - Газ в баллонах, Heating - Отопление, Waste - Обращение с твердыми коммунальными отходами, Maintenance - Содержание жилого помещения, Repairs - Взносы на капитальный ремонт, Rent - Наем жилого помещения, CollectiveHotWater - Горячая вода на содержание общего имущества, CollectiveColdWater - Холодная вода на содержание общего имущества, CollectiveElectricity - Электрическая энергия на содержание общего имущества, CollectiveSewerage - Отведение сточных вод на содержание общего имущества + + + + + + + + + + + + + + + + + + + + + + + Физическое лицо + + + + + + + + + + + Пол (Male- мужской, Female-женский) + + + + + + + + + + + + + + + + + Скалярный тип. Строка не более 36 символов. + + + + + + + + Скалярный тип. Строка не более 256 символов. + + + + + + + + Скалярный тип. Строка не более 256 символов. + + + + + + + + Скалярный тип. Строка не более 256 символов. + + + + + + + + Решение + + + + + Номер решения + + + + + Дата решения + + + + + Тип решения (НСИ 301) + + + + + Основание решения (НСИ 302). Под основанием понимается (в зависимости от типа решения): +- Основание приостановления +- Основание возобновления +- Основание прекращения. Обязательно для заполнения для всех типов решений, кроме решений о предоставлении. Для решений о предоставлении поле не заполняется + + + + + Дата события. Под датой события понимается (в зависимости от типа решения): +- Дата приостановления +- Дата возобновления +- Дата прекращения +Обязательно для заполнения для всех типов решений, кроме решений о предоставлении. Для решений о предоставлении поле не заполняется + + + + + Файлы решения + + + + + + + Выплата гражданину, получающему субсидии/компенсации расходов + + + + + Тип выплаты. Требуется указать одно из двух возможных значений: Payment - выплата гражданину, Refund - возврат гражданином излишне полученной суммы + + + + + + + + + + + Дата выплаты + + + + + Сумма выплаты, руб. + + + + + + + Тип для экcпорта информации о выплате + + + + + + + Идентификатор информации о выплате + + + + + + + + + + Статус размещения объекта. Возможные значения: Published - Размещено в ГИС ЖКХ, Canceled - Аннулировано, Draft - Проект + + + + + + + + + + + Граждане, получающие субсидии + + + + Общие сведения о гражданине, получающем субсидии + + + + + + + Адрес жилого помещения, по которому предоставляется субсидия. Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер квартиры + + + + + Номер комнаты + + + + + Тип регистрации в жилом помещении. Требуется указать одно из двух значений: Permanent - по месту жительства, Temporary - по месту пребывания + + + + + + + + + + + Дата начала предоставления субсидии + + + + + Дата окончания предоставления субсидии + + + + + Решения. При импорте обязательно должно быть хотя бы одно решение о предоставлении + + + + + + + + + Расчеты и перерасчеты для гражданина, получающего субсидии + + + + + Период, за который выполнен расчет субсидии + + + + + Дата расчета + + + + + Количество членов семьи, на которых распространяется предоставление субсидии + + + + + + + + + + Размер фактических расходов, руб. + + + + + Размер субсидии, руб. + + + + + Размер перерасчета за прошлые периоды, руб. + + + + + Размер предоставляемой субсидии, руб. + + + + + + + Расчеты и перерасчеты для гражданина, получающего субсидии + + + + + + + Идентификатор информации о расчетах и перерасчетах + + + + + + + + + + Экспортирумые сведения о гражданине, получающем субсидии + + + + + Общие сведения + + + + + + + + Идентификатор информации о гражданине, получающем субсидии + + + + + + + + + + + Расчеты и перерасчеты + + + + + Выплаты + + + + + + + + + + + Граждане, получающие компенсации расходов + + + + Общие сведения о гражданине, получающем компенсации расходов + + + + + + + Адрес жилого помещения, по которому предоставляется компенсация расходов. Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер квартиры + + + + + Номер комнаты + + + + + Тип регистрации в жилом помещении. Требуется указать одно из двух значений: Permanent - по месту жительства, Temporary - по месту пребывания + + + + + + + + + + + Категории. При импорте должна быть указана хотя бы одна категория + + + + + + + + + Решения. При импорте обязательно должно быть хотя бы одно решение о предоставлении + + + + + + + + + Категория гражданина, получающего компенсации расходов + + + + + Идентификатор отдельной категории гражданин + + + + + Период предоставления компенсации по данной категории С + + + + + Период предоставления компенсации по данной категории ПО + + + + + Расходы на оплату жилого помещения и коммунальных услуг, подлежащие компенсации. Поле обязательно для заполнения, если порядок расчета компенсации расходов в указанной категории - от фактических расходов на оплату жилищно-коммунальных услуг + + + + + + + Расчеты и перерасчеты для гражданина, получающего компенсации расходов + + + + + Дата начала периода, за который выполнен расчет компенсации + + + + + Дата окончания периода, за который выполнен расчет компенсации + + + + + Дата расчета + + + + + Размер компенсационной выплаты, руб. + + + + + Расчет компенсации расходов + + + + Расчет компенсации от фактических расходов на оплату жилищно-коммунальных услуг + + + + + Расчет компенсации по стандартам стоимости жилищно-коммунальных услуг + + + + + Расчет компенсации в виде фиксированного размера денежной выплаты + + + + + + + + Расходы на оплату жилого помещения и коммунальных услуг и их компенсация + + + + + Расходы на оплату жилого помещения и коммунальных услуг, подлежащие компенсации + + + + + Количество членов семьи, на которых распространяется предоставление компенсации расходов + + + + + + + + + + Размер платы, руб. + + + + + Размер компенсации расходов, руб. + + + + + Размер перерасчета компенсации расходов за прошлые периоды, руб. + + + + + + + Расчет компенсации по стандартам стоимости жилищно-коммунальных услуг + + + + + Количество членов семьи, на которых распространяется предоставление компенсации расходов + + + + + + + + + + Размер платы, руб. + + + + + Размер компенсации расходов, руб. + + + + + Размер перерасчета компенсации расходов за прошлые периоды, руб. + + + + + + + Расчет компенсации в виде фиксированного размера денежной выплаты + + + + + Количество членов семьи, на которых распространяется предоставление компенсации расходов + + + + + + + + + + Размер платы, руб. + + + + + Размер компенсации расходов, руб. + + + + + Размер перерасчета компенсации расходов за прошлые периоды, руб. + + + + + + + Расчеты и перерасчеты для гражданина, получающего компенсации расходов + + + + + + + Идентификатор информации о расчетах и перерасчетах гражданина в ГИС ЖКХ + + + + + + + + + + Экспортируемые сведения о гражданине, получающем компансации расходов + + + + + Общие сведения + + + + + + + + Идентификатор информации о гражданине в ГИС ЖКХ + + + + + + + + + + + Расчеты и перерасчеты + + + + + Выплаты + + + + + + Импорт сведений о гражданах, получающих субсидии + + + + Запрос импорта сведений о гражданах, получающих субсидии. Импорт расчетов и выплат по гражданам, получающим субсидии + + + + + + + + Импорт сведений о гражданах, получающих субсидии. Импорт расчетов и выплат по гражданам, получающим субсидии + + + + + + Идентификатор информации о гражданине в ГИС ЖКХ. Заполняется при изменении ранее загруженных общих сведений о гражданине, а также при импорте информации о расчетах и выплатах + + + + + Ветка для загрузки общей информации о гражданине, получающем субсидии (добавление,изменение и аннулирование информации о гражданине) + + + + Транспортный идентификатор для выполнения операции с информацией о гражданине + + + + + + Добавить/Изменить общую информацию о гражданах, получающих субсидии. При изменении необходимо присылать всю информацию о гражданине в актуальном состоянии. + + + + + Аннулировать информацию о гражданине, получающем субсидии + + + + + + + Ветка для загрузки расчетов и перерасчетов по гражданину, получающему субсидии (добавление,изменение и аннулирование информации о расчетах и перерасчетах) + + + + + + Транспортный идентификатор для выполнения операции с информацией о расчетах и перерасчетах + + + + + Идентификатор информации о расчетах и перерасчетах гражданина в ГИС ЖКХ + + + + + + Добавить/Изменить информацию о расчетах и перерасчетах + + + + + Аннулировать информацию + + + + + + + + + Ветка для загрузки выплат по гражданину, получающему субсидии (добавление,изменение и аннулирование информации о выплатах) + + + + + + Транспортный идентификатор для выполнения операции с информацией о выплатах гражданину + + + + + Идентификатор информации о выплатах гражданину в ГИС ЖКХ + + + + + + Добавить/Изменить информацию о выплатах + + + + + Аннулировать информацию о выплатах + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт сведений о гражданах, получающих компенсации расходов + + + + Запрос импорта сведений о гражданах, получающих компенсации расходов. Импорт расчетов и выплат по гражданам, получающим компенсации расходов + + + + + + + + Импорт сведений о гражданах, получающих компенсации расходов. Импорт расчетов и выплат по гражданам, получающим компенсации расходов + + + + + + Идентификатор информации о гражданине в ГИС ЖКХ. Заполняется при изменении ранее загруженных общих сведений о гражданине, а также при импорте информации о расчетах и выплатах + + + + + Ветка для загрузки общей информации о гражданине, получающем компенсации расходов (добавление,изменение и аннулирование информации о гражданине) + + + + Транспортный идентификатор для выполнения операции с информацией о гражданине + + + + + + Добавить/Изменить общую информацию о гражданах, получающих компенсации расходов. При изменении необходимо присылать всю информацию о гражданине в актуальном состоянии. + + + + + Аннулировать информацию о гражданине, получающем компенсации расходов + + + + + + + Ветка для загрузки расчетов и перерасчетов по гражданину, получающему компенсации расходов (добавление,изменение и аннулирование информации о расчетах и перерасчетах) + + + + + + Транспортный идентификатор для выполнения операции с информацией о расчетах и перерасчетах + + + + + Идентификатор информации о расчетах и перерасчетах гражданина в ГИС ЖКХ + + + + + + Добавить/Изменить информацию о расчетах и перерасчетах + + + + + + + + + Аннулировать информацию + + + + + + + + + Ветка для загрузки выплат по гражданину, получающему компенсации расходов (добавление,изменение и аннулирование информации о выплатах) + + + + + + Транспортный идентификатор для выполнения операции с информацией о выплатах гражданину + + + + + Идентификатор информации о выплатах гражданину в ГИС ЖКХ + + + + + + Добавить/Изменить информацию о выплатах + + + + + Аннулировать информацию о выплатах + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт перечня отдельных категорий граждан, имеющих право на получение компенсации расходов + + + + Запрос на экспорт перечня отдельных категорий граждан + +Доступен экспорт версии 11.0.0.1 и 13.1.2.1 + + + + + + + + Дата начала предоставления компенсации расходов + + + + + Дата окончания предоставления компенсации расходов + + + + + + + + + + + Нормативный правовой акт + + + + + Номер документа + + + + + Дата принятия документа органом власти + + + + + Наименование документа + + + + + Файлы + + + + + + + Экспортируемые сведения об отдельной категории граждан + + + + + Идентификатор отдельной категории граждан + + + + + Дата начала предоставления компенсаций расходов + + + + + Дата окончания предоставления компенсаций расходов + + + + + Территория предоставления компенсации расходов + + + + + + Субъект РФ + + + + + Муниципальное образование + + + + + + + + Наименование отдельной категории граждан + + + + + Ссылка на справочник НСИ 154 "Отдельные категории граждан, имеющие право на получение компенсаций расходов" + + + + + Бюджет, за счет которого осуществляются выплаты. Возможные значения: Federal - Федеральный, Regional - Региональный, Municipal - Муниципальный + + + + + + + + + + + + Срок перечисления компенсации + + + + + Перечень документов, необходимых для получения компенсации + + + + + Основания для отказа в предоставлении компенсации + + + + + Основания для приостановления предоставления компенсации + + + + + Основания для прекращения предоставления компенсации + + + + + Основания для возобновления предоставления компенсации + + + + + Основания для перерасчета компенсации + + + + + Основания возврата излишне полученной суммы компенсации + + + + + Нормативные правовые акты + + + + + Порядок расчета компенсации расходов + + + + В виде фиксированного размера денежной выплаты + + + + Фиксированный размер денежной выплаты, руб. + + + + + Дата установления фиксированного размера + + + + + Примечание + + + + + + По стандартам стоимости жилищно-коммунальных услуг + + + + Описание порядка расчета + + + + + + От фактических расходов на оплату жилищно-коммунальных услуг + + + + + + Расходы на оплату жилого помещения и коммунальных услуг, подлежащие компенсации + + + + + Тип жилищного фонда. PrivateHousing - Частный, MunicipalHousing - Муниципальный, StateHousing - Государственный + + + + + + + + + + + + Жилое помещение приватизировано + + + + + Норматив для начисления компенсации. Код из справочника "Ограничение объема предоставляемой компенсации расходов" (НСИ) + + + + + Распространяется на всех членов семьи? + + + + + Размер, предоставляемой компенсации + + + + + + + + + + + + + Дата начала предоставления компенсации + + + + + Дата окончания предоставления компенсации + + + + + Примечание + + + + + + + + + + Экспорт сведений о гражданах, получающих субсидии + + + + Запрос на экспорт сведений о гражданах, получающих субсидии + + + + + + + + Выгружать аннулированные сведения? + + + + + + Идентификатор информации о гражданине в ГИС ЖКХ + + + + + + Дата начала предоставления субсидии + + + + + Дата окончания предоставления субсидии + + + + + + + + + Сдвиг относительно первого элемента (первый элемент имеет позицию 0) + + + + + + + + + + Количество строк с информацией о гражданах, которые необходимо экспортировать + + + + + + + + + + + + + + Экспорт сведений о гражданах, получающих компенсации расходов + + + + Запрос на экспорт сведений о гражданах, получающих компенсации расходов + + + + + + + + Выгружать аннулированные сведения? + + + + + + Идентификатор информации о гражданине в ГИС ЖКХ + + + + + + Идентификатор отдельной категории гражданин + + + + + Дата начала предоставления компенсации расходов + + + + + Дата окончания предоставления компенсации расходов + + + + + + + + + Сдвиг относительно первого элемента (первый элемент имеет позицию 0) + + + + + + + + + + Количество строк с информацией о гражданах, которые необходимо экспортировать + + + + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + Результат импорта + + + + + Информация об отдельной категории граждан + + + + + + Информация о гражданах, получающих субсидии + + + + + Информация о гражданах, получающих компенсации расходов + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi-common/hcs-nsi-common-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi-common/hcs-nsi-common-service-async.wsdl new file mode 100644 index 0000000..77e5498 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi-common/hcs-nsi-common-service-async.wsdl @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ВИ_НСИ_ППС. Получить перечень общесистемных справочников с указанием даты последнего изменения каждого из них. + + + + + + ВИ_НСИ_ПДС. Получить данные общесистемного справочника. + + + + + + ВИ_НСИ_ПДС_ПОСТР. Получить данные общесистемного справочника. + + + + + + + + + + + + + + ВИ_НСИ_ППС. Получить перечень справочников с указанием даты последнего изменения каждого из них. + + + + + + + + + + + + + + + ВИ_НСИ_ПДС. Получить данные справочника. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Асинхронный сервис экспорта общих справочников подсистемы НСИ + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi-common/hcs-nsi-common-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi-common/hcs-nsi-common-types.xsd new file mode 100644 index 0000000..845ae06 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi-common/hcs-nsi-common-types.xsd @@ -0,0 +1,126 @@ + + + + + + + + Запрос получения перечня общесистмного справочников. + + + + + + + + + + + + + + + + Запрос на получение данных общесистмного справочника. + + + + + + + + Реестровый номер справочника. + + + + + + Дата и время, измененные после которой элементы справочника должны быть возвращены в ответе. Если не указана, возвращаются все элементы справочника. + + + + + + + + + + + + Запрос на получение данных общесистмного справочника. + + + + + + + + Реестровый номер справочника. + + + + + + Страница выборки. Возвращается по 1000 элементов. + + + + + + + + + + Дата и время, измененные после которой элементы справочника должны быть возвращены в ответе. Если не указана, возвращаются все элементы справочника. + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + Количество записей в справочнике + + + + + Количество страниц + + + + + Номер текущей страницы + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi/hcs-nsi-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi/hcs-nsi-service-async.wsdl new file mode 100644 index 0000000..5c8de4a --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi/hcs-nsi-service-async.wsdl @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ВИ_НСИ_ИДС_1. Импортировать данные справочника 1 "Дополнительные услуги". + + + + + + ВИ_НСИ_ИДС_51. Импортировать данные справочника 51 "Коммунальные услуги". + + + + + + ВИ_НСИ_ИДС_59. Импортировать данные справочника 59 "Работы и услуги организации". + + + + + + ВИ_НСИ_ИДС_272. Импортировать данные справочника 272 "Система коммунальной инфраструктуры". + + + + + + + + + + + Экспортировать данные справочников поставщика информации + + + + + + Экспортировать данные справочников поставщика информации постранично + + + + + + ВИ_НСИ_ИДС_219. Импортировать данные справочника 219 "Вид работ капитального ремонта". + + + + + + ВИ_НСИ_ИДС_302. Импортировать данные справочника 302 "Основание принятия решения о мерах социальной поддержки гражданина" + + + + + + Импортировать данные справочника 337 "Коммунальные ресурсы, потребляемые при использовании и содержании общего имущества в многоквартирном доме" + + + + + + + + + ВИ_НСИ_ИДС_1. Импортировать данные справочника 1 "Дополнительные услуги". + + + + + + + + + + + + + + + ВИ_НСИ_ИДС_51. Импортировать данные справочника 51 "Коммунальные услуги". + + + + + + + + + + + + + + + ВИ_НСИ_ИДС_59. Импортировать данные справочника 59 "Работы и услуги организации". + + + + + + + + + + + + + + + ВИ_НСИ_ИДС_272. Импортировать данные справочника 272 "Система коммунальной инфраструктуры". + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ВИ_НСИ_ИДС_219. Импортировать данные справочника 219 "Вид работ капитального ремонта". + + + + + + + + + + + + + + + ВИ_НСИ_ИДС_302. Импортировать данные справочника 302 "Основание принятия решения о мерах социальной поддержки гражданина" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Асинхронный сервис экспорта общих справочников подсистемы НСИ + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi/hcs-nsi-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi/hcs-nsi-types.xsd new file mode 100644 index 0000000..6c65140 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/nsi/hcs-nsi-types.xsd @@ -0,0 +1,864 @@ + + + + + + + + Запрос на импорт данных справочника 1 "Дополнительные услуги". + + + + + + + + Создание/изменение вида дополнительной услуги. + + + + + + + + Идентификатор существующего элемента справочника + + + + + + Наименование вида дополнительной услуги. + + + + + + Единица измерения из справочника ОКЕИ. + + + + + (параметр более не поддерживается) +Другая единица измерения. + + + + + + + + + + + + + + Восстановление вида дополнительной услуги. + + + + + + + Идентификатор ранее существовавшего элемента справочника. + + + + + + + + Удаление вида дополнительной услуги. + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + + + + + + + + + + + + + + + + Запрос на импорт данных справочника 51 "Коммунальные услуги". + + + + + + + + Уровень 2. Создание/изменение главной коммунальной услуги. + + + + + + + + Идентификатор существующего элемента справочника. + + + + + + Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3). + + + + + (не используется) Признак "Услуга предоставляется на общедомовые нужды" + + + + + (не используется) Признак "Самостоятельное производство коммунальной услуги" + + + + + Наименование главной коммунальной услуги. + + + + + Ссылка на НСИ "Вид коммунального ресурса" (реестровый номер 2) + + + + + (не используется) +Единница измерения из справочника ОКЕИ. + + + + + + Порядок сортировки. + + + + + + + + + + + Порядок сортировки не задан + + + + + + + + + Уровень 2. Восстановление главной коммунальной услуги (ветки). + + + + + + + Идентификатор ранее существовавшего элемента справочника. + + + + + Признак восстановления всех дочерних элементов. + + + + + + + + Уровень 2. Удаление главной коммунальной услуги (ветки). + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + + + + + + + + + + + + + + + + Запрос на импорт данных справочника 337 "Коммунальные ресурсы, потребляемые при использовании и содержании общего имущества в многоквартирном доме". + + + + + + + + + Для записей 2-го уровня иерархии сссылка на родитльскую запись. Поскольку записи 1-го уровня иерархии добавляются всем поставщикам и их неввозможно изменить/удалить, ссылка ннх представлена реестровым номером записи из справочника "Вид коммунального ресурса" (см описание ParentCode). В ответе на запрос вместе с указанным TransportGuid возвращается GUID записи. + + + + + + Код родительской записи верхнего уровня. Может быть: +1 - Холодная вода +2 - Горячая вода +3 - Электрическая энергия +8 - Сточные воды + + + + + + + + + + + + + + Создание/изменение главного коммунального ресурса (ветки) + + + + + + + + + + + + + Восстановление главного коммунального ресурса (ветки). + + + + + + + Идентификатор ранее существовавшего элемента справочника. + + + + + + + + Удаление главного коммунального ресурса (ветки). + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + + + + + + + + + + + + + + + + Тип позиции справочника 337 "Коммунальные ресурсы, потребляемые при использовании и содержании общего имущества в многоквартирном доме". + + + + + + Идентификатор существующего элемента справочника 2-го уровня иерархии и ниже + + + + + Наименование главного коммунального ресурса. + + + + + Вид коммунального ресурса (НСИ №2 "Вид коммунального ресурса"). + + + + + (не используется) +Единница измерения из справочника ОКЕИ. + + + + + + Порядок сортировки. + + + + + + + + + + + Порядок сортировки не задан + + + + + + + + + Запрос на импорт данных справочника 59 "Работы и услуги организации". + + + + + + + + Создание/изменение элемента справочника работ и услуг + + + + + Восстановление элемент (ветки) справочника работ и услуг организации. + + + + + + + Идентификатор ранее существовавшего элемента справочника. + + + + + Признак восстановления всех дочерних элементов. + + + + + + + + Удаление элемента (ветки) справочника работ и услуг организации. + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + + + + + + + + + + + + + + + Элемент справочника работ и услуг организации. + + + + + + + + Идентификатор существующего элемента справочника. + + + + + Добавить в запись кодом 0 - "Работы (услуги), скопированные из справочника другой организации", запрещенной для редактирования. + + + + + + + Название работы/услуги. + + + + + Ссылка на НСИ "Вид работ" (реестровый номер 56). + + + + + Ссылка на НСИ "Обязательные работы, обеспечивающие надлежащее содержание МКД" (реестровый номер 67). + + + + + + Единница измерения из справочника ОКЕИ. + + + + + Элемент не рекомендуется использовать. Вместо него следует использовать элемент base:OKEI + + + + + + Дочерний элемент + + + + + + + + Запрос на импорт данных справочника 219 "Вид работ капитального ремонта". + + + + + + + + Создание/изменение элемента справочника виды работ капитального ремонта + + + + + Восстановление элемента справочника виды работ капитального ремонта + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + Удаление элемента справочника виды работ капитального ремонта + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + + + + + + + + + + + + + + + Элемент справочника виды работ капитального ремонта. + + + + + + + Идентификатор существующего элемента справочника. + + + + + + Наименование вида работ + + + + + Ссылка на НСИ "Группа работ" (реестровый номер 218). + + + + + + + + Запрос на импорт данных справочника 272 "Система коммунальной инфраструктуры" + + + + + + + + Создание/изменение элемента справочника коммунальной инфраструктуры + + + + + Восстановление элемента справочника коммунальной инфраструктуры + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + Удаление элемента справочника коммунальной инфраструктуры + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + + + + + + + + + + + + + + + Элемент справочника "Система коммунальной инфраструктуры" + + + + + + + Идентификатор существующего элемента справочника. + + + + + + Наименование системы + + + + + Ссылка на НСИ 42 +Вид системы коммунальной инфраструктуры + + + + + + + + Запрос на импорт данных справочника 302 "Основание принятия решения о мерах социальной поддержки гражданина". + Зание принятия решения о мерах социальной поддержки гражданина". + + + + + + + + Создание/изменение элемента справочника оснований принятия решений + + + + + Восстановление элемента справочника оснований принятия решений + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + Удаление элемента справочника оснований принятия решений + + + + + + + Идентификатор существующего элемента справочника. + + + + + + + + + + + + + + + + + + + + + + Элемент справочника оснований принятия решений. + + + + + + + Идентификатор существующего элемента справочника. + + + + + + Наименование основания принятия решения + + + + + Ссылка на НСИ "Тип решения о мерах социальной поддержки гражданина" (реестровый номер 301) + + + + + Применяется для субсидий + + + + + Применяется для компенсации расходов + + + + + + + + Запрос на получение данных справочника поставщика + + + + + + + + Реестровый номер справочника. + + + + + + + + + + + + + + + + Дата и время, измененные после которой элементы справочника должны быть возвращены в ответе. Если не указана, возвращаются все элементы справочника. + + + + + + + + + + + + Запрос на получение данных справочника поставщика постранично + + + + + + + + Реестровый номер справочника. + + + + + + + + + + + + + + + Страница выборки. Возвращается по 1000 элементов. + + + + + + + + + + Дата и время, измененные после которой элементы справочника должны быть возвращены в ответе. Если не указана, возвращаются все элементы справочника. + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + + Количество записей в справочнике + + + + + Количество страниц + + + + + Номер текущей страницы + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry-common/hcs-organizations-registry-common-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry-common/hcs-organizations-registry-common-service-async.wsdl new file mode 100644 index 0000000..9d5ddd4 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry-common/hcs-organizations-registry-common-service-async.wsdl @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + экспорт сведений о поставщиках данных + + + + + + + + + + + Экспорт сведений об объектах из заявок на делегирование прав + + + + + + Экспорт сведений о территориях из заявок на делегирование прав + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry-common/hcs-organizations-registry-common-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry-common/hcs-organizations-registry-common-types.xsd new file mode 100644 index 0000000..2cb7c2e --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry-common/hcs-organizations-registry-common-types.xsd @@ -0,0 +1,599 @@ + + + + + + + + + + + Экспорт сведений из реестра организаций + + + + + + + + Критерий поиска организаций. + + + + + + + Поиск по реквизитам. + + + + + + + + + + + + + Идентификатор зарегистрированной организации + + + + + + Поиск среди организаций, имеющих личных кабинет + + + + + + + + Время последнего изменения (от) + + + + + + + + + + + Результат экспорта сведений из реестра организаций + + + + + + Версия организации в реестре организаций + + + + + + + Дата последнего изменения + + + + + Признак актуальности записи + + + + + + Юридическое лицо + + + + + Обособленное подразделение + + + + + + + + Статус версии + + + + + + + + Информация о головной организации + + + + + + + + + + + + + + + Индивидуальный предприниматель + + + + + ФПИЮЛ (Филиал или представительство иностранного юридического лица) + + + + + + Статус: +(P)UBLISHED - опубликована в одном из документов в рамках раскрытия + + + + + + + + + + + + + + Полномочие организации (НСИ №20) + + + + + Зарегистрирована в ГИС ЖКХ + + + + + + + + Экспорт сведений о поставщиках информации ИС. В качестве поискового параметра используется Идентификатор ИС из RequestHeader + + + + + + + + Выгрузить только активных поставщиков данных + + + + + + + + + + + Результат экспорта сведений о поставщиках информации ИС + + + + + Идентификатор поставщика данных + + + + + Статус связи: 1 - активен, 0- отключен + + + + + + + + + Экспорт сведений о делегированных правах + + + + + + + + ИД заявки + + + + + + Страница выборки. Возвращается по 100 элементов. + + + + + + + + + + Статус заявки: +Created – Создана +Accepted – Принята +Declined - Отклонена +Revoked - Отозвана +Annuled - Аннулирована +Closed - Закрыта +Preset– Предзаполнена +Waiting_approval - На утверждении + + + + + + + + + + + + Результат экспорта сведений о делегированных правах + + + + + Информация о головной организации (для обособленных подразделений) + + + + + + + Заявка на доступ + + + + + + + Экспорт сведений об объектах из заявок на делегирование прав + + + + + + + + ИД делегированного права. +Можно получить в результате выполнения exportDelegatedAccess + + + + + Страница выборки. Возвращается по 1000 элементов. + + + + + + + + + + + + + + + + Экспорт сведений о территориях из заявок на делегирование прав + + + + + + + + ИД делегированного права. +Можно получить в результате выполнения exportDelegatedAccess + + + + + Страница выборки. Возвращается по 1000 элементов. + + + + + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + + + Признак того, что выгружены не все данные. Необходимо выполнить еще один запрос, увеличив Page на 1. + + + + + + + + + + + + Заявка на предоставление доступа + + + + + ИД заявки + + + + + Тип заявки + + + + + Дата подачи + + + + + Дата начала + + + + + Дата окончания + + + + + Статус заявки: +Created – Создана +Accepted – Принята +Declined - Отклонена +Revoked - Отозвана +Annuled - Аннулирована +Closed - Закрыта +Preset– Предзаполнена +Waiting_approval - На утверждении + + + + + Дата статуса + + + + + Причина статуса + + + + + + + + + + Делегированное право доступа + + + + + + ИД делегированного права + + + + + Территориальная принадлежность + + + + + + Для всех территорий + + + + + если = "true", то по виду информации имеется список территорий, по которым предоставлен доступ. Для получения списка можно воспользоваться запросом exportTerritoryDelegatedAccess + + + + + + + + Объекты доступа + + + + + + Для всех объектов + + + + + если = "true", то по виду информации имеется список объектов, по которым предоставлен доступ. Для получения списка можно воспользоваться запросом exportObjectsDelegatedAccess + + + + + + + + Признак актуальности + + + + + Код из справочника 291 - "Виды информации" + + + + + + + + + + Тип заявки на предоставление доступа + + + + + Для оператора информационной системы + + + + + + Для расчетного центра + + + + + + + Статус заявки на предоставление доступа + + + + + Создана + + + + + Принята + + + + + + Отозвана + + + + + + + + + + + + + + + + + Сведения об объектах из заявок на делегирование прав + + + + + ИД делегированного права. +Можно получить в результате выполнения exportDelegatedAccess + + + + + + Объект доступа + + + + + + Перечень объектов + + + + + Тип объекта + + + + + + + + + + + + + Для всех объектов + + + + + + + + Сведения о территориях из заявок на делегирование прав + + + + + ИД делегированного права. +Можно получить в результате выполнения exportDelegatedAccess + + + + + + Перечень территорий действия + + + + + Перечень субъектов РФ, на которых дейсвтуют права. (Ссылка на справочник Субъекты РФ). НСИ 237 + + + + + Для всех территорий + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry/hcs-organizations-registry-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry/hcs-organizations-registry-service-async.wsdl new file mode 100644 index 0000000..9746dcf --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry/hcs-organizations-registry-service-async.wsdl @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + импорт сведений о филиале или представительстве иностранного юридического лица + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry/hcs-organizations-registry-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry/hcs-organizations-registry-types.xsd new file mode 100644 index 0000000..4a61890 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/organizations-registry/hcs-organizations-registry-types.xsd @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт сведений о филиале или представительстве иностранного юридического лица + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + + Импорт ОП + + + + + Создание обособленного подразделения + + + + + + + + Идентификатор головной организации версии записи в реестре организаций + + + + + + + + + + Внесение изменений в обособленное подразделение + + + + + + + Полное наименование + + + + + + + + + + + + + Адрес регистрации + + + + + Адрес регистрации (Глобальный уникальный идентификатор дома по ФИАС) + + + + + Дата прекращения деятельности + + + + + Источник информации + + + + + + + от + + + + + + + + + + + + + + Импорт ФПИЮЛ + + + + + Создание филиала или представительства иностранного юридического лица + + + + + Изменение филиала или представительства иностранного юридического лица + + + + + + + Полное наименование + + + + + + + + + + + Сокращенное наименование + + + + + + + + + + + + + Адрес места нахождения(жительства)_текст + + + + + Адрес места нахождения(жительства)_ФИАС + + + + + Дата внесения записи в реестр аккредитованных + + + + + Дата прекращения действия аккредитации + + + + + Страна регистрации иностранного ЮЛ (Справочник ОКСМ, альфа-2) + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/outage-report/hcs-outage-report-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/outage-report/hcs-outage-report-service-async.wsdl new file mode 100644 index 0000000..fda4443 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/outage-report/hcs-outage-report-service-async.wsdl @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт о сведений о перерывах в предоставлении коммунальных услуг + + + + + + Получить статус обработки запроса + + + + + + Экспорт сведений о перерывах в предоставлении коммунальных услуг + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/outage-report/hcs-outage-report-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/outage-report/hcs-outage-report-types.xsd new file mode 100644 index 0000000..110cde9 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/outage-report/hcs-outage-report-types.xsd @@ -0,0 +1,737 @@ + + + + + + + + + Запрос на импорт о сведений о перерывах в предоставлении коммунальных услуг + + + + + + + + Сведения о перерывах в предоставлении коммунальных услуг + + + + + + + + Размещение сведений о перерывах в предоставлении коммунальных услуг + + + + + + Cведения о перерыве в предоставлении коммунальных услуг + + + + + Список объектов жилого фонда, по которым планируется перерыв в предоставлении коммунальных услуг + + + + + + + + + + + + + Редактирование сведений о перерывах в предоставлении коммунальных услуг + + + + + + Уникальный идентификатор сведений о перерыве в предоставлении коммунальных услуг + + + + + Cведения о перерыве в предоставлении коммунальных услуг + + + + + Список объектов жилого фонда, по которым планируется перерыв в предоставлении коммунальных услуг + + + + + + + + + + + + + Аннулирование сведений о перерывах в предоставлении коммунальных услуг + + + + + + Уникальный идентификатор сведений о перерыве в предоставлении коммунальных услуг + + + + + Причина аннулирования сведений о перерыве в предоставлении коммунальных услуг + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + Результат импорта сведений о перерывах в предоставлении коммунальных услуг + + + + + Результат экспорта сведений о перерывах в предоставлении коммунальных услуг + + + + + + + + + + + + Тип данных, описывающий сведения о перерыве в предоставлении коммунальных услуг + + + + + Вид перерыва. Указываются значения из справочника №361 "Вид перерыва в предоставлении коммунальных услуг". В текущей реализации сервиса, должен быть указан вид перерыва 1 = "Плановый". + + + + + Тип перерыва. Возможные значения: +PAUSE - Перерыв в предоставлении коммунальной услуги; +LIMITATION - Ограничение в предоставлении коммунальной услуги; +SUSPENSION - Приостановление предоставления коммунальной услуги. + + + + + + Список кодов вида коммунальной услуги + + + + + + Код вида коммунальной услуги. Возможные значения: +1 - Холодное водоснабжение; +2 - Горячее водоснабжение; +3 - Отведение сточных вод; +4 – Электроснабжение; +5 – Газоснабжение; +6 – Отопление; +7 – Обращение с твердыми коммунальными отходами. + + + + + + + + + Дата и время начала перерыва + + + + + Дата и время окончания перерыва + + + + + Причина перерыва. Указываются значения из справочника №360 "Причины перерывов в предоставлении коммунальных услуг", для которых в атрибуте «Вид перерыва» указано значение «Плановый» + + + + + Текст причины перерыва. Обязательно заполнен, если в атрибуте "Причина перерыва" указано значение 3 "Иная" + + + + + + + + + + + Дополнительная информация + + + + + + + + + + + + + Тип данных, описывающий код вид коммунальной услуги. Возможные значения: + 1 - Холодное водоснабжение; + 2 - Горячее водоснабжение; + 3 - Отведение сточных вод; + 4 – Электроснабжение; + 5 – Газоснабжение; + 6 – Отопление; + 7 – Обращение с твердыми коммунальными отходами. + + + + + + + + + + + + + + + Тип данных, описывающий тип перерыва. Возможные значения: +PAUSE - Перерыв в предоставлении коммунальной услуги; +LIMITATION - Ограничение в предоставлении коммунальной услуги; +SUSPENSION - Приостановление предоставления коммунальной услуги. + + + + + + + + + + + Тип данных, описывающий статус информации о перерыве. Возможные значения: + PUBLISHED - Информация размещена; + CANCELLED - Информация аннулирована. + + + + + + + + + + Тип данных, описывающий объекты жилого фонда, по которым планируется перерыв в предоставлении коммунальных услуг + + + + + Дома, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Глобальный уникальный идентификатор дома по ФИАС/Идентификационный код дома в ГИС ЖКХ + + + + + Идентификатор дома в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + Помещения/блоки, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Идентификатор помещения/блока в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + Комнаты, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Идентификатор комнаты в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + + + Запрос на экспорт сведений о перерывах в предоставлении коммунальных услуг + + + + + + + + Критерии экспорта сведений о перерывах в предоставлении коммунальных услуг + + + + + Идентификатор, используемый для экспорта 2-го и последующих блоков данных. + +Если в элементе exportOutageReportRequest указаны условия отбора по атрибутам запроса, то экспорт осуществляется блоками по 1000 записей в каждом блоке (последний блок может содержать меньшее число записей). +Элемент NextPageExportRequestGUID не указывается для экспорта первого блока данных. Для экспорта каждого следующего блока данных в элементе NextPageExportRequestGUID должно указываться значение элемента tns:getStateResult/tns:ExportOutageReport/tns:ExportOutageReportGUID, полученное при экспорте предыдущего блока данных + + + + + + + + + + + Тип данных, описывающий сведения о перерыве в предоставлении коммунальных услуг при экспорте + + + + + Уникальный идентификатор сведений о перерыве в предоставлении коммунальных услуг + + + + + Вид перерыва. Содержит значения из справочника №361 "Вид перерыва в предоставлении коммунальных услуг" + + + + + Тип перерыва. Возможные значения: +PAUSE - Перерыв в предоставлении коммунальной услуги; +LIMITATION - Ограничение в предоставлении коммунальной услуги; +SUSPENSION - Приостановление предоставления коммунальной услуги. + + + + + + Список кодов вида коммунальной услуги + + + + + + Код вида коммунальной услуги. Возможные значения: +1 - Холодное водоснабжение; +2 - Горячее водоснабжение; +3 - Отведение сточных вод; +4 – Электроснабжение; +5 – Газоснабжение; +6 – Отопление; +7 – Обращение с твердыми коммунальными отходами. + + + + + + + + + Дата и время начала перерыва + + + + + Дата и время окончания перерыва + + + + + Причина перерыва. Указываются значения из справочника №360 "Причины перерывов в предоставлении коммунальных услуг", для которых в атрибуте «Вид перерыва» указано значение «Плановый» + + + + + Текст причины перерыва. Обязательно заполнен, если в атрибуте "Причина перерыва" указано значение 3 "Иная" + + + + + + + + + + + Дополнительная информация + + + + + + + + + + + Статус сведений о перерыве. Возможные значения: +PUBLISHED – Информация размещена; +CANCELLED - Информация аннулирована. + + + + + + Дата размещения сведений о перерыве + + + + + Дата аннулирования сведений о перерыве + + + + + Причина аннулирования сведений о перерыве + + + + + + + + + + + + + Результат экспорта информации о перерыве в предоставлении коммунальных услуг + + + + + + + + Результат выполнения запроса на экспорт информации об управляющих организациях + + + + + + + + + + + + Тип данных, описывающий результат экспорта сведений о перерыве в предоставлении коммунальных услуг + + + + + Сведения о перерыве в предоставлении коммунальных услуг + + + + + + Идентификатор сведений о перерыве в предоставлении коммунальных услуг следующей 1000 записей + + + + + Последняя страница экспорта + + + + + + + + Тип данных, описывающий экспортируемые сведения о перерыве в предоставлении коммунальных услуг + + + + + Cведения о перерыве в предоставлении коммунальных услуг + + + + + Список объектов жилого фонда, по которым планируется перерыв в предоставлении коммунальных услуг + + + + + + + Тип данных, описывающий критерии экспорта сведений о перерывах в предоставлении коммунальных услуг + + + + + Период перерыва в предоставлении коммунальных услуг + + + + + Период размещения сведений о перерывах в предоставлении коммунальных услуг + + + + + Список типов перерыва + + + + + + Тип перерыва. Возможные значения: +PAUSE - Перерыв в предоставлении коммунальной услуги; +LIMITATION - Ограничение в предоставлении коммунальной услуги; +SUSPENSION - Приостановление предоставления коммунальной услуги. + + + + + + + + + Список статусов сведений о перерывах в предоставлении коммунальных услуг + + + + + + Статус сведений о перерыве. Возможные значения: +PUBLISHED – Информация размещена; +CANCELLED - Информация аннулирована. + + + + + + + + Список кодов вида коммунальной услуги + + + + + + Код вида коммунальной услуги. Возможные значения: +1 - Холодное водоснабжение; +2 - Горячее водоснабжение; +3 - Отведение сточных вод; +4 – Электроснабжение; +5 – Газоснабжение; +6 – Отопление; +7 – Обращение с твердыми коммунальными отходами. + + + + + + + + + Список причин перерыва + + + + + + Причина перерыва. Указываются значения из справочника №360 "Причины перерывов в предоставлении коммунальных услуг", для которых в атрибуте «Вид перерыва» указано значение «Плановый» + + + + + + + + Объект жилого фонда, по которому планируется перерыв в предоставлении коммунальных услуг + + + + + + + Тип данных, описывающий объекты жилого фонда, по которым планируется перерыв в предоставлении коммунальных услуг в запросе на экспорт + + + + + Дома, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Глобальный уникальный идентификатор дома по ФИАС/Идентификационный код дома в ГИС ЖКХ + + + + + Идентификатор дома в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + Помещения/блоки, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Идентификатор помещения/блока в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + Комнаты, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Идентификатор комнаты в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + + + Тип данных, описывающий объекты жилого фонда, по которому планируется перерыв в предоставлении коммунальных услуг в результате экспорта + + + + + Дома, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Глобальный уникальный идентификатор дома по ФИАС/Идентификационный код дома в ГИС ЖКХ + + + + + Идентификатор дома в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + Помещения/блоки, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Идентификатор помещения/блока в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + Комнаты, по которым планируется перерыв в +предоставлении коммунальных услуг + + + + + + Идентификатор комнаты в реестре объектов жилищного фонда ГИС ЖКХ + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/payment/hcs-payment-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/payment/hcs-payment-service-async.wsdl new file mode 100644 index 0000000..ff67fa3 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/payment/hcs-payment-service-async.wsdl @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ВИ_ОПЛАТА_ИЗВ. Передать перечень документов "Извещение о принятии к исполнению распоряжения" + + + + + + ВИ_ ОПЛАТА_ИЗВАН. Импорт документов "Извещение об аннулировании извещения о принятии к исполнению распоряжения" + + + + + + Получить статус обработки запроса + + + + + + + + + + + Импорт пакета документов «Извещение о принятии к исполнению распоряжения», размещаемых исполнителем + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/payment/hcs-payment-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/payment/hcs-payment-types.xsd new file mode 100644 index 0000000..93d7b57 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/payment/hcs-payment-types.xsd @@ -0,0 +1,800 @@ + + + + + + + + + + + + + Пакет извещений о принятии к исполнению распоряжений (СД_ИОПЛАТА_ИЗВ_ЗАП) + + + + + + + + Извещения о принятии к исполнению распоряжений + + + + + + + + + + + + + + Извещения о принятии к исполнению распоряжений (указание реквизитов платежа по п.139 приказа №589/944 от 28.12.2015) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Пакет извещений об аннулировании извещений о принятии к распоряжения к исполнению (СД_ИОПЛАТА_ИЗВАН_ЗАП) + + + + + + + + + + + + + + + + + + + + + + + + Запрос экспорта реквизитов и сведений о платежных документах. + +Доступны версии: 11.0.1.1, 12.2.0.1 и 13.1.0.1 + + + + + + + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + Номер жилого помещения + + + + + + + + + + + Номер комнаты жилого помещения + + + + + + + + + + + + + Номер жилого блока + + + + + + + + + + + Номер комнаты жилого блока + + + + + + + + + + + + Номер нежилого помещения + + + + + + + + + + + Номер нежилого блока + + + + + + + + + + + + + + + + + + + + + Сведения о потребителе, необходимые для получения информации о сумме начислений/задолженности + + + + + + + Юридическое лицо + + + + + + + + + + + + + + + + + + + + + Импорт пакета документов «Извещение о принятии к исполнению распоряжения», размещаемых исполнителем + + + + + + + + Извещение о принятии к исполнению распоряжения, размещаемое исполнителем + + + + + + + + + + + + + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + Ответ на запрос экспорта реквизитов и сведений о платежных документах + + + + + + Сведения о начислении (для поиска по номерам лицевых счетов и адресу) + + + + + + + + + + + + + + + + + + + + + Потребитель-физическое лицо, в том числе индивидуальный предприниматель + + + + + + + + + + Назначение платежа + + + + + + + + + + + Наименование услуги (работы), оказываемой (выполняемой) исполнителем, штрафной санкции + + + + + + + + + + + Сведения о платежном документе + + + + + + + + + + + + Платежный документ + + + + + + + + GUID платежного документа + + + + + + + + Реквизиты и свойства платежного документа + + + + + Сведения о потребителе + + + + + + + Потребитель-индивидуальный предприниматель + + + + + + + + + + Потребитель-юридическое лицо + + + + + + Наименование + + + + + + + + + + + + + + + + + Адрес помещения + + + + + + Субъект РФ + + + + + Район + + + + + + + + + + + Город + + + + + + + + + + + Населенный пункт + + + + + + + + + + + Улица + + + + + + + + + + + Номер дома + + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер корпуса + + + + + + + + + + + Номер строения + + + + + + + + + + + Номер жилого помещения + + + + + + + + + + + Номер комнаты жилого помещения + + + + + + + + + + + Неформализованное описание адреса + + + + + + + + + + + Номер жилого блока + + + + + + + + + + + Номер комнаты жилого блока + + + + + + + + + + + Номер нежилого блока + + + + + + + + + + + + + + + + + Cведения об исполнителе + + + + + + + + Исполнитель-ИП + + + + + Исполнитель-ЮЛ + + + + + + + Наименование + + + + + + + + + + + + + + + Сведения о платежных реквизитах + + + + + + + + Идентификатор платежных реквизитов организации + + + + + Сумма к оплате за расчетный период по получателю платежа (в копейках) + + + + + + + + + + Задолженность за предыдущие периоды/Аванс на начало расчетного периода (учтены платежи, поступившие до 25 числа включительно) по получателю платежа (в копейках) + + + + + Итого к оплате c учетом задолженности/переплаты по получателю платежа (в копейках) + + + + + + + + + + + + Почтовый адрес + + + + + + + + + + + + + + Сумма к оплате за расчетный период по всему платежному документу (в копейках) + + + + + + + + Задолженность (в копейках) + + + + + Итого к оплате c учетом задолженности/переплаты по всему платежному документу (в копейках) + + + + + + + + + + + Сведния об ИЖКУ (при отсутствии начислений) + + + + + + + + + GUID жилищно-коммунальной услуги + + + + + Cведения об исполнителе + + + + + + + + Исполнитель-ИП + + + + + Исполнитель-ЮЛ + + + + + + + Наименование + + + + + + + + + + + + + + + Сведения о платежных реквизитах организации + + + + + + + + Идентификатор платежных реквизитов организации + + + + + + + + + + Почтовый адрес + + + + + + + + + + + + + + + + + + + + Извещение о принятии к исполнению распоряжения, размещаемое исполнителем + + + + + Дата внесения платы (в случае отсутствия: дата поступления средств) + + + + + Период, за который вносится плата + + + + + + + + + + + + + + + Сумма + + + + + + + + + + Признак онлайн-оплаты + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rap/hcs-rap-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rap/hcs-rap-service-async.wsdl new file mode 100644 index 0000000..7546257 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rap/hcs-rap-service-async.wsdl @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Результат обработки асинхронного вызова + + + + + + Импорт постановлений и процессуальных документов + + + + + + Экспорт постановлений и процессуальных документов + + + + + + + + + + + + + + + + + + + + + + + Импорт постановлений и процессуальных документов + + + + + + + + + + + + + + + Экспорт постановлений и процессуальных документов + + + + + + + + + + + + + + + + Асинхронный сервис работы с административными правонарушениями + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rap/hcs-rap-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rap/hcs-rap-types.xsd new file mode 100644 index 0000000..dafd317 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rap/hcs-rap-types.xsd @@ -0,0 +1,978 @@ + + + + + + + + + + + + Дата, с ограничениями от 01.01.1992 до 31.12.2030 + + + + + + + + + Размер штрафа + + + + + + + + + + + Статус постановления в ГИС ЖКХ + + + + + + + + + + + Данные постановления + + + + + Правонарушитель + + + + + + Юридическое лицо / Индивидуальный предприниматель + + + + Организация + + + + + Должностное лицо + + + + + + + + Должность + + + + + + + + + + + + + + + Регулируемые виды деятельности по поставке ресурсов (НСИ 270) (поле доступно и обязательно для заполнения только для организации пользователя с функцией ФСТ или "ОИВ субъекта РФ по регулированию тарифов") + + + + + + Физическое лицо + + + + + + + + Результат рассмотрения дела об административном правонарушении + + + + + + Вид результата по делу об административном правонарушении (НСИ-227) + + + + + Постановление + + + + + Вид административного наказания (НСИ-225). Обязательно для заполнения, если в tns:ResultKind указано «Назначение административного наказания». + +Для Организаций: +-Административный штраф; +-Предупреждение; +-Административное приостановление деятельности. + +Для физических лиц: +-Административный штраф; +-Предупреждение; +-Дисквалификация. + + + + + Орган, которым вынесено решение по делу об административном правонарушении (НСИ 332) + + + + + Название органа, принявшего решение о применении мер административного воздействия. НЕ заполняется, если в tns:TakingDecisionAuthority указано значение "Организация, разместившая постановление" + + + + + + + + + + + Должность лица, принявшего документ о применении административного воздействия + + + + + + + + + + Предмет нарушения (НСИ-229) + + + + + Дата привлечения к административной ответственности + + + + + Размер штрафа (доступно при указании вида административного наказания "Административный штраф"; иначе - не заполняется) + + + + + Дата уплаты штрафа (может заполняться только, если в поле в tns:Executed указано true (Исполнено) И в поле PunishmentKind указан "Административный штраф" И поле Fine заполнено) + + + + + Срок дисквалификации (доступен и обязателен, если Вид административного наказания = "Дисквалификация") + + + + + + Месяцев + + + + + + + + + + + Лет + + + + + + + + + + + + + + Срок приостановления деятельности (доступен и обязателен, если Вид административного наказания = "Административное приостановление деятельности") + + + + + + Месяцев + + + + + + + + + + + Лет + + + + + + + + + + + + + + Краткое описание нарушения + + + + + Меры, принятые для устранения нарушений + + + + + Информация об исполнении (true - Исполнено; false - Не исполнено; при незаполнении устанавливается значение по умолчанию - Не заполнено) + + + + + + + + + + Вложение + + + + + Наименование вложения + + + + + + + + + + Описание вложения + + + + + + + + + + + + + Идентификатор сохраненного вложения + + + + + + + + Хэш-тег вложения по алгоритму ГОСТ в binhex + + + + + + + + + + + + Процессуальный документ + + + + + Вид процессуального документа (НСИ-226). + +Должен соответствовать категории процессуального документа (НСИ-228). + + + + + Имя документа + + + + + + + + + + Номер процессуального документа + + + + + + + + + + Дата процессуального документа + + + + + Информация об исполнении (true - Исполнено; false - Не исполнено; при незаполнении устанавливается значение по умолчанию - Не заполнено) + + + + + Документ-вложение + + + + + + + Причина изменения постановления + + + + + Основание внесения изменений в информацию (НСИ-271) + + + + + Документ-основание для внесения изменений вида: Судебные, Изменение (необязательно, если основание - «В связи с ошибкой ввода» или «По другому основанию»; иначе - обязательно) + + + + + Краткое описание изменений сведений (необязательно только, если основание внесения изменений - «В связи с ошибкой ввода»; иначе - обязательно) + + + + + + + Причина отмены постановления + + + + + Основание внесения изменений или отмены информации (НСИ-271) + + + + + Документ-основание для отмены + + + + + Краткое описание отмены сведений + + + + + + + + + + + + Физическое лицо + + + + + Фамилия + + + + + + + + + + + Имя + + + + + + + + + + + Отчество + + + + + + + + + + + + + Экспортируемое постановление и процессуальные документы + + + + + Идентификатор постановления в ГИС ЖКХ + + + + + Реестровый номер постановления + + + + + Организация, рассмотревшая дело + + + + + + + + + + Данные постановления + + + + + Процессуальные документы + + + + + + + + Идентификатор процессуального документа + + + + + + + + + + Статус в ГИС ЖКХ +Допустимые значения: +Published- размещено в ГИС ЖКХ. Cancelled-отменено Annulled-аннулировано + + + + + Причина последнего изменнения постановления + + + + + Причина отмены постановления + + + + + + + Экспорт данных постановления + + + + + Правонарушитель + + + + + + Юридическое лицо / Индивидуальный предприниматель + + + + Организация + + + + + Данные официального лица + + + + + + + + Должность + + + + + + + + + + Регулируемые виды деятельности по поставке ресурсов (НСИ 270) (заполняется только ФАС или "ОИВ субъекта РФ по регулированию тарифов") + + + + + + Физическое лицо + + + + + + + + Результат рассмотрения дела об административном правонарушении + + + + + + Вид результата по делу об административном правонарушении (НСИ-227) + + + + + Постановление + + + + + Вид административного наказания (НСИ-225) + + + + + Орган, которым вынесено решение по делу об административном правонарушении + + + + + Название органа, принявшего решение о применении мер административного воздействия. + + + + + + + + + + + Должность лица, принявшего документ о применении административного воздействия + + + + + Размер штрафа + + + + + Дата уплаты штрафа + + + + + Срок дисквалификации + + + + + + Месяцев + + + + + + + + + + + Лет + + + + + + + + + + + + + + Срок приостановления деятельности + + + + + + Месяцев + + + + + + + + + + + Лет + + + + + + + + + + + + + + Предмет нарушения (НСИ-229) + + + + + Дата привлечения к административной ответственности + + + + + Краткое описание нарушения + + + + + Меры, принятые для устранения нарушений + + + + + Информация об исполнении (true - Исполнено; falce - Не исполнено; при незаполнении устанавливается значение по умолчанию - Не заполнено) + + + + + + + + + + Процессуальный документ (экспорт) + + + + + Вид процессуального документа (НСИ-226). + + + + + Имя документа + + + + + Номер процессуального документа + + + + + Дата процессуального документа + + + + + Информация об исполнении (true - Исполнено; false - Не исполнено; при незаполнении устанавливается значение по умолчанию - Не заполнено) + + + + + Документ-вложение + + + + + + + Причина изменения постановления (экспорт) + + + + + Основание внесения изменений в информацию (НСИ-271) + + + + + Документ-основание для внесения изменений + + + + + Краткое описание изменений сведений + + + + + + + Причина отмены постановления (экспорт) + + + + + Основание внесения изменений или отмены информации (НСИ-271) + + + + + Документ-основание для отмены + + + + + Краткое описание отмены сведений + + + + + + + + Импорт постановлений и процессуальных документов + + + + + + + + Постановления и процессуальные документы + + + + + + + Транспортный идентификатор для выполнения операций с постановлением + + + + + Идентификатор постановления в ГИС ЖКХ + + + + + + + + Создание, изменение постановления + + + + + + Данные постановления + + + + + + + + + + + + + Причина изменения сведений (не заполняется для операций "добавление постановления" и "добавление процессуального документа") + + + + + Другие процессуальные документы. Доступны для указания виды документов: Постановление, Протокол, Подтверждение принятых мер, Другой документ + + + + + + + Транспортный идентификатор для выполнения операции с процессуальным документом + + + + + Идентификатор процессуального документа в ГИС ЖКХ (обязателен при изменении/удалении существующего документа) + + + + + + + Добавление / изменение процессуального документа + + + + + Удаление процессуального документа + + + + + + + + Проверка уникальности идентификатора документа в рамках запроса + + + + + + + + + Отмена постановления + + + + + + Причина отмены сведений + + + + + + + + Аннулирование постановления + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности корневого идентификатора постановления в рамках запроса + + + + + + + + + Запрос экспорта постановлений и процессуальных документов. + + + + + + + + Идентификатор постановления в ГИС ЖКХ + + + + + + Дата привлечения к административной ответственности С + + + + + Дата привлечения к административной ответственности ПО + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + Экспортируемые постановления и процессуальные документы + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rvuo/hcs-rvuo-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rvuo/hcs-rvuo-service-async.wsdl new file mode 100644 index 0000000..f80867d --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rvuo/hcs-rvuo-service-async.wsdl @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт информации об управляющей организации в реестр управляющих организаций и решений об определении управляющих организаций + + + + + + Импорт информации о решении об определении управляющей организации в реестр управляющих организаций и решений об определении управляющих организаций + + + + + + Получить статус обработки запроса + + + + + + Экспорт информации об управляющих организациях из реестра управляющих организаций и решений об определении управляющих организаций + + + + + + Экспорт информации о решении об определении управляющей организации из реестра управляющих организаций и решений об определении управляющих организаций + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rvuo/hcs-rvuo-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rvuo/hcs-rvuo-types.xsd new file mode 100644 index 0000000..6a9b79b --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/rvuo/hcs-rvuo-types.xsd @@ -0,0 +1,991 @@ + + + + + + + + + + Тип данных, описывающий состояние организации. Возможные значения: Excluded - Исключена; Included - Включена. + + + + + + + + + Тип данных, описывающий статус размещаемой информации. Возможные значения: Project - Проект; Placed - Размещена. + + + + + + + + + Тип данных, описывающий статус размещаемой информации в результатах экспорта. Возможные значения: Project - Проект; Placed - Размещена; Annulled - Аннулирована. + + + + + + + + + + Тип данных, описывающий блок информации для документа. Возможные значения: IncludedInfo - Информация о включении; AdditionalInfo - Дополнительна информация; ExcludedInfo - Информация об исключении. + + + + + + + + + + Тип данных, описывающий блок информации для документа. Возможные значения: DecisionInfo - Информация о решении; AdditionalInfo - Дополнительна информация; ServicesInfo - Перечень работ и услуг. + + + + + + + + + + Тип данных, описывающий документ прилагаемый к информации об управляющей организации + + + + + Прикрепленный файл + + + + + Тип блока информации для документа. Возможные значения: IncludedInfo - Информация о включении; AdditionalInfo - Дополнительна информация; ExcludedInfo - Информация об исключении. + + + + + + + Тип данных, описывающий документ в запросе на импорт информации о решении об определении управляющей организации + + + + + Прикрепленный файл + + + + + Тип блока информации для документа. Возможные значения: DecisionInfo - Информация о решении; AdditionalInfo - Дополнительна информация; ServicesInfo - Перечень работ и услуг. + + + + + + + Тип данных, описывающий реквизиты организации + + + + + + ОГРН + + + + + ОГРНИП + + + + + + ИНН + + + + + КПП + + + + + + + Тип данных, описывающий дом в решении + + + + + Глобальный уникальный идентификатор дома по ФИАС/Идентификационный код дома в ГИС ЖКХ + + + + + Период управления + + + + + + + + Тип данных, описывающий решение об определении управляющей организации + + + + + Номер решения + + + + + Дата решения + + + + + Размер платы за содержание + + + + + + + + + + Дополнительная информация + + + + + + + + + + Статус размещаемой информации. Возможные значения: Project - Проект; Placed - Размещена. + + + + + + + Тип данных, описывающий решение об определении управляющей организации в результатах экспорта + + + + + Уникальный идентификатор решения об определении управляющей организации + + + + + Уникальный идентификатор управляющей организации + + + + + Номер решения + + + + + Дата решения + + + + + Размер платы за содержание + + + + + + + + + + Дополнительная информация + + + + + + + + + + Статус размещаемой информации. Возможные значения: Project - Проект; Placed - Размещена; Annulled - Аннулирована. + + + + + Дата и время размещения + + + + + Причина аннулирования + + + + + Дом в решении об определении управляющей организации + + + + + + + Результат экспорта информации о решении об определении управляющей организации + + + + + + + + Результат выполнения запроса на Результат экспорта информации о решении об определении управляющей организации + + + + + + + + + + + + Результат выполнения запроса на Результат экспорта информации о решении об определении управляющей организации + + + + + + + Идентификатор решения об определении управляющей организации для экспорта следующей 1000 решении об определении управляющей организации + + + + + Последняя страница экспорта + + + + + + + + + Тип данных, описывающий управляющую организацию + + + + + Код ОКТМО + + + + + Основание включения + + + + + + Тип основания. Ссылка на НСИ "Вид основания для включения в перечень УО" (реестровый номер 204) + + + + + Номер заявления/протокола + + + + + Дата заявления/протокола + + + + + Дата включения сведений + + + + + Порядковый номер + + + + + + + + + + + + + + Информация об исключении + + + + + + Причина исключения. Ссылка на НСИ "Вид основания для исключения из перечня УО" (реестровый номер 205) + + + + + Дата исключения + + + + + + + + Дополнительная информация + + + + + + + + + + Статус размещаемой информации. Возможные значения: Project - Проект; Placed - Размещена. + + + + + + + Тип данных, описывающий управляющую организацию в результатах экспорта + + + + + Уникальный идентификатор управляющей организации + + + + + Код ОКТМО + + + + + Основание включения + + + + + + Тип основания. Ссылка на НСИ "Вид основания для включения в перечень УО" (реестровый номер 204) + + + + + Номер заявления/протокола + + + + + + + + + + Дата заявления/протокола + + + + + Дата включения сведений + + + + + Порядковый номер + + + + + + + + + + + + + + Информация об исключении + + + + + + Причина исключения. Ссылка на НСИ "Вид основания для исключения из перечня УО" (реестровый номер 205) + + + + + Дата исключения + + + + + + + + Дополнительная информация + + + + + + + + + + Статус размещаемой информации. Возможные значения: Project - Проект; Placed - Размещена; Annulled - Аннулирована. + + + + + Дата и время размещения + + + + + Причина аннулирования + + + + + + + Результат экспорта информации об управляющих организациях + + + + + + + + Результат выполнения запроса на экспорт информации об управляющих организациях + + + + + + + + + + + + Результат экспорта информации об управляющих организациях + + + + + + + Идентификатор управляющей организации для экспорта следующей 1000 управляющих организаций + + + + + Последняя страница экспорта + + + + + + + + + Запрос на импорт информации о решении об определении управляющей организации + + + + + + + + Решение об определении управляющей организации + + + + + + + + Размещение решения об определении управляющей организации + + + + + + Уникальный идентификатор управляющей организации + + + + + Информация о решения об определении управляющей организации + + + + + Документ прилагаемый к информации о решения об определении управляющей организации + + + + + Дом в решении об определении управляющей организации + + + + + + + + Редактирование решения об определении управляющей организации + + + + + + Уникальный идентификатор решения об определении управляющей организации + + + + + Информация о решения об определении управляющей организации + + + + + Документ прилагаемый к информации о решения об определении управляющей организации + + + + + Дом в решении об определении управляющей организации + + + + + + + + Аннулирование решения об определении управляющей организации + + + + + + Уникальный идентификатор решения об определении управляющей организации + + + + + Причина аннулирования управляющей организации + + + + + + + + Удаление решения об определении управляющей организации + + + + + + Уникальный идентификатор решения об определении управляющей организации + + + + + + + + Изменение решения об определении управляющей организации в статусе "Проект" на статус "Размещена" + + + + + + Уникальный идентификатор решения об определении управляющей организации + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт информации о решении об определении управляющей организации + + + + + + + + Уникальный идентификатор решения об определении управляющей организации + + + + + Уникальный идентификатор управляющей организации + + + + + Реквизиты управляющей организации + + + + + Номер решения + + + + + Код ОКТМО + + + + + + Глобальный уникальный идентификатор дома по ФИАС/Идентификационный код дома в ГИС ЖКХ + + + + + Неформализованное описание адреса + + + + + + + + + + + + + Дата принятия решения. Используется для поиска решений по дате принятия. Значение содержит одну дату. В результирующую выборку попадут решения, у которых дата принятия входит в диапазон с 00:00:00 до 23:59:59 часов даты, указанной в элементе + + + + + Период принятия решения. Используется для поиска решений по дате принятия. Значение содержит временной период + + + + + + Статус размещаемой информации. Возможные значения: Project - Проект; Placed - Размещена; Annulled - Аннулирована. + + + + + Период управления + + + + + Период создания сведений + + + + + Период размещения сведений + + + + + Идентификатор, используемый для экспорта 2-го и последующих блоков данных. + +Если в элементе exportDecisionRequest указаны условия отбора по атрибутам запроса, то экспорт запросов осуществляется блоками по 1000 запросов в каждом блоке (последний блок может содержать меньшее число запросов). + +Для экспорта первого блока данных элемент не указывается. Для экспорта каждого следующего блока данных в элементе должно указываться значение элемента getStateResult/ exportDecisionResult/ ExportDecisionGUID, полученное при экспорте предыдущего блока данных + + + + + + + + + + + + Запрос на импорт информации об управляющей организации + + + + + + + + Управляющая организация + + + + + + + + Размещение управляющей организации + + + + + + Реквизиты управляющей организации + + + + + Информация об управляющей организации + + + + + Документ прилагаемый к информации об управляющей организации + + + + + + + + Редактирование управляющей организации + + + + + + Уникальный идентификатор управляющей организации + + + + + Информация об управляющей организации + + + + + Документ прилагаемый к информации об управляющей организации + + + + + + + + Аннулирование управляющей организации + + + + + + Уникальный идентификатор управляющей организации + + + + + Причина аннулирования управляющей организации + + + + + + + + Удаление управляющей организации + + + + + + Уникальный идентификатор управляющей организации + + + + + + + + Изменение управляющей организации в статусе "Проект" на статус "Размещена" + + + + + + Уникальный идентификатор управляющей организации + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт информации об управляющих организациях + + + + + + + + Уникальный идентификатор управляющей организации + + + + + Основание включения сведений. Ссылка на НСИ "Вид основания для включения в перечень УО" (реестровый номер 204) + + + + + Реквизиты управляющей организации + + + + + Код ОКТМО + + + + + Состояние организации. Возможные значения: Excluded - Исключена; Included - Включена. + + + + + Статус размещаемой информации. Возможные значения: Project - Проект; Placed - Размещена; Annulled - Аннулирована. + + + + + Период создания сведений + + + + + Период включения сведений + + + + + Период исключения сведений + + + + + Период размещения сведений + + + + + Идентификатор, используемый для экспорта 2-го и последующих блоков данных. + +Если в элементе exportManagingOrganizationRequest указаны условия отбора по атрибутам запроса, то экспорт запросов осуществляется блоками по 1000 запросов в каждом блоке (последний блок может содержать меньшее число запросов). + +Для экспорта первого блока данных элемент не указывается. Для экспорта каждого следующего блока данных в элементе должно указываться значение элемента getStateResult/ exportManagingOrganizationResult/ ExportOrgGUID, полученное при экспорте предыдущего блока данных + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + Результат импорта + + + + + Результат экспорта информации об управляющих организациях + + + + + Результат экспорта информации о решении об определении управляющей организации + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/services/hcs-services-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/services/hcs-services-service-async.wsdl new file mode 100644 index 0000000..9cefe2b --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/services/hcs-services-service-async.wsdl @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ВИ_ИПОЧ_УК_ТФ_ЭКСП. экспорт тарифов ЖКУ + + + + + + ВИ_ИПФР_ПЕР_ЭКСП. экспорт основных сведений по перечню работ + + + + + + ВИ_ИПФР_ПЕР_ИМП. импорт основных сведений по перечню работ + + + + + + ВИ_ИПФР_ПЛАН_ИМП. импорт актуальных планов по перечню работ/услуг + + + + + + ВИ_ИПФР_ПЛАН_ЭКСП. экспорт актуальных планов по перечню работ/услуг + + + + + + ВИ_ИПФР_ВЫП_ИМП. импорт сведений о выполненных работах и услугах + + + + + + ВИ_ИПФР_ВЫП_ЭКСП. экспорт сведений о выполненных работах и услугах + + + + + + Импорт сведений об оценке качества + + + + + + Экспорт сведений об оценке качества + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/services/hcs-services-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/services/hcs-services-types.xsd new file mode 100644 index 0000000..ff9599c --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/services/hcs-services-types.xsd @@ -0,0 +1,1621 @@ + + + + + + + + + Импорт перечня работ и услуг на период + + + + + + + + Перечень утвержден + + + + + + + + + Работа/услуга перечня + + + + + + + + + + + + + + + + + + + + + + + + + + + Идентификатор отмененного перечня + + + + + + + Идентификатор перечня + + + + + + + + Идентификатор аннулированного перечня + + + + + + + Идентификатор перечня + + + + + Причина аннулирования + + + + + + + + + + + + + + + + + + + + + + + + Экспорт автоматически формируемого черновика с перечнем работ и услуг поставщика данных + + + + + + + + + Период "с" + + + + + + + + + + + Период "с" + + + + + + + + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + Идентификатор перечня + + + + + + + + + + + Результат экспорта автоматически формируемого черновика с перечнем работ и услуг поставщика данных + + + + + Перечень работ/услуг + + + + + + + + + Статус: +(A)PPROVED - Утверждён +(C)ANCELLED - Отменён +(AN)NULLED - Аннулирован + + + + + Работа/услуга перечня + + + + + + + + Идентификатор работы/услуги перечня + + + + + + + + + + + + + + + + + Импорт актуальных планов по перечню работ/услуг + + + + + + + + Актуальный план по перечню работ/услуг + + + + + + + + + + + + + + + Экспорт плана работ/услуг + + + + + + + + + + + Идентификатор перечня + + + + + Год в рамках периода перечня + + + + + + + + + + + + + + Результат экспорта плана работ/услуг + + + + + План работ/услуг + + + + + + Идентификатор перечня работ/услуг + + + + + Год в рамках периода перечня + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + + + + Ссылка на период отчётности о выполненных работах + + + + + Год и месяц отчетного периода + + + + + + + + + + + План по работе/услуге + + + + + + Идентификатор работы/услуги перечня + + + + + + Ссылка на работу (услугу) в справочнике видов работ и услуг для организации (НСИ 59) + + + + + Ссылка на вид работы (услуги) в справочнике видов работ и услуг (НСИ 56) + + + + + Порядковый номер строки в перечне + + + + + + + Даты начала работ по плану + + + + + Количество работ + + + + + + + + + + + + + + + + + Импорт сведений о выполненных работах и услугах + + + + + + + + Перечень выполненных работ за отчетный период + + + + + + + + + + + + + + + Экспорт сведений о выполненных работах и услугах + + + + + + + + Ссылка на период отчётности о выполненных работах + + + + + + + + + + + Результат экспорта сведений о выполненных работах и услугах + + + + + + + + Импорт сведений об оценке и качестве выполненных работ и оказанных услуг + + + + + + + + Оценка качества + + + + + + + + Размещение и изменение информации об оценке качества + + + + + + Ссылка на период отчётности о выполненных работах/услугах + + + + + Работы, включенные в оценку качества за период + + + + + + Ссылка на работу (услугу) в справочнике видов работ и услуг для организации (НСИ 59) + + + + + + + + + + Ссылка на вид работы (услуги) в справочнике видов работ и услуг (НСИ 56) + + + + + Количество дней, в течение которых выполнялась (оказывалась) работа (услуга) ненадлежащего качества. +Элемент доступен и обязателен для заполнения, если по данной работе имеется акт нарушения качества. + + + + + + + + + + + Стоимость в составе ежемесячной платы за содержание и ремонт жилого помещения (рублей) + + + + + + + + + + + + Акт нарушения качества или превышения установленной продолжительности перерыва в оказании услуги или выполнении работы/Акт выполненных работ + + + + + + Добавление нового акта + + + + + Идентификатор акта. Заполняется при указании акта, размещенного в Системе. + + + + + + + + + + + + + + Аннулирование информации об оценке качества + + + + + + Ссылка на период отчётности о выполненных работах/услугах + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт сведений об оценке и качестве выполненных работ и оказанных услуг + + + + + + + + Ссылка на период отчётности о выполненных работах + + + + + + + + + + + Тип данных, описывающий оценку качества в результатах экспорта + + + + + Ссылка на период отчётности о выполненных работах + + + + + Выполненные работы, оказанные услуги, для котрых размещена информация об оцеке качества + + + + + + Выполненная работа, оказанная услуга + + + + + Ссылка на вид работы (услуги) в справочнике видов работ и услуг (НСИ 56) + + + + + Количество дней, в течение которых выполнялась (оказывалась) работа (услуга) ненадлежащего качества. +Элемент доступен и обязателен для заполнения, если по данной работе имеется акт нарушения качества. + + + + + + + + + + + Стоимость в составе ежемесячной платы за содержание и ремонт жилого помещения (рублей) + + + + + + + + + + + + Количество календарных дней в месяце + + + + + + + + + + + Размер уменьшения платы за содержание и ремонт жилого помещения (рублей) + + + + + + + + + + + + + + + + + + Экспорт тарифов ЖКУ + + + + + + + + Вид жилищно-коммунальной услуги +(M)unicipal - Коммунальные услуги +(O)verhaul - Капитальный ремонт +(S)ocial hiring - Социальный наем +(R)epair and maintenance - Содержание и ремонт жилого помещения +(C)ommunal resourses - коммунальные ресурсы + + + + + + + + + + + + + + + + + + + + + + + + + + Муниципальные образования + + + + + Субъект РФ + + + + + + Период, на который установлены тарифы + + + + Дата окончания действия тарифа + + + + + Дата начала действия тарифа + + + + + + Экспортируются только опубликованные документы. + + + + + + + + + + + Результат экспорта тарифов ЖКУ + + + + + + + Идентификатор документа тарифа в ГИС ЖКХ + + + + + Дата создания документа в ГИС ЖКХ + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + + + + + + + + + + + + + + Основные сведения по перечню работ/услуг + + + + + Идентификатор перечня + + + + + Глобальный уникальный идентификатор дома по ФИАС + + + + + Период "с" + + + + + + + + + + + Период "по" + + + + + + + + + + + Идентификатор договора управления ГИС ЖКХ + + + + + + + Работа/услуга в перечне + + + + + + + Цена + + + + + Объём + + + + + Количество + + + + + Общая стоимость + + + + + + Работа/Услуга исключена из перечня + + + + + + Ссылка на работу/услугу организации (НСИ 59) + + + + + Номер строки в перечне работ и услуг + + + + + + + + + + + + + План по перечню работ/услуг + + + + + Идентификатор перечня работ/услуг + + + + + + План по работе/услуге + + + + + + Идентификатор работы/услуги перечня + + + + + + + + Даты начала работ по плану + + + + + + Количество работ + + + + + + + + + + + + + + Базовый тип для запланированной или выполненной работы за месяц + + + + + Количество работ + + + + + Даты начала работ + + + + + + + Базовый тип выполненной работы + + + + + Фото выполненной работы/услуги + + + + + Количество выполненных работ (если не было указано в плане или изменилось) + + + + + Данные элементы не будут обработаны, поскольку возможность размещения данной информации в разделе фиксации выполненных работ закрыта. Элементы оставлены в схеме для обеспечения совместимости интеграционного взаимодействия. + + + + Описание работы в новом приложенном акте + + + + + Описание работы в ранее загруженном акте + + + + + + Фактическая цена (если не была указана в плане или изменилась). + + + + + Фактический объём (если не был указан в плане или изменился) + + + + + Фактическая стоимость выполненных работ (если не была указана в плане или изменилась) + + + + + + + Базовый тип выполненной работы для экспорта + + + + + Фото выполненной работы/услуги + + + + + Количество выполненных работ + + + + + Описание работы в акте + + + + + Фактическая цена + + + + + Фактический объём + + + + + Фактическая стоимость выполненных работ + + + + + + + Выполненная работа за период + + + + + Ссылка на период отчётности о выполненных работах/услугах + + + + + Выполненная плановая работа/услуга + + + + + + + + Идентификатор работы/услуги перечня + + + + + Количество работ по плану + + + + + + + + + + Выполненная внеплановая работа/услуга + + + + + + + + + Аварийные работы (tns:UnplannedWork/workType/Code=3) + + + + + + Ссылка на объект аварии (НСИ №57) + + + + + Причина аварии + + + + + Вид КУ (НСИ 3) для объектов аварии: +- Объект инженерной инфраструктуры +- Объект коммунальной инфраструктуры + + + + + + + + + + + + + + + По ограничениям поставки (tns:UnplannedWork/workType/Code=5) + + + + + + Вид КУ (НСИ 3) + + + + + Поставщик коммунального ресурса + + + + + + + + + + + + + + + + Комментарий + + + + + Ссылка на работу (услугу) в справочнике видов работ и услуг для организации (НСИ 59) + + + + + Ссылка на вид работы (услуги) в справочнике видов работ и услуг (НСИ 56) + + + + + + + + + + + + + + + + + + + + + + + + Выполненная работа за период (для экспорта, без TransportGUID) + + + + + Ссылка на период отчётности о выполненных работах/услугах + + + + + Выполненная плановая работа/услуга + + + + + + + + Идентификатор работы/услуги перечня + + + + + Количество работ по плану + + + + + + + + + + Выполненная внеплановая работа/услуга + + + + + + + + + Аварийные работы (tns:UnplannedWork/workType/Code=3) + + + + + + Ссылка на объект аварии (НСИ №57) + + + + + Причина аварии + + + + + Вид КУ (НСИ 3) для объектов аварии: +- Объект инженерной инфраструктуры +- Объект коммунальной инфраструктуры + + + + + + + + + + + + + + + По ограничениям поставки (tns:UnplannedWork/workType/Code=5) + + + + + + Вид КУ (НСИ 3) + + + + + Поставщик коммунального ресурса + + + + + + + + + + + + + + + + Комментарий + + + + + Ссылка на работу (услугу) в справочнике видов работ и услуг для организации (НСИ 59) + + + + + Ссылка на вид работы (услуги) в справочнике видов работ и услуг (НСИ 56) + + + + + + + + + + Акт + + + + + + + + Дата + + + + + Номер + + + + + + + + + + + Номер договора + + + + + + + + + + + Идентификатор акта + + + + + + + + + + + + Статус: +(A)PPROVED - Утверждён +(C)ANCELLED - Отменён + + + + + + + + + + + + Тип для цены работ/услуг + + + + + + + + + + Тип для объема работ/услуг + + + + + + + + + Тип для количества работ/услуг в перечне + + + + + + + + Тип для количества работ/услуг за месяц + + + + + + + + Тип для стоимости работ/услуг + + + + + + + + + + Документ. Тарифы ЖКУ + + + + + + + Дата начала действия тарифа + + + + + Дата окончания действия тарифа + + + + + Отмяеняет прежний документ (ссылка на документ) + + + + + Документ всегда приходит в статусе "Опубликован" и публикуется на Портале. Экспортируются только опубликованные документы. + + + + + Субъект РФ + + + + + Тариф на + + + + Вид ЖКУ = "Коммунальные услуги" +Доступно организациям с полномочием: +- Орган государственной власти субъекта РФ в сфере ЖКХ +- Орган местного самоуправления в сфере ЖКХ +- Управляющая организация + + + + + + + Вид коммунальной услуги (НСИ №3) + + + + + Муниципальное образование + + + + + Идентификатор РСО + + + + + Система коммунальной инфраструктуры (СКИ) + + + + + + Наименование СКИ + + + + + + + + + + + + + + + + + +Вид ЖКУ = "Коммунальные ресурсы" +Доступно организациям с полномочием: +- Орган исполнительной власти субъекта РФ в области регулирования тарифов +- Федеральная антимонопольная служба (Федеральная служба по тарифам) +- Ресурсоснабжающая организация + + + + + + Вид коммунального ресурса (НСИ №2) + + + + + + + + Уточненное наименование коммунального ресурса + + + + + + + + + + + + + + + + + + + +Вид ЖКУ = "Капитальный ремонт" +Доступно организациям с полномочиями: +- Орган государственной власти субъекта РФ в сфере ЖКХ + + + + + Доступно организациям с полномочиями: +- Орган государственной власти субъекта РФ в сфере ЖКХ + + + + Муниципальные образования + + + + + Вид жилищно-коммунальной услуги +(S)ocial hiring - Социальный наем +(R)epair and maintenance - Содержание и ремонт жилого помещения + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Тип данных, описывающий реквизитов акта + + + + + Тип акта. +Возможные значения: (C)ompleted works - Акт выполненных работ; +(Q)uality violation - Акт нарушения качества. + + + + + + + + + + + + Номер акта + + + + + Дата заключения + + + + + Дата начала отчетного периода. +Элемент обязательно заполняется для акта выполненных работ. + + + + + Дата окончания отчетного периода. +Элемент обязательно заполняется для акта выполненных работ. + + + + + Файл акта + + + + + + + Тип данных, описывающий реквизиты акта в результатах экспорте + + + + + Идентификатор акта + + + + + Тип акта. +Возможные значения: (C)ompleted works - Акт выполненных работ; +(Q)uality violation - Акт нарушения качества. + + + + + + + + + Номер акта + + + + + Дата заключения + + + + + Дата начала отчетного периода. +Элемент обязательно заполняется для акта выполненных работ. + + + + + Дата окончания отчетного периода. +Элемент обязательно заполняется для акта выполненных работ. + + + + + Файл акта + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tariff/hcs-tariff-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tariff/hcs-tariff-service-async.wsdl new file mode 100644 index 0000000..e1b1c5a --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tariff/hcs-tariff-service-async.wsdl @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Результат обработки асинхронного вызова + + + + + + Импорт информации о социальных нормах потребления электрической энергии + + + + + + Экспорт информации о социальных нормах потребления электрической энергии + + + + + + Импорт информации о размерах платы за содержание жилого помещения + + + + + + Экспорт информации о размерах платы за содержание жилого помещения + + + + + + Импорт информации о тарифах на оплату коммунальных ресурсов + + + + + + Экспорт информации о тарифах на оплату коммунальных ресурсов + + + + + + Импорт информации о минимальных размерах взносов на капитальный ремонт + + + + + + Экспорт информации о минимальных размерах взносов на капитальный ремонт + + + + + + Импорт информации о размерах платы за пользование жилым помещением + + + + + + Экспорт информации о размерах платы за пользование жилым помещением + + + + + + Экспорт списка критериев дифференциации + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Сервис Ведение тарифов + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tariff/hcs-tariff-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tariff/hcs-tariff-types.xsd new file mode 100644 index 0000000..5883a87 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tariff/hcs-tariff-types.xsd @@ -0,0 +1,2081 @@ + + + + + + + + Строка от 1 до 255 символов, содержащая по крайней мере один символ, отличный от пробельного + + + + + + + + + + Строка от 1 до 500 символов, содержащая по крайней мере один символ, отличный от пробельного + + + + + + + + + + Строка от 1 до 1000 символов, содержащая по крайней мере один символ, отличный от пробельного + + + + + + + + + + Строка от 1 до 2000 символов, содержащая по крайней мере один символ, отличный от пробельного + + + + + + + + + + Строка от 1 до 4000 символов, содержащая по крайней мере один символ, отличный от пробельного + + + + + + + + + + Статус объекта. Published - размещено в ГИС ЖКХ, Canceled - аннулированная информация + + + + + Размещено в ГИС ЖКХ + + + + + Аннулированная информация + + + + + + + Дата в диапазоне от 01.01.1901 до 01.01.3000 + + + + + + + + + + Критерий дифференциации перечислимого типа (значение из справочника) + + + + + + + + Критерий дифференциации перечислимого типа (выбор из справочника ФИАС) + + + + + + Критерий дифференциации перечислимого типа (выбор из справочника ОКТМО) + + + + + + + + Критерий дифференциации типа даты + + + + + + Критерий дифференциации типа год + + + + + + Критерий дифференциации типа вещественное число + + + + + + + + + + + Критерий дифференциации типа целое число + + + + + + + + Критерий дифференциации логического типа + + + + + + Критерий дифференциации строкового типа + + + + + + Критерий дифференциации многострокового типа + + + + + Наименование критерия + + + + + Значение + + + + + + + Критерии дифференциации тарифов + + + + + Код критерия дифференциации (см. метод exportTariffDifferentiation) + + + + + + + Range-диапазон значений, ExcludingRange-исключая диапазон значений + + + + + + + + + + + Значение критерия дифференциации перечислимого типа + + + + + + Значение критерия дифференциации типа даты, целое число, вещественное число + + + + С операторами равно/больше/не более/меньше/не менее + + + + Equal-равно, More-больше, NotMore-не более, Less-меньше, NotLess-не меньше + + + + + + + + + + + + + + + Значение критерия дифференциации типа даты + + + + + Значение критерия дифференциации типа год + + + + + Значение критерия дифференциации типа целое число + + + + + Значение критерия дифференциации типа вещественное число + + + + + + + С операторами диапазон значений/исключая диапазон значений + + + + Range-диапазон значений, ExcludingRange-исключая диапазон значений + + + + + + + + + + + + + Значение критерия дифференциации типа даты C + + + + + Значение критерия дифференциации типа даты ПО + + + + + + + Значение критерия дифференциации типа год C + + + + + Значение критерия дифференциации типа год ПО + + + + + + + Значение критерия дифференциации типа целое число С + + + + + Значение критерия дифференциации типа целое число ПО + + + + + + + Значение критерия дифференциации типа вещественное число С + + + + + Значение критерия дифференциации типа вещественное число ПО + + + + + + + + + Значение критерия дифференциации строкового типа + + + + + Значение критерия дифференциации логического типа + + + + + Значение критерия дифференциации многострочного типа + + + + + Значение критерия дифференциации перечислимого типа (выбор из справочника ФИАС) + + + + + Значение критерия дифференциации перечислимого типа (выбор из справочника ОКТМО) + + + + + + + + + Величина тарифа + + + + + + + + + + + Значение коэффициента + + + + + + + + + + + Код единицы измерения электрической энергии + + + + + Ватт-час + + + + + Киловатт-час + + + + + + + Коэффициент тарифа + + + + + Значение коэффициента + + + + + Описание коэффициента + + + + + + + Нормативный правовой акт + + + + + Номер документа + + + + + Дата принятия документа органом власти + + + + + + + Тариф (общий тип) + + + + + Наименование + + + + + Идентификатор утверждающего нормативного правового акта в ГИС ЖКХ + + + + + Территория, на которой применяется + + + + + Дата начала действия + + + + + Дата окончания действия + + + + + + + Экспортируемые сведения о тарифе + + + + + Идентификатор тарифа + + + + + Статус информации о тарифе + + + + + Причина аннулирования + + + + + + Тариф на оплату коммунальных ресурсов + + + + + Размер платы за содержание жилого помещения + + + + + Минимальный размер взноса на капитальный ремонт + + + + + Социальная норма потребления электрической энергии + + + + + Размер платы за пользование жилым помещением + + + + + + + + + Тариф на оплату коммунальных ресурсов + + + + + + + НСИ 268 (Вид тарифа) + + + + + Описание дифференцированной цены тарифа. При импорте необходимо присылать все цены тарифа в их актуальном состоянии + + + + + Организации, осуществляющие регулируемые виды деятельности в соответствующей сфере + + + + Для всех организаций, осуществляющих деятельность на указанной территории + + + + + Регулируемая организация + + + + + + Идентификаторы тарифов - компонентов составного тарифа + + + + + + + + + Дифференцированная цена тарифа на оплату коммунальных ресурсов + + + + + Идентификатор дифференцированной цены тарифа (заполняется только при изменении ранее добавленной цены) + + + + + НСИ 262 (Состав тарифа) - компонент/ставка + + + + + Описание + + + + + Величина тарифа (ставки тарифа) + + + + + Единицы измерения (руб./единицу измерения) + + + + + Критерии дифференциации цены тарифа + + + + Критерии дифференциации не установлены + + + + + Критерии дифференциации + + + + + + + + + Размер платы за содержание жилого помещения + + + + + + + НСИ 307 (Установленный размер применяется) + + + + + Величина (руб./кв.метр). Если не заполнено, то размер платы установлен в разрезе работ (услуг) + + + + + Критерии дифференциации размера платы + + + + Критерии дифференциации не установлены + + + + + Критерии дифференциации + + + + + + Коэффициенты тарифа + + + + Коэффициенты тарифа не установлены + + + + + Коэффициент тарифа + + + + + + Работы (услуги) по содержанию жилого помещения + + + + Без детализации по видам работ (услуг) + + + + + НСИ 13 (Классификатор видов работ (услуг)) + + + + + + + + Величина, руб. + + + + + + + + + + + + + + + + + + + + + + + Минимальный размер взноса на капитальный ремонт + + + + + + + Величина (руб./кв.метр) + + + + + Критерии дифференциации минимального размера взноса на капитальный ремонт + + + + Критерии дифференциации не установлены + + + + + Критерии дифференциации + + + + + + Коэффициенты тарифа + + + + Коэффициенты тарифа не установлены + + + + + Коэффициент тарифа + + + + + + + + + + + Социальная норма потребления электрической энергии + + + + + + + Величина + + + + + Код единицы измерения. Доступные значения 245 – Киловатт-час, 243 Ватт-час + + + + + Критерии дифференциации социальной нормы потребления электрической энергии + + + + Критерии дифференциации социальной нормы потребления электрической энергии + + + + + + + + + + + + + + + + + + Критерии дифференциации социальной нормы потребления электрической энергии не установлены + + + + + + Коэффициенты тарифа + + + + Коэффициент тарифа + + + + + Коэффициенты тарифа не установлены + + + + + + + + + + + Размер платы за пользование жилым помещением + + + + + + + Величина (руб./кв.метр) + + + + + Критерии дифференциации размера платы + + + + Критерии дифференциации + + + + + + + + + + + + + + + + + + Критерии дифференциации не установлены + + + + + + Коэффициенты тарифа + + + + Коэффициент тарифа + + + + + Коэффициенты тарифа не установлены + + + + + + + + + + + Тип значения критерия дифференциации + + + + + Перечислимый + + + + + FIAS-перечислимый (выбор из справочника ФИАС) + + + + + Дата + + + + + Год + + + + + Вещественное число + + + + + Целое число + + + + + Логическое значение + + + + + Строка + + + + + Многострочный + + + + + OKTMO-перечислимый (выбор из справочника ОКТМО) + + + + + + + Тип тарифа + + + + + Тариф на оплату коммунальных ресурсов + + + + + Размер платы за содержание жилого помещения + + + + + Минимальный размер взноса на капитальный ремонт + + + + + Социальная норма потребления электрической энергии + + + + + Размер платы за пользование жилым помещением + + + + + + + Экспортируемые сведения о критерии дифференциации + + + + + Код критерия дифференциации. + + + + + Наименование критерия дифференциации. + + + + + Тип значения критерия дифференциации. + + + + + Тип тарифа, для которого применяется критерий дифференциации (MunicipalResourceTariff - тариф на оплату коммунальных ресурсов, ResidentialPremisesMaintenance - размер платы за содержание жилого помещения, CapitalRepairTariff - минимальный размер взноса на капитальный ремонт, SocialNorm - социальная норма потребления электрической энергии, ResidentialPremisesUsage - размер платы за пользование жилым помещением. + + + + + Сведения о виде тарифа из справочника НСИ 125 (Вид тарифа). Заполняется только для тарифов на коммунальные ресурсы. Содержит сведения о виде тарифа на коммунальные ресурсы, для которого может быть применен критерий дифференциации. + + + + + Информация о справочнике для критерия перечислимого типа. + + + + + + + + + + + + + + true - справочником предусмотрено несколько значений; false - справочником предусмотрено одно значение (при формировании запросов на импорт сведений о тарифах, для критериев перечислимого типа предоставляется возможность указать несколько значений). + + + + + + + + Запрос на импорт информации о социальных нормах потребления электрической энергии + + + + + + + + Импортируемая информации о социальной норме потребления электрической энергии + + + + + + Транспортный идентификатор для выполнения операции с социальной норме потребления электрической энергии + + + + + Идентификатор социальной нормы потребления электрической энергии, заполняется при изменении и аннулировании информации о социальной норме потребления электрической энергии + + + + + + Создать/изменить информацию о социальной норме потребления электрической энергии. При изменении информации о социальной норме потребления электрической энергии необходимо указывать все актуальные сведения. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Аннулировать информацию о социальной норме потребления электрической энергии + + + + + + Причина аннулирования + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт информации о социальных нормах потребления электрической энергии + + + + + + + + Идентификатор тарифа + + + + + + Территория, на которой применяется + + + + + + Дата вступления в силу С + + + + + Дата вступления в силу ПО + + + + + + Экспортировать только размещенную информацию + + + + + + + + + + + + + Запрос на импорт информации о размерах платы за содержание жилого помещения + + + + + + + + Импортируемая информация о размерах платы за содержание жилого помещения + + + + + + Транспортный идентификатор для выполнения операции с информацией о размерах платы за содержание жилого помещения + + + + + Идентификатор тарифа, заполняется при изменении и аннулировании информации о размерах платы за содержание жилого помещения + + + + + + Создать/изменить информацию о размерах платы за содержание жилого помещения. При изменении информации о размерах платы за содержание жилого помещения необходимо указать все актуальные сведения. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Аннулировать информацию о размерах платы за содержание жилого помещения + + + + + + Причина аннулирования + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт информации о размерах платы за содержание жилого помещения + + + + + + + + Идентификатор тарифа + + + + + + Территория, на которой применяется + + + + + + Дата вступления в силу С + + + + + Дата вступления в силу ПО + + + + + + Экспортировать только размещенную информацию + + + + + + + + + + + + + Запрос на импорт информации о тарифах на оплату коммунальных ресурсов + + + + + + + + Импортируемая информация о тарифах на оплату коммунальных ресурсов + + + + + + Транспортный идентификатор для выполнения операции с информацией о тарифах на оплату коммунальных ресурсов + + + + + Идентификатор тарифа, заполняется при изменении и аннулировании информации о тарифах на оплату коммунальных ресурсов + + + + + + Создать/изменить информацию о тарифах на оплату коммунальных ресурсов. При изменении информации о тарифах на оплату коммунальных ресурсов необходимо указать все актуальные сведения. + + + + + + + + + + + + + + + + + Аннулировать информацию о тарифах на оплату коммунальных ресурсов + + + + + + Причина аннулирования + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт информации о тарифах на оплату коммунальных ресурсов + + + + + + + + Идентификатор тарифа + + + + + + Территория, на которой применяется + + + + + Регулируемая организация + + + + + + Дата вступления в силу С + + + + + Дата вступления в силу ПО + + + + + + Экспортировать только размещенную информацию + + + + + + + + + + + + + Запрос на импорт информации о минимальных размерах взносов на капитальный ремонт + + + + + + + + Импортируемая информация о минимальных размерах взносов на капитальный ремонт + + + + + + Транспортный идентификатор для выполнения операции с информацией о минимальных размерах взносов на капитальный ремонт + + + + + Идентификатор тарифа, заполняется при изменении и аннулировании информации о минимальных размерах взносов на капитальный ремонт + + + + + + Создать/изменить информацию о минимальных размерах взносов на капитальный ремонт. При изменении информации о минимальных размерах взносов на капитальный ремонт необходимо указать все актуальные сведения. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Аннулировать информацию о минимальных размерах взносов на капитальный ремонт + + + + + + Причина аннулирования + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт информации о минимальных размерах взносов на капитальный ремонт + + + + + + + + Идентификатор тарифа + + + + + + Территория, на которой применяется + + + + + + Дата вступления в силу С + + + + + Дата вступления в силу ПО + + + + + + Экспортировать только размещенную информацию + + + + + + + + + + + + + Запрос на импорт информации о размерах платы за пользование жилым помещением + + + + + + + + Импортируемая информация о размерах платы за пользование жилым помещением + + + + + + Транспортный идентификатор для выполнения операции с информацией о размерах платы за пользование жилым помещением + + + + + Идентификатор тарифа, заполняется при изменении и аннулировании информации о размерах платы за пользование жилым помещением + + + + + + Создать/изменить информацию о размерах платы за пользование жилым помещением. При изменении информации о размерах платы за пользование жилым помещением необходимо указать все актуальные сведения. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Аннулировать информацию о размерах платы за пользование жилым помещением + + + + + + Причина аннулирования + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос на экспорт информации о размерах платы за пользование жилым помещением + + + + + + + + Идентификатор тарифа + + + + + + Территория, на которой применяется + + + + + + Дата вступления в силу С + + + + + Дата вступления в силу ПО + + + + + + Экспортировать только размещенную информацию + + + + + + + + + + + + + Запрос на экспорт списка критериев дифференциации + + + + + + + + Код записи + + + + + + + + + + + Ответ на запрос экспорта списка критериев дифференциации + + + + + + + + + Экспортируемые сведения о видах критериев дифференциации + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + Результат импорта + + + + + Результат экспорта видов критериев дифференциации + + + + + + Экспортируемые сведения о видах критериев дифференциации + + + + + + + + Результат экспорта информации о социальных нормах потребления электрической энергии + + + + + + Идентификатор тарифа + + + + + Статус информации о тарифе + + + + + Причина аннулирования + + + + + Экспортируемые сведения о социальных нормах потребления электрической энергии + + + + + + + + Результат экспорта информации о размере платы за содержание жилого помещения + + + + + + Идентификатор тарифа + + + + + Статус информации о тарифе + + + + + Причина аннулирования + + + + + Экспортируемые сведения о размерах плат за содержание жилого помещения + + + + + + + + Результат экспорта информации о тарифах на оплату коммунальных ресурсов + + + + + + Идентификатор тарифа + + + + + Статус информации о тарифе + + + + + Причина аннулирования + + + + + Экспортируемые сведения о тарифах на оплату коммунальных ресурсов + + + + + + + + Результат экспорта информации о размере взноса на капитальный ремонт + + + + + + Идентификатор тарифа + + + + + Статус информации о тарифе + + + + + Причина аннулирования + + + + + Экспортируемые сведения о минимальных размерах взносов на капитальный ремонт + + + + + + + + Результат экспорта информации о размере платы за пользование жилым помещением + + + + + + Идентификатор тарифа + + + + + Статус информации о тарифе + + + + + Причина аннулирования + + + + + Экспортируемые сведения о размерах плат за пользование жилым помещением + + + + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tech-conn/hcs-tech-conn-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tech-conn/hcs-tech-conn-service-async.wsdl new file mode 100644 index 0000000..462d71b --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tech-conn/hcs-tech-conn-service-async.wsdl @@ -0,0 +1,324 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Экспорт заявления на определение организации для технологического присоединения + + + + + + Экспорт заявления на предоставление технических условий подключения + + + + + + Экспорт заявления на предоставление информации о возможности подключения + + + + + + Экспорт заявления на заключение договора о подключении + + + + + + Экспорт заявления на получение акта по договору о подключении + + + + + + Импорт информации об изменении статуса заявления на определение организации для технологического присоединения + + + + + + Импорт информации об изменении статуса заявления на предоставление технических условий подключения + + + + + + Импорт информации об изменении статуса заявления на предоставление информации о возможности подключения + + + + + + Импорт информации об изменении статуса заявления на заключение договора о подключении + + + + + + Импорт информации об изменении статуса заявления на получение акта по договору + + + + + + + + + + + + + + Экспорт заявления на определение организации для технологического присоединения + + + + + + + + + + + + + + + Экспорт заявления на предоставление технических условий подключения + + + + + + + + + + + + + + + Экспорт заявления на предоставление информации о возможности подключения + + + + + + + + + + + + + + + Экспорт заявления на заключение договора о подключении + + + + + + + + + + + + + + + Экспорт заявления на получение акта по договору о подключении + + + + + + + + + + + + + + + Импорт информации об изменении статуса заявления на определение организации для технологического присоединения + + + + + + + + + + + + + + + Импорт информации об изменении статуса заявления на предоставление технических условий подключения + + + + + + + + + + + + + + + Импорт информации об изменении статуса заявления на предоставление информации о возможности подключения + + + + + + + + + + + + + + + Импорт информации об изменении статуса заявления на заключение договора о подключении + + + + + + + + + + + + + + + Импорт информации об изменении статуса заявления на получение акта по договору + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Асинхронный сервис работы с заявлениями по технологическому присоединению + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tech-conn/hcs-tech-conn-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tech-conn/hcs-tech-conn-types.xsd new file mode 100644 index 0000000..4e25921 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/tech-conn/hcs-tech-conn-types.xsd @@ -0,0 +1,4148 @@ + + + + + + + + + + + Запрос на экспорт заявлений на определение организации для технологического присоединения + + + + + + + + + + + + Результат экспорта заявлений на определение организации для технологического присоединения + + + + + + + + Результат запроса на экспорт заявлений на определение организации для технологического присоединения + + + + + + + + + + + + + Запрос на экспорт заявлений на предоставление технических условий подключения + + + + + + + + + + + + Результат экспорта заявлений на предоставление технических условий подключения + + + + + + + + Результат запроса на экспорт заявлений на предоставление технических условий подключения + + + + + + + + + + + + + Запрос на экспорт заявлений на предоставление информации о возможности подключения к сетям теплоснабжения + + + + + + + + + + + + Результат экспорта заявлений на предоставление информации о возможности подключения к сетям теплоснабжения + + + + + + + + Результат запроса на экспорт заявлений на предоставление информации о возможности подключения к сетям теплоснабжения + + + + + + + + + + + + + Запрос на экспорт заявлений на заключение договоров о подключении + + + + + + + + Идентификатор заявления в ГИС ЖКХ + + + + + Номер заявления в ГИС ЖКХ + + + + + Дата регистрации заявления в ГИС ЖКХ + + + + Дата регистрации заявления - с (включительно) + + + + + Дата регистрации заявления - по (включительно) + + + + + + Дата последней активности заявителя + + + + + + + + + + + Результат экспорта заявлений на заключение договоров о подключении + + + + + + + + Результат запроса на экспорт заявлений на заключение договоров о подключении + + + + + + + + + + + + + Запрос на экспорт заявлений на получение актов по договорам + + + + + + + + Идентификатор заявления в ГИС ЖКХ + + + + + Номер заявления в ГИС ЖКХ + + + + + Дата регистрации заявления в ГИС ЖКХ + + + + Дата регистрации заявления - с (включительно) + + + + + Дата регистрации заявления - по (включительно) + + + + + + Дата последней активности заявителя + + + + + + + + + + + Результат экспорта заявлений на получение актов по договорам + + + + + + + + Результат запроса на экспорт заявлений на получение актов по договорам + + + + + + + + + + + + + + Импорт информации об изменении статуса заявления на определение организации для технологического присоединения + + + + + + + + Импорт сведений о работе с заявлением + + + + + + + + Уникальный идентификатор заявления в ГИС ЖКХ + + + + + + + Сведения о назначенном исполнителе + + + + + + Фамилия И.О. назначенного исполнителя + + + + + + + + Сведения о взятии заявления в работу исполнителем + + + + + Ответ по заявлению на определение организации для технологического присоединения + + + + + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности идентификатора заявления в рамках запроса + + + + + + + + + Импорт информации об изменении статуса заявления на предоставление технических условий подключения + + + + + + + + Импорт сведений о работе с заявлением + + + + + + + + Уникальный идентификатор заявления в ГИС ЖКХ + + + + + + + Сведения о назначенном исполнителе + + + + + + Фамилия И.О. назначенного исполнителя + + + + + + + + Сведения о взятии заявления в работу исполнителем + + + + + Ответ по заявлению на предоставление технических условий подключения + + + + + + + + + + + + + + + + + + Проверка уникальности идентификатора заявления в рамках запроса + + + + + + + + + Импорт информации об изменении статуса заявления на предоставление технических условий подключения + + + + + + + + Импорт сведений о работе с заявлением + + + + + + + + Уникальный идентификатор заявления в ГИС ЖКХ + + + + + + + Сведения о назначенном исполнителе + + + + + + Фамилия И.О. назначенного исполнителя + + + + + + + + Сведения о взятии заявления в работу исполнителем + + + + + Ответ по заявлению на предоставление технических условий подключения + + + + + + + + + + + + + + + + + + Проверка уникальности идентификатора заявления в рамках запроса + + + + + + + + + Импорт информации об изменении статуса заявления на заключение договора о подключении + + + + + + + + Импорт сведений о работе с заявлением + + + + + + + + Уникальный корневой идентификатор заявления в ГИС ЖКХ + + + + + + + Сведения о назначенном исполнителе + + + + + + Фамилия И.О. назначенного исполнителя + + + + + + + + Сведения о взятии заявления в работу исполнителем + + + + + Комплектность подтверждена + + + + + Заявка некомплектна + + + + + Отказать в подключении + + + + + Отсутствует возможность подключения + + + + + Необходимо согласование со смежной организацией + + + + + Установление размера платы в индивидуальном порядке + + + + + Включение в инвестиционную программу + + + + + Подтвердить отказ от подключения + + + + + Аннулировать заявление + + + + + Сообщить об отказе включения в инвестпрограмму + + + + + Отправить договор заявителю + + + + + Подтвердить подписание договора + + + + + Сообщить о проведении приемочных работ по договору + + + + + Отправить акт о готовности заявителю + + + + + Подтвердить подписание акта о готовности + + + + + Отказать в выдаче акта о готовности + + + + + Отправить акт о подключении заявителю + + + + + + + + Акт о подключении ранее был подписан вне системы + + + + + + + + + + Подтвердить подписание акта о подключении + + + + + Отказать в выдаче акта о подключении + + + + + Продлить срок рассмотрения заявления + + + + + Завершить оказание услуги + + + + + Отправить договор на повторное подписание заявителю + + + + + Отправить акт о готовности на повторное подписание заявителю + + + + + Отправить акт о подключении на повторное подписание заявителю + + + + + + + + + + + + + + + + + + Проверка уникальности идентификатора заявления в рамках запроса + + + + + + + + + Импорт информации об изменении статуса заявления на получение акта по договору о подключении + + + + + + + + Импорт сведений о работе с заявлением + + + + + + + + Уникальный идентификатор заявления в ГИС ЖКХ + + + + + + + Сведения о назначенном исполнителе + + + + + + Фамилия И.О. назначенного исполнителя + + + + + + + + Сведения о взятии заявления в работу исполнителем + + + + + Отказать в выдаче акта + + + + + Договор не найден + + + + + Сообщить о проведении приемочных работ + + + + + Отправить акт заявителю + + + + + Подтвердить подписание акта + + + + + Отправить акт на повторное подписание заявителю + + + + + + + + + + + + + + + + + + Проверка уникальности идентификатора заявления в рамках запроса + + + + + + + + + Результат обработки запроса + + + + + + + + + Резульат запроса на импорт + + + + + Результат запроса на экспорт заявлений на определение организации для технологического присоединения + + + + + Результат запроса на экспорт заявлений на предоставление технических условий подключения + + + + + Результат запроса на экспорт заявлений на предоставление информации о возможности подключения + + + + + Результат запроса на экспорт заявлений заключение договора о подключении + + + + + Результат запроса на экспорт заявлений на получение актов по договорам + + + + + + + + + + + + + Составной тип. Запрос на экспорт заявления в рамках технологического присоединения + + + + + + + Идентификатор заявления в ГИС ЖКХ + + + + + Номер заявления в ГИС ЖКХ + + + + + Дата регистрации заявления в ГИС ЖКХ + + + + Дата регистрации заявления - с (включительно) + + + + + Дата регистрации заявления - по (включительно) + + + + + + + + + + Составной тип. Экспорт заявления на определение организации для технологического присоединения + + + + + Общие сведения о заявлении + + + + + + + + Статус заявления + + + + + + + + + + Вид сети для технологического присоединения. Значение из справочника "Виды сетей для технологического присоединения" + + + + + + Вид сети для технологического присоединения. Справочник "Виды сетей для технологического присоединения" + + + + + Подключаемый ресурс. Справочник "Вид ресурсов или услуг, доступный для подключения" в ЕСНСИ + + + + + + + + Сведения о заявителе + + + + + Категория заявителя. Справочник "Лица, которым доступна возможность отправки заявления по подключению объектов капитального строительства к централизованным системам" ЕСНСИ + + + + + Сведения о представителе заявителя + + + + + Информация об адресе подключаемого объекта + + + + + Сведения о земельном участке + + + + + + + + Вид разрешенного использования земельного участка. Справочник "Вид разрешенного использования земельного участка" ЕСНСИ + + + + + + + + + + Сведения об объекте недвижимости + + + + + + + + Правоустанавливающий или правоудостоверяющий документ на подключаемый объект + + + + + Правоустанавливающий или правоудостоверяющий документ на подключаемый объект с открепленной (detached) подписью + + + + + + + + + + Документы, приложенные к заявлению + + + + + + + Правоустанавливающий или правоудостоверяющий документ на земельный участок + + + + + Правоустанавливающий или правоудостоверяющий документ на земельный участок с открепленной (detached) подписью + + + + + + + Документ, содеражащий сведения о границах земельного участка + + + + + Документ, содеражащий сведения о границах земельного участка с открепленной (detached) подписью + + + + + + + + + + + Составной тип. Экспорт заявления на предоставление технических условий подключения + + + + + Общие сведения о заявлении + + + + + + + + Статус заявления + + + + + + + + + + Категория заявителя. Справочник "Лица, которым доступна возможность отправки заявления по подключению объектов капитального строительства к централизованным системам" ЕСНСИ + + + + + Вид сети для технологического присоединения. Значение из справочника "Виды сетей для технологического присоединения" + + + + + + Вид сети для технологического присоединения. Справочник "Виды сетей для технологического присоединения" + + + + + Подключаемый ресурс. Справочник "Вид ресурсов или услуг, доступный для подключения" в ЕСНСИ + + + + + + + + Основание обращения. + Для заявлений по теплоснабжению - справочник "Основание обращения за услугой по выдаче технических условий подключения и договора о подключении к системам теплоснабжения" ЕСНСИ + Для заявлений по водоснабению и водоотведению - справочник "Основание обращения за услугой по выдаче технических условий подключения к системам водоснабжения и (или) водоотведения" ЕСНСИ + + + + + Заполняется если заявитель = Лицо, с которым заключен договор о комплексном развитии территории + + + + Номер договора о комплексном развитии территории + + + + + Дата заключения договора о комплексном развитии территории + + + + + + + Номер решения о предварительном согласовании предоставления земельного участка + + + + + Дата решения о предварительном согласовании предоставления земельного участка + + + + + + Сведения о заявителе + + + + + Сведения о представителе заявителя + + + + + Информация об адресе подключаемого объекта + + + + + Сведения о земельном участке + + + + + + + + Вид разрешенного использования земельного участка. Справочник "Вид разрешенного использования земельного участка" ЕСНСИ + + + + + Предельное количество этажей + + + + + Предельная высота здания/сооружения + + + + + + + + + + Сведения об объекте недвижимости + + + + + + + + Правоустанавливающий или правоудостоверяющий документ на подключаемый объект + + + + + Правоустанавливающий или правоудостоверяющий документ на подключаемый объект с открепленной (detached) подписью + + + + + + + Планируемый срок ввода в эксплуатацию объекта + + + + + Планируемая дата согласования уведомления об окончании строительства + + + + + + Планируемый срок завершения строительства объекта + + + + + + + + + + + Технические характеристики подключаемого объекта + + + + + + Для заявлений по водоснабжению и (или) водоотведению + + + + Подключаемая мощность (нагрузка) по водоснабжени и (или) водоотведению + + + + + Текущая подключеная мощность (нагрузка) по водоснабжени и (или) водоотведению + + + + + + Для заявлений по теплоснабжению + + + + Подключаемая мощность (нагрузка) по теплоснабжению + + + + + Сведения о теплопотреблении + + + + + Сведения о теплоносителе + + + + + Категория надежности. Справочник "Категория надежности теплоснабжения подключаемого объекта" ЕСНСИ + + + + + + + + + Документы, приложенные к заявлению + + + + + + + Правоустанавливающий или правоудостоверяющий документ на земельный участок + + + + + Правоустанавливающий или правоудостоверяющий документ на земельный участок с открепленной (detached) подписью + + + + + + + Документ, содеражащий сведения о границах земельного участка + + + + + Документ, содеражащий сведения о границах земельного участка с открепленной (detached) подписью + + + + + + + Копия договора на подготовку проектной документации на подключаемый объект + + + + + Копия договора на подготовку проектной документации на подключаемый объект c открепленной (detached) подписью + + + + + + + Градостроительный план земельного участка + + + + + Градостроительный план земельного участка c открепленной (detached) подписью + + + + + + + + + + + Составной тип. Экспорт заявления на предоставление информации о возможности подключения к сетям теплоснабжения + + + + + Общие сведения о заявлении + + + + + + + + Статус заявления + + + + + + + + + + Категория заявителя. Справочник "Лица, которым доступна возможность отправки заявления по подключению объектов капитального строительства к централизованным системам" ЕСНСИ + + + + + Вид сети для технологического присоединения. Значение из справочника "Виды сетей для технологического присоединения" + + + + + + Вид сети для технологического присоединения. Справочник "Виды сетей для технологического присоединения" + + + + + + + + Основание обращения. Cправочник "Основание обращения за услугой по выдаче технических условий подключения и договора о подключении к системам теплоснабжения" ЕСНСИ + + + + + Сведения о заявителе + + + + + Сведения о представителе заявителя + + + + + Информация об адресе подключаемого объекта + + + + + Сведения о земельном участке + + + + + + + + Вид разрешенного использования земельного участка. Справочник "Вид разрешенного использования земельного участка" ЕСНСИ + + + + + + + + + + Сведения об объекте недвижимости + + + + + + + + Срок, в течение которого заявитель обратится в сетевую организацию за заключением договора о подключении + + + + + + + + + + Технические характеристики подключаемого объекта + + + + + + Подключаемая мощность (нагрузка) по теплоснабжению + + + + + Сведения о теплопотреблении + + + + + Сведения о теплоносителе + + + + + + + + Документы, приложенные к заявлению + + + + + + + Правоустанавливающий или правоудостоверяющий документ на земельный участок + + + + + Правоустанавливающий или правоудостоверяющий документ на земельный участок с открепленной (detached) подписью + + + + + + + Документ, содеражащий сведения о границах земельного участка + + + + + Документ, содеражащий сведения о границах земельного участка с открепленной (detached) подписью + + + + + + + + + + + Составной тип. Экспорт заявления на заключение договора о подключении + + + + + Заявление на заключение договора о подключении + + + + + Договор о подключении + + + + + Акт по договору + + + + + История взаимодействия + + + + + + Сообщение в рамках взаимодействия с заявителем + + + + + + + + + + Составной тип. Экспорт заявления на получение акта по договору + + + + + Заявление на получение акта по договору + + + + + Акт по договору + + + + + История взаимодействия + + + + + + Сообщение в рамках взаимодействия с заявителем + + + + + + + + + + Составной тип. Общие сведения о заявлении + + + + + Уникальный идентификатор заявления в ГИС ЖКХ + + + + + Регистрационны номер заявления в ГИС ЖКХ + + + + + Дата регистрации заявления в ГИС ЖКХ + + + + + Заполняется, если заявление было получено из ЕПГУ + + + + Номер заявления на ЕПГУ + + + + + Дата заявления на ЕПГУ + + + + + Сведения о статусе отправки ответа на ЕПГУ + + + + + + Статус отправки ответа + + + + + + + + + + + + + Дата отправки + + + + + + + + + Информация об исполнителе по заявлению + + + + + + Фамилия И.О. исполнителя по заявлению + + + + + + + + Дата истечения срока отправки ответа по заявлению. В зависимости от статуса заявления ответ может ожидаться как от сетевой организации, так и от заявителя + + + + + + + Составной тип: Экспрот данных акта по договору + + + + + Корневой идентификатор акта + + + + + Вид акта + + + + + Статус акта + + + + + Версия акта + + + + + + Идентификатор версии акта + + + + + Порядковый номер версии + + + + + Дата версии + + + + + Актуальная версия + + + + + Номер акта + + + + + Дата акта + + + + + Файл акта, подписанный со стороны исполнителя + + + + + Сообщение заявителю + + + + + + + Файлы, содержащие замечания к акту + + + + + Сообщение от заявителя + + + + + + + Файлы подписанного заявителем акта + + + + + Дата подписания акта + + + + + + + + + + + + Составной тип: Экспорт данных заявления на получение акта по договору + + + + + Общие сведения о заявлении + + + + + + + + Статус заявления + + + + + + + + + + Вид сети для технологического присоединения. Справочник "Виды сетей для технологического присоединения" + + + + + Категория заявителя. Справочник "Лица, которым доступна возможность отправки заявления по подключению объектов капитального строительства к централизованным системам" ЕСНСИ + + + + + Сведения о заявителе + + + + + Информация об адресе подключаемого объекта + + + + + Сведения о представителе заявителя + + + + + Номер договора о подключении + + + + + Дата договора о подключении + + + + + Вид запрашиваемого акта + + + + + Документы, приложенные к заявлению + + + + + + Документы о полной оплате услуг по договору + + + + + + + + Версионный идентификатор заявления на заключение договора о подключении. Заполняется, если в текущем заявлении указана ссылка на заявление, в рамках которого был заключен договор + + + + + + + Составной тип: Экспорт данных заявления на заключение договора о подключении + + + + + Общие сведения о заявлении + + + + + + + + Статус заявления + + + + + + + + + + Версия заявления + + + + + + Уникальный идентификатор версии заявления в ГИС ЖКХ + + + + + Номер версии + + + + + Дата версии + + + + + Актуальная версия + + + + + Сведения о видах сетей и подключаемых ресурсах + + + + + + Вид сети для технологического присоединения. Справочник "Виды сетей для технологического присоединения" + + + + + Подключаемый ресурс. Справочник "Вид ресурсов или услуг, доступный для подключения" в ЕСНСИ + + + + + + + + Основание обращения (вид работ). + +Для заявлений по водоснабжению и (или) водоотведению - справочник "Основание для заключения договора о подключении к системам водоснабжения и водоотведения" ЕСНСИ + +Для заявлений по теплоснабжению - справочник "Основание обращения за услугой по выдаче технических условий подключения и договора о подключении к системам теплоснабжения" ЕСНСИ + + + + + Категория заявителя. Справочник "Лица, которым доступна возможность отправки заявления по подключению объектов капитального строительства к централизованным системам" ЕСНСИ + + + + + Сведения о заявителе + + + + + + + Сведения о статусе документов, ранеее предоставляемых в сетевую организацию в процессе обращения за услугой в отношении подключаемого объекта, указанного в текущем заявлении + + + + Срок действия ранее предоставляемого учредительного документа не истек, и сведения, содержащиеся в документе, не изменились + + + + + Срок действия ранее предоставляемого документа, удостоверяющего личность заявителя, не истек, и сведения, содержащиеся в документе, не изменились + + + + + + + + + + Информация об адресе подключаемого объекта + + + + + + Сведения о заявлении, с которым ранее обращался заявитель, и заявление было аннулировано. + + + + Номер заявления на заключение договора о подключении + + + + + Дата регистрации заявления на заключение договора о подключении + + + + + Идентификатор заявления на заключение договора о подключении в ГИС ЖКХ + + + + + + Сведения о ранее полученных технических условиях подключения + + + + Номер технических условий подключения + + + + + Дата технических условий подключения + + + + + Идентификатор заявления на предоставление технических условий подключения в ГИС ЖКХ + + + + + + Сведения о ранее полученной информации о возможности подключения + + + + Номер информации о возможности подключения + + + + + Дата информации о возможности подключения + + + + + Идентификатор заявления на предоставление информации о возможности подключения в ГИС ЖКХ + + + + + + + Сведения о представителе заявителя + + + + + + + Сведения о статусе документов, ранеее предоставляемых в сетевую организацию в процессе обращения за услугой в отношении подключаемого объекта, указанного в текущем заявлении + + + + Срок действия ранее предоставляемого документа, подтверждающего полномочия представителя, не истек, и сведения, содержащиеся в документе, не изменились + + + + + + + + + + Сведения о земельном участке + + + + + + + + Вид разрешенного использования земельного участка. Справочник "Вид разрешенного использования земельного участка" ЕСНСИ + + + + + Площадь земельного участка (кв.м.) + + + + + Предельное количество этажей + + + + + Предельная высота здания/сооружения (м.) + + + + + + + + + + Сведения об объекте недвижимости + + + + + + + + Правоустанавливающий или правоудостоверяющий документ на подключаемый объект + + + + + Срок действия ранее предоставляемых правоустанавливающих документов на объект не истек, и сведения, содержащиеся в документах, не изменились + + + + + + Может быть заполнено при подключении к системам водоснабжения и (или) водоотведения + + + + + Планируемый срок ввода в эксплуатацию объекта + + + + + Планируемая дата согласования уведомления об окончании строительства + + + + + + Планируемый срок завершения строительства объекта + + + + + + Планируемая дата подключения объекта к системе теплоснабжения + + + + + + Количество этажей + + + + + Высота здания/строение/сооружения (м) + + + + + Строительный объем (куб.м) + + + + + Площадь (кв.м) + + + + + + + + + + Технические характеристики подключаемого объекта + + + + + + Для заявлений по водоснабжению и (или) водоотведению + + + + Подключаемая мощность (нагрузка) по водоснабжени и (или) водоотведению + + + + + Текущая подключеная мощность (нагрузка) по водоснабжени и (или) водоотведению + + + + + + Для заявлений по теплоснабжению + + + + Подключаемая мощность (нагрузка) по теплоснабжению + + + + + Текущая мощность (нагрузка) по теплоснабжению + + + + + Текущая мощность (нагрузка) по теплоснабжению + + + + + Сведения о теплоносителе + + + + + Сведения о параметрах возвращаемого теплоносителя + + + + + Сведения о теплопотреблении + + + + + Сведения о расположения узла учета тепловой энергии и теплоносителей и контроля их качества + + + + + Категория надежности. Справочник "Категория надежности теплоснабжения подключаемого объекта" ЕСНСИ + + + + + Дополнительные требования к надежности теплоснабжения + + + + + Сведения о наличии и возможности использования собственных источников тепловой энергии + + + + + Температурный график (предполагаемый) + + + + + + + + + Документы, приложенные к заявлению + + + + + + Правоустанавливающий или правоудостоверяющий документ на земельный участок + + + + Правоустанавливающий или правоудостоверяющий документ на земельный участок + + + + + Срок действия ранее предоставляемых правоустанавливающих документов на земельный участок не истек, и сведения, содержащиеся в документах, не изменились + + + + + + Документы о комплексном развитии территории + + + + Копия договора о комплексном развитии территории + + + + + Проект планировки территории комплексного развития + + + + + Комплексная схема инженерного обеспечения территории комплексного развития + + + + + + Топографическая карта земельного участка + + + + Топографическая карта земельного участка + + + + + Срок действия ранее предоставляемой топографической карты не истек, и сведения, содержащиеся в документе, не изменились + + + + + + Ситуационный план расположения объекта с привязкой к территории населенного пункта + + + + + Документы, актуальные только для водоснабжение и (или) водоотведения + + + + Схема расположения земельного участка или земельных участков на кадастровом плане территории, градостроительном плане земельного участка + + + + + ГПЗУ + + + + Градостроительный план земельного участка + + + + + Срок действия ранее предоставляемого градостроительного плана земельного участка не истек, и сведения, содержащиеся в документе, не изменились + + + + + + Сведения о расположении средств измерений и приборов учета горячей воды, холодной воды и сточных вод + + + + + Информация о площади и характеристике покрытия земельного участка, с которого осуществляется (будет осуществляться) сброс поверхностных сточных вод в централизованную ливневую систему водоотведения, в том числе неорганизованный сброс поверхностных сточных вод + + + + + Файлы с информацией об использовании альтернативных источников водоснабжения и способов водоотведения + + + + Файлы с информацией о наличии иных источников водоснабжения, кроме централизованных систем горячего и холодного водоснабжения с указанием объемов горячей и холодной воды, получаемой из таких иных источников водоснабжения + + + + + Информация о наличии и возможности использования собственной нецентрализованной системы горячего водоснабжения (с указанием мощности и режима работы) + + + + + Информация о наличии и возможности использования иных способов отведения сточных вод + + + + + + Информация о балансах потребления + + + + Баланс водопотребления и водоотведения подключаемого объекта в период использования максимальной величины мощности (нагрузки) + + + + + Баланс потребления горячей воды подключаемого объекта (с указанием целей использования горячей воды) + + + + + + Документы по территории + + + + Проект планировки территории + + + + + Проект межевания территории + + + + + + Документы для проведения водоснабжающей организацией работ на земельном участке заявителя + + + + План организации рельефа (вертикальная планировка) земельного участка + + + + + Планово-высотное положение проектируемого канализационного колодца + + + + + План колодца, подвального помещения (техподполья) или иного помещения (иных помещений) + + + + + + + Результаты инженерных изысканий + + + + + Ссылка на заключение в ЕГРЗ, содержащее результаты инженерных изысканий + + + + + + + Документы, актуальные только для теплоснабжения + + + + Действующие банковские реквизиты + + + + + Разрешение на строительство + + + + + + + + + + + + + + Составной тип: Экспрот данных договора о подключении + + + + + Корневой идентификатор договора + + + + + Статус договора + + + + + Версия договора + + + + + + Идентификатор версии договора + + + + + Порядковый номер версии + + + + + Дата версии + + + + + Актуальная версия + + + + + Номер договора + + + + + Дата договора + + + + + Файл договора, подписанный со стороны исполнителя + + + + + Сообщение заявителю + + + + + + + Протокол разногласий к текущей редакции договора + + + + + Сообщение от заявителя + + + + + + + Файлы подписанного заявителем договора + + + + + Дата подписания договора + + + + + + + + + + + + Составной тип: Сведения о сообщении в рамках взаимодействия с заявителем + + + + + Дата и время отправки/получения информации + + + + + Автор сообщения + + + + Автор сообщения - заявитель + + + + + Автор сообщения - исполнитель + + + + + + Заголовок сообщения + + + + + Описание сообщения + + + + + Текст сообщения + + + + + Прикрепленные к сообщению файлы + + + + + + + + Составной тип. Отправка ответа по заявлению на определение организации для технологического присоединения + + + + + Ответ по виду централизованной сети + + + + + + Вид централизованной сети для подключения. Справочник "Вид сетей для технологического присоедиенения" + + + + + + Подключение возможно + + + + Сведения о сетевой организации + + + + + + + + + Сведения о сбытовой (ресурсоснабжающей организации) + + + + + + + + + Дополнительная информация + + + + + Прикладываемый документ + + + + + + Подключение невозможно + + + + Кратколе описание причины невозможности подключения объекта к централизованной сети + + + + + Документ, содержащий описание причины невозможности подключения объекта к централизованной сети + + + + + + + + + + + + + + + + + + + + Составной тип. Отправка ответа по заявлению на предоставление технических условий подключения + + + + + + Документы, содержащие технические условия подключения + + + + + Документы, содержащие мотивированный отказ в выдаче технических условий подключения + + + + + + Текстовое описание ответа (также включается в сообщение для заявителя на ЕПГУ) + + + + + + + Составной тип. Отправка ответа по заявлению на предоставление информации о возможности подключения к сетям теплоснабжения + + + + + + Документы, содержащие информацию о возможности подключения + + + + + Документы, содержащие мотивированный отказ в выдаче информации о возможности подключения + + + + + + Текстовое описание ответа (также включается в сообщение для заявителя на ЕПГУ) + + + + + + + Составной тип. Ответ заявителю - универсальный набор сведений + + + + + Сообщение заявителю + + + + + Прикрепленный файл + + + + + + Новый срок исполнения + + + + + Срок увеличен на. +Определяется от текущей даты + + + + Количество дней + + + + + + + + + + + Тип дней для увеличения срока + + + + + + + + + Составной тип. Сведения о новой версии акта для отправки заявителю + + + + + Номер акта + + + + + Дата акта + + + + + Файл акта, подписанный со стороны исполнителя + + + + + Сообщение заявителю + + + + + + + Составной тип. Сведения о новой версии договора для отправки заявителю + + + + + Номер договора + + + + + Дата договора + + + + + Файл договора, подписанный со стороны исполнителя + + + + + Сообщение заявителю + + + + + + + + Составной тип: Адрес + + + + + Глобальный идентификатор адресного объекта ФИАС + + + + + + Глобальный идентификатор дома ФИАС + + + + + Номер квартиры/помещения + + + + + + + + Составной тип. Сведения о заявителе + + + + + + + Физичечское лицо + + + + + + + Дата рождения + + + + + Пол + + + + + Место рождения + + + + + + + + + + + ИНН + + + + + СНИЛС + + + + + Адрес регистрации по месту жительства + + + + + Почтовый адрес + + + + + Контактный телефон + + + + + Контактный адрес электронной почты + + + + + + + + Индивидуальный предприниматель + + + + + + + ИНН + + + + + ОГРНИП + + + + + Адрес регистрации по месту жительства + + + + + Контактный телефон + + + + + Контактный адрес электронной почты + + + + + + + + + Сведения о документе, удостоверяющем личность заявителя + + + + + + + + + + Документ, удостоверяющий личность заявителя + + + + + Документ, удостоверяющий личность заявителя, с открепленной (detached) подписью + + + + + + + + Юридическое лицо + + + + + + Полное наименование + + + + + Сокращенное наименование + + + + + ИНН + + + + + ОГРН + + + + + КПП + + + + + Адрес регистрации + + + + + Почтовый адрес + + + + + Контактный адрес электронной почты + + + + + Контактный телефон + + + + + Сведения о контактном лице организации + + + + + + + Контактный телефон + + + + + Контактный адрес электронной почты + + + + + + + + + + + Иностранное юридическое лицо + + + + + + Полное наименование + + + + + Сокращенное наименование + + + + + Организационно-правовая форма. Справочник "ОКОПФ" ЕСНСИ + + + + + Номер записи об аккредитации + + + + + ИНН + + + + + КПП + + + + + Адрес места нахождения филиала на территории РФ + + + + + + + + + Учредительный документ + + + + + Учредительный документ с открепленной (detached) подписью + + + + + + + + Составной тип. Прикрепленный к заявлению документ + + + + + Документ без открепленной (detached) подписи + + + + + Документ c открепленной (detached) подписью + + + + + + + Составной тип. Элемент справочника в ЕСНСИ + + + + + Код записи справочника + + + + + Наименование записи справочника + + + + + + + Составной тип. Общие сведения об объекте недвижимости + + + + + Наименование подключаемого объекта + + + + + Назначение подключаемого объекта. Справочник "Назначение подключаемого объекта" ЕСНСИ + + + + + Иное назначение подключаемого объекта + + + + + Объект относится к ИЖС + + + + + Статус объекта + + + + + + Кадастровый номер объекта + + + + + Условный номер объекта + + + + + + Права на подключаемый объект зарегистрированы в Росреестре + + + + + + + Составной тип. Сведния о теплоносителе + + + + + Наименование вида теплоносителя + + + + + Давление вида теплоносителя (МПа) + + + + + + + + + + + Температура вида теплоносителя + + + + + + + Составной тип. Информация о режиме теплопотребления объекта + + + + + Режим теплопотребления. Справочник "Режим теплопотребления подключаемого объекта" ЕСНСИ + + + + + Свой вариант режима теплопотребления + + + + + + + Составной тип. Общие сведения о земельном участке + + + + + + Кадастровый номер земельного участка + + + + + Условный номер земельного участка + + + + + + Права на земельный участок зарегистрированы в Росреестре + + + + + + + Составной тип. Сведения об адресе подключаемого объекта + + + + + Сведения об адресе из ФИАС + + + + + Дополнительная информация об адресе подключаемого объекта + + + + + + + Составной тип. Организация в ответе по заявлению на определенеи организации для технологического присоединения + + + + + Сведения об организации + + + + + + + + Краткое наименование + + + + + Адрес места нахождения + + + + + + + + + Ресурсы, доступные к подключению. Справочник "Вид ресурсов или услуг, доступный для подключения" ЕСНСИ + + + + + + + Группа атрибутов. ФИО физического лица + + + + + Фамилия + + + + + Имя + + + + + Отчество + + + + + + + Составной тип. Сведения о нагрузке по теплоснабжению + + + + + Горячее водоснабжение - средняя, ГКал/час + + + + + Горячее водоснабжение - максимальная, ГКал/час + + + + + Теплоснабжение, ГКал/час + + + + + Вентиляция, ГКал/час + + + + + Кондиционирование, ГКал/час + + + + + Прочая, ГКал/час + + + + + + + Составной тип. Сведения о температурном графике + + + + + Горячее водоснабжение - средняя, ГКал/час + + + + + Горячее водоснабжение - максимальная, ГКал/час + + + + + Теплоснабжение, ГКал/час + + + + + Вентиляция, ГКал/час + + + + + Кондиционирование, ГКал/час + + + + + Прочая, ГКал/час + + + + + + + Группа атрибутов. Основной документ, удостоверяющие личность. Подходит для любых юр. действий + + + + + Вид документа. Справочник "Вид документа, удостоверяющего личность" ЕСНСИ + + + + + Серия документ + + + + + Номер документа + + + + + Дата выдачи документа + + + + + Кем выдан + + + + + Код подразделения + + + + + + + Составной тип. Сведения о представителе заявителя + + + + + + + + Физичечское лицо + + + + + + + Дата рождения + + + + + Пол + + + + + Адрес регистрации по месту жительства + + + + + Контактный телефон + + + + + Контактный адрес электронной почты + + + + + + + + Индивидуальный предприниматель + + + + + + + Дата рождения + + + + + Пол + + + + + Адрес регистрации по месту жительства + + + + + Почтовый адрес + + + + + Контактный телефон + + + + + Контактный адрес электронной почты + + + + + + + + + Сведения о документе, удостоверяющем личность заявителя + + + + + + + + + + + Юридическое лицо + + + + + + Полное наименование + + + + + Сокращенное наименование + + + + + ИНН + + + + + ОГРН + + + + + КПП + + + + + Организационно правовая форма. Справочник "ОКОПФ" ЕСНСИ + + + + + Адрес регистрации + + + + + Почтовый адрес + + + + + Сведения о контактном лице организации + + + + + + + Контактный телефон + + + + + Контактный адрес электронной почты + + + + + + + + + + + + Документ, подтверждающий полномочия представителя + + + + + Документ, подтверждающий полномочия представителя, с открепленной (detached) подписью + + + + + + + Составной тип. Сведения о нагрузке по водоснабжению и водоотведению + + + + + Нагрузка по горячему водоснабжению + + + + + + Потребление - ГКал/час + + + + + Потребление - л/с + + + + + Потребление - куб.м/час + + + + + + + + Нагрузка по холодному водоснабжению + + + + + + Потребление - л/с + + + + + Потребление - куб.м/час + + + + + Потребление - куб.м/сутки + + + + + + Потребление холодной воды на нужды внутреннего пожаротушения - л/с + + + + + Потребление холодной воды на нужды наружного пожаротушения - л/с + + + + + Потребление холодной воды на нужды автоматического пожаротушения - л/с + + + + + Количество пожарных кранов - шт. + + + + + + + + + Нагрузка по водоотведению + + + + + + Потребление - л/с + + + + + Потребление - куб.м/час + + + + + Потребление - куб.м/сутки + + + + + + + + + + + Скалярный тип. Статус заявления на получение акта по договору + + + + + Отклонено + + + + + Зарегистрировано + + + + + В работе + + + + + Отказ в выдаче акта + + + + + Договор отсутствует + + + + + Проведение приемочных работ + + + + + Подписание акта о готовности + + + + + Услуга завершена + + + + + + + Скалярный тип. Вид акта по договору о подключении + + + + + Акт о готовности + + + + + Акт о подключении + + + + + + + Скалярный тип. Статус акта по договору + + + + + Проект + + + + + Согласование с заявителем + + + + + Акт подписан вне системы + + + + + Получены замечания + + + + + Отказ от подписания + + + + + Подписан заявителем + + + + + Подписание подтверждено + + + + + + + Скалярный тип. Статус заявления на заключение договора о подключении + + + + + Отклонено + + + + + Зарегистрировано + + + + + В работе + + + + + Доукомплектование заявления + + + + + Отказано в подключении + + + + + В работе (проверка технической возможности) + + + + + Выбор способа осуществления технической возможности подключения + + + + + Получен ответ о выборе способа подключения + + + + + Установление платы в индивидуальном порядке + + + + + Включение в инвестиционную программу + + + + + Отказано во включении в инвестиционную программу + + + + + Заявитель отказался от подключения + + + + + Согласование со смежной организацией + + + + + Заключение договора + + + + + Отказ от подписания договора (услуга завершена) + + + + + Выполняются работы по договору + + + + + Запрос акта о готовности + + + + + Ведутся приемочные работы по договору + + + + + Подписание акта о готовности + + + + + Запрос акта о подключении + + + + + Подписание акта о подключении + + + + + Услуга завершена + + + + + Аннулировано + + + + + + + Скалярный тип. Статус договора о подключении + + + + + Проект + + + + + Согласование с заявителем + + + + + Получен протокол разногласий + + + + + Отказ от подписания + + + + + Подписан заявителем + + + + + Подписание подтверждено + + + + + + + Скалярный тип. Высота здания/сооружения в метрах + + + + + + + + + Скалярный тип. Строительный объем в куб. метрах + + + + + + + + + Скалярный тип. Кадастровый номер + + + + + + + + + Скалярный тип. Тип дней + + + + + Календарный + + + + + Рабочий + + + + + + + Скалярный тип. Дробное число 10 символов + + + + + + + + + Скалярный тип. Адрес электронной почты + + + + + + + + + Скалярный тип. Предельное количество этажей + + + + + + + + + Скалярный тип. Пол + + + + + Мужской + + + + + Женский + + + + + + + Скалярный тип. Статус объекта + + + + + + + + + + + Скалярный тип. Статус заявления на определение организации для технологического присоединения + + + + + Зарегистрировано + + + + + В работе + + + + + В работе (добавлен ответ) + + + + + Отправлен ответ + + + + + + + Скалярный тип. Условный номер + + + + + + Скалярный тип. Номер телефона в РФ, в десятизначном формате + + + + + + + + + Скалярный тип. СНИЛС + + + + + + + + + Скалярный тип. Площадь в кв. метрах + + + + + + + + + Скалярный тип. Строка 7 символов + + + + + + + + + Скалярный тип. Строка 10 символов + + + + + + + + + Скалярный тип. Строка 20 символов + + + + + + + + + Скалярный тип. Строка 25 символов + + + + + + + + + Скалярный тип. Строка 50 символов + + + + + + + + + Скалярный тип. Строка 100 символов + + + + + + + + + Скалярный тип. Строка 200 символов + + + + + + + + + Скалярный тип. Строка 255 символов + + + + + + + + + Скалярный тип. Строка 500 символов + + + + + + + + + Скалярный тип. Строка 2000 символов + + + + + + + + + Скалярный тип. Строка 4000 символов + + + + + + + + + Скалярный тип. Русский текст, длиной до 200 символов, цифры не допускаются + + + + + + + + + + Скалярный тип. Статус заявления на предоставление технических условий подключения + + + + + Зарегистрировано + + + + + В работе + + + + + В работе (добавлен ответ) + + + + + Отправлен ответ + + + + + + + Скалярный тип. Объем потребляемой нагрузки - дробное число, 10 символов + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/uk/hcs-uk-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/uk/hcs-uk-service-async.wsdl new file mode 100644 index 0000000..24b9eb1 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/uk/hcs-uk-service-async.wsdl @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Результат обработки асинхронного вызова + + + + + + Импорт документов закона/нормативно-правового акта регионального уровня + + + + + + Импорт документов закона/нормативно-правового акта уровня муниципальных образований + + + + + + Экспорт документов + + + + + + + + + + + + + + + + + + + + + + + Импорт документов закона/нормативно-правового акта регионального уровня + + + + + + + + + + + + + + + Импорт документов закона/нормативно-правового акта уровня муниципальных образований + + + + + + + + + + + + + + + Экспорт документов + + + + + + + + + + + + + + + + Асинхронный сервис Управление контентом + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/uk/hcs-uk-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/uk/hcs-uk-types.xsd new file mode 100644 index 0000000..130ca38 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/uk/hcs-uk-types.xsd @@ -0,0 +1,538 @@ + + + + + + + + + Базовый тип документа + + + + + Наименование документа + + + + + + + + + + + + Номер документа + + + + + + + + + + + Дата принятия документа органом власти + + + + + Вложение + + + + + Вид документа. (Ссылка на справочник "Вид закона и нормативного акта"). НСИ 324 + + + + + + + Базовый тип документа для экспорта + + + + + Наименование документа + + + + + + + + + + + Номер документа + + + + + + + + + + + Дата принятия документа органом власти + + + + + Вложение + + + + + Вид документа. (Ссылка на справочник "Вид закона и нормативного акта"). НСИ 324 + + + + + + + Документ закона/нормативно-правового акта уровня муниципальных образований + + + + + + + Действие документа на определенном муниципальном образовании РФ. Для опеарции импорта документов поле должно быть заполнено кодом ОКТМО из полномочий ОМС + + + + + + + + + Документ закона/нормативно-правового акта уровня муниципальных образований для операции экспорта + + + + + + + Действие документа на определенном муниципальном образовании РФ. Для опеарции импорта документов поле должно быть заполнено кодом ОКТМО из полномочий ОМС + + + + + + + + + Документ закона/нормативно-правового акта регионального уровня + + + + + + + Действие документа на определенном субъекте РФ. Для опеарции импорта документов поле должно быть заполнено кодом субъекта из пономочий ОГВ. (Ссылка на справочник Субъекты РФ). НСИ 237 + + + + + Действие документа на определенном муниципальном образовании РФ. Для опеарции импорта документов должны быть указаны муниципальные образования, входящие в территорию действий полномочий ОГВ + + + + + + + + + Документ закона/нормативно-правового акта регионального уровня для операции экспорта + + + + + + + Действие документа на определенном субъекте РФ. Для опеарции импорта документов поле должно быть заполнено кодом субъекта из пономочий ОГВ. (Ссылка на справочник Субъекты РФ). НСИ 237 + + + + + Действие документа на определенном муниципальном образовании РФ. Для опеарции импорта документов должны быть указаны муниципальные образования, входящие в территорию действий полномочий ОГВ + + + + + + + + + Документ закона/нормативно-правового акта федерального уровня + + + + + + + Аудитория документа + + + + + + Отображать документ на главной странице портала + + + + + Отображать документ для получателей услуг + + + + + Отображать документ для поставщиков услуг + + + + + Отображать документ для органов власти + + + + + Отображать по умолчанию при поиске законов и нормативных актов + + + + + + + + + Дествие документа на всей территории РФ + + + + + Действие документа на определенных субъектах РФ + + + + + + + + + + Документ закона/нормативно-правового акта федерального уровня для операции экспорта + + + + + + + Аудитория документа + + + + + + Отображать документ на главной странице портала + + + + + Отображать документ для получателей услуг + + + + + Отображать документ для поставщиков услуг + + + + + Отображать документ для органов власти + + + + + Отображать по умолчанию при поиске законов и нормативных актов + + + + + + + + + Дествие документа на всей территории РФ + + + + + Действие документа на определенных субъектах РФ + + + + + + + + + + Экспортируемый документ + + + + + Идентификатор документа в системе ГИС ЖКХ + + + + + + Реквизиты документа закона/нормативно провавого акта федерального уровня + + + + + Реквизиты документа закона/нормативно провавого акта регионального уровня + + + + + Реквизиты документа закона/нормативно провавого акта уровня муниципальных образований + + + + + + + + Идентификатор документа + + + + + + Запрос импорта документа закона/нормативно-правового акта регионального уровня + + + + + + + + Документ + + + + + + + + Добавление/Изменеие документа + + + + + + + + + + + + + + Аннулирование документа + + + + + + + Причина аннулировани + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос импорта закона/нормативно-правового акта уровня муниципальных образований + + + + + + + + Документ + + + + + + + + Добавление/изменение документа + + + + + + + + + + + + + + Аннулирование документа + + + + + + + Причина аннулировани + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Запрос экспорта документа + + + + + + + + + + Сфера действия документа "Федеральный уровень" + + + + + Сфера действия документа "Региональный уровень". Действие документа на определенном субъекте РФ. (Ссылка на справочник Субъекты РФ). НСИ 237 + + + + + Сфера действия документа "Муниципальный уровень". Действие документа на определенном муниципальном образовании + + + + + + + Дата начала периода принятия документа органом власти + + + + + Дата окончания периода принятия документа органов власти + + + + + + Вид документа. (Ссылка на справочник "Вид закона и нормативного акта"). НСИ 324 + + + + + + Идентификатор документа в системе ГИС ЖКХ + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + + Результат импорта + + + + + Экспортируемый документ + + + + + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/volume-quality/hcs-volume-quality-service-async.wsdl b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/volume-quality/hcs-volume-quality-service-async.wsdl new file mode 100644 index 0000000..1554109 --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/volume-quality/hcs-volume-quality-service-async.wsdl @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Импорт информаци об объеме и качестве КР и КУ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Сервис управления сведениями об объеме и качестве коммунальных услуг и коммунальных ресурсов (асинхронный) + + + + + diff --git a/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/volume-quality/hcs-volume-quality-types.xsd b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/volume-quality/hcs-volume-quality-types.xsd new file mode 100644 index 0000000..f33884d --- /dev/null +++ b/Hcs.Broker/WSDL Sources/wsdl_xsd_v.15.7.0.1/volume-quality/hcs-volume-quality-types.xsd @@ -0,0 +1,1241 @@ + + + + + + + + + + + + + + + Простой тип. Строка не более 1000 символов. + + + + + + + + Простой тип. Вид основания (DRSO - ДРСО, DTKO - Договор ТКО, ManagementContract - Договор управления, Charter - Устав) + + + + + + + + + + + Номер помещения, комнаты (тип) + + + + + + + + + Статус периода регистрации (Draft - Проект, Placed - Информация размещена, Annulled - Информация аннулирована) + + + + + + + + + + Тип для показателей качества КУ (дни) + + + + + + + + + + + Тип для показателя качества КУ (число) + + + + + + + + + + + Значение показателя качества КР + + + + + + + + + + Значение объема КР + + + + + + + + + + Простой тип. Вид основания (DRSO - ДРСО, ManagementContract - Договор управления, Charter - Устав) + + + + + + + + + + Составной тип. Основание + + + + + Вид основания + + + + + Идентификатор договора-основания + + + + + + + Составной тип. Объект жилищного фонда + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер квартиры (помещения) + + + + + Номер блока (указывается в случае жилого дома блокированной застройки) + + + + + Номер комнаты (указывается в случае квартиры коммунального заселения) + + + + + + + Простой тип. Причина аннулирования + + + + + + + + Статус размещения объекта (Published - Размещено в ГИС ЖКХ, Canceled - Аннулировано) + + + + + + + + + + + + Составной тип. Основание + + + + + Вид основания + + + + + Идентификатор договора-основания + + + + + + + Показатель качества КР + + + + + + + Число + + + + + + Начало диапазона + + + + + Конец диапазона + + + + + + + + + Значение соответствует + + + + + + + Объект жилищного фонда в основании + + + + + Адрес дома +Глобальный уникальный идентификатор дома по ФИАС + + + + + Номер квартиры (помещения) + + + + + Номер блока (указывается в случае жилого дома блокированной застройки) + + + + + Номер комнаты (указывается в случае квартиры коммунального заселения) + + + + + + + Иной показатель качества КР + + + + + Наименование показателя + + + + + Значение показателя качества. Для основания с типом "ДТКО" обязательно для заполнения. Для основания с типом "ДРСО" доступно и обязательно, если присылается tns:IsSignedAct + + + + + + + Период регистрации + + + + + Объем ресурса "Электрическая энергия" + + + + + Вид прибора учета по количеству тарифов. Ссылка на НСИ "Вид прибора учета по количеству тарифов" (реестровый номер 4) + + + + + + + Обязательно для заполнения, если Вид ПУ = "Двухтарифный" или "Трехтарифный" + + + + + Обязательно для заполнения, если Вид ПУ = "Трехтарифный" + + + + + + + + + Объем ресурса + + + + + Значение объема + + + + + + + + Тип для информации о показателях качества КР + + + + + Объект жилищного фонда + + + + + + + + Помещение/блок или комната не из договора (основания). Присылается, если импортируется помещение/блок или комната, отсутствующее в указанном основании + + + + + + + + + + Вид КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) Заполняется только для основания с типом "ДРСО" + + + + + + + + + + Тарифицируемый ресурс. Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239). Заполняется только для основания с типом "ДРСО" + + + + + + + + + + Наличие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда. Доступно для заполнения только для основания с типом "ДРСО" + + + + + + Справочный показатель качества КР. Ссылка на НСИ "Показатели качества коммунальных ресурсов" (реестровый номер 276). Заполняется только основания с типом "ДРСО" + + + + + + + + Значение показателя качества. Заполняется, только если присылается tns:IsSignedAct + + + + + + + + + + Иной показатель качества КР + + + + + + + + + + + + + Тип для информации о показателях качества КУ + + + + + Объект жилищного фонда + + + + + + + + Помещение/блок или комната не из договора (основания). Присылается, если импортируется помещение/блок или комната, отсутствующее в указанном основании + + + + + + + + + + Показатели качества КУ + + + + Показатели качества КУ "Холодное водоснабжение" + + + + + + Наличие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + Соответствие (несоответствие) состава и свойств холодной воды требованиям законодательства Российской Федерации о техническом регулировании + + + + + + Соответствует + + + + + + Не соответствует + + + + + Количество дней предоставления услуги холодного водоснабжения при несоответствии состава и свойств холодной воды требованиям законодательства Российской Федерации о техническом регулировании в расчетном периоде суммарно в течение расчетного месяца. + + + + + + + + + + + + Продолжительность предоставления холодного водоснабжения в часах суммарно в течение расчетного периода при давлении, отличающемся от установленного до 25 процентов. + +Не указывается для объекта жилищного фонда, для которого в договоре ресурсоснабжения установлен признак «Отсутствуют присоединения сетей объекта жилищного фонда к централизованной системе водоснабжения». В остальных случаях обязательно + + + + + Количество дней предоставления холодного водоснабжения суммарно в течение расчетного периода при давлении, отличающемся от установленного более чем на 25 процентов. + +Не указывается для объекта жилищного фонда, для которого в договоре ресурсоснабжения установлен признак «Отсутствуют присоединения сетей объекта жилищного фонда к централизованной системе водоснабжения». В остальных случаях обязательно + + + + + + + + Отсутствие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + + + Показатели качества КУ "Горячее водоснабжение" + + + + + + Наличие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + Соответствие (несоответствие) температуры горячей воды требованиям законодательства Российской Федерации о техническом регулировании + + + + + + Соответствует + + + + + + Не соответствует + + + + + Информация о продолжительности предоставления услуги горячего водоснабжения при отклонении температуры горячей воды от установленной законодательством Российской Федерации о техническом регулировании (в часах суммарно в течение расчетного периода). Необходимо заполнить хотя бы одно из указанных полей + + + + + + + + + Продолжительность предоставления горячего водоснабжения при температуре ниже 40°С в часах суммарно в течение расчетного периода + + + + + Объем горячей воды, поставленной при температуре ниже 40°С суммарно в течение расчетного периода + + + + + Соответствие (несоответствие) состава и свойств горячей воды требованиям законодательства Российской Федерации о техническом регулировании + + + + + + Соответствует + + + + + + Не соответствует + + + + + Количество дней предоставления услуги горячего водоснабжения при несоответствии состава и свойств горячей воды требованиям законодательства Российской Федерации о техническом регулировании в расчетном периоде суммарно в течение расчетного периода + + + + + + + + + Продолжительность предоставления услуги горячего водоснабжения в часах суммарно в течение расчетного периода при давлении, отличающемся от установленного до 25 процентов. + +Не указывается для объекта жилищного фонда, для которого в договоре ресурсоснабжения установлен признак «Отсутствуют присоединения сетей объекта жилищного фонда к централизованной системе водоснабжения». В остальных случаях обязательно + + + + + Количество дней предоставления услуги горячего водоснабжения суммарно в течение расчетного периода при давлении, отличающемся от установленного более чем на 25 процентов. + +Не указывается для объекта жилищного фонда, для которого в договоре ресурсоснабжения установлен признак «Отсутствуют присоединения сетей объекта жилищного фонда к централизованной системе водоснабжения». В остальных случаях обязательно + + + + + + + + Отсутствие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + + + Показатели качества КУ "Электроснабжение" + + + + + + Наличие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + Соответствие (несоответствие) напряжения и частоты электрического тока требованиям законодательства Российской Федерации о техническом регулировании + + + + + + Соответствует + + + + + + Не соответствует + + + + + Продолжительность снабжения электрической энергией, несоответствующей требованиям законодательства Российской Федерации о техническом регулировании, в часах суммарно в течение расчетного периода + + + + + + + + + + + + Отсутствие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + + + Показатели качества КУ "Газоснабжение" + + + + + + Наличие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + Соответствие (несоответствие) свойств подаваемого газа требованиям законодательства Российской Федерации о техническом регулировании + + + + + + Соответствует + + + + + + Не соответствует + + + + + Количество дней предоставления услуги газоснабжения при несоответствии свойств подаваемого газа требованиям законодательства Российской Федерации о техническом регулировании в расчетном периоде, суммарно в течение расчетного периода + + + + + + + + + Продолжительность предоставления услуги газоснабжения в часах суммарно в течение расчетного периода при давлении, отличающемся от установленного до 25 процентов + + + + + Количество дней предоставления услуги газоснабжения суммарно в течение расчетного периода при давлении, отличающемся от установленного более чем на 25 процентов + + + + + + + + Отсутствие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + + + Показатели качества КУ "Отопление" + + + + + + Наличие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + Соответствие (несоответствие) обеспечения нормативной температуры воздуха в помещениях многоквартирных домов, жилых домов в соответствии с требованиями законодательства Российской Федерации о техническом регулировании + + + + + + Соответствует + + + + + + Не соответствует + + + + + Продолжительность отопления при отклонении температуры воздуха в помещениях многоквартирных домов, жилых домах в часах суммарно за расчетный период. Необходимо заполнить хотя бы одно из указанных полей: tns:TemperatureExcess, tns:TemperatureDecline. + + + + + + Превышение нормативной температуры воздуха в помещениях многоквартирных домов, жилых домах сверх допустимого уровня + + + + + Снижение нормативной температуры воздуха в помещениях многоквартирных домов, жилых домах сверх допустимого уровня + + + + + + + + Количество часов отклонения температуры воздуха в помещениях многоквартирных домов, жилых домах в часах суммарно за расчетный период + + + + + + + + + Количество дней предоставления услуги отопления суммарно в течение расчетного периода при давлении, отличающемся от установленного более чем на 25 процентов + + + + + + + + Отсутствие подписанного акта проверки предоставления коммунальных услуг для данного объекта жилищного фонда + + + + + + + + + + + Тип для информации об объеме КР + + + + + ОЖФ + + + + + + + + + + Вид КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) + + + + + + + + + + + Тарифицируемый ресурс. Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239). Заполняется, если в основании указан ДРСО + + + + + + + + + + Вид коммунального ресурса. Ссылка на НСИ "Вид коммунального ресурса" (реестровый номер 2). Заполняется, если в основании указан ДУ (устав) + + + + + + + Объем ресурса. Указывается для всех ресурсов, кроме "Электрическая энергия" + + + + + Объем ресурса "Электрическая энергия" + + + + + + + + Продолжительность предоставления КУ "Горячее водоснабжение" при отклонении температуры воды + + + + + При отклонении температуры на 3°С + + + + + + Продолжительность предоставления услуги горячей воды при отклонении температуры на 3°С + + + + + + + + При отклонении температуры на 6°С + + + + + + Продолжительность предоставления услуги горячей воды при отклонении температуры на 6°С + + + + + + + + При отклонении температуры на 9°С + + + + + + Продолжительность предоставления услуги горячей воды при отклонении температуры на 9°С + + + + + + + + При отклонении температуры на 12°С + + + + + + Продолжительность предоставления услуги горячей воды при отклонении температуры на 12°С + + + + + + + + При отклонении температуры на 15°С + + + + + + Продолжительность предоставления услуги горячей воды при отклонении температуры на 15°С + + + + + + + + При отклонении температуры на 18°С + + + + + + Продолжительность предоставления услуги горячей воды при отклонении температуры на 18°С + + + + + + + + + + + Импорт информации об объеме и качестве КР и КУ + + + + + + + + Информация об объеме и качестве КР и КУ + + + + + + + Основание + + + + + + + + + + Период регистрации (месяц и год) + + + + + + Добавление/изменение периода регистрации + + + + + + + + Показатели качестве КР. Заполняется, только если в основании указан договор ресурсоснабжения или договор ТКО + + + + + + + + + + + + + + Показатели качества КУ. Заполняется только если в основании указан договор ресурсоснабжения или договор управления (устав) + + + + + + + + + + + + + + Объем КР. Заполняется только если в основании информации об объеме и качестве КУ указан договор ресурсоснабжения или договор управления (устав) + + + + + + + + + + + + + + + + + + + Размещение периода регистрации + + + + + Аннулирование периода регистрации + + + + + + Причина аннулирования + + + + + + + + + + + + + Удаление проекта периода регистрации + + + + + Удаление информации об объекте жилищного фонда из периода регистрации + + + + + + ОЖФ + + + + + + + + Помещение/блок или комната не из договора (основания). + + + + + + + + + + + + + + + + + + + + + + + Проверка уникальности транспортного идентификатора в рамках запроса + + + + + + + Проверка уникальности корневого идентификатора договора в рамках запроса + + + + + + + + + Простой тип. Вид перерыва (IntervalInProviding - Перерыв в предоставлении коммунальной услуги, RestrictionInProviding - Ограничение в предоставлении коммунальной услуги, SuspensionOfProviding - Приостановление предоставления коммунальной услуги) + + + + + + + + + + Составной тип. Информация о перерывах + + + + + Дата и время начала перерыва + + + + + Дата и время окончания перерыва + + + + + Вид коммунальной услуги. Код для интеграции 3 + + + + + Вид тарифицируемого ресурса. Код для интеграции 239. Не заполняется только, если «Вид коммунальной услуги» = «Обращение с твердыми коммунальными отходами». Для остальных видов КУ поле обязательно для заполнения. + + + + + Причина перерыва + + + + + + + + + + Объект жилищного фонда + + + + + + + + Помещение/блок или комната не из договора (основания). Присылается, если импортируется помещение/блок или комната, отсутствующее в указанном основании + + + + + + + + + + + Импорт информации о перерыве + + + + Запрос импорта информации о перерывах + + + + + + + + Импорт сведений о перерывах + + + + + + Основание + + + + + Идентификатор информации о перерыве в ГИС ЖКХ. Заполняется при изменении ранее загруженных сведений о перерывах + + + + + Транспортный идентификатор для выполнения операции с информацией о перерывах + + + + + + Добавить/Изменить общую информацию о перерывах. При изменении необходимо присылать всю информацию о перерыве в актуальном состоянии. + + + + + Аннулировать информацию о перерыве + + + + + + Причина аннулирования + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Возврат статуса отправленного сообщения + + + + + + + + Результат импорта + + + + + + + + + + diff --git a/Hcs.sln b/Hcs.sln index d80ab76..2fe09d7 100644 --- a/Hcs.sln +++ b/Hcs.sln @@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hcs.WebApp", "Hcs.WebApp\Hc EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hcs.ClientNet", "Hcs.ClientNet\Hcs.ClientNet.csproj", "{4448CB37-BCF9-416C-903E-87ECFA072F9F}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hcs.Broker", "Hcs.Broker\Hcs.Broker.csproj", "{F1A3A447-79C9-4387-88AF-981F5BC3BA88}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -33,6 +35,10 @@ Global {4448CB37-BCF9-416C-903E-87ECFA072F9F}.Debug|Any CPU.Build.0 = Debug|Any CPU {4448CB37-BCF9-416C-903E-87ECFA072F9F}.Release|Any CPU.ActiveCfg = Release|Any CPU {4448CB37-BCF9-416C-903E-87ECFA072F9F}.Release|Any CPU.Build.0 = Release|Any CPU + {F1A3A447-79C9-4387-88AF-981F5BC3BA88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F1A3A447-79C9-4387-88AF-981F5BC3BA88}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F1A3A447-79C9-4387-88AF-981F5BC3BA88}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F1A3A447-79C9-4387-88AF-981F5BC3BA88}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE