|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtRetornoElegibilidade
public class CtRetornoElegibilidade
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 |
---|
protected CtIdentificacaoOperadora dadosOperadora
protected CtBeneficiario dadosBeneficiario
protected boolean respostaSolicitacao
protected CtMotivoGlosa motivoNegacao
Constructor Detail |
---|
public CtRetornoElegibilidade()
Method Detail |
---|
public CtIdentificacaoOperadora getDadosOperadora()
CtIdentificacaoOperadora
public void setDadosOperadora(CtIdentificacaoOperadora value)
value
- allowed object is
CtIdentificacaoOperadora
public CtBeneficiario getDadosBeneficiario()
CtBeneficiario
public void setDadosBeneficiario(CtBeneficiario value)
value
- allowed object is
CtBeneficiario
public boolean isRespostaSolicitacao()
public void setRespostaSolicitacao(boolean value)
public CtMotivoGlosa getMotivoNegacao()
CtMotivoGlosa
public void setMotivoNegacao(CtMotivoGlosa value)
value
- allowed object is
CtMotivoGlosa
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |