Uses of Class
se.digg.dgc.payload.v1.PersonName
-
Packages that use PersonName Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Covid Certificate schema. -
-
Uses of PersonName in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that return PersonName Modifier and Type Method Description PersonNameEudcc. getNam()Person name: Surname(s), forename(s) - in that orderPersonNamePersonName. withFn(String fn)PersonNamePersonName. withFnt(String fnt)PersonNamePersonName. withGn(String gn)PersonNamePersonName. withGnt(String gnt)Methods in se.digg.dgc.payload.v1 with parameters of type PersonName Modifier and Type Method Description voidDigitalCovidCertificate. setNam(PersonName name)Makes sure that the names supplied are transliterated.voidEudcc. setNam(PersonName nam)Person name: Surname(s), forename(s) - in that orderEudccDigitalCovidCertificate. withNam(PersonName name)Makes sure that the names supplied are transliterated.EudccEudcc. withNam(PersonName nam)Constructors in se.digg.dgc.payload.v1 with parameters of type PersonName Constructor Description DigitalCovidCertificate(PersonName name, LocalDate dateOfBirth)Constructor assigning the subject name and date of birth of the subject.Eudcc(String ver, PersonName nam, String dob, List<VaccinationEntry> v, List<TestEntry> t, List<RecoveryEntry> r)
-