|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtGuiaSPSADTReapresentacao
public class CtGuiaSPSADTReapresentacao
Java class for ct_guiaSP_SADTReapresentacao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_guiaSP_SADTReapresentacao"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificacaoGuiaSADTSP" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"/> <element name="numeroGuiaPrincipal" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="dadosAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_autorizacaoGuia" minOccurs="0"/> <element name="dadosBeneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/> <element name="dadosSolicitante" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_solicitante"/> <element name="prestadorExecutante"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"> <sequence> <element name="profissionalExecutanteCompl" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_profissionalExecutante"> <sequence> <element name="codigoProfissionalCompl" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> <element name="indicacaoClinica" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_indicacaoClinica" minOccurs="0"/> <element name="caraterAtendimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_eletivaEmergencia"/> <element name="dataHoraAtendimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_dataHora" minOccurs="0"/> <element name="diagnosticoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnosticoGuia" minOccurs="0"/> <element name="tipoSaida" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoSaidaGuiaSADT"/> <element name="tipoAtendimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoAtendimento"/> <element name="procedimentosRealizados" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_procedimentoRevisao" maxOccurs="unbounded" minOccurs="0"/> <element name="outrasDespesas" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_outrasDespesasRevisao" minOccurs="0"/> <element name="OPMUtilizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_OPMUtilizadasRevisao" minOccurs="0"/> <element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_valorTotalServicos" minOccurs="0"/> <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtGuiaSPSADTReapresentacao.PrestadorExecutante
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected StEletivaEmergencia |
caraterAtendimento
|
protected CtAutorizacaoGuia |
dadosAutorizacao
|
protected CtBeneficiario |
dadosBeneficiario
|
protected CtSolicitante |
dadosSolicitante
|
protected javax.xml.datatype.XMLGregorianCalendar |
dataHoraAtendimento
|
protected CtDiagnosticoGuia |
diagnosticoGuia
|
protected CtCabecalhoGuia |
identificacaoGuiaSADTSP
|
protected java.lang.String |
indicacaoClinica
|
protected java.lang.String |
numeroGuiaPrincipal
|
protected java.lang.String |
observacao
|
protected CtOPMUtilizadasRevisao |
opmUtilizada
|
protected CtOutrasDespesasRevisao |
outrasDespesas
|
protected CtGuiaSPSADTReapresentacao.PrestadorExecutante |
prestadorExecutante
|
protected java.util.List<CtProcedimentoRevisao> |
procedimentosRealizados
|
protected java.math.BigInteger |
tipoAtendimento
|
protected java.lang.String |
tipoSaida
|
protected CtValorTotalServicos |
valorTotal
|
Constructor Summary | |
---|---|
CtGuiaSPSADTReapresentacao()
|
Method Summary | |
---|---|
StEletivaEmergencia |
getCaraterAtendimento()
Gets the value of the caraterAtendimento property. |
CtAutorizacaoGuia |
getDadosAutorizacao()
Gets the value of the dadosAutorizacao property. |
CtBeneficiario |
getDadosBeneficiario()
Gets the value of the dadosBeneficiario property. |
CtSolicitante |
getDadosSolicitante()
Gets the value of the dadosSolicitante property. |
javax.xml.datatype.XMLGregorianCalendar |
getDataHoraAtendimento()
Gets the value of the dataHoraAtendimento property. |
CtDiagnosticoGuia |
getDiagnosticoGuia()
Gets the value of the diagnosticoGuia property. |
CtCabecalhoGuia |
getIdentificacaoGuiaSADTSP()
Gets the value of the identificacaoGuiaSADTSP property. |
java.lang.String |
getIndicacaoClinica()
Gets the value of the indicacaoClinica property. |
java.lang.String |
getNumeroGuiaPrincipal()
Gets the value of the numeroGuiaPrincipal property. |
java.lang.String |
getObservacao()
Gets the value of the observacao property. |
CtOPMUtilizadasRevisao |
getOPMUtilizada()
Gets the value of the opmUtilizada property. |
CtOutrasDespesasRevisao |
getOutrasDespesas()
Gets the value of the outrasDespesas property. |
CtGuiaSPSADTReapresentacao.PrestadorExecutante |
getPrestadorExecutante()
Gets the value of the prestadorExecutante property. |
java.util.List<CtProcedimentoRevisao> |
getProcedimentosRealizados()
Gets the value of the procedimentosRealizados property. |
java.math.BigInteger |
getTipoAtendimento()
Gets the value of the tipoAtendimento property. |
java.lang.String |
getTipoSaida()
Gets the value of the tipoSaida property. |
CtValorTotalServicos |
getValorTotal()
Gets the value of the valorTotal property. |
void |
setCaraterAtendimento(StEletivaEmergencia value)
Sets the value of the caraterAtendimento property. |
void |
setDadosAutorizacao(CtAutorizacaoGuia value)
Sets the value of the dadosAutorizacao property. |
void |
setDadosBeneficiario(CtBeneficiario value)
Sets the value of the dadosBeneficiario property. |
void |
setDadosSolicitante(CtSolicitante value)
Sets the value of the dadosSolicitante property. |
void |
setDataHoraAtendimento(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataHoraAtendimento property. |
void |
setDiagnosticoGuia(CtDiagnosticoGuia value)
Sets the value of the diagnosticoGuia property. |
void |
setIdentificacaoGuiaSADTSP(CtCabecalhoGuia value)
Sets the value of the identificacaoGuiaSADTSP property. |
void |
setIndicacaoClinica(java.lang.String value)
Sets the value of the indicacaoClinica property. |
void |
setNumeroGuiaPrincipal(java.lang.String value)
Sets the value of the numeroGuiaPrincipal property. |
void |
setObservacao(java.lang.String value)
Sets the value of the observacao property. |
void |
setOPMUtilizada(CtOPMUtilizadasRevisao value)
Sets the value of the opmUtilizada property. |
void |
setOutrasDespesas(CtOutrasDespesasRevisao value)
Sets the value of the outrasDespesas property. |
void |
setPrestadorExecutante(CtGuiaSPSADTReapresentacao.PrestadorExecutante value)
Sets the value of the prestadorExecutante property. |
void |
setTipoAtendimento(java.math.BigInteger value)
Sets the value of the tipoAtendimento property. |
void |
setTipoSaida(java.lang.String value)
Sets the value of the tipoSaida property. |
void |
setValorTotal(CtValorTotalServicos value)
Sets the value of the valorTotal property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtCabecalhoGuia identificacaoGuiaSADTSP
protected java.lang.String numeroGuiaPrincipal
protected CtAutorizacaoGuia dadosAutorizacao
protected CtBeneficiario dadosBeneficiario
protected CtSolicitante dadosSolicitante
protected CtGuiaSPSADTReapresentacao.PrestadorExecutante prestadorExecutante
protected java.lang.String indicacaoClinica
protected StEletivaEmergencia caraterAtendimento
protected javax.xml.datatype.XMLGregorianCalendar dataHoraAtendimento
protected CtDiagnosticoGuia diagnosticoGuia
protected java.lang.String tipoSaida
protected java.math.BigInteger tipoAtendimento
protected java.util.List<CtProcedimentoRevisao> procedimentosRealizados
protected CtOutrasDespesasRevisao outrasDespesas
protected CtOPMUtilizadasRevisao opmUtilizada
protected CtValorTotalServicos valorTotal
protected java.lang.String observacao
Constructor Detail |
---|
public CtGuiaSPSADTReapresentacao()
Method Detail |
---|
public CtCabecalhoGuia getIdentificacaoGuiaSADTSP()
CtCabecalhoGuia
public void setIdentificacaoGuiaSADTSP(CtCabecalhoGuia value)
value
- allowed object is
CtCabecalhoGuia
public java.lang.String getNumeroGuiaPrincipal()
String
public void setNumeroGuiaPrincipal(java.lang.String value)
value
- allowed object is
String
public CtAutorizacaoGuia getDadosAutorizacao()
CtAutorizacaoGuia
public void setDadosAutorizacao(CtAutorizacaoGuia value)
value
- allowed object is
CtAutorizacaoGuia
public CtBeneficiario getDadosBeneficiario()
CtBeneficiario
public void setDadosBeneficiario(CtBeneficiario value)
value
- allowed object is
CtBeneficiario
public CtSolicitante getDadosSolicitante()
CtSolicitante
public void setDadosSolicitante(CtSolicitante value)
value
- allowed object is
CtSolicitante
public CtGuiaSPSADTReapresentacao.PrestadorExecutante getPrestadorExecutante()
CtGuiaSPSADTReapresentacao.PrestadorExecutante
public void setPrestadorExecutante(CtGuiaSPSADTReapresentacao.PrestadorExecutante value)
value
- allowed object is
CtGuiaSPSADTReapresentacao.PrestadorExecutante
public java.lang.String getIndicacaoClinica()
String
public void setIndicacaoClinica(java.lang.String value)
value
- allowed object is
String
public StEletivaEmergencia getCaraterAtendimento()
StEletivaEmergencia
public void setCaraterAtendimento(StEletivaEmergencia value)
value
- allowed object is
StEletivaEmergencia
public javax.xml.datatype.XMLGregorianCalendar getDataHoraAtendimento()
XMLGregorianCalendar
public void setDataHoraAtendimento(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public CtDiagnosticoGuia getDiagnosticoGuia()
CtDiagnosticoGuia
public void setDiagnosticoGuia(CtDiagnosticoGuia value)
value
- allowed object is
CtDiagnosticoGuia
public java.lang.String getTipoSaida()
String
public void setTipoSaida(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getTipoAtendimento()
BigInteger
public void setTipoAtendimento(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.util.List<CtProcedimentoRevisao> getProcedimentosRealizados()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the procedimentosRealizados property.
For example, to add a new item, do as follows:
getProcedimentosRealizados().add(newItem);
Objects of the following type(s) are allowed in the list
CtProcedimentoRevisao
public CtOutrasDespesasRevisao getOutrasDespesas()
CtOutrasDespesasRevisao
public void setOutrasDespesas(CtOutrasDespesasRevisao value)
value
- allowed object is
CtOutrasDespesasRevisao
public CtOPMUtilizadasRevisao getOPMUtilizada()
CtOPMUtilizadasRevisao
public void setOPMUtilizada(CtOPMUtilizadasRevisao value)
value
- allowed object is
CtOPMUtilizadasRevisao
public CtValorTotalServicos getValorTotal()
CtValorTotalServicos
public void setValorTotal(CtValorTotalServicos value)
value
- allowed object is
CtValorTotalServicos
public java.lang.String getObservacao()
String
public void setObservacao(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |