Class: RegistrarMapper

Inherits:
Object
  • Object
show all
Includes:
XmlSchemaMapper
Defined in:
app/mappers/registrar_mapper.rb

Overview

Note:

Сведения о месте государственной регистрации

Instance Attribute Summary collapse

Instance Attribute Details

#date_beginDate

Дата начала работы ЗАГСа minOccurs: 1, maxOccurs: 1

Returns:

  • (Date)


44
45
46
# File 'app/mappers/registrar_mapper.rb', line 44

def date_begin
  @date_begin
end

#date_closeDate

Дата закрытия ЗАГСа minOccurs: 0, maxOccurs: 1

Returns:

  • (Date)


48
49
50
# File 'app/mappers/registrar_mapper.rb', line 48

def date_close
  @date_close
end

#employeesListOfRegistrarEmployeesMapper

Список сотрудников minOccurs: 0, maxOccurs: 1



32
33
34
# File 'app/mappers/registrar_mapper.rb', line 32

def employees
  @employees
end

#foreign_idRegistrarIdentityMapper

Идентификационные данные места государственной регистрации. Внешний ключ minOccurs: 1, maxOccurs: 1



16
17
18
# File 'app/mappers/registrar_mapper.rb', line 16

def foreign_id
  @foreign_id
end

#full_nameSTRING250

Полное наименование minOccurs: 1, maxOccurs: 1

Returns:

  • (STRING250)


20
21
22
# File 'app/mappers/registrar_mapper.rb', line 20

def full_name
  @full_name
end

#head_of_zagsRegistrarEmployeeMapper

Руководитель органа ЗАГС, удостоверяющий своей подписью сведения minOccurs: 0, maxOccurs: 1



36
37
38
# File 'app/mappers/registrar_mapper.rb', line 36

def head_of_zags
  @head_of_zags
end

Юридический адрес minOccurs: 0, maxOccurs: 1

Returns:



28
29
30
# File 'app/mappers/registrar_mapper.rb', line 28

def legal_address
  @legal_address
end

#oktmoNOTEmptyString

Код ОКТМО minOccurs: 1, maxOccurs: 1

Returns:

  • (NOTEmptyString)


40
41
42
# File 'app/mappers/registrar_mapper.rb', line 40

def oktmo
  @oktmo
end

#registrar_arch_uidRegistrarUID

Место хранения актовых аписей после закрытия ЗАГСа minOccurs: 0, maxOccurs: 1

Returns:

  • (RegistrarUID)


52
53
54
# File 'app/mappers/registrar_mapper.rb', line 52

def registrar_arch_uid
  @registrar_arch_uid
end

#registrar_idRegistrarUID

Код органа ЗАГС, составившего документ (из внешнего справочника на ЕНСИ) minOccurs: 0, maxOccurs: 1

Returns:

  • (RegistrarUID)


12
13
14
# File 'app/mappers/registrar_mapper.rb', line 12

def registrar_id
  @registrar_id
end

#service_typesListOfServiceTypesMapper

Список видов заявлений, принимаемых органом ЗАГС в электронном виде minOccurs: 0, maxOccurs: 1



56
57
58
# File 'app/mappers/registrar_mapper.rb', line 56

def service_types
  @service_types
end

#short_nameNOTEmptyString

Краткое наименование minOccurs: 0, maxOccurs: 1

Returns:

  • (NOTEmptyString)


24
25
26
# File 'app/mappers/registrar_mapper.rb', line 24

def short_name
  @short_name
end

#versionTIMEStampVersion

Временная метка, в виде time stamp, используемая в качестве версии minOccurs: 1, maxOccurs: 1

Returns:

  • (TIMEStampVersion)


60
61
62
# File 'app/mappers/registrar_mapper.rb', line 60

def version
  @version
end