public final class Content extends Object
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AtomModelVisitor visitor)
Accept a visitor.
|
Gedcomx |
getGedcomx()
The genealogical data associated with this entry.
|
String |
getType()
The type of the content.
|
void |
setGedcomx(Gedcomx gedcomx)
The genealogical data associated with this entry.
|
void |
setType(String type)
The type of the content.
|
public String getType()
public void setType(String type)
type - The type of the content.public Gedcomx getGedcomx()
public void setGedcomx(Gedcomx gedcomx)
gedcomx - The genealogical data associated with this entry.public void accept(AtomModelVisitor visitor)
visitor - The visitor to accept.Copyright © 2017. All rights reserved.