
public class AntwoordBodyFactory extends Object
| Constructor and Description |
|---|
AntwoordBodyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ACDTabel |
createAcademischeTitel(String titel,
boolean posVoorNaam,
String code) |
static ADLTabel |
createAdelijkeTitel(String titel) |
static ADRAntwoord |
createAdres(String straat,
BigInteger huisnummer,
String huisletter,
String postcode,
BigInteger gemeentecode) |
static GEMTabel |
createGemeente(String naam,
BigInteger code) |
static LNDTabel |
createLand(String naam,
BigInteger code) |
static NATTabel |
createNationaliteit(String nationaliteit,
BigInteger code) |
static PRSAntwoord |
createPersoon(BigInteger bs,
String voornamen,
String geslachtsnaam) |
static SIBTabel |
createSoortIdentiteitsbewijs(String omschrijving,
BigInteger soort) |
static VBTTabel |
createVerblijfstitel(String omschrijving,
BigInteger code) |
static SynchroonAntwoordBericht.Body |
getBody(VraagBericht bericht) |
public static SynchroonAntwoordBericht.Body getBody(VraagBericht bericht)
public static VBTTabel createVerblijfstitel(String omschrijving, BigInteger code)
public static SIBTabel createSoortIdentiteitsbewijs(String omschrijving, BigInteger soort)
public static PRSAntwoord createPersoon(BigInteger bs, String voornamen, String geslachtsnaam)
public static NATTabel createNationaliteit(String nationaliteit, BigInteger code)
public static LNDTabel createLand(String naam, BigInteger code)
public static GEMTabel createGemeente(String naam, BigInteger code)
public static ACDTabel createAcademischeTitel(String titel, boolean posVoorNaam, String code)
public static ADRAntwoord createAdres(String straat, BigInteger huisnummer, String huisletter, String postcode, BigInteger gemeentecode)
Copyright © 2014–2017 B3Partners B.V.. All rights reserved.