Package uk.gov.ida.saml.core.domain
Class MatchingDataset
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.MatchingDataset
-
public class MatchingDataset extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatchingDataset(java.util.List<TransliterableMdsValue> firstNames, java.util.List<SimpleMdsValue<java.lang.String>> middleNames, java.util.List<TransliterableMdsValue> surnames, java.util.Optional<SimpleMdsValue<Gender>> gender, java.util.List<SimpleMdsValue<org.joda.time.LocalDate>> dateOfBirths, java.util.List<Address> currentAddresses, java.util.List<Address> previousAddresses, java.lang.String personalId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Address>getAddresses()java.util.List<Address>getCurrentAddresses()java.util.List<SimpleMdsValue<org.joda.time.LocalDate>>getDateOfBirths()java.util.List<TransliterableMdsValue>getFirstNames()java.util.Optional<SimpleMdsValue<Gender>>getGender()java.util.List<SimpleMdsValue<java.lang.String>>getMiddleNames()java.lang.StringgetPersonalId()java.util.List<Address>getPreviousAddresses()java.util.List<TransliterableMdsValue>getSurnames()
-
-
-
Constructor Detail
-
MatchingDataset
public MatchingDataset(java.util.List<TransliterableMdsValue> firstNames, java.util.List<SimpleMdsValue<java.lang.String>> middleNames, java.util.List<TransliterableMdsValue> surnames, java.util.Optional<SimpleMdsValue<Gender>> gender, java.util.List<SimpleMdsValue<org.joda.time.LocalDate>> dateOfBirths, java.util.List<Address> currentAddresses, java.util.List<Address> previousAddresses, java.lang.String personalId)
-
-
Method Detail
-
getFirstNames
public java.util.List<TransliterableMdsValue> getFirstNames()
-
getMiddleNames
public java.util.List<SimpleMdsValue<java.lang.String>> getMiddleNames()
-
getSurnames
public java.util.List<TransliterableMdsValue> getSurnames()
-
getGender
public java.util.Optional<SimpleMdsValue<Gender>> getGender()
-
getDateOfBirths
public java.util.List<SimpleMdsValue<org.joda.time.LocalDate>> getDateOfBirths()
-
getCurrentAddresses
public java.util.List<Address> getCurrentAddresses()
-
getPreviousAddresses
public java.util.List<Address> getPreviousAddresses()
-
getAddresses
public java.util.List<Address> getAddresses()
-
getPersonalId
public java.lang.String getPersonalId()
-
-