<xs:element name="personTermGroupList" type="personTermGroupList"/>
<xs:element name="description" type="xs:string"/>
- <xs:element name="birthDate" type="structuredDateGroup"/>
- <xs:element name="deathDate" type="structuredDateGroup"/>
+ <xs:element name="birthDateGroup" type="structuredDateGroup"/>
+ <xs:element name="deathDateGroup" type="structuredDateGroup"/>
<xs:element name="birthPlace" type="xs:string"/>
<xs:element name="deathPlace" type="xs:string"/>
<xs:element name="groups">
if((value = (String)personInfo.get(PersonJAXBSchema.BIRTH_DATE))!=null) {\r
StructuredDateGroup birthDate = new StructuredDateGroup();\r
birthDate.setDateDisplayDate(value);\r
- person.setBirthDate(birthDate);\r
+ person.setBirthDateGroup(birthDate);\r
}\r
if((value = (String)personInfo.get(PersonJAXBSchema.DEATH_DATE))!=null) {\r
StructuredDateGroup deathDate = new StructuredDateGroup();\r
deathDate.setDateDisplayDate(value);\r
- person.setDeathDate(deathDate);\r
+ person.setDeathDateGroup(deathDate);\r
}\r
if((value = (String)personInfo.get(PersonJAXBSchema.BIRTH_PLACE))!=null)\r
person.setBirthPlace(value);\r
<xs:element name="personTermGroupList" type="personTermGroupList"/>
<xs:element name="description" type="xs:string"/>
- <xs:element name="birthDate" type="structuredDateGroup"/>
- <xs:element name="deathDate" type="structuredDateGroup"/>
+ <xs:element name="birthDateGroup" type="structuredDateGroup"/>
+ <xs:element name="deathDateGroup" type="structuredDateGroup"/>
<xs:element name="birthPlace" type="xs:string"/>
<xs:element name="deathPlace" type="xs:string"/>
<xs:element name="groups" type="groupList"/>
if((value = (String)personInfo.get(PersonJAXBSchema.BIRTH_DATE))!=null) {\r
StructuredDateGroup birthDate = new StructuredDateGroup();\r
birthDate.setDateDisplayDate(value);\r
- person.setBirthDate(birthDate);\r
+ person.setBirthDateGroup(birthDate);\r
}\r
if((value = (String)personInfo.get(PersonJAXBSchema.DEATH_DATE))!=null) {\r
StructuredDateGroup deathDate = new StructuredDateGroup();\r
deathDate.setDateDisplayDate(value);\r
- person.setDeathDate(deathDate);\r
+ person.setDeathDateGroup(deathDate);\r
}\r
if((value = (String)personInfo.get(PersonJAXBSchema.BIRTH_PLACE))!=null)\r
person.setBirthPlace(value);\r