| Package | Description |
|---|---|
| org.gedcomx.source |
The sources model.
|
| Modifier and Type | Method and Description |
|---|---|
CitationField |
CitationField.name(URI name)
Build out this citation field with a name.
|
CitationField |
CitationField.nameValue(String name)
Build out this citation field with a name.
|
CitationField |
CitationField.value(String value)
Build out this citation field with a value.
|
| Modifier and Type | Method and Description |
|---|---|
List<CitationField> |
SourceCitation.getFields()
The list of citation fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceCitation.addField(CitationField field)
Add a reference to the citation fields.
|
SourceCitation |
SourceCitation.field(CitationField fields)
Build out this citation with a field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceCitation.setFields(List<CitationField> fields)
The list of citation fields.
|
Copyright © 2016. All rights reserved.