Package se.digg.dgc.payload.v1
Class Sub
- java.lang.Object
-
- se.digg.dgc.payload.v1.Sub
-
public class Sub extends Object
Subject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
LocalDate
getDob()
Date of birthString
getFn()
Family nameString
getGen()
Administrative genderString
getGn()
Given nameList<Id>
getId()
Person identifiersint
hashCode()
void
setDob(LocalDate dob)
Date of birthvoid
setFn(String fn)
Family namevoid
setGen(String gen)
Administrative gendervoid
setGn(String gn)
Given namevoid
setId(List<Id> id)
Person identifiersString
toString()
Sub
withDob(LocalDate dob)
Sub
withFn(String fn)
Sub
withGen(String gen)
Sub
withGn(String gn)
Sub
withId(List<Id> id)
-
-
-
Method Detail
-
getGn
public String getGn()
Given nameThe given name(s) of the person addressed in the certificate (Required)
-
setGn
public void setGn(String gn)
Given nameThe given name(s) of the person addressed in the certificate (Required)
-
getFn
public String getFn()
Family nameThe family name(s) of the person addressed in the certificate
-
setFn
public void setFn(String fn)
Family nameThe family name(s) of the person addressed in the certificate
-
getId
public List<Id> getId()
Person identifiersIdentifiers of the vaccinated person, according to the policies applicable in each country
-
setId
public void setId(List<Id> id)
Person identifiersIdentifiers of the vaccinated person, according to the policies applicable in each country
-
getDob
public LocalDate getDob()
Date of birthMandatory if no Person identifier is provided
-
setDob
public void setDob(LocalDate dob)
Date of birthMandatory if no Person identifier is provided
-
getGen
public String getGen()
Administrative genderAdministrative gender (optional, viz. VS-2021-04-08)
-
setGen
public void setGen(String gen)
Administrative genderAdministrative gender (optional, viz. VS-2021-04-08)
-
-