Package de.aeb.xnsg.rex.bf
Class BatchMatchResultDTO
java.lang.Object
de.aeb.xnsg.rex.bf.BatchMatchResultDTO
- All Implemented Interfaces:
Serializable
Data transfer object for match results of a batch match of one address.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
The result of the screening.Copied from the corresponding field in in the request, allowing to correlate the results to the request.
Example value: "Customer no.: 4711, Client: 800, User: BEN003, Pc: PC-PHILIPP
"
Maximum length:3,000
Copied from the corresponding field in the request, allowing to correlate the results to the request.
Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP
"
Maximum length:255
boolean
true
, if a Good Guy was defined for this address. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matchFound
public boolean matchFoundThe result of the screening.true
if one or more matching restricted party addresses were found,false
if not. -
wasGoodGuy
public boolean wasGoodGuytrue
, if a Good Guy was defined for this address. Otherwisefalse
is returned. -
referenceId
Copied from the corresponding field in the request, allowing to correlate the results to the request.
Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP
"
Maximum length:255
- See Also:
-
referenceComment
Copied from the corresponding field in in the request, allowing to correlate the results to the request.
Example value: "Customer no.: 4711, Client: 800, User: BEN003, Pc: PC-PHILIPP
"
Maximum length:3,000
- See Also:
-
-
Constructor Details
-
BatchMatchResultDTO
public BatchMatchResultDTO()
-