
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 ADRRelFund |
createAdres(String straat,
BigInteger huisnummer,
String huisletter,
String postcode,
BigInteger gemeentecode,
ADRFund vraag) |
static GEMTabel |
createGemeente(String naam,
BigInteger code) |
static LNDTabel |
createLand(String naam,
BigInteger code) |
static NATTabel |
createNationaliteit(String nationaliteit,
BigInteger code) |
static PRSAntwoord |
createPersoon(Map<String,Object> values,
PRSVraag prs) |
static SIBTabel |
createSoortIdentiteitsbewijs(String omschrijving,
BigInteger soort) |
static VBTTabel |
createVerblijfstitel(String omschrijving,
BigInteger code) |
static String |
nullIfEmpty(Object e) |
static BigDecimal |
nullIfEmptyBD(Object e) |
static BigInteger |
nullIfEmptyBI(Object e) |
public static VBTTabel createVerblijfstitel(String omschrijving, BigInteger code)
public static SIBTabel createSoortIdentiteitsbewijs(String omschrijving, BigInteger soort)
public static PRSAntwoord createPersoon(Map<String,Object> values, PRSVraag prs)
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 ADRRelFund createAdres(String straat, BigInteger huisnummer, String huisletter, String postcode, BigInteger gemeentecode, ADRFund vraag)
public static BigDecimal nullIfEmptyBD(Object e)
public static BigInteger nullIfEmptyBI(Object e)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.