| Package | Description |
|---|---|
| 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.source |
The sources model.
|
| Modifier and Type | Method and Description |
|---|---|
Qualifier |
Qualifier.name(ControlledVocabulary name)
Build up this qualifier with a name.
|
Qualifier |
Qualifier.name(URI name)
Build up this qualifier with a name.
|
Qualifier |
Qualifier.value(String value)
Build up this qualifier with a value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Qualifier> |
NamePart.getQualifiers()
The qualifiers associated with this name part.
|
List<Qualifier> |
Fact.getQualifiers()
The qualifiers associated with this fact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamePart.addQualifier(Qualifier qualifier)
Add a qualifier associated with this name part.
|
void |
Fact.addQualifier(Qualifier qualifier)
Add a qualifier.
|
NamePart |
NamePart.qualifier(Qualifier qualifier)
Build out this name part with a qualifier.
|
Fact |
Fact.qualifier(Qualifier qualifier)
Build up this fact with a qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamePart.setQualifiers(List<Qualifier> qualifiers)
Set the qualifiers associated with this name part.
|
void |
Fact.setQualifiers(List<Qualifier> qualifiers)
Set the qualifiers associated with this fact.
|
| Modifier and Type | Method and Description |
|---|---|
List<Qualifier> |
SourceReference.getQualifiers()
The qualifiers associated with this source reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceReference.addQualifier(Qualifier qualifier)
Add a qualifier.
|
SourceReference |
SourceReference.qualifier(Qualifier qualifier)
Build up this source reference with a qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceReference.setQualifiers(List<Qualifier> qualifiers)
Set the qualifiers associated with this source reference.
|
Copyright © 2016. All rights reserved.