Class Sub


  • public class Sub
    extends Object
    Subject
    • Constructor Detail

      • Sub

        public Sub()
        No args constructor for use in serialization
    • Method Detail

      • getGn

        public String getGn()
        Given name

        The given name(s) of the person addressed in the certificate (Required)

      • setGn

        public void setGn​(String gn)
        Given name

        The given name(s) of the person addressed in the certificate (Required)

      • getFn

        public String getFn()
        Family name

        The family name(s) of the person addressed in the certificate

      • setFn

        public void setFn​(String fn)
        Family name

        The family name(s) of the person addressed in the certificate

      • getId

        public List<Id> getId()
        Person identifiers

        Identifiers of the vaccinated person, according to the policies applicable in each country

      • setId

        public void setId​(List<Id> id)
        Person identifiers

        Identifiers of the vaccinated person, according to the policies applicable in each country

      • withId

        public Sub withId​(List<Id> id)
      • getDob

        public LocalDate getDob()
        Date of birth

        Mandatory if no Person identifier is provided

      • setDob

        public void setDob​(LocalDate dob)
        Date of birth

        Mandatory if no Person identifier is provided

      • getGen

        public String getGen()
        Administrative gender

        Administrative gender (optional, viz. VS-2021-04-08)

      • setGen

        public void setGen​(String gen)
        Administrative gender

        Administrative gender (optional, viz. VS-2021-04-08)

      • withGen

        public Sub withGen​(String gen)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object