Uses of Class
eu.europa.ec.taxud.cesop.domain.XmlTransactionDate
-
Packages that use XmlTransactionDate Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of XmlTransactionDate in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return XmlTransactionDate Modifier and Type Method Description XmlTransactionDate
XmlReportedTransaction. getDate(TransactionDateEnum transactionDateEnum)
Gets date. -
Uses of XmlTransactionDate in eu.europa.ec.taxud.cesop.utils
Method parameters in eu.europa.ec.taxud.cesop.utils with type arguments of type XmlTransactionDate Modifier and Type Method Description static void
ValidationErrorUtils. checkCmBr0140ForDates(List<ValidationError> validationErrors, String messageRefId, Map<TransactionDateEnum,XmlTransactionDate> dates, String xsdVersion)
For transaction dates.static void
ValidationErrorUtils. checkRtBr0030(List<ValidationError> validationErrors, String messageRefId, Integer period, EnumMap<TransactionDateEnum,XmlTransactionDate> dates, String transactionIdentifier)
Checks if at least one 'DateTime' element in the 'ReportedTransaction' element refers to a date within the period and year declared in the 'ReportingPeriod' element (45030).
-