br.gov.ans.padroes.tiss.schemas.v20103
Class CtDemonstrativoPagamento.DadosResumo

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20103.CtDemonstrativoPagamento.DadosResumo
Enclosing class:
CtDemonstrativoPagamento

public static class CtDemonstrativoPagamento.DadosResumo
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="detalheResumo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_dadosResumo" maxOccurs="unbounded"/>
         <element name="totalGeralInformado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
         <element name="TotalGeralProcessado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
         <element name="TotalGeralGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
         <element name="TotalGeralLiberado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CtDadosResumo> detalheResumo
           
protected  java.math.BigDecimal totalGeralGlosa
           
protected  java.math.BigDecimal totalGeralInformado
           
protected  java.math.BigDecimal totalGeralLiberado
           
protected  java.math.BigDecimal totalGeralProcessado
           
 
Constructor Summary
CtDemonstrativoPagamento.DadosResumo()
           
 
Method Summary
 java.util.List<CtDadosResumo> getDetalheResumo()
          Gets the value of the detalheResumo property.
 java.math.BigDecimal getTotalGeralGlosa()
          Gets the value of the totalGeralGlosa property.
 java.math.BigDecimal getTotalGeralInformado()
          Gets the value of the totalGeralInformado property.
 java.math.BigDecimal getTotalGeralLiberado()
          Gets the value of the totalGeralLiberado property.
 java.math.BigDecimal getTotalGeralProcessado()
          Gets the value of the totalGeralProcessado property.
 void setTotalGeralGlosa(java.math.BigDecimal value)
          Sets the value of the totalGeralGlosa property.
 void setTotalGeralInformado(java.math.BigDecimal value)
          Sets the value of the totalGeralInformado property.
 void setTotalGeralLiberado(java.math.BigDecimal value)
          Sets the value of the totalGeralLiberado property.
 void setTotalGeralProcessado(java.math.BigDecimal value)
          Sets the value of the totalGeralProcessado property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

detalheResumo

protected java.util.List<CtDadosResumo> detalheResumo

totalGeralInformado

protected java.math.BigDecimal totalGeralInformado

totalGeralProcessado

protected java.math.BigDecimal totalGeralProcessado

totalGeralGlosa

protected java.math.BigDecimal totalGeralGlosa

totalGeralLiberado

protected java.math.BigDecimal totalGeralLiberado
Constructor Detail

CtDemonstrativoPagamento.DadosResumo

public CtDemonstrativoPagamento.DadosResumo()
Method Detail

getDetalheResumo

public java.util.List<CtDadosResumo> getDetalheResumo()
Gets the value of the detalheResumo property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the detalheResumo property.

For example, to add a new item, do as follows:

    getDetalheResumo().add(newItem);
 

Objects of the following type(s) are allowed in the list CtDadosResumo


getTotalGeralInformado

public java.math.BigDecimal getTotalGeralInformado()
Gets the value of the totalGeralInformado property.

Returns:
possible object is BigDecimal

setTotalGeralInformado

public void setTotalGeralInformado(java.math.BigDecimal value)
Sets the value of the totalGeralInformado property.

Parameters:
value - allowed object is BigDecimal

getTotalGeralProcessado

public java.math.BigDecimal getTotalGeralProcessado()
Gets the value of the totalGeralProcessado property.

Returns:
possible object is BigDecimal

setTotalGeralProcessado

public void setTotalGeralProcessado(java.math.BigDecimal value)
Sets the value of the totalGeralProcessado property.

Parameters:
value - allowed object is BigDecimal

getTotalGeralGlosa

public java.math.BigDecimal getTotalGeralGlosa()
Gets the value of the totalGeralGlosa property.

Returns:
possible object is BigDecimal

setTotalGeralGlosa

public void setTotalGeralGlosa(java.math.BigDecimal value)
Sets the value of the totalGeralGlosa property.

Parameters:
value - allowed object is BigDecimal

getTotalGeralLiberado

public java.math.BigDecimal getTotalGeralLiberado()
Gets the value of the totalGeralLiberado property.

Returns:
possible object is BigDecimal

setTotalGeralLiberado

public void setTotalGeralLiberado(java.math.BigDecimal value)
Sets the value of the totalGeralLiberado property.

Parameters:
value - allowed object is BigDecimal