Class PersonMagdaRequest
java.lang.Object
be.vlaanderen.vip.magda.client.MagdaRequest
be.vlaanderen.vip.magda.client.diensten.PersonMagdaRequest
- Direct Known Subclasses:
GeefAanslagbiljetPersonenbelastingRequest
,GeefBewijsRequest
,GeefPasfotoRequest
,GeefPersoonRequest
,GeefSociaalStatuutRequest
,RegistreerInschrijvingRequest
,RegistreerUitschrijvingRequest
A request that pertains to a person, identified by INSZ number.
Adds the following fields to the
MagdaRequest
:
- insz: the INSZ number of the party about which the information is requested
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Field Summary
Fields inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
DEFAULT_REGISTRATION
-
Constructor Summary
ModifierConstructorDescriptionprotected
PersonMagdaRequest
(@NotNull INSZNumber insz, @NotNull String registration) -
Method Summary
Methods inherited from class be.vlaanderen.vip.magda.client.MagdaRequest
fillIn, fillInCommonFields, magdaServiceIdentification, toMagdaDocument
-
Constructor Details
-
PersonMagdaRequest
protected PersonMagdaRequest(@NotNull @NotNull INSZNumber insz, @NotNull @NotNull String registration)
-
-
Method Details
-
getSubject
- Specified by:
getSubject
in classMagdaRequest
-