this.baseValidator = new BaseValidator();
this.isFormatted = isFormatted;
}
public IETocantinsAntigaValidator(MessageProducer messageProducer, boolean isFormatted) {
this.baseValidator = new BaseValidator(messageProducer);
this.isFormatted = isFormatted;
}