Package de.aeb.xnsg.rex.af
Class TerrorAddressAFParmsDTO
java.lang.Object
de.aeb.xnsg.rex.af.TerrorAddressAFParmsDTO
- All Implemented Interfaces:
Serializable
Data transfer object with parameters for
IRexAF.terrorAddress(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO, TerrorAddressAFParmsDTO)- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptional fallback used together withterrorListAbbreviationwhen the address referenced byinternalAddressIdcan no longer be found.The internalAddressId, as returned byIRexBF.getMatchingAddresses(de.aeb.xnsg.rex.bf.AddressPatternDTO, de.aeb.xnsg.rex.bf.MatchParametersDTO)in the fieldAddressMatchDTO.internalAddressId.
Example value: "123454678901234567890"
Maximum length:50Optional fallback used together withaliasGroupNoto identify the terror list the alias group belongs to.
Example value: "EUDU"
Maximum length:20 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
internalAddressId
The internalAddressId, as returned byIRexBF.getMatchingAddresses(de.aeb.xnsg.rex.bf.AddressPatternDTO, de.aeb.xnsg.rex.bf.MatchParametersDTO)in the fieldAddressMatchDTO.internalAddressId.
Example value: "123454678901234567890"
Maximum length:50 -
aliasGroupNo
Optional fallback used together withterrorListAbbreviationwhen the address referenced byinternalAddressIdcan no longer be found. This can happen when the restricted party address has been removed from the restricted party list in the meantime. In that case one of the addresses of the given alias group is shown.
Example value: "00244860"
Maximum length:20 -
terrorListAbbreviation
Optional fallback used together withaliasGroupNoto identify the terror list the alias group belongs to.
Example value: "EUDU"
Maximum length:20
-
-
Constructor Details
-
TerrorAddressAFParmsDTO
public TerrorAddressAFParmsDTO()
-