| 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.
|
| org.gedcomx.types |
The types model defines the standard set of types of genealogical data.
|
| org.gedcomx.util | |
| org.gedcomx.vocab |
| Modifier and Type | Method and Description |
|---|---|
URI |
Gedcomx.getDescriptionRef()
A reference to a description of this data set.
|
| Modifier and Type | Method and Description |
|---|---|
Gedcomx |
Gedcomx.descriptionRef(URI descriptionRef)
Build out this with a description ref.
|
SourceDescription |
Gedcomx.getSourceDescription(URI resourceType)
Get the first source description in the document with the type that is specified.
|
void |
Gedcomx.setDescriptionRef(URI descriptionRef)
A reference to a description of this data set.
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.email(URI email)
Build up this agent with an email address.
|
Agent |
Agent.homepage(URI homepage)
Build up this agent with a home page.
|
Agent |
Agent.link(String rel,
URI href) |
Agent |
Agent.openid(URI openid)
Build up this agent with a open id.
|
Agent |
Agent.phone(URI phone)
Build up this agent with a phone number.
|
| Modifier and Type | Method and Description |
|---|---|
static URI |
URI.create(String uri) |
static URI |
URI.create(URI uri) |
URI |
Qualifier.getName()
The name of the qualifier.
|
URI |
ResourceReference.getResource()
The URI to the resource.
|
URI |
EvidenceReference.getResource()
The URI to the resource being referenced as evidence.
|
URI |
URIAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
Attribution |
Attribution.contributor(URI contributor)
Build up this attribution with a contributor.
|
Attribution |
Attribution.creator(URI creator)
Build up this attribution with a creator.
|
EvidenceReference |
EvidenceReference.link(String rel,
URI href) |
Note |
Note.link(String rel,
URI href) |
String |
URIAdapter.marshal(URI v) |
Qualifier |
Qualifier.name(URI name)
Build up this qualifier with a name.
|
ResourceReference |
ResourceReference.resource(URI resource)
Build up this resource reference with a resource.
|
EvidenceReference |
EvidenceReference.resource(URI resource)
Build up this reference with a resource URI.
|
void |
Qualifier.setName(URI name)
The name of the qualifier.
|
void |
ResourceReference.setResource(URI resource)
The URI to the resource.
|
void |
EvidenceReference.setResource(URI resource)
The URI to the resource being referenced as evidence.
|
| Constructor and Description |
|---|
EvidenceReference(URI resource) |
EvidenceReference(URI resource,
String resourceId) |
Qualifier(URI name) |
Qualifier(URI name,
String value) |
ResourceReference(URI resource) |
ResourceReference(URI resource,
String resourceId) |
| Modifier and Type | Method and Description |
|---|---|
URI |
Conclusion.getConfidence()
The level of confidence the contributor has about the data.
|
URI |
PlaceReference.getDescriptionRef()
A reference to a description of the place being referenced.
|
URI |
Subject.getPersistentId()
Find the long-term, persistent identifier for this subject from the list of identifiers.
|
URI |
Identifier.getType()
The type of the id.
|
URI |
NamePart.getType()
The type of the name part.
|
URI |
Document.getType()
The type of the document.
|
URI |
Gender.getType()
The type of the gender.
|
URI |
Fact.getType()
The type of the fact.
|
URI |
Event.getType()
The type of the event.
|
URI |
PlaceDescription.getType()
An implementation-specific uniform resource identifier (URI) used to identify the type of a place (e.g., address, city, county, province, state, country, etc.).
|
URI |
EventRole.getType()
The role type.
|
URI |
Relationship.getType()
The type of this relationship.
|
URI |
Name.getType()
The type of the name.
|
URI |
Identifier.getValue()
The id value.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.analysis(URI analysis) |
Conclusion |
Conclusion.analysis(URI analysis)
Add a reference to the analysis for this conclusion.
|
Gender |
Gender.analysis(URI analysis) |
Person |
Person.analysis(URI analysis) |
Fact |
Fact.analysis(URI analysis) |
Event |
Event.analysis(URI analysis) |
PlaceDescription |
PlaceDescription.analysis(URI analysis) |
Subject |
Subject.analysis(URI analysis) |
EventRole |
EventRole.analysis(URI analysis) |
Relationship |
Relationship.analysis(URI analysis) |
Name |
Name.analysis(URI analysis) |
Document |
Document.confidence(URI confidence) |
Conclusion |
Conclusion.confidence(URI confidence)
Build up this conclusion with a confidence level.
|
Gender |
Gender.confidence(URI confidence) |
Person |
Person.confidence(URI confidence) |
Fact |
Fact.confidence(URI confidence) |
Event |
Event.confidence(URI confidence) |
PlaceDescription |
PlaceDescription.confidence(URI confidence) |
Subject |
Subject.confidence(URI confidence) |
EventRole |
EventRole.confidence(URI confidence) |
Relationship |
Relationship.confidence(URI confidence) |
Name |
Name.confidence(URI confidence) |
PlaceReference |
PlaceReference.description(URI ref)
Build out this place reference with a reference to a place description.
|
Document |
Document.link(String rel,
URI href) |
Conclusion |
Conclusion.link(String rel,
URI href) |
Gender |
Gender.link(String rel,
URI href) |
Person |
Person.link(String rel,
URI href) |
Fact |
Fact.link(String rel,
URI href) |
Event |
Event.link(String rel,
URI href) |
PlaceDescription |
PlaceDescription.link(String rel,
URI href) |
Subject |
Subject.link(String rel,
URI href) |
EventRole |
EventRole.link(String rel,
URI href) |
Relationship |
Relationship.link(String rel,
URI href) |
Name |
Name.link(String rel,
URI href) |
void |
Conclusion.setConfidence(URI confidence)
The level of confidence the contributor has about the data.
|
void |
PlaceReference.setDescriptionRef(URI descriptionRef)
A reference to a description of the place being referenced.
|
void |
Subject.setPersistentId(URI persistentId)
A long-term, persistent, globally unique identifier for this subject.
|
void |
Identifier.setType(URI type)
The type of the id.
|
void |
NamePart.setType(URI type)
The type of the name part.
|
void |
Document.setType(URI type)
The type of the document.
|
void |
Gender.setType(URI type)
The type of the gender.
|
void |
Fact.setType(URI type)
The type of the fact.
|
void |
Event.setType(URI type)
The type of the event.
|
void |
PlaceDescription.setType(URI type)
An implementation-specific uniform resource identifier (URI) used to identify the type of a place (e.g., address, city, county, province, state, country, etc.).
|
void |
EventRole.setType(URI type)
The role type.
|
void |
Relationship.setType(URI type)
The type of this relationship.
|
void |
Name.setType(URI type)
The type of the name.
|
void |
Identifier.setType(URI type,
boolean unique)
The type of the id.
|
void |
Identifier.setValue(URI value)
The id value.
|
Identifier |
Identifier.type(URI type)
Build up this identifier with a type.
|
NamePart |
NamePart.type(URI type)
Build out this name part with a type.
|
Document |
Document.type(URI type)
Build up this document with a type.
|
Gender |
Gender.type(URI type)
Build up this gender with a type.
|
Fact |
Fact.type(URI type)
Build up this fact with a type.
|
Event |
Event.type(URI type)
Build up this event with a type.
|
PlaceDescription |
PlaceDescription.type(URI type)
Build out this place description with a type.
|
EventRole |
EventRole.type(URI type)
Build up this role with a type.
|
Relationship |
Relationship.type(URI type)
Build out this relationship with a type.
|
Name |
Name.type(URI type)
Build up this name with a type.
|
Identifier |
Identifier.value(URI value)
Build up this identifier with a value.
|
| Constructor and Description |
|---|
Identifier(URI value) |
Identifier(URI value,
IdentifierType knownType) |
| Modifier and Type | Method and Description |
|---|---|
URI |
Link.getHref()
The target IRI of the link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupportsLinks.addLink(String rel,
URI href)
Add a hypermedia link.
|
void |
HypermediaEnabledData.addLink(String rel,
URI href)
Add a hypermedia link.
|
Link |
Link.href(URI href)
Build out this link with an href.
|
HypermediaEnabledData |
HypermediaEnabledData.link(String rel,
URI href)
Build up this data with a link.
|
void |
Link.setHref(URI href)
The link URI.
|
| Constructor and Description |
|---|
Link(String rel,
URI href) |
| Modifier and Type | Method and Description |
|---|---|
URI |
FieldValue.getDatatype()
The datatype of the text value of the field.
|
URI |
FieldValue.getResource()
URI that resolves to the value of the field.
|
URI |
CollectionContent.getResourceType()
The type of resource being covered in this collection.
|
URI |
FieldValue.getStatus()
The status of this FieldValue.
|
URI |
FieldValue.getType()
The type of the field value.
|
URI |
FieldValueDescriptor.getType()
The type of the field value.
|
URI |
Field.getType()
The type of the field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.analysis(URI analysis) |
FieldValue |
FieldValue.confidence(URI confidence) |
FieldValue |
FieldValue.datatype(URI datatype)
Build out this field value with a data type.
|
RecordSet |
RecordSet.link(String rel,
URI href) |
CollectionContent |
CollectionContent.link(String rel,
URI href) |
Collection |
Collection.link(String rel,
URI href) |
FieldValue |
FieldValue.link(String rel,
URI href) |
Field |
Field.link(String rel,
URI href) |
FieldDescriptor |
FieldDescriptor.link(String rel,
URI href) |
FieldValue |
FieldValue.resource(URI resource)
Build out this field value with a resource.
|
CollectionContent |
CollectionContent.resourceType(URI resourceType)
Build out the content with a resource type.
|
void |
FieldValue.setDatatype(URI datatype)
The datatype of the text value of the field.
|
void |
FieldValue.setResource(URI resource)
URI that resolves to the value of the field.
|
void |
CollectionContent.setResourceType(URI resourceType)
The type of resource being covered in this collection.
|
void |
FieldValue.setStatus(URI status)
The status of this FieldValue.
|
void |
FieldValue.setType(URI type)
The type of the field value.
|
void |
FieldValueDescriptor.setType(URI type)
The type of the field value.
|
void |
Field.setType(URI type)
The type of the field.
|
FieldValue |
FieldValue.type(URI type)
Build out this field value with a type.
|
Field |
Field.type(URI type)
Build out this field with a type.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
ControlledVocabulary.toQNameURI() |
URI |
EnumURIMap.toURIValue(K constant) |
| Modifier and Type | Method and Description |
|---|---|
K |
EnumURIMap.fromURIValue(URI uri) |
static ExtensibleData |
GedcomxLocalReferenceResolver.resolve(URI ref,
Gedcomx document) |
| Modifier and Type | Method and Description |
|---|---|
URI |
SourceDescription.getAbout()
The URI (if applicable) of the actual source.
|
URI |
SourceReference.getDescriptionRef()
A reference to a description of the source being referenced.
|
URI |
CitationField.getName()
The citation field's name.
|
URI |
SourceDescription.getPersistentId()
Find the long-term, persistent identifier for this source from the list of identifiers.
|
URI |
Coverage.getRecordType()
The type of record being covered, if any.
|
URI |
SourceDescription.getReplacedBy()
The URI that this resource has been replaced by.
|
URI |
SourceDescription.getResourceType()
The type of the resource being described.
|
| Modifier and Type | Method and Description |
|---|---|
List<URI> |
SourceDescription.getReplaces()
The list of resources that this resource replaces.
|
List<URI> |
SourceDescription.getRights()
The rights for this source.
|
List<URI> |
SourceDescription.getStatuses()
The list of status types for the source.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.about(URI about)
Build out this source description with an about reference.
|
void |
SourceDescription.addRights(URI rights)
Add a rights.
|
void |
SourceDescription.addStatus(URI status)
Add the given resource status type URI to the list of statuses.
|
SourceReference |
SourceReference.descriptionRef(URI descriptionRef)
Build up this source reference with a description reference.
|
SourceReference |
SourceReference.link(String rel,
URI href) |
SourceDescription |
SourceDescription.link(String rel,
URI href) |
SourceCitation |
SourceCitation.link(String rel,
URI href) |
CitationField |
CitationField.name(URI name)
Build out this citation field with a name.
|
Coverage |
Coverage.recordType(URI recordType)
Build out this coverage with a record type.
|
SourceDescription |
SourceDescription.resourceType(URI resourceType)
Build of this source description with a resource type.
|
SourceDescription |
SourceDescription.rights(URI rights)
Build out this source description with a rights.
|
void |
SourceDescription.setAbout(URI about)
The URI (if applicable) of the actual source.
|
void |
SourceReference.setDescriptionRef(URI descriptionRef)
A reference to a description of the source being referenced.
|
void |
SourceDescription.setMediatorURI(URI mediator)
A reference to the entity that mediates access to the described source.
|
void |
CitationField.setName(URI name)
The citation field's name.
|
void |
SourceDescription.setPersistentId(URI persistentId)
A long-term, persistent, globally unique identifier for this source.
|
void |
Coverage.setRecordType(URI recordType)
The type of record being covered, if any.
|
void |
SourceDescription.setReplacedBy(URI replacedBy)
The URI that this resource has been replaced by.
|
void |
SourceDescription.setResourceType(URI resourceType)
The type of the resource being described.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDescription.setReplaces(List<URI> replaces)
The list of resources that this resource replaces.
|
void |
SourceDescription.setRights(List<URI> rights)
The rights for this source.
|
void |
SourceDescription.setStatuses(List<URI> statuses)
The list of status types for the source.
|
| Constructor and Description |
|---|
CitationField(URI name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
URI |
NamePartQualifierType.toQNameURI()
Return the QName value for this enum.
|
URI |
ResourceStatusType.toQNameURI()
Return the QName value for this enum.
|
URI |
DocumentType.toQNameURI()
Return the QName value for this enum.
|
URI |
EventType.toQNameURI()
Return the QName value for this enum.
|
URI |
GenderType.toQNameURI()
Return the QName value for this enum.
|
URI |
RelationshipType.toQNameURI()
Return the QName value for this enum.
|
URI |
NamePartType.toQNameURI()
Return the QName value for this enum.
|
URI |
FactQualifierType.toQNameURI()
Return the QName value for this enum.
|
URI |
SourceReferenceQualifierType.toQNameURI()
Return the QName value for this enum.
|
URI |
RecordType.toQNameURI()
Return the QName value for this enum.
|
URI |
FactType.toQNameURI()
Return the QName value for this enum.
|
URI |
EventRoleType.toQNameURI()
Return the QName value for this enum.
|
URI |
IdentifierType.toQNameURI()
Return the QName value for this enum.
|
URI |
NameType.toQNameURI()
Return the QName value for this enum.
|
URI |
FieldType.toQNameURI()
Return the QName value for this enum.
|
URI |
FieldValueType.toQNameURI()
Return the QName value for this enum.
|
URI |
ResourceType.toQNameURI()
Return the QName value for this enum.
|
URI |
ConfidenceLevel.toQNameURI()
Return the QName value for this enum.
|
URI |
FieldValueStatusType.toQNameURI()
Return the QName value for this enum.
|
URI |
FacetType.toQNameURI()
Return the QName value for this enum.
|
| Modifier and Type | Method and Description |
|---|---|
static NamePartQualifierType |
NamePartQualifierType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static ResourceStatusType |
ResourceStatusType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static DocumentType |
DocumentType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static EventType |
EventType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static GenderType |
GenderType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static RelationshipType |
RelationshipType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static NamePartType |
NamePartType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static FactQualifierType |
FactQualifierType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static SourceReferenceQualifierType |
SourceReferenceQualifierType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static RecordType |
RecordType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static FactType |
FactType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static EventRoleType |
EventRoleType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static IdentifierType |
IdentifierType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static NameType |
NameType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static FieldType |
FieldType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static FieldValueType |
FieldValueType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static ResourceType |
ResourceType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static ConfidenceLevel |
ConfidenceLevel.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static FieldValueStatusType |
FieldValueStatusType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static FacetType |
FacetType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
DocMap.getAgent(URI agentId)
Find the Agent with the given local id.
|
Person |
DocMap.getPerson(URI uri)
Get the person from the GedcomX document that has the given id (with or without "#") or identifier.
|
PlaceDescription |
DocMap.getPlaceDescription(URI placeDescriptionUri)
Find the PlaceDescription with the given local id (or "#" + local id) or the given URI.
|
RecordDescriptor |
DocMap.getRecordDescriptor(URI recordDescriptorId)
Find the RecordDescriptor referenced by the given id (with or without a "#").
|
SourceDescription |
DocMap.getSourceDescription(URI uri)
Get the SourceDescription from the GedcomX document that has the given id (with or without "#") or an identifier
that matches the given idOrUrl.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
VocabElement.getSubclass() |
URI |
VocabElement.getSublist() |
URI |
VocabElement.getType() |
URI |
VocabElementList.getUri() |
URI |
VocabElement.getUri() |
| Modifier and Type | Method and Description |
|---|---|
void |
VocabElement.setSubclass(URI subclass) |
void |
VocabElement.setSublist(URI sublist) |
void |
VocabElement.setType(URI type) |
void |
VocabElementList.setUri(URI uri) |
void |
VocabElement.setUri(URI uri) |
Copyright © 2016. All rights reserved.