Subversion Repositories bacoAlunos

Rev

Rev 225 | Blame | Compare with Previous | Last modification | View Log | RSS feed


package pt.ipportalegre.siges.web.services;

import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * <p>Java class for Aula complex type.
 *
 * <p>The following schema fragment specifies the expected content contained within this class.
 *
 * <pre>
 * &lt;complexType name="Aula">
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;sequence>
 *         &lt;element name="data" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
 *         &lt;element name="numeroOcupacao" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="tipoOcupacao" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="duracao" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="numeroCelulas" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="observacoes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="numeroAula" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="codigoSala" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="codigoResponsavel" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="codigoSumario" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="aula_codigoLectivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="aula_codigoDisciplina" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="aula_codigoPeriodo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="aula_codigoTurma" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="aula_codigoDocente" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="aula_codigoSumario" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="aula_codigoSalaAula" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="sum_HoraInicial" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="sum_HoraFinal" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="sum_numeroAlunos" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="sum_numeroAula" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="sum_tipoAula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="sum_titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="sum_descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="sum_identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="sum_cdEstado" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *         &lt;element name="sum_numeroPresencas" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
 *       &lt;/sequence>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 *
 *
 */

@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Aula", propOrder = {
    "data",
    "numeroOcupacao",
    "tipoOcupacao",
    "duracao",
    "numeroCelulas",
    "observacoes",
    "numeroAula",
    "descricao",
    "codigoSala",
    "codigoResponsavel",
    "codigoSituacao",
    "codigoSumario",
    "aulaCodigoLectivo",
    "aulaCodigoDisciplina",
    "aulaCodigoPeriodo",
    "aulaCodigoTurma",
    "aulaCodigoDocente",
    "aulaCodigoSumario",
    "aulaCodigoSalaAula",
    "sumHoraInicial",
    "sumHoraFinal",
    "sumNumeroAlunos",
    "sumNumeroAula",
    "sumTipoAula",
    "sumTitulo",
    "sumDescricao",
    "sumIdentificador",
    "sumCdEstado",
    "sumNumeroPresencas"
})
public class Aula {

    @XmlElement(required = true)
    @XmlSchemaType(name = "dateTime")
    protected 1.5.0/docs/api/javax/xml/datatype/XMLGregorianCalendar.html">XMLGregorianCalendar data;
    @XmlElement(required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal numeroOcupacao;
    @XmlElement(required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal tipoOcupacao;
    @XmlElement(required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal duracao;
    @XmlElement(required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal numeroCelulas;
    protected 1.5.0/docs/api/java/lang/String.html">String observacoes;
    @XmlElement(required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal numeroAula;
    protected 1.5.0/docs/api/java/lang/String.html">String descricao;
    @XmlElement(required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoSala;
    @XmlElement(required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoResponsavel;
    protected 1.5.0/docs/api/java/lang/String.html">String codigoSituacao;
    @XmlElement(required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoSumario;
    @XmlElement(name = "aula_codigoLectivo")
    protected 1.5.0/docs/api/java/lang/String.html">String aulaCodigoLectivo;
    @XmlElement(name = "aula_codigoDisciplina", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal aulaCodigoDisciplina;
    @XmlElement(name = "aula_codigoPeriodo")
    protected 1.5.0/docs/api/java/lang/String.html">String aulaCodigoPeriodo;
    @XmlElement(name = "aula_codigoTurma")
    protected 1.5.0/docs/api/java/lang/String.html">String aulaCodigoTurma;
    @XmlElement(name = "aula_codigoDocente", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal aulaCodigoDocente;
    @XmlElement(name = "aula_codigoSumario", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal aulaCodigoSumario;
    @XmlElement(name = "aula_codigoSalaAula", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal aulaCodigoSalaAula;
    @XmlElement(name = "sum_HoraInicial", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal sumHoraInicial;
    @XmlElement(name = "sum_HoraFinal", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal sumHoraFinal;
    @XmlElement(name = "sum_numeroAlunos", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal sumNumeroAlunos;
    @XmlElement(name = "sum_numeroAula", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal sumNumeroAula;
    @XmlElement(name = "sum_tipoAula")
    protected 1.5.0/docs/api/java/lang/String.html">String sumTipoAula;
    @XmlElement(name = "sum_titulo")
    protected 1.5.0/docs/api/java/lang/String.html">String sumTitulo;
    @XmlElement(name = "sum_descricao")
    protected 1.5.0/docs/api/java/lang/String.html">String sumDescricao;
    @XmlElement(name = "sum_identificador")
    protected 1.5.0/docs/api/java/lang/String.html">String sumIdentificador;
    @XmlElement(name = "sum_cdEstado", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal sumCdEstado;
    @XmlElement(name = "sum_numeroPresencas", required = true)
    protected 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal sumNumeroPresencas;

    /**
     * Gets the value of the data property.
     *
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *    
     */

    public 1.5.0/docs/api/javax/xml/datatype/XMLGregorianCalendar.html">XMLGregorianCalendar getData() {
        return data;
    }

    /**
     * Sets the value of the data property.
     *
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *    
     */

    public void setData(1.5.0/docs/api/javax/xml/datatype/XMLGregorianCalendar.html">XMLGregorianCalendar value) {
        this.data = value;
    }

    /**
     * Gets the value of the numeroOcupacao property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getNumeroOcupacao() {
        return numeroOcupacao;
    }

    /**
     * Sets the value of the numeroOcupacao property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setNumeroOcupacao(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.numeroOcupacao = value;
    }

    /**
     * Gets the value of the tipoOcupacao property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getTipoOcupacao() {
        return tipoOcupacao;
    }

    /**
     * Sets the value of the tipoOcupacao property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setTipoOcupacao(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.tipoOcupacao = value;
    }

    /**
     * Gets the value of the duracao property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getDuracao() {
        return duracao;
    }

    /**
     * Sets the value of the duracao property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setDuracao(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.duracao = value;
    }

    /**
     * Gets the value of the numeroCelulas property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getNumeroCelulas() {
        return numeroCelulas;
    }

    /**
     * Sets the value of the numeroCelulas property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setNumeroCelulas(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.numeroCelulas = value;
    }

    /**
     * Gets the value of the observacoes property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getObservacoes() {
        return observacoes;
    }

    /**
     * Sets the value of the observacoes property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setObservacoes(1.5.0/docs/api/java/lang/String.html">String value) {
        this.observacoes = value;
    }

    /**
     * Gets the value of the numeroAula property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getNumeroAula() {
        return numeroAula;
    }

    /**
     * Sets the value of the numeroAula property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setNumeroAula(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.numeroAula = value;
    }

    /**
     * Gets the value of the descricao property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getDescricao() {
        return descricao;
    }

    /**
     * Sets the value of the descricao property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setDescricao(1.5.0/docs/api/java/lang/String.html">String value) {
        this.descricao = value;
    }

    /**
     * Gets the value of the codigoSala property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getCodigoSala() {
        return codigoSala;
    }

    /**
     * Sets the value of the codigoSala property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setCodigoSala(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.codigoSala = value;
    }

    /**
     * Gets the value of the codigoResponsavel property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getCodigoResponsavel() {
        return codigoResponsavel;
    }

    /**
     * Sets the value of the codigoResponsavel property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setCodigoResponsavel(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.codigoResponsavel = value;
    }

    /**
     * Gets the value of the codigoSituacao property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getCodigoSituacao() {
        return codigoSituacao;
    }

    /**
     * Sets the value of the codigoSituacao property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setCodigoSituacao(1.5.0/docs/api/java/lang/String.html">String value) {
        this.codigoSituacao = value;
    }

    /**
     * Gets the value of the codigoSumario property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getCodigoSumario() {
        return codigoSumario;
    }

    /**
     * Sets the value of the codigoSumario property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setCodigoSumario(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.codigoSumario = value;
    }

    /**
     * Gets the value of the aulaCodigoLectivo property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getAulaCodigoLectivo() {
        return aulaCodigoLectivo;
    }

    /**
     * Sets the value of the aulaCodigoLectivo property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setAulaCodigoLectivo(1.5.0/docs/api/java/lang/String.html">String value) {
        this.aulaCodigoLectivo = value;
    }

    /**
     * Gets the value of the aulaCodigoDisciplina property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getAulaCodigoDisciplina() {
        return aulaCodigoDisciplina;
    }

    /**
     * Sets the value of the aulaCodigoDisciplina property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setAulaCodigoDisciplina(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.aulaCodigoDisciplina = value;
    }

    /**
     * Gets the value of the aulaCodigoPeriodo property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getAulaCodigoPeriodo() {
        return aulaCodigoPeriodo;
    }

    /**
     * Sets the value of the aulaCodigoPeriodo property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setAulaCodigoPeriodo(1.5.0/docs/api/java/lang/String.html">String value) {
        this.aulaCodigoPeriodo = value;
    }

    /**
     * Gets the value of the aulaCodigoTurma property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getAulaCodigoTurma() {
        return aulaCodigoTurma;
    }

    /**
     * Sets the value of the aulaCodigoTurma property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setAulaCodigoTurma(1.5.0/docs/api/java/lang/String.html">String value) {
        this.aulaCodigoTurma = value;
    }

    /**
     * Gets the value of the aulaCodigoDocente property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getAulaCodigoDocente() {
        return aulaCodigoDocente;
    }

    /**
     * Sets the value of the aulaCodigoDocente property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setAulaCodigoDocente(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.aulaCodigoDocente = value;
    }

    /**
     * Gets the value of the aulaCodigoSumario property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getAulaCodigoSumario() {
        return aulaCodigoSumario;
    }

    /**
     * Sets the value of the aulaCodigoSumario property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setAulaCodigoSumario(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.aulaCodigoSumario = value;
    }

    /**
     * Gets the value of the aulaCodigoSalaAula property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getAulaCodigoSalaAula() {
        return aulaCodigoSalaAula;
    }

    /**
     * Sets the value of the aulaCodigoSalaAula property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setAulaCodigoSalaAula(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.aulaCodigoSalaAula = value;
    }

    /**
     * Gets the value of the sumHoraInicial property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getSumHoraInicial() {
        return sumHoraInicial;
    }

    /**
     * Sets the value of the sumHoraInicial property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setSumHoraInicial(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.sumHoraInicial = value;
    }

    /**
     * Gets the value of the sumHoraFinal property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getSumHoraFinal() {
        return sumHoraFinal;
    }

    /**
     * Sets the value of the sumHoraFinal property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setSumHoraFinal(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.sumHoraFinal = value;
    }

    /**
     * Gets the value of the sumNumeroAlunos property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getSumNumeroAlunos() {
        return sumNumeroAlunos;
    }

    /**
     * Sets the value of the sumNumeroAlunos property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setSumNumeroAlunos(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.sumNumeroAlunos = value;
    }

    /**
     * Gets the value of the sumNumeroAula property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getSumNumeroAula() {
        return sumNumeroAula;
    }

    /**
     * Sets the value of the sumNumeroAula property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setSumNumeroAula(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.sumNumeroAula = value;
    }

    /**
     * Gets the value of the sumTipoAula property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getSumTipoAula() {
        return sumTipoAula;
    }

    /**
     * Sets the value of the sumTipoAula property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setSumTipoAula(1.5.0/docs/api/java/lang/String.html">String value) {
        this.sumTipoAula = value;
    }

    /**
     * Gets the value of the sumTitulo property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getSumTitulo() {
        return sumTitulo;
    }

    /**
     * Sets the value of the sumTitulo property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setSumTitulo(1.5.0/docs/api/java/lang/String.html">String value) {
        this.sumTitulo = value;
    }

    /**
     * Gets the value of the sumDescricao property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getSumDescricao() {
        return sumDescricao;
    }

    /**
     * Sets the value of the sumDescricao property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setSumDescricao(1.5.0/docs/api/java/lang/String.html">String value) {
        this.sumDescricao = value;
    }

    /**
     * Gets the value of the sumIdentificador property.
     *
     * @return
     *     possible object is
     *     {@link String }
     *    
     */

    public 1.5.0/docs/api/java/lang/String.html">String getSumIdentificador() {
        return sumIdentificador;
    }

    /**
     * Sets the value of the sumIdentificador property.
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *    
     */

    public void setSumIdentificador(1.5.0/docs/api/java/lang/String.html">String value) {
        this.sumIdentificador = value;
    }

    /**
     * Gets the value of the sumCdEstado property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getSumCdEstado() {
        return sumCdEstado;
    }

    /**
     * Sets the value of the sumCdEstado property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setSumCdEstado(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.sumCdEstado = value;
    }

    /**
     * Gets the value of the sumNumeroPresencas property.
     *
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *    
     */

    public 1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal getSumNumeroPresencas() {
        return sumNumeroPresencas;
    }

    /**
     * Sets the value of the sumNumeroPresencas property.
     *
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *    
     */

    public void setSumNumeroPresencas(1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal value) {
        this.sumNumeroPresencas = value;
    }

}