Class: ActRecordContentOfMarriageMapper

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

Overview

Note:

Дополнительное содержимое акта о браке

Instance Attribute Summary collapse

Instance Attribute Details

#bride_ageInt

Кол-во ЕЕ полных на момент заключения брака minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


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

def bride_age
  @bride_age
end

#groom_ageInt

Кол-во ЕГО полных лет на момент заключения брака minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


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

def groom_age
  @groom_age
end

#new_last_name_of_husbSTRING60

Фамилия мужа (после регистрации акта: брака или развода) minOccurs: 1, maxOccurs: 1

Returns:

  • (STRING60)


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

def new_last_name_of_husb
  @new_last_name_of_husb
end

#new_last_name_of_wifeSTRING60

Фамилия жены (после после регистрации акта: брака или развода) minOccurs: 1, maxOccurs: 1

Returns:

  • (STRING60)


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

def new_last_name_of_wife
  @new_last_name_of_wife
end

#number_of_juvenile_childrenInt

Число общих детей до 18 лет. Заполняется цифрами. minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


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

def number_of_juvenile_children
  @number_of_juvenile_children
end