org.gedcomx.conversion
Class DefaultGedcomxConversionResult
java.lang.Object
org.gedcomx.conversion.DefaultGedcomxConversionResult
- All Implemented Interfaces:
- GedcomxConversionResult
public class DefaultGedcomxConversionResult
- extends Object
- implements GedcomxConversionResult
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGedcomxConversionResult
public DefaultGedcomxConversionResult()
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.