| Package | Description |
|---|---|
| org.gedcomx.agent |
The contributor model.
|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.source |
The sources model.
|
| Modifier and Type | Method and Description |
|---|---|
List<Identifier> |
Agent.getIdentifiers()
The list of identifiers for the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.addIdentifier(Identifier identifier)
Add an identifier.
|
Agent |
Agent.identifier(Identifier identifier)
Build up this agent with an identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.setIdentifiers(List<Identifier> identifiers)
The list of identifiers of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
Identifier |
Identifier.type(IdentifierType type)
Build up this identifier with a type.
|
Identifier |
Identifier.type(URI type)
Build up this identifier with a type.
|
Identifier |
Identifier.value(URI value)
Build up this identifier with a value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Identifier> |
Subject.getIdentifiers()
The list of identifiers for the subject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subject.addIdentifier(Identifier identifier)
Add an identifier of the subject.
|
Person |
Person.identifier(Identifier identifier) |
Event |
Event.identifier(Identifier identifier) |
PlaceDescription |
PlaceDescription.identifier(Identifier identifier) |
Subject |
Subject.identifier(Identifier identifier)
Build up this subject with an identifier.
|
Relationship |
Relationship.identifier(Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
Subject.setIdentifiers(List<Identifier> identifiers)
The list of identifiers of the subject.
|
| Modifier and Type | Method and Description |
|---|---|
List<Identifier> |
Collection.getIdentifiers()
The list of identifiers for the source.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
Collection.identifier(Identifier identifier)
Build out this collection with an identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.setIdentifiers(List<Identifier> identifiers)
The list of identifiers of the source.
|
| Modifier and Type | Method and Description |
|---|---|
List<Identifier> |
SourceDescription.getIdentifiers()
The list of identifiers for the source.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.identifier(Identifier identifier)
Build out this source description with an identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDescription.setIdentifiers(List<Identifier> identifiers)
The list of identifiers of the source.
|
Copyright © 2016. All rights reserved.