Uses of Class
eu.europa.ec.taxud.cesop.domain.MessageTypeIndicEnum
-
Packages that use MessageTypeIndicEnum Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of MessageTypeIndicEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return MessageTypeIndicEnum Modifier and Type Method Description static MessageTypeIndicEnum
MessageTypeIndicEnum. findByLabel(String label)
Find aMessageTypeIndicEnum
by its label.static MessageTypeIndicEnum
MessageTypeIndicEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageTypeIndicEnum[]
MessageTypeIndicEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageTypeIndicEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type MessageTypeIndicEnum Modifier and Type Method Description static void
ValidationErrorUtils. checkCmBr0110(List<ValidationError> validationErrors, String messageRefId, MessageTypeIndicEnum messageTypeIndic)
Given there's no payees in the message, check if it is allowed for the specified type of message.static void
ValidationErrorUtils. checkMhBr0070AndMhBr0080(List<ValidationError> validationErrors, String messageRefId, MessageTypeIndicEnum messageTypeIndic, DocTypeEnum docType, String docRefId)
Checks if an initial Payment data message only contains new data and if a correction message only contains corrections/deletions (10070 and 10080).static void
ValidationErrorUtils. checkMhBr0100(List<ValidationError> validationErrors, String messageRefId, MessageTypeIndicEnum messageTypeIndic, Integer period, Integer correlatedPeriod)
In a correction message, the reporting period must be identical to the reporting period of the correlated message.static void
ValidationErrorUtils. checkMhBr0110(List<ValidationError> validationErrors, String messageRefId, String corrMessageRefId, MessageTypeIndicEnum messageTypeIndic)
CorrMessageRefId in the 'MessageSpec' element must only be provided in correction messages (when 'MessageTypeIndic' = CESOP101).static void
ValidationErrorUtils. checkRpBr0040(List<ValidationError> validationErrors, String messageRefId, boolean hasPaymentData, MessageTypeIndicEnum messageTypeIndic)
Checks if no Reported payee is listed in no payment data for the requested period handler (40040).
-