Uses of Class
eu.europa.ec.taxud.cesop.domain.XmlTypeAndValue
-
Packages that use XmlTypeAndValue Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.domain
Subclasses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.domain Modifier and Type Class Description class
XmlCountryTypeAndValue
Represents an XML value with its type and country attributes. -
Uses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type XmlTypeAndValue Modifier and Type Method Description static void
ValidationErrorUtils. checkCmBr0100(List<ValidationError> validationErrors, String messageRefId, XmlTypeAndValue pspId)
Checks Psp BIC conforms ISO-9362.static void
ValidationErrorUtils. checkRpBr0070(List<ValidationError> validationErrors, String messageRefId, XmlTypeAndValue representativeId, String docRefId)
Checks if the representative's BIC conforms ISO-9362.static void
ValidationErrorUtils. checkRtBr0010(List<ValidationError> validationErrors, String messageRefId, boolean isRefund, XmlTypeAndValue amount, String transactionIdentifier)
Checks the amount value.Method parameters in eu.europa.ec.taxud.cesop.utils with type arguments of type XmlTypeAndValue Modifier and Type Method Description static void
ValidationErrorUtils. checkDuplicateReportedPayees(List<ValidationError> validationErrors, String messageRefId, HashMap<Set<XmlTypeAndValue>,String> reportedPayees, List<XmlTypeAndValue> names, XmlCountryTypeAndValue account, String docRefId)
Checks if the current reported payee is not a duplicate of a previously reported payee.
-