org.gedcomx.conversion
Class DefaultGedcomxConversionResult

java.lang.Object
  extended by org.gedcomx.conversion.DefaultGedcomxConversionResult
All Implemented Interfaces:
GedcomxConversionResult

public class DefaultGedcomxConversionResult
extends Object
implements GedcomxConversionResult


Constructor Summary
DefaultGedcomxConversionResult()
           
 
Method Summary
 void addOrganization(org.gedcomx.agent.Agent organization)
           
 void addPerson(org.gedcomx.conclusion.Person person)
           
 void addRelationship(org.gedcomx.conclusion.Relationship relationship)
           
 void addSourceDescription(org.gedcomx.source.SourceDescription description)
           
 org.gedcomx.Gedcomx getDataset()
           
 org.gedcomx.agent.Agent getDatasetContributor()
           
 void setDatasetContributor(org.gedcomx.agent.Agent person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGedcomxConversionResult

public DefaultGedcomxConversionResult()
Method Detail

getDataset

public org.gedcomx.Gedcomx getDataset()
Specified by:
getDataset in interface GedcomxConversionResult

getDatasetContributor

public org.gedcomx.agent.Agent getDatasetContributor()
Specified by:
getDatasetContributor in interface GedcomxConversionResult

setDatasetContributor

public void setDatasetContributor(org.gedcomx.agent.Agent person)
                           throws IOException
Specified by:
setDatasetContributor in interface GedcomxConversionResult
Throws:
IOException

addPerson

public void addPerson(org.gedcomx.conclusion.Person person)
               throws IOException
Specified by:
addPerson in interface GedcomxConversionResult
Throws:
IOException

addRelationship

public void addRelationship(org.gedcomx.conclusion.Relationship relationship)
                     throws IOException
Specified by:
addRelationship in interface GedcomxConversionResult
Throws:
IOException

addSourceDescription

public void addSourceDescription(org.gedcomx.source.SourceDescription description)
                          throws IOException
Specified by:
addSourceDescription in interface GedcomxConversionResult
Throws:
IOException

addOrganization

public void addOrganization(org.gedcomx.agent.Agent organization)
                     throws IOException
Specified by:
addOrganization in interface GedcomxConversionResult
Throws:
IOException


Copyright © 2016. All rights reserved.