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 UVCIBuilderUVCIBuilder. builder()Creates a builder.UVCIBuilderUVCIBuilder. country(String country)Assigns the country code (ISO 3166-1 alhpa-2 or alpha-3).UVCIBuilderUVCIBuilder. includeChecksum(boolean include)Tells whether a checksum control character should be appended to the UVCI.UVCIBuilderUVCIBuilder. issuer(String issuer)Assigns the issuing entity (for option 1 and 3).UVCIBuilderUVCIBuilder. noPrefix()Tells the builder that no UVCI prefix should be used.UVCIBuilderUVCIBuilder. prefix()Tells the builder that theUVCI_PREFIXshould be used for the generated UVCI.UVCIBuilderUVCIBuilder. uniqueString(String uniqueString)Assigns the opaque unique string of the UVCI.UVCIBuilderUVCIBuilder. vaccine(String vaccine)Assigns the vaccine info (for option 1 only).UVCIBuilderUVCIBuilder. version(String version)Assigns the version.
-