Uses of Class
org.gedcomx.conclusion.Identifier
-
Packages that use Identifier Package Description 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 Modifier and Type Method Description List<Identifier>Agent. getIdentifiers()The list of identifiers for the agent.Methods in org.gedcomx.agent with parameters of type Identifier Modifier and Type Method Description voidAgent. addIdentifier(Identifier identifier)Add an identifier.AgentAgent. identifier(Identifier identifier)Build up this agent with an identifier.Method parameters in org.gedcomx.agent with type arguments of type Identifier Modifier and Type Method Description voidAgent. 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 Modifier and Type Method Description IdentifierIdentifier. type(URI type)Build up this identifier with a type.IdentifierIdentifier. type(IdentifierType type)Build up this identifier with a type.IdentifierIdentifier. value(URI value)Build up this identifier with a value.Methods in org.gedcomx.conclusion that return types with arguments of type Identifier Modifier and Type Method Description List<Identifier>Subject. getIdentifiers()The list of identifiers for the subject.Stream<Identifier>Subject. identifiers()Create a stream for the identifiers.Methods in org.gedcomx.conclusion with parameters of type Identifier Modifier and Type Method Description voidSubject. addIdentifier(Identifier identifier)Add an identifier of the subject.EventEvent. identifier(Identifier identifier)PersonPerson. identifier(Identifier identifier)PlaceDescriptionPlaceDescription. identifier(Identifier identifier)RelationshipRelationship. identifier(Identifier identifier)SubjectSubject. identifier(Identifier identifier)Build up this subject with an identifier.Method parameters in org.gedcomx.conclusion with type arguments of type Identifier Modifier and Type Method Description voidSubject. 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 Modifier and Type Method Description List<Identifier>Collection. getIdentifiers()The list of identifiers for the source.Stream<Identifier>Collection. identifiers()Create a stream for the identifiers.Methods in org.gedcomx.records with parameters of type Identifier Modifier and Type Method Description CollectionCollection. identifier(Identifier identifier)Build out this collection with an identifier.Method parameters in org.gedcomx.records with type arguments of type Identifier Modifier and Type Method Description voidCollection. 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 Modifier and Type Method Description List<Identifier>SourceDescription. getIdentifiers()The list of identifiers for the source.Methods in org.gedcomx.source with parameters of type Identifier Modifier and Type Method Description SourceDescriptionSourceDescription. identifier(Identifier identifier)Build out this source description with an identifier.Method parameters in org.gedcomx.source with type arguments of type Identifier Modifier and Type Method Description voidSourceDescription. setIdentifiers(List<Identifier> identifiers)The list of identifiers of the source.
-