|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.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/v20201}ct_identificacaoFontePagadora"/>
<element name="dadosBeneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_beneficiario"/>
<element name="respostaSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_simNao"/>
<element name="motivoNegacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_motivoGlosa" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CtBeneficiario |
dadosBeneficiario
|
protected CtIdentificacaoFontePagadora |
dadosOperadora
|
protected CtMotivoGlosa |
motivoNegacao
|
protected boolean |
respostaSolicitacao
|
| Constructor Summary | |
|---|---|
CtRetornoElegibilidade()
|
|
| Method Summary | |
|---|---|
CtBeneficiario |
getDadosBeneficiario()
Gets the value of the dadosBeneficiario property. |
CtIdentificacaoFontePagadora |
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(CtIdentificacaoFontePagadora 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 CtIdentificacaoFontePagadora dadosOperadora
protected CtBeneficiario dadosBeneficiario
protected boolean respostaSolicitacao
protected CtMotivoGlosa motivoNegacao
| Constructor Detail |
|---|
public CtRetornoElegibilidade()
| Method Detail |
|---|
public CtIdentificacaoFontePagadora getDadosOperadora()
CtIdentificacaoFontePagadorapublic void setDadosOperadora(CtIdentificacaoFontePagadora value)
value - allowed object is
CtIdentificacaoFontePagadorapublic CtBeneficiario getDadosBeneficiario()
CtBeneficiariopublic void setDadosBeneficiario(CtBeneficiario value)
value - allowed object is
CtBeneficiariopublic boolean isRespostaSolicitacao()
public void setRespostaSolicitacao(boolean value)
public CtMotivoGlosa getMotivoNegacao()
CtMotivoGlosapublic 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 | |||||||||