Uses of Class
eu.europa.ec.taxud.cesop.domain.DocTypeEnum
-
Packages that use DocTypeEnum Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of DocTypeEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return DocTypeEnum Modifier and Type Method Description static DocTypeEnum
DocTypeEnum. findByCode(String code)
Find aDocTypeEnum
by its code.static DocTypeEnum
DocTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocTypeEnum[]
DocTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DocTypeEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type DocTypeEnum Modifier and Type Method Description static void
ValidationErrorUtils. checkCmBr0050(List<ValidationError> validationErrors, String messageRefId, DocTypeEnum docTypeEnum, String corrDocRefId, String docRefId)
Checks if the CorrDocRefId is not specified for new data (20050).static void
ValidationErrorUtils. checkCmBr0060(List<ValidationError> validationErrors, String messageRefId, DocTypeEnum docTypeEnum, String corrDocRefId, String docRefId)
Checks if the corrDocRefId is provided in case of correction (20060).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. checkRpBr0050(List<ValidationError> validationErrors, String messageRefId, DocTypeEnum docType, boolean emptyTransactions)
Checks if the 'ReportedTransaction' element is present, except in case of deletion of the related Reported Payee.
-