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

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

public class CtDemonstrativoAnaliseConta
extends java.lang.Object

Java class for ct_demonstrativoAnaliseConta complex type.

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

 <complexType name="ct_demonstrativoAnaliseConta">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoOperadora"/>
         <element name="cabecalhoDemonstrativo" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoDemonstrativo"/>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="fatura">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dadosFatura" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_dadosConta"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="valorProcessadoGeral" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="valorLiberadoGeral" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="valorGlosaGeral" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDemonstrativoAnaliseConta.Fatura
          Java class for anonymous complex type.
 
Field Summary
protected  CtCabecalhoDemonstrativo cabecalhoDemonstrativo
           
protected  CtContratado dadosPrestador
           
protected  CtDemonstrativoAnaliseConta.Fatura fatura
           
protected  CtIdentificacaoOperadora identificacaoOperadora
           
protected  java.lang.Double valorGlosaGeral
           
protected  double valorLiberadoGeral
           
protected  double valorProcessadoGeral
           
 
Constructor Summary
CtDemonstrativoAnaliseConta()
           
 
Method Summary
 CtCabecalhoDemonstrativo getCabecalhoDemonstrativo()
          Gets the value of the cabecalhoDemonstrativo property.
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 CtDemonstrativoAnaliseConta.Fatura getFatura()
          Gets the value of the fatura property.
 CtIdentificacaoOperadora getIdentificacaoOperadora()
          Gets the value of the identificacaoOperadora property.
 java.lang.Double getValorGlosaGeral()
          Gets the value of the valorGlosaGeral property.
 double getValorLiberadoGeral()
          Gets the value of the valorLiberadoGeral property.
 double getValorProcessadoGeral()
          Gets the value of the valorProcessadoGeral property.
 void setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
          Sets the value of the cabecalhoDemonstrativo property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 void setFatura(CtDemonstrativoAnaliseConta.Fatura value)
          Sets the value of the fatura property.
 void setIdentificacaoOperadora(CtIdentificacaoOperadora value)
          Sets the value of the identificacaoOperadora property.
 void setValorGlosaGeral(java.lang.Double value)
          Sets the value of the valorGlosaGeral property.
 void setValorLiberadoGeral(double value)
          Sets the value of the valorLiberadoGeral property.
 void setValorProcessadoGeral(double value)
          Sets the value of the valorProcessadoGeral property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoOperadora

protected CtIdentificacaoOperadora identificacaoOperadora

cabecalhoDemonstrativo

protected CtCabecalhoDemonstrativo cabecalhoDemonstrativo

dadosPrestador

protected CtContratado dadosPrestador

fatura

protected CtDemonstrativoAnaliseConta.Fatura fatura

valorProcessadoGeral

protected double valorProcessadoGeral

valorLiberadoGeral

protected double valorLiberadoGeral

valorGlosaGeral

protected java.lang.Double valorGlosaGeral
Constructor Detail

CtDemonstrativoAnaliseConta

public CtDemonstrativoAnaliseConta()
Method Detail

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

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

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

getFatura

public CtDemonstrativoAnaliseConta.Fatura getFatura()
Gets the value of the fatura property.

Returns:
possible object is CtDemonstrativoAnaliseConta.Fatura

setFatura

public void setFatura(CtDemonstrativoAnaliseConta.Fatura value)
Sets the value of the fatura property.

Parameters:
value - allowed object is CtDemonstrativoAnaliseConta.Fatura

getValorProcessadoGeral

public double getValorProcessadoGeral()
Gets the value of the valorProcessadoGeral property.


setValorProcessadoGeral

public void setValorProcessadoGeral(double value)
Sets the value of the valorProcessadoGeral property.


getValorLiberadoGeral

public double getValorLiberadoGeral()
Gets the value of the valorLiberadoGeral property.


setValorLiberadoGeral

public void setValorLiberadoGeral(double value)
Sets the value of the valorLiberadoGeral property.


getValorGlosaGeral

public java.lang.Double getValorGlosaGeral()
Gets the value of the valorGlosaGeral property.

Returns:
possible object is Double

setValorGlosaGeral

public void setValorGlosaGeral(java.lang.Double value)
Sets the value of the valorGlosaGeral property.

Parameters:
value - allowed object is Double