Class DisplayProperties
A set of display properties for the convenience of quick display, such as for a Web-based application. All display properties are provided in the default locale for the current application context and are NOT considered canonical for the purposes of data exchange.
- Gedcomx\Common\ExtensibleData
- Gedcomx\Conclusion\DisplayProperties
Methods summary
public
|
|
public
string
|
#
getAscendancyNumber( )
The context-specific ascendancy number for the person in relation to the other persons in the request. The ancestry number is defined using the Ahnentafel numbering system. |
public
|
#
setAscendancyNumber( string $ascendancyNumber )
The context-specific ascendancy number for the person in relation to the other persons in the request. The ancestry number is defined using the Ahnentafel numbering system. |
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
#
getDescendancyNumber( )
The context-specific descendancy number for the person in relation to the other persons in the request. The descendancy number is defined using the d'Aboville numbering system. |
public
|
#
setDescendancyNumber( string $descendancyNumber )
The context-specific descendancy number for the person in relation to the other persons in the request. The descendancy number is defined using the d'Aboville numbering system. |
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setMarriageDate( string $marriageDate )
The displayable label for the marriage date of the person. |
public
string
|
|
public
|
#
setMarriagePlace( string $marriagePlace )
The displayable label for the marriage place of the person. |
public
string
|
|
public
|
|
public
array
|
|
public
|
|
public
|
#
writeXmlContents( XMLWriter $writer )
Writes the contents of this DisplayProperties to an XML writer. The startElement is expected to be already provided. |