Class: ActRecordDeathMapper

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

Overview

Note:

Актовая запись о смерти

Instance Attribute Summary collapse

Instance Attribute Details

#act_record_dateDateRecordMapper

Дата составления документа minOccurs: 1, maxOccurs: 1

Returns:



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

def act_record_date
  @act_record_date
end

#act_record_numberACTRecordNumber

Номер актовой записи minOccurs: 1, maxOccurs: 1

Returns:

  • (ACTRecordNumber)


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

def act_record_number
  @act_record_number
end

#act_record_uidACTRecordUid

Номер актовой записи в Федеральном электронном ЗАГСе minOccurs: 0, maxOccurs: 1

Returns:

  • (ACTRecordUid)


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

def act_record_uid
  @act_record_uid
end

#contentActRecordContentOfDeathMapper

Дополнительный контент minOccurs: 0, maxOccurs: 1



64
65
66
# File 'app/mappers/act_record_death_mapper.rb', line 64

def content
  @content
end

#correction_dateDate

Дата внесения изменений в запись акта (при совершении юридически значимого действия) minOccurs: 0, maxOccurs: 1

Returns:

  • (Date)


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

def correction_date
  @correction_date
end

#documents_confirming_deathDocumentsConfirmingDeathMapper

Документ – основание для регистрации смерти minOccurs: 0, maxOccurs: 1



72
73
74
# File 'app/mappers/act_record_death_mapper.rb', line 72

def documents_confirming_death
  @documents_confirming_death
end

#head_of_zags_fioSTRING250

ФИО руководителя органа ЗАГС minOccurs: 0, maxOccurs: 1

Returns:

  • (STRING250)


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

def head_of_zags_fio
  @head_of_zags_fio
end

#is_recoveredBoolean

Признак восстановленной актовой записи minOccurs: 0, maxOccurs: 1

Returns:

  • (Boolean)


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

def is_recovered
  @is_recovered
end

#is_second_copyBoolean

Это второй экземпляр актовой записи? minOccurs: 0, maxOccurs: 1

Returns:

  • (Boolean)


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

def is_second_copy
  @is_second_copy
end

#other_applicantsOtherApplicantsMapper

Сведения о лицах, заявивших о смерти иного лица minOccurs: 0, maxOccurs: 1



76
77
78
# File 'app/mappers/act_record_death_mapper.rb', line 76

def other_applicants
  @other_applicants
end

#other_information_and_official_annotationsOtherInformationAndOfficialAnnotationsMapper

Иные сведения и служебные отметки minOccurs: 0, maxOccurs: 1



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

def other_information_and_official_annotations
  @other_information_and_official_annotations
end

#participantsParticipantsForDeathMapper

Субъект актовой записи о смерти minOccurs: 0, maxOccurs: 1



68
69
70
# File 'app/mappers/act_record_death_mapper.rb', line 68

def participants
  @participants
end

#registrar_idRegistrarUID

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

Returns:

  • (RegistrarUID)


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

def registrar_id
  @registrar_id
end

#requisites_court_decision_act_record_cancelCourtActDecisionMapper

Сведения об аннулировании записи акта minOccurs: 0, maxOccurs: 1



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

def requisites_court_decision_act_record_cancel
  @requisites_court_decision_act_record_cancel
end

#requisites_court_decision_act_record_recoveredCourtActDecisionMapper

Сведения о восстановлени записи акта minOccurs: 0, maxOccurs: 1



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

def requisites_court_decision_act_record_recovered
  @requisites_court_decision_act_record_recovered
end

#specialist_fioSTRING250

ФИО сотрудника органа ЗАГС minOccurs: 0, maxOccurs: 1

Returns:

  • (STRING250)


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

def specialist_fio
  @specialist_fio
end

#versionTIMEStampVersion

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

Returns:

  • (TIMEStampVersion)


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

def version
  @version
end