Uses of Class
org.gedcomx.conclusion.Date
-
Packages that use Date Package Description org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.rt org.gedcomx.source The sources model. -
-
Uses of Date in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return Date Modifier and Type Method Description DateDate. confidence(URI confidence)Build up this conclusion with a confidence level.DateDate. confidence(ConfidenceLevel confidence)Build up this conclusion with a confidence level.DateDate. extensionElement(Object element)DateDate. field(Field field)Build up this date with a field.DateDate. formal(String formal)Build up this date with a formal representation of the date.DateDate. formal(GedcomxDate formal)Build up this date with a formal representation of the date.DateEvent. getDate()The date of this event.DateFact. getDate()The date of applicability of this fact.DateHasDateAndPlace. getDate()The date.DateName. getDate()The date the name was first applied or adopted.DatePlaceDescription. getTemporalDescription()A description of the time period to which this place description is relevant.DateDate. id(String id)DateDate. original(String original)Build up this date with original text as supplied by the user.Methods in org.gedcomx.conclusion with parameters of type Date Modifier and Type Method Description EventEvent. date(Date date)Build up this event with a date.FactFact. date(Date date)Build up this fact with a date.NameName. date(Date date)Build up this name with a date.voidEvent. setDate(Date date)The date of this event.voidFact. setDate(Date date)The date of applicability of this fact.voidHasDateAndPlace. setDate(Date date)The date.voidName. setDate(Date date)The date the name was first applied or adopted.voidPlaceDescription. setTemporalDescription(Date temporalDescription)A description of the time period to which this place description is relevant.PlaceDescriptionPlaceDescription. temporalDescription(Date temporalDescription)Build out this place description with a temporal description.Constructors in org.gedcomx.conclusion with parameters of type Date Constructor 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. -
Uses of Date in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Date Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitDate(Date date)voidGedcomxModelVisitor. visitDate(Date date)voidGedcomxModelVisitorBase. visitDate(Date date) -
Uses of Date in org.gedcomx.source
Methods in org.gedcomx.source that return Date Modifier and Type Method Description DateCoverage. getTemporal()Temporal coverage.Methods in org.gedcomx.source with parameters of type Date Modifier and Type Method Description voidCoverage. setTemporal(Date temporal)Temporal coverage.CoverageCoverage. temporal(Date temporal)Build out this coverage with temporal coverage.
-