firstNames property

List<String> firstNames
getter/setter pair

Given names (not always 'first'). Includes middle names. This repeating element order: Given Names appear in the correct order for presenting the name

Implementation

List<String> firstNames;