Class Id


  • public class Id
    extends Object
    • Constructor Detail

      • Id

        public Id()
        No args constructor for use in serialization
      • Id

        public Id​(String t,
                  String i)
        Parameters:
        t -
        i -
    • Method Detail

      • getT

        public String getT()
        Identifier type

        The type of identifier (viz. VS-2021-04-08) PPN = Passport NNxxx = national Person Identifier (ISO 3166-1 alpha-3 country code) CZ = Citizenship card HC = Health Card number etc. (Required)

      • setT

        public void setT​(String t)
        Identifier type

        The type of identifier (viz. VS-2021-04-08) PPN = Passport NNxxx = national Person Identifier (ISO 3166-1 alpha-3 country code) CZ = Citizenship card HC = Health Card number etc. (Required)

      • getI

        public String getI()
        Identfier number or string

        (Required)

      • setI

        public void setI​(String i)
        Identfier number or string

        (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object