| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt | |
| org.gedcomx.source |
The sources model.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.extensionElement(Object element) |
Date |
Date.field(Field field)
Build up this date with a field.
|
Date |
Date.formal(GedcomxDate formal)
Build up this date with a formal representation of the date.
|
Date |
Date.formal(String formal)
Build up this date with a formal representation of the date.
|
Date |
HasDateAndPlace.getDate()
The date.
|
Date |
Fact.getDate()
The date of applicability of this fact.
|
Date |
Event.getDate()
The date of this event.
|
Date |
Name.getDate()
The date the name was first applied or adopted.
|
Date |
PlaceDescription.getTemporalDescription()
A description of the time period to which this place description is relevant.
|
Date |
Date.id(String id) |
Date |
Date.original(String original)
Build up this date with original text as supplied by the user.
|
| Modifier and Type | Method and Description |
|---|---|
Fact |
Fact.date(Date date)
Build up this fact with a date.
|
Event |
Event.date(Date date)
Build up this event with a date.
|
Name |
Name.date(Date date)
Build up this name with a date.
|
void |
HasDateAndPlace.setDate(Date date)
The date.
|
void |
Fact.setDate(Date date)
The date of applicability of this fact.
|
void |
Event.setDate(Date date)
The date of this event.
|
void |
Name.setDate(Date date)
The date the name was first applied or adopted.
|
void |
PlaceDescription.setTemporalDescription(Date temporalDescription)
A description of the time period to which this place description is relevant.
|
PlaceDescription |
PlaceDescription.temporalDescription(Date temporalDescription)
Build out this place description with a temporal description.
|
| Constructor and Description |
|---|
Event(EventType EventType,
Date date,
PlaceReference place)
Create a date/place event with the passed in type and values.
|
Fact(FactType factType,
Date date,
PlaceReference place)
Create a date/place fact with the passed in type and values.
|
Fact(FactType factType,
Date date,
PlaceReference place,
String value)
Create a date/place fact with the passed in type and values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitDate(Date date) |
void |
GedcomxModelVisitor.visitDate(Date date) |
void |
GedcomxLocalReferenceResolver.visitDate(Date date) |
| Modifier and Type | Method and Description |
|---|---|
Date |
Coverage.getTemporal()
Temporal coverage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Coverage.setTemporal(Date temporal)
Temporal coverage.
|
Coverage |
Coverage.temporal(Date temporal)
Build out this coverage with temporal coverage.
|
Copyright © 2016. All rights reserved.