|
||||||||||
| 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.CtAutorizacaoProcedimentoOdonto
public class CtAutorizacaoProcedimentoOdonto
Java class for ct_autorizacaoProcedimentoOdonto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_autorizacaoProcedimentoOdonto">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identificacaoAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_cabecalhoGuia"/>
<element name="statusSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_statusSolicitacao" minOccurs="0"/>
<element name="motivoNegativa" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="motivoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_motivoGlosa" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="beneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_beneficiario"/>
<element name="prestadorAutorizado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_contratado" minOccurs="0"/>
<element name="dadosAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_autorizacaoGuiaInternacao" minOccurs="0"/>
<element name="procedimentos" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_itemSolicitacaoOdonto" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="totalOdonto" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalvalor" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
<element name="totalFranquiaCoparticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
<element name="totalquantidadeUS" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtAutorizacaoProcedimentoOdonto.MotivoNegativa
Java class for anonymous complex type. |
static class |
CtAutorizacaoProcedimentoOdonto.Procedimentos
Java class for anonymous complex type. |
static class |
CtAutorizacaoProcedimentoOdonto.TotalOdonto
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CtBeneficiario |
beneficiario
|
protected CtAutorizacaoGuiaInternacao |
dadosAutorizacao
|
protected CtCabecalhoGuia |
identificacaoAutorizacao
|
protected CtAutorizacaoProcedimentoOdonto.MotivoNegativa |
motivoNegativa
|
protected CtContratado |
prestadorAutorizado
|
protected CtAutorizacaoProcedimentoOdonto.Procedimentos |
procedimentos
|
protected java.lang.String |
statusSolicitacao
|
protected CtAutorizacaoProcedimentoOdonto.TotalOdonto |
totalOdonto
|
| Constructor Summary | |
|---|---|
CtAutorizacaoProcedimentoOdonto()
|
|
| Method Summary | |
|---|---|
CtBeneficiario |
getBeneficiario()
Gets the value of the beneficiario property. |
CtAutorizacaoGuiaInternacao |
getDadosAutorizacao()
Gets the value of the dadosAutorizacao property. |
CtCabecalhoGuia |
getIdentificacaoAutorizacao()
Gets the value of the identificacaoAutorizacao property. |
CtAutorizacaoProcedimentoOdonto.MotivoNegativa |
getMotivoNegativa()
Gets the value of the motivoNegativa property. |
CtContratado |
getPrestadorAutorizado()
Gets the value of the prestadorAutorizado property. |
CtAutorizacaoProcedimentoOdonto.Procedimentos |
getProcedimentos()
Gets the value of the procedimentos property. |
java.lang.String |
getStatusSolicitacao()
Gets the value of the statusSolicitacao property. |
CtAutorizacaoProcedimentoOdonto.TotalOdonto |
getTotalOdonto()
Gets the value of the totalOdonto property. |
void |
setBeneficiario(CtBeneficiario value)
Sets the value of the beneficiario property. |
void |
setDadosAutorizacao(CtAutorizacaoGuiaInternacao value)
Sets the value of the dadosAutorizacao property. |
void |
setIdentificacaoAutorizacao(CtCabecalhoGuia value)
Sets the value of the identificacaoAutorizacao property. |
void |
setMotivoNegativa(CtAutorizacaoProcedimentoOdonto.MotivoNegativa value)
Sets the value of the motivoNegativa property. |
void |
setPrestadorAutorizado(CtContratado value)
Sets the value of the prestadorAutorizado property. |
void |
setProcedimentos(CtAutorizacaoProcedimentoOdonto.Procedimentos value)
Sets the value of the procedimentos property. |
void |
setStatusSolicitacao(java.lang.String value)
Sets the value of the statusSolicitacao property. |
void |
setTotalOdonto(CtAutorizacaoProcedimentoOdonto.TotalOdonto value)
Sets the value of the totalOdonto property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CtCabecalhoGuia identificacaoAutorizacao
protected java.lang.String statusSolicitacao
protected CtAutorizacaoProcedimentoOdonto.MotivoNegativa motivoNegativa
protected CtBeneficiario beneficiario
protected CtContratado prestadorAutorizado
protected CtAutorizacaoGuiaInternacao dadosAutorizacao
protected CtAutorizacaoProcedimentoOdonto.Procedimentos procedimentos
protected CtAutorizacaoProcedimentoOdonto.TotalOdonto totalOdonto
| Constructor Detail |
|---|
public CtAutorizacaoProcedimentoOdonto()
| Method Detail |
|---|
public CtCabecalhoGuia getIdentificacaoAutorizacao()
CtCabecalhoGuiapublic void setIdentificacaoAutorizacao(CtCabecalhoGuia value)
value - allowed object is
CtCabecalhoGuiapublic java.lang.String getStatusSolicitacao()
Stringpublic void setStatusSolicitacao(java.lang.String value)
value - allowed object is
Stringpublic CtAutorizacaoProcedimentoOdonto.MotivoNegativa getMotivoNegativa()
CtAutorizacaoProcedimentoOdonto.MotivoNegativapublic void setMotivoNegativa(CtAutorizacaoProcedimentoOdonto.MotivoNegativa value)
value - allowed object is
CtAutorizacaoProcedimentoOdonto.MotivoNegativapublic CtBeneficiario getBeneficiario()
CtBeneficiariopublic void setBeneficiario(CtBeneficiario value)
value - allowed object is
CtBeneficiariopublic CtContratado getPrestadorAutorizado()
CtContratadopublic void setPrestadorAutorizado(CtContratado value)
value - allowed object is
CtContratadopublic CtAutorizacaoGuiaInternacao getDadosAutorizacao()
CtAutorizacaoGuiaInternacaopublic void setDadosAutorizacao(CtAutorizacaoGuiaInternacao value)
value - allowed object is
CtAutorizacaoGuiaInternacaopublic CtAutorizacaoProcedimentoOdonto.Procedimentos getProcedimentos()
CtAutorizacaoProcedimentoOdonto.Procedimentospublic void setProcedimentos(CtAutorizacaoProcedimentoOdonto.Procedimentos value)
value - allowed object is
CtAutorizacaoProcedimentoOdonto.Procedimentospublic CtAutorizacaoProcedimentoOdonto.TotalOdonto getTotalOdonto()
CtAutorizacaoProcedimentoOdonto.TotalOdontopublic void setTotalOdonto(CtAutorizacaoProcedimentoOdonto.TotalOdonto value)
value - allowed object is
CtAutorizacaoProcedimentoOdonto.TotalOdonto
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||