Uses of Class
se.digg.dgc.uvci.UVCIBuilder
-
Packages that use UVCIBuilder Package Description se.digg.dgc.uvci Support classes for working with UVCI:s. -
-
Uses of UVCIBuilder in se.digg.dgc.uvci
Methods in se.digg.dgc.uvci that return UVCIBuilder Modifier and Type Method Description static UVCIBuilder
UVCIBuilder. builder()
Creates a builder.UVCIBuilder
UVCIBuilder. country(String country)
Assigns the country code (ISO 3166-1 alhpa-2 or alpha-3).UVCIBuilder
UVCIBuilder. includeChecksum(boolean include)
Tells whether a checksum control character should be appended to the UVCI.UVCIBuilder
UVCIBuilder. issuer(String issuer)
Assigns the issuing entity (for option 1 and 3).UVCIBuilder
UVCIBuilder. noPrefix()
Tells the builder that no UVCI prefix should be used.UVCIBuilder
UVCIBuilder. prefix()
Tells the builder that theUVCI_PREFIX
should be used for the generated UVCI.UVCIBuilder
UVCIBuilder. uniqueString(String uniqueString)
Assigns the opaque unique string of the UVCI.UVCIBuilder
UVCIBuilder. vaccine(String vaccine)
Assigns the vaccine info (for option 1 only).UVCIBuilder
UVCIBuilder. version(String version)
Assigns the version.
-