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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDemonstrativoPagamento

public class CtDemonstrativoPagamento
extends java.lang.Object

Java class for ct_demonstrativoPagamento complex type.

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

 <complexType name="ct_demonstrativoPagamento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cabecalhoDemonstrativo" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoDemonstrativo"/>
         <element name="identificacaoOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoOperadora"/>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="dadosPagamento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_dadoBancario"/>
         <element name="dadosResumo">
           <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>
         </element>
         <element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario"/>
         <element name="demaisDescontos" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_descontos" minOccurs="0"/>
         <element name="valorFinalLiberado" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDemonstrativoPagamento.DadosResumo
          Java class for anonymous complex type.
 
Field Summary
protected  CtCabecalhoDemonstrativo cabecalhoDemonstrativo
           
protected  CtDadoBancario dadosPagamento
           
protected  CtContratado dadosPrestador
           
protected  CtDemonstrativoPagamento.DadosResumo dadosResumo
           
protected  CtDescontos demaisDescontos
           
protected  CtIdentificacaoOperadora identificacaoOperadora
           
protected  double valorFinalLiberado
           
protected  java.math.BigDecimal valorTotal
           
 
Constructor Summary
CtDemonstrativoPagamento()
           
 
Method Summary
 CtCabecalhoDemonstrativo getCabecalhoDemonstrativo()
          Gets the value of the cabecalhoDemonstrativo property.
 CtDadoBancario getDadosPagamento()
          Gets the value of the dadosPagamento property.
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 CtDemonstrativoPagamento.DadosResumo getDadosResumo()
          Gets the value of the dadosResumo property.
 CtDescontos getDemaisDescontos()
          Gets the value of the demaisDescontos property.
 CtIdentificacaoOperadora getIdentificacaoOperadora()
          Gets the value of the identificacaoOperadora property.
 double getValorFinalLiberado()
          Gets the value of the valorFinalLiberado property.
 java.math.BigDecimal getValorTotal()
          Gets the value of the valorTotal property.
 void setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
          Sets the value of the cabecalhoDemonstrativo property.
 void setDadosPagamento(CtDadoBancario value)
          Sets the value of the dadosPagamento property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 void setDadosResumo(CtDemonstrativoPagamento.DadosResumo value)
          Sets the value of the dadosResumo property.
 void setDemaisDescontos(CtDescontos value)
          Sets the value of the demaisDescontos property.
 void setIdentificacaoOperadora(CtIdentificacaoOperadora value)
          Sets the value of the identificacaoOperadora property.
 void setValorFinalLiberado(double value)
          Sets the value of the valorFinalLiberado property.
 void setValorTotal(java.math.BigDecimal value)
          Sets the value of the valorTotal property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cabecalhoDemonstrativo

protected CtCabecalhoDemonstrativo cabecalhoDemonstrativo

identificacaoOperadora

protected CtIdentificacaoOperadora identificacaoOperadora

dadosPrestador

protected CtContratado dadosPrestador

dadosPagamento

protected CtDadoBancario dadosPagamento

dadosResumo

protected CtDemonstrativoPagamento.DadosResumo dadosResumo

valorTotal

protected java.math.BigDecimal valorTotal

demaisDescontos

protected CtDescontos demaisDescontos

valorFinalLiberado

protected double valorFinalLiberado
Constructor Detail

CtDemonstrativoPagamento

public CtDemonstrativoPagamento()
Method Detail

getCabecalhoDemonstrativo

public CtCabecalhoDemonstrativo getCabecalhoDemonstrativo()
Gets the value of the cabecalhoDemonstrativo property.

Returns:
possible object is CtCabecalhoDemonstrativo

setCabecalhoDemonstrativo

public void setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
Sets the value of the cabecalhoDemonstrativo property.

Parameters:
value - allowed object is CtCabecalhoDemonstrativo

getIdentificacaoOperadora

public CtIdentificacaoOperadora getIdentificacaoOperadora()
Gets the value of the identificacaoOperadora property.

Returns:
possible object is CtIdentificacaoOperadora

setIdentificacaoOperadora

public void setIdentificacaoOperadora(CtIdentificacaoOperadora value)
Sets the value of the identificacaoOperadora property.

Parameters:
value - allowed object is CtIdentificacaoOperadora

getDadosPrestador

public CtContratado getDadosPrestador()
Gets the value of the dadosPrestador property.

Returns:
possible object is CtContratado

setDadosPrestador

public void setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property.

Parameters:
value - allowed object is CtContratado

getDadosPagamento

public CtDadoBancario getDadosPagamento()
Gets the value of the dadosPagamento property.

Returns:
possible object is CtDadoBancario

setDadosPagamento

public void setDadosPagamento(CtDadoBancario value)
Sets the value of the dadosPagamento property.

Parameters:
value - allowed object is CtDadoBancario

getDadosResumo

public CtDemonstrativoPagamento.DadosResumo getDadosResumo()
Gets the value of the dadosResumo property.

Returns:
possible object is CtDemonstrativoPagamento.DadosResumo

setDadosResumo

public void setDadosResumo(CtDemonstrativoPagamento.DadosResumo value)
Sets the value of the dadosResumo property.

Parameters:
value - allowed object is CtDemonstrativoPagamento.DadosResumo

getValorTotal

public java.math.BigDecimal getValorTotal()
Gets the value of the valorTotal property.

Returns:
possible object is BigDecimal

setValorTotal

public void setValorTotal(java.math.BigDecimal value)
Sets the value of the valorTotal property.

Parameters:
value - allowed object is BigDecimal

getDemaisDescontos

public CtDescontos getDemaisDescontos()
Gets the value of the demaisDescontos property.

Returns:
possible object is CtDescontos

setDemaisDescontos

public void setDemaisDescontos(CtDescontos value)
Sets the value of the demaisDescontos property.

Parameters:
value - allowed object is CtDescontos

getValorFinalLiberado

public double getValorFinalLiberado()
Gets the value of the valorFinalLiberado property.


setValorFinalLiberado

public void setValorFinalLiberado(double value)
Sets the value of the valorFinalLiberado property.