Uses of Class
org.gedcomx.common.ExtensibleData
-
Packages that use ExtensibleData Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.agent The contributor model.org.gedcomx.common The id model defines the standard mechanisms for identifying genealogical entities.org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.links The hypermedia model.org.gedcomx.records The sources model.org.gedcomx.rt org.gedcomx.source The sources model. -
-
Uses of ExtensibleData in org.gedcomx
Subclasses of ExtensibleData in org.gedcomx Modifier and Type Class Description classGedcomxThe GEDCOM X data formats define the serialization formats of the GEDCOM X conceptual model. -
Uses of ExtensibleData in org.gedcomx.agent
Subclasses of ExtensibleData in org.gedcomx.agent Modifier and Type Class Description classAddressAn address.classAgentAn agent, e.g.classOnlineAccountAn online account for a web application. -
Uses of ExtensibleData in org.gedcomx.common
Subclasses of ExtensibleData in org.gedcomx.common Modifier and Type Class Description classAttributionAttribution for genealogical information.classEvidenceReferenceA reference to a resource that is being used as evidence.classNoteA note about a genealogical resource (e.g.Methods in org.gedcomx.common that return ExtensibleData Modifier and Type Method Description ExtensibleDataExtensibleData. extensionElement(Object element)ExtensibleDataExtensibleData. id(String id)Build up this object with an id.Methods in org.gedcomx.common with parameters of type ExtensibleData Modifier and Type Method Description protected voidExtensibleData. embed(ExtensibleData data) -
Uses of ExtensibleData in org.gedcomx.conclusion
Subclasses of ExtensibleData in org.gedcomx.conclusion Modifier and Type Class Description classConclusionA genealogical conclusion.classDateA concluded genealogical date.classDisplayPropertiesA set of display properties for the convenience of quick display, such as for a Web-based application.classDocumentAn abstract document that contains derived (conclusionary) text -- for example, a transcription or researcher analysis.classEventA historical event.classEventRoleA role that a specific person plays in an event.classFactA conclusion about a fact applicable to a person or relationship.classFamilyViewA family view, meaning up to two parents and a list of children who have those parents in common.classGenderA gender conclusion.classNameA name conclusion.classNameFormA form of a name.classNamePartA part of a name.classPersonA person.classPlaceDescriptionA PlaceDescription is used to describe the details of a place in terms of its name and possibly its type, time period, and/or a geospatial description -- a description of a place as a snapshot in time.classPlaceDisplayPropertiesA set of display properties for places for the convenience of quick display, such as for a Web-based application.classPlaceReferenceA reference to genealogical place.classRelationshipA relationship between two or more persons.classSubjectTheSubjectdata type defines the abstract concept of a genealogical subject. -
Uses of ExtensibleData in org.gedcomx.links
Subclasses of ExtensibleData in org.gedcomx.links Modifier and Type Class Description classHypermediaEnabledDataAn data type that supports hypermedia controls (i.e. -
Uses of ExtensibleData in org.gedcomx.records
Subclasses of ExtensibleData in org.gedcomx.records Modifier and Type Class Description classCollectionA collection of genealogical resources.classCollectionContentA description of the content of a collection by resource type.classFieldA field of a record.classFieldDescriptorA description of a field in a record.classFieldValueAn element representing a value in a record field.classFieldValueDescriptorA way a field is to be displayed to a user.classRecordDescriptorA descriptor for a common set of records.classRecordSetThe GEDCOM X bulk record data formats are used to exchange bulk genealogical data sets, grouped into records. -
Uses of ExtensibleData in org.gedcomx.rt
Fields in org.gedcomx.rt declared as ExtensibleData Modifier and Type Field Description protected ExtensibleDataGedcomxLocalReferenceResolver. resourceMethods in org.gedcomx.rt that return ExtensibleData Modifier and Type Method Description ExtensibleDataGedcomxLocalReferenceResolver. getResource()static ExtensibleDataGedcomxLocalReferenceResolver. resolve(String resourceId, Gedcomx document)static ExtensibleDataGedcomxLocalReferenceResolver. resolve(ResourceReference ref, Gedcomx document)static ExtensibleDataGedcomxLocalReferenceResolver. resolve(URI ref, Gedcomx document)Methods in org.gedcomx.rt with parameters of type ExtensibleData Modifier and Type Method Description protected voidGedcomxLocalReferenceResolver. bindIfNeeded(ExtensibleData candidate) -
Uses of ExtensibleData in org.gedcomx.source
Subclasses of ExtensibleData in org.gedcomx.source Modifier and Type Class Description classCoverageA description of the coverage of a resource.classSourceCitationRepresents a source citation.classSourceDescriptionRepresents a description of a source.classSourceReferenceAn attributable reference to a description of a source.
-