Uses of Class
org.gedcomx.conclusion.Identifier
Packages that use Identifier
Package
Description
The contributor model.
The conclusion model defines genealogical conclusion data.
The sources model.
The sources model.
-
Uses of Identifier in org.gedcomx.agent
Methods in org.gedcomx.agent that return types with arguments of type IdentifierMethods in org.gedcomx.agent with parameters of type IdentifierModifier and TypeMethodDescriptionvoidAgent.addIdentifier(Identifier identifier) Add an identifier.Agent.identifier(Identifier identifier) Build up this agent with an identifier.Method parameters in org.gedcomx.agent with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidAgent.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 IdentifierModifier and TypeMethodDescriptionBuild up this identifier with a type.Identifier.type(IdentifierType type) Build up this identifier with a type.Build up this identifier with a value.Methods in org.gedcomx.conclusion that return types with arguments of type IdentifierModifier and TypeMethodDescriptionSubject.getIdentifiers()The list of identifiers for the subject.Subject.identifiers()Create a stream for the identifiers.Methods in org.gedcomx.conclusion with parameters of type IdentifierModifier and TypeMethodDescriptionvoidSubject.addIdentifier(Identifier identifier) Add an identifier of the subject.Event.identifier(Identifier identifier) Person.identifier(Identifier identifier) PlaceDescription.identifier(Identifier identifier) Relationship.identifier(Identifier identifier) Subject.identifier(Identifier identifier) Build up this subject with an identifier.Method parameters in org.gedcomx.conclusion with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidSubject.setIdentifiers(List<Identifier> identifiers) The list of identifiers of the subject.Constructors in org.gedcomx.conclusion with parameters of type Identifier -
Uses of Identifier in org.gedcomx.records
Methods in org.gedcomx.records that return types with arguments of type IdentifierModifier and TypeMethodDescriptionCollection.getIdentifiers()The list of identifiers for the source.Collection.identifiers()Create a stream for the identifiers.Methods in org.gedcomx.records with parameters of type IdentifierModifier and TypeMethodDescriptionCollection.identifier(Identifier identifier) Build out this collection with an identifier.Method parameters in org.gedcomx.records with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidCollection.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 IdentifierModifier and TypeMethodDescriptionSourceDescription.getIdentifiers()The list of identifiers for the source.Methods in org.gedcomx.source with parameters of type IdentifierModifier and TypeMethodDescriptionSourceDescription.identifier(Identifier identifier) Build out this source description with an identifier.Method parameters in org.gedcomx.source with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidSourceDescription.setIdentifiers(List<Identifier> identifiers) The list of identifiers of the source.