br.gov.ans.padroes.tiss.schemas
Class CtGuiaSolicitacaoProrrogacao

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtGuiaSolicitacaoProrrogacao

public class CtGuiaSolicitacaoProrrogacao
extends java.lang.Object

Java class for ct_guiaSolicitacaoProrrogacao complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_guiaSolicitacaoProrrogacao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoProrrogacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"/>
         <element name="identificacaoGuiaReferencia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"/>
         <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="indicacaoClinica" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_indicacaoClinica"/>
         <element name="responsavelAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome" minOccurs="0"/>
         <element name="procedimentosExamesSolicitados" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_procedimentosSolicitados" minOccurs="0"/>
         <element name="diarias" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diariaProrrogacao" minOccurs="0"/>
         <element name="OPMsSolicitadas" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_OPMSolicitadas" minOccurs="0"/>
         <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtBeneficiario dadosBeneficiario
           
protected  CtSolicitante dadosSolicitante
           
protected  CtDiariaProrrogacao diarias
           
protected  CtCabecalhoGuia identificacaoGuiaReferencia
           
protected  CtCabecalhoGuia identificacaoProrrogacao
           
protected  java.lang.String indicacaoClinica
           
protected  java.lang.String observacao
           
protected  CtOPMSolicitadas opMsSolicitadas
           
protected  CtProcedimentosSolicitados procedimentosExamesSolicitados
           
protected  java.lang.String responsavelAutorizacao
           
 
Constructor Summary
CtGuiaSolicitacaoProrrogacao()
           
 
Method Summary
 CtBeneficiario getDadosBeneficiario()
          Gets the value of the dadosBeneficiario property.
 CtSolicitante getDadosSolicitante()
          Gets the value of the dadosSolicitante property.
 CtDiariaProrrogacao getDiarias()
          Gets the value of the diarias property.
 CtCabecalhoGuia getIdentificacaoGuiaReferencia()
          Gets the value of the identificacaoGuiaReferencia property.
 CtCabecalhoGuia getIdentificacaoProrrogacao()
          Gets the value of the identificacaoProrrogacao property.
 java.lang.String getIndicacaoClinica()
          Gets the value of the indicacaoClinica property.
 java.lang.String getObservacao()
          Gets the value of the observacao property.
 CtOPMSolicitadas getOPMsSolicitadas()
          Gets the value of the opMsSolicitadas property.
 CtProcedimentosSolicitados getProcedimentosExamesSolicitados()
          Gets the value of the procedimentosExamesSolicitados property.
 java.lang.String getResponsavelAutorizacao()
          Gets the value of the responsavelAutorizacao property.
 void setDadosBeneficiario(CtBeneficiario value)
          Sets the value of the dadosBeneficiario property.
 void setDadosSolicitante(CtSolicitante value)
          Sets the value of the dadosSolicitante property.
 void setDiarias(CtDiariaProrrogacao value)
          Sets the value of the diarias property.
 void setIdentificacaoGuiaReferencia(CtCabecalhoGuia value)
          Sets the value of the identificacaoGuiaReferencia property.
 void setIdentificacaoProrrogacao(CtCabecalhoGuia value)
          Sets the value of the identificacaoProrrogacao property.
 void setIndicacaoClinica(java.lang.String value)
          Sets the value of the indicacaoClinica property.
 void setObservacao(java.lang.String value)
          Sets the value of the observacao property.
 void setOPMsSolicitadas(CtOPMSolicitadas value)
          Sets the value of the opMsSolicitadas property.
 void setProcedimentosExamesSolicitados(CtProcedimentosSolicitados value)
          Sets the value of the procedimentosExamesSolicitados property.
 void setResponsavelAutorizacao(java.lang.String value)
          Sets the value of the responsavelAutorizacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoProrrogacao

protected CtCabecalhoGuia identificacaoProrrogacao

identificacaoGuiaReferencia

protected CtCabecalhoGuia identificacaoGuiaReferencia

dadosBeneficiario

protected CtBeneficiario dadosBeneficiario

dadosSolicitante

protected CtSolicitante dadosSolicitante

indicacaoClinica

protected java.lang.String indicacaoClinica

responsavelAutorizacao

protected java.lang.String responsavelAutorizacao

procedimentosExamesSolicitados

protected CtProcedimentosSolicitados procedimentosExamesSolicitados

diarias

protected CtDiariaProrrogacao diarias

opMsSolicitadas

protected CtOPMSolicitadas opMsSolicitadas

observacao

protected java.lang.String observacao
Constructor Detail

CtGuiaSolicitacaoProrrogacao

public CtGuiaSolicitacaoProrrogacao()
Method Detail

getIdentificacaoProrrogacao

public CtCabecalhoGuia getIdentificacaoProrrogacao()
Gets the value of the identificacaoProrrogacao property.

Returns:
possible object is CtCabecalhoGuia

setIdentificacaoProrrogacao

public void setIdentificacaoProrrogacao(CtCabecalhoGuia value)
Sets the value of the identificacaoProrrogacao property.

Parameters:
value - allowed object is CtCabecalhoGuia

getIdentificacaoGuiaReferencia

public CtCabecalhoGuia getIdentificacaoGuiaReferencia()
Gets the value of the identificacaoGuiaReferencia property.

Returns:
possible object is CtCabecalhoGuia

setIdentificacaoGuiaReferencia

public void setIdentificacaoGuiaReferencia(CtCabecalhoGuia value)
Sets the value of the identificacaoGuiaReferencia property.

Parameters:
value - allowed object is CtCabecalhoGuia

getDadosBeneficiario

public CtBeneficiario getDadosBeneficiario()
Gets the value of the dadosBeneficiario property.

Returns:
possible object is CtBeneficiario

setDadosBeneficiario

public void setDadosBeneficiario(CtBeneficiario value)
Sets the value of the dadosBeneficiario property.

Parameters:
value - allowed object is CtBeneficiario

getDadosSolicitante

public CtSolicitante getDadosSolicitante()
Gets the value of the dadosSolicitante property.

Returns:
possible object is CtSolicitante

setDadosSolicitante

public void setDadosSolicitante(CtSolicitante value)
Sets the value of the dadosSolicitante property.

Parameters:
value - allowed object is CtSolicitante

getIndicacaoClinica

public java.lang.String getIndicacaoClinica()
Gets the value of the indicacaoClinica property.

Returns:
possible object is String

setIndicacaoClinica

public void setIndicacaoClinica(java.lang.String value)
Sets the value of the indicacaoClinica property.

Parameters:
value - allowed object is String

getResponsavelAutorizacao

public java.lang.String getResponsavelAutorizacao()
Gets the value of the responsavelAutorizacao property.

Returns:
possible object is String

setResponsavelAutorizacao

public void setResponsavelAutorizacao(java.lang.String value)
Sets the value of the responsavelAutorizacao property.

Parameters:
value - allowed object is String

getProcedimentosExamesSolicitados

public CtProcedimentosSolicitados getProcedimentosExamesSolicitados()
Gets the value of the procedimentosExamesSolicitados property.

Returns:
possible object is CtProcedimentosSolicitados

setProcedimentosExamesSolicitados

public void setProcedimentosExamesSolicitados(CtProcedimentosSolicitados value)
Sets the value of the procedimentosExamesSolicitados property.

Parameters:
value - allowed object is CtProcedimentosSolicitados

getDiarias

public CtDiariaProrrogacao getDiarias()
Gets the value of the diarias property.

Returns:
possible object is CtDiariaProrrogacao

setDiarias

public void setDiarias(CtDiariaProrrogacao value)
Sets the value of the diarias property.

Parameters:
value - allowed object is CtDiariaProrrogacao

getOPMsSolicitadas

public CtOPMSolicitadas getOPMsSolicitadas()
Gets the value of the opMsSolicitadas property.

Returns:
possible object is CtOPMSolicitadas

setOPMsSolicitadas

public void setOPMsSolicitadas(CtOPMSolicitadas value)
Sets the value of the opMsSolicitadas property.

Parameters:
value - allowed object is CtOPMSolicitadas

getObservacao

public java.lang.String getObservacao()
Gets the value of the observacao property.

Returns:
possible object is String

setObservacao

public void setObservacao(java.lang.String value)
Sets the value of the observacao property.

Parameters:
value - allowed object is String