Uses of Class
org.gedcomx.conclusion.Identifier

Packages that use Identifier
org.gedcomx.agent The contributor model. 
org.gedcomx.conclusion The conclusion model defines genealogical conclusion data. 
org.gedcomx.records The sources model. 
org.gedcomx.source The sources model. 
 

Uses of Identifier in org.gedcomx.agent
 

Methods in org.gedcomx.agent that return types with arguments of type Identifier
 List<Identifier> Agent.getIdentifiers()
          The list of identifiers for the agent.
 

Methods in org.gedcomx.agent with parameters of type Identifier
 void Agent.addIdentifier(Identifier identifier)
          Add an identifier.
 Agent Agent.identifier(Identifier identifier)
          Build up this agent with an identifier.
 

Method parameters in org.gedcomx.agent with type arguments of type Identifier
 void Agent.setIdentifiers(List<Identifier> identifiers)
          The list of identifiers of the agent.
 

Uses of Identifier in org.gedcomx.conclusion
 

Methods in org.gedcomx.conclusion that return Identifier
 Identifier Identifier.type(IdentifierType type)
          Build up this identifier with a type.
 Identifier Identifier.type(URI type)
          Build up this identifier with a type.
 Identifier Identifier.value(URI value)
          Build up this identifier with a value.
 

Methods in org.gedcomx.conclusion that return types with arguments of type Identifier
 List<Identifier> Subject.getIdentifiers()
          The list of identifiers for the subject.
 

Methods in org.gedcomx.conclusion with parameters of type Identifier
 void Subject.addIdentifier(Identifier identifier)
          Add an identifier of the subject.
 PlaceDescription PlaceDescription.identifier(Identifier identifier)
           
 Person Person.identifier(Identifier identifier)
           
 Relationship Relationship.identifier(Identifier identifier)
           
 Event Event.identifier(Identifier identifier)
           
 Subject Subject.identifier(Identifier identifier)
          Build up this subject with an identifier.
 

Method parameters in org.gedcomx.conclusion with type arguments of type Identifier
 void Subject.setIdentifiers(List<Identifier> identifiers)
          The list of identifiers of the subject.
 

Uses of Identifier in org.gedcomx.records
 

Methods in org.gedcomx.records that return types with arguments of type Identifier
 List<Identifier> Collection.getIdentifiers()
          The list of identifiers for the source.
 

Methods in org.gedcomx.records with parameters of type Identifier
 Collection Collection.identifier(Identifier identifier)
          Build out this collection with an identifier.
 

Method parameters in org.gedcomx.records with type arguments of type Identifier
 void Collection.setIdentifiers(List<Identifier> identifiers)
          The list of identifiers of the source.
 

Uses of Identifier in org.gedcomx.source
 

Methods in org.gedcomx.source that return types with arguments of type Identifier
 List<Identifier> SourceDescription.getIdentifiers()
          The list of identifiers for the source.
 

Methods in org.gedcomx.source with parameters of type Identifier
 SourceDescription SourceDescription.identifier(Identifier identifier)
          Build out this source description with an identifier.
 

Method parameters in org.gedcomx.source with type arguments of type Identifier
 void SourceDescription.setIdentifiers(List<Identifier> identifiers)
          The list of identifiers of the source.
 



Copyright © 2015. All rights reserved.