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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.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}ct_dadosResumo" maxOccurs="unbounded"/>
         <element name="totalGeralInformado" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="TotalGeralProcessado" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="TotalGeralGlosa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="TotalGeralLiberado" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CtDadosResumo> detalheResumo
           
protected  java.lang.Double totalGeralGlosa
           
protected  double totalGeralInformado
           
protected  double totalGeralLiberado
           
protected  double totalGeralProcessado
           
 
Constructor Summary
CtDemonstrativoPagamento.DadosResumo()
           
 
Method Summary
 java.util.List<CtDadosResumo> getDetalheResumo()
          Gets the value of the detalheResumo property.
 java.lang.Double getTotalGeralGlosa()
          Gets the value of the totalGeralGlosa property.
 double getTotalGeralInformado()
          Gets the value of the totalGeralInformado property.
 double getTotalGeralLiberado()
          Gets the value of the totalGeralLiberado property.
 double getTotalGeralProcessado()
          Gets the value of the totalGeralProcessado property.
 void setTotalGeralGlosa(java.lang.Double value)
          Sets the value of the totalGeralGlosa property.
 void setTotalGeralInformado(double value)
          Sets the value of the totalGeralInformado property.
 void setTotalGeralLiberado(double value)
          Sets the value of the totalGeralLiberado property.
 void setTotalGeralProcessado(double 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 double totalGeralInformado

totalGeralProcessado

protected double totalGeralProcessado

totalGeralGlosa

protected java.lang.Double totalGeralGlosa

totalGeralLiberado

protected double 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 double getTotalGeralInformado()
Gets the value of the totalGeralInformado property.


setTotalGeralInformado

public void setTotalGeralInformado(double value)
Sets the value of the totalGeralInformado property.


getTotalGeralProcessado

public double getTotalGeralProcessado()
Gets the value of the totalGeralProcessado property.


setTotalGeralProcessado

public void setTotalGeralProcessado(double value)
Sets the value of the totalGeralProcessado property.


getTotalGeralGlosa

public java.lang.Double getTotalGeralGlosa()
Gets the value of the totalGeralGlosa property.

Returns:
possible object is Double

setTotalGeralGlosa

public void setTotalGeralGlosa(java.lang.Double value)
Sets the value of the totalGeralGlosa property.

Parameters:
value - allowed object is Double

getTotalGeralLiberado

public double getTotalGeralLiberado()
Gets the value of the totalGeralLiberado property.


setTotalGeralLiberado

public void setTotalGeralLiberado(double value)
Sets the value of the totalGeralLiberado property.