org.gedcomx.atom
Class Content

java.lang.Object
  extended by org.gedcomx.atom.Content

public final class Content
extends Object

Author:
Ryan Heaton

Constructor Summary
Content()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.


Copyright © 2016. All rights reserved.