Class Content


  • public final class Content
    extends Object
    Author:
    Ryan Heaton
    • Constructor Detail

      • Content

        public Content()
    • Method Detail

      • getType

        public String getType()
        The type of the content.
        Returns:
        The type of the content.
      • setType

        public void setType​(String type)
        The type of the content.
        Parameters:
        type - The type of the content.
      • getGedcomx

        public Gedcomx getGedcomx()
        The genealogical data associated with this entry.
        Returns:
        The genealogical data associated with this entry.
      • setGedcomx

        public void setGedcomx​(Gedcomx gedcomx)
        The genealogical data associated with this entry.
        Parameters:
        gedcomx - The genealogical data associated with this entry.
      • accept

        public void accept​(AtomModelVisitor visitor)
        Accept a visitor.
        Parameters:
        visitor - The visitor to accept.