Uses of Class
se.digg.dgc.payload.v1.Vac
-
Packages that use Vac Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Green Certificate schema. -
-
Uses of Vac in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that return Vac Modifier and Type Method Description Vac
Vac. withAdm(String adm)
Vac
Vac. withAut(String aut)
Vac
Vac. withCou(String cou)
Vac
Vac. withDat(LocalDate dat)
Vac
Vac. withDis(String dis)
Vac
Vac. withLot(String lot)
Vac
Vac. withMep(String mep)
Vac
Vac. withSeq(Integer seq)
Vac
Vac. withTot(Integer tot)
Vac
Vac. withVap(String vap)
Methods in se.digg.dgc.payload.v1 that return types with arguments of type Vac Modifier and Type Method Description List<Vac>
DigitalGreenCertificate. getVac()
Vaccination/prophylaxis informationMethod parameters in se.digg.dgc.payload.v1 with type arguments of type Vac Modifier and Type Method Description void
DigitalGreenCertificate. setVac(List<Vac> vac)
Vaccination/prophylaxis informationDigitalGreenCertificate
DigitalGreenCertificate. withVac(List<Vac> vac)
Constructor parameters in se.digg.dgc.payload.v1 with type arguments of type Vac Constructor Description DigitalGreenCertificate(Sub sub, List<Vac> vac, List<Tst> tst, List<Rec> rec, Cert cert)
-