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

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

public class CtRetornoElegibilidade
extends java.lang.Object

Java class for ct_retornoElegibilidade complex type.

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

 <complexType name="ct_retornoElegibilidade">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dadosOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoOperadora"/>
         <element name="dadosBeneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/>
         <element name="respostaSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao"/>
         <element name="motivoNegacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtBeneficiario dadosBeneficiario
           
protected  CtIdentificacaoOperadora dadosOperadora
           
protected  CtMotivoGlosa motivoNegacao
           
protected  boolean respostaSolicitacao
           
 
Constructor Summary
CtRetornoElegibilidade()
           
 
Method Summary
 CtBeneficiario getDadosBeneficiario()
          Gets the value of the dadosBeneficiario property.
 CtIdentificacaoOperadora getDadosOperadora()
          Gets the value of the dadosOperadora property.
 CtMotivoGlosa getMotivoNegacao()
          Gets the value of the motivoNegacao property.
 boolean isRespostaSolicitacao()
          Gets the value of the respostaSolicitacao property.
 void setDadosBeneficiario(CtBeneficiario value)
          Sets the value of the dadosBeneficiario property.
 void setDadosOperadora(CtIdentificacaoOperadora value)
          Sets the value of the dadosOperadora property.
 void setMotivoNegacao(CtMotivoGlosa value)
          Sets the value of the motivoNegacao property.
 void setRespostaSolicitacao(boolean value)
          Sets the value of the respostaSolicitacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dadosOperadora

protected CtIdentificacaoOperadora dadosOperadora

dadosBeneficiario

protected CtBeneficiario dadosBeneficiario

respostaSolicitacao

protected boolean respostaSolicitacao

motivoNegacao

protected CtMotivoGlosa motivoNegacao
Constructor Detail

CtRetornoElegibilidade

public CtRetornoElegibilidade()
Method Detail

getDadosOperadora

public CtIdentificacaoOperadora getDadosOperadora()
Gets the value of the dadosOperadora property.

Returns:
possible object is CtIdentificacaoOperadora

setDadosOperadora

public void setDadosOperadora(CtIdentificacaoOperadora value)
Sets the value of the dadosOperadora property.

Parameters:
value - allowed object is CtIdentificacaoOperadora

getDadosBeneficiario

public CtBeneficiario getDadosBeneficiario()
Gets the value of the dadosBeneficiario property.

Returns:
possible object is CtBeneficiario

setDadosBeneficiario

public void setDadosBeneficiario(CtBeneficiario value)
Sets the value of the dadosBeneficiario property.

Parameters:
value - allowed object is CtBeneficiario

isRespostaSolicitacao

public boolean isRespostaSolicitacao()
Gets the value of the respostaSolicitacao property.


setRespostaSolicitacao

public void setRespostaSolicitacao(boolean value)
Sets the value of the respostaSolicitacao property.


getMotivoNegacao

public CtMotivoGlosa getMotivoNegacao()
Gets the value of the motivoNegacao property.

Returns:
possible object is CtMotivoGlosa

setMotivoNegacao

public void setMotivoNegacao(CtMotivoGlosa value)
Sets the value of the motivoNegacao property.

Parameters:
value - allowed object is CtMotivoGlosa