| 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.rt | |
| org.gedcomx.source |
The sources model.
|
| org.gedcomx.util |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
Gedcomx.getAgents()
The agents included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addAgent(Agent agent)
Add a agent to the data set.
|
Gedcomx |
Gedcomx.agent(Agent agent)
Build this out with a agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setAgents(List<Agent> agents)
The agents included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.account(OnlineAccount account)
Build up this agent with an online account.
|
Agent |
Agent.address(Address address)
Build up this agent with an address.
|
Agent |
Agent.email(ResourceReference email)
Build up this agent with an email address.
|
Agent |
Agent.email(String email)
Build up this agent with an email address.
|
Agent |
Agent.email(URI email)
Build up this agent with an email address.
|
Agent |
Agent.extensionElement(Object element) |
Agent |
Agent.homepage(ResourceReference homepage)
Build up this agent with a home page.
|
Agent |
Agent.homepage(URI homepage)
Build up this agent with a home page.
|
Agent |
Agent.id(String id) |
Agent |
Agent.identifier(Identifier identifier)
Build up this agent with an identifier.
|
Agent |
Agent.link(Link link) |
Agent |
Agent.link(String rel,
URI href) |
Agent |
Agent.name(String name)
Build up this agent with a name.
|
Agent |
Agent.name(TextValue name)
Build up this agent with a name.
|
Agent |
Agent.openid(ResourceReference openid)
Build up this agent with a open id.
|
Agent |
Agent.openid(URI openid)
Build up this agent with a open id.
|
Agent |
Agent.phone(ResourceReference phone)
Build up this agent with a phone number.
|
Agent |
Agent.phone(String phone)
Build up this agent with a phone number.
|
Agent |
Agent.phone(URI phone)
Build up this agent with a phone number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.embed(Agent agent)
Embed another agent.
|
| Modifier and Type | Method and Description |
|---|---|
Attribution |
Attribution.contributor(Agent agent)
Build up this attribution with a contributor.
|
Attribution |
Attribution.creator(Agent agent)
Build up this attribution with a creator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitAgent(Agent agent) |
void |
GedcomxModelVisitor.visitAgent(Agent agent) |
void |
GedcomxLocalReferenceResolver.visitAgent(Agent agent) |
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.repository(Agent repository)
Build out this source description with a repository.
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
DocMap.getAgent(String agentId)
Find the Agent with the given local id.
|
Agent |
DocMap.getAgent(URI agentId)
Find the Agent with the given local id.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Agent> |
DocMap.getAgentMap(Gedcomx doc)
Create a map of local id (and "#" + id) to the Agent that has that id.
|
Copyright © 2016. All rights reserved.