|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtAutorizacaoProcedimento
public class CtAutorizacaoProcedimento
Java class for ct_autorizacaoProcedimento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_autorizacaoProcedimento"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificacaoAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"/> <element name="statusSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_statusSolicitacao" minOccurs="0"/> <element name="beneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/> <element name="prestadorAutorizado" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/> <element name="dadosAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}ct_itemSolicitacao" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtAutorizacaoProcedimento.Procedimentos
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected CtBeneficiario |
beneficiario
|
protected CtAutorizacaoGuiaInternacao |
dadosAutorizacao
|
protected CtCabecalhoGuia |
identificacaoAutorizacao
|
protected CtContratado |
prestadorAutorizado
|
protected CtAutorizacaoProcedimento.Procedimentos |
procedimentos
|
protected java.lang.String |
statusSolicitacao
|
Constructor Summary | |
---|---|
CtAutorizacaoProcedimento()
|
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. |
CtContratado |
getPrestadorAutorizado()
Gets the value of the prestadorAutorizado property. |
CtAutorizacaoProcedimento.Procedimentos |
getProcedimentos()
Gets the value of the procedimentos property. |
java.lang.String |
getStatusSolicitacao()
Gets the value of the statusSolicitacao 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 |
setPrestadorAutorizado(CtContratado value)
Sets the value of the prestadorAutorizado property. |
void |
setProcedimentos(CtAutorizacaoProcedimento.Procedimentos value)
Sets the value of the procedimentos property. |
void |
setStatusSolicitacao(java.lang.String value)
Sets the value of the statusSolicitacao 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 CtBeneficiario beneficiario
protected CtContratado prestadorAutorizado
protected CtAutorizacaoGuiaInternacao dadosAutorizacao
protected CtAutorizacaoProcedimento.Procedimentos procedimentos
Constructor Detail |
---|
public CtAutorizacaoProcedimento()
Method Detail |
---|
public CtCabecalhoGuia getIdentificacaoAutorizacao()
CtCabecalhoGuia
public void setIdentificacaoAutorizacao(CtCabecalhoGuia value)
value
- allowed object is
CtCabecalhoGuia
public java.lang.String getStatusSolicitacao()
String
public void setStatusSolicitacao(java.lang.String value)
value
- allowed object is
String
public CtBeneficiario getBeneficiario()
CtBeneficiario
public void setBeneficiario(CtBeneficiario value)
value
- allowed object is
CtBeneficiario
public CtContratado getPrestadorAutorizado()
CtContratado
public void setPrestadorAutorizado(CtContratado value)
value
- allowed object is
CtContratado
public CtAutorizacaoGuiaInternacao getDadosAutorizacao()
CtAutorizacaoGuiaInternacao
public void setDadosAutorizacao(CtAutorizacaoGuiaInternacao value)
value
- allowed object is
CtAutorizacaoGuiaInternacao
public CtAutorizacaoProcedimento.Procedimentos getProcedimentos()
CtAutorizacaoProcedimento.Procedimentos
public void setProcedimentos(CtAutorizacaoProcedimento.Procedimentos value)
value
- allowed object is
CtAutorizacaoProcedimento.Procedimentos
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |