import { T1099Response } from "../common/T1099Response"; import { Tax1099DIV } from "./Tax1099DIV"; import { Tax1099INT } from "./Tax1099INT"; import { Tax1099R } from "./Tax1099R"; import { Tax1099B } from "./Tax1099B"; import { Tax1099MISC } from "./Tax1099MISC"; import { Tax1099OID } from "./Tax1099OID"; export declare class Tax1099Response extends T1099Response { private lstTax1099DIV; private lstTax1099INT; private lstTax1099R; private lstTax1099B; private lstTax1099MISC; private lstTax1099OID; /** * @return the lstTax1099DIV */ getLstTax1099DIV(): Array; /** * @param lstTax1099DIV * the lstTax1099DIV to set */ setLstTax1099DIV(lstTax1099DIV: Array): void; getResponseMessageName(): string; /** * @return the lstTax1099INT */ getLstTax1099INT(): Array; /** * @param lstTax1099INT the lstTax1099INT to set */ setLstTax1099INT(lstTax1099INT: Array): void; /** * @return the lstTax1099R */ getLstTax1099R(): Array; /** * @param lstTax1099R the lstTax1099R to set */ setLstTax1099R(lstTax1099R: Array): void; /** * @return the lstTax1099B */ getLstTax1099B(): Array; /** * @param lstTax1099B the lstTax1099B to set */ setLstTax1099B(lstTax1099B: Array): void; /** * @return the lstTax1099MISC */ getLstTax1099MISC(): Array; /** * @param lstTax1099MISC the lstTax1099MISC to set */ setLstTax1099MISC(lstTax1099MISC: Array): void; /** * @return the lstTax1099OID */ getLstTax1099OID(): Array; /** * @param lstTax1099OID the lstTax1099OID to set */ setLstTax1099OID(lstTax1099OID: Array): void; }