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 TypeFieldDescriptionbooleanThe 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,000Copied 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:255booleantrue, if a Good Guy was defined for this address. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matchFound
public boolean matchFoundThe result of the screening.trueif one or more matching restricted party addresses were found,falseif not. -
wasGoodGuy
public boolean wasGoodGuytrue, if a Good Guy was defined for this address. Otherwisefalseis 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()
-