All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.swconsultoria.efd.icms.registros.bloco1.Bloco1 Maven / Gradle / Ivy

The newest version!
/**
 *
 */
package br.com.swconsultoria.efd.icms.registros.bloco1;

import lombok.EqualsAndHashCode;

import java.util.ArrayList;
import java.util.List;

/**
 * @author Samuel Oliveira, Sidnei Klein
 *
 */
@EqualsAndHashCode
public class Bloco1 {

    private Registro1001 registro1001;
    private Registro1010 registro1010;
    private List registro1100;
    private List registro1200;
    private Registro1250 registro1250;
    private List registro1300;
    private List registro1350;
    private List registro1390;
    private List registro1400;
    private List registro1500;
    private List registro1600;
    private List registro1601;
    private List registro1700;
    private Registro1800 registro1800;
    private List registro1900;
    private List registro1960; //add v3_0_1
    private List registro1970; //add v3_0_1
    private Registro1980 registro1980; //add v3_0_1
    private Registro1990 registro1990;

    public Registro1250 getRegistro1250() {
        return registro1250;
    }

    public void setRegistro1250(Registro1250 registro1250) {
        this.registro1250 = registro1250;
    }

    /**
     * @return the registro1001
     */
    public Registro1001 getRegistro1001() {
        return registro1001;
    }

    /**
     * @param registro1001 the registro1001 to set
     */
    public void setRegistro1001(Registro1001 registro1001) {
        this.registro1001 = registro1001;
    }

    /**
     * @return the registro1010
     */
    public Registro1010 getRegistro1010() {
        return registro1010;
    }

    /**
     * @param registro1010 the registro1010 to set
     */
    public void setRegistro1010(Registro1010 registro1010) {
        this.registro1010 = registro1010;
    }

    /**
     * @return the registro1800
     */
    public Registro1800 getRegistro1800() {
        return registro1800;
    }

    /**
     * @param registro1800 the registro1800 to set
     */
    public void setRegistro1800(Registro1800 registro1800) {
        this.registro1800 = registro1800;
    }

    /**
     * @return the registro1990
     */
    public Registro1990 getRegistro1990() {
        return registro1990;
    }

    /**
     * @param registro1990 the registro1990 to set
     */
    public void setRegistro1990(Registro1990 registro1990) {
        this.registro1990 = registro1990;
    }

    /**
     * @return the registro1100
     */
    public List getRegistro1100() {
        if (registro1100 == null) {
            registro1100 = new ArrayList();
        }
        return registro1100;
    }

    /**
     * @return the registro1200
     */
    public List getRegistro1200() {
        if (registro1200 == null) {
            registro1200 = new ArrayList();
        }
        return registro1200;
    }

    /**
     * @return the registro1300
     */
    public List getRegistro1300() {
        if (registro1300 == null) {
            registro1300 = new ArrayList();
        }
        return registro1300;
    }

    /**
     * @return the registro1350
     */
    public List getRegistro1350() {
        if (registro1350 == null) {
            registro1350 = new ArrayList();
        }
        return registro1350;
    }

    /**
     * @return the registro1390
     */
    public List getRegistro1390() {
        if (registro1390 == null) {
            registro1390 = new ArrayList();
        }
        return registro1390;
    }

    /**
     * @return the registro1400
     */
    public List getRegistro1400() {
        if (registro1400 == null) {
            registro1400 = new ArrayList();
        }
        return registro1400;
    }

    /**
     * @return the registro1500
     */
    public List getRegistro1500() {
        if (registro1500 == null) {
            registro1500 = new ArrayList();
        }
        return registro1500;
    }

    /**
     * @return the registro1600
     */
    public List getRegistro1600() {
        if (registro1600 == null) {
            registro1600 = new ArrayList();
        }
        return registro1600;
    }

    /**
     * @return the registro1601
     */
    public List getRegistro1601() {
        if (registro1601 == null) {
            registro1601 = new ArrayList();
        }
        return registro1601;
    }

    /**
     * @return the registro1700
     */
    public List getRegistro1700() {
        if (registro1700 == null) {
            registro1700 = new ArrayList();
        }
        return registro1700;
    }

    /**
     * @return the registro1900
     */
    public List getRegistro1900() {
        if (registro1900 == null) {
            registro1900 = new ArrayList();
        }
        return registro1900;
    }

    /**
     * @return the registro1960
     */
    public List getRegistro1960() {
        return registro1960;
    }

    /**
     * @param registro1960 the registro1960 to set
     */
    public void setRegistro1960(List registro1960) {
        if (registro1960 == null) {
            registro1960 = new ArrayList<>();
        }
        this.registro1960 = registro1960;
    }

    /**
     * @return the registro1970
     */
    public List getRegistro1970() {
        return registro1970;
    }

    /**
     * @param registro1970 the registro1970 to set
     */
    public void setRegistro1970(List registro1970) {
        if (registro1970 == null) {
            registro1970 = new ArrayList<>();
        }
        this.registro1970 = registro1970;
    }

    /**
     * @return the registro1980
     */
    public Registro1980 getRegistro1980() {
        return registro1980;
    }

    /**
     * @param registro1980 the registro1980 to set
     */
    public void setRegistro1980(Registro1980 registro1980) {
        this.registro1980 = registro1980;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy