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

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

public class CtGuiaConsulta
extends java.lang.Object

Java class for ct_guiaConsulta complex type.

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

 <complexType name="ct_guiaConsulta">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"/>
         <element name="beneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/>
         <element name="dadosContratado" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="profissionalExecutante" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoProfissional"/>
         <element name="hipoteseDiagnostica" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnosticoGuia">
                 <sequence>
                   <element name="diagnosticoSecundario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnosticosSecundarios" minOccurs="0"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="dadosAtendimento">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_atendimentoConsulta">
               </extension>
             </complexContent>
           </complexType>
         </element>
         <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 CtGuiaConsulta.DadosAtendimento
          Java class for anonymous complex type.
static class CtGuiaConsulta.HipoteseDiagnostica
          Java class for anonymous complex type.
 
Field Summary
protected  CtBeneficiario beneficiario
           
protected  CtGuiaConsulta.DadosAtendimento dadosAtendimento
           
protected  CtContratado dadosContratado
           
protected  CtGuiaConsulta.HipoteseDiagnostica hipoteseDiagnostica
           
protected  CtCabecalhoGuia identificacaoGuia
           
protected  java.lang.String observacao
           
protected  CtIdentificacaoProfissional profissionalExecutante
           
 
Constructor Summary
CtGuiaConsulta()
           
 
Method Summary
 CtBeneficiario getBeneficiario()
          Gets the value of the beneficiario property.
 CtGuiaConsulta.DadosAtendimento getDadosAtendimento()
          Gets the value of the dadosAtendimento property.
 CtContratado getDadosContratado()
          Gets the value of the dadosContratado property.
 CtGuiaConsulta.HipoteseDiagnostica getHipoteseDiagnostica()
          Gets the value of the hipoteseDiagnostica property.
 CtCabecalhoGuia getIdentificacaoGuia()
          Gets the value of the identificacaoGuia property.
 java.lang.String getObservacao()
          Gets the value of the observacao property.
 CtIdentificacaoProfissional getProfissionalExecutante()
          Gets the value of the profissionalExecutante property.
 void setBeneficiario(CtBeneficiario value)
          Sets the value of the beneficiario property.
 void setDadosAtendimento(CtGuiaConsulta.DadosAtendimento value)
          Sets the value of the dadosAtendimento property.
 void setDadosContratado(CtContratado value)
          Sets the value of the dadosContratado property.
 void setHipoteseDiagnostica(CtGuiaConsulta.HipoteseDiagnostica value)
          Sets the value of the hipoteseDiagnostica property.
 void setIdentificacaoGuia(CtCabecalhoGuia value)
          Sets the value of the identificacaoGuia property.
 void setObservacao(java.lang.String value)
          Sets the value of the observacao property.
 void setProfissionalExecutante(CtIdentificacaoProfissional value)
          Sets the value of the profissionalExecutante property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoGuia

protected CtCabecalhoGuia identificacaoGuia

beneficiario

protected CtBeneficiario beneficiario

dadosContratado

protected CtContratado dadosContratado

profissionalExecutante

protected CtIdentificacaoProfissional profissionalExecutante

hipoteseDiagnostica

protected CtGuiaConsulta.HipoteseDiagnostica hipoteseDiagnostica

dadosAtendimento

protected CtGuiaConsulta.DadosAtendimento dadosAtendimento

observacao

protected java.lang.String observacao
Constructor Detail

CtGuiaConsulta

public CtGuiaConsulta()
Method Detail

getIdentificacaoGuia

public CtCabecalhoGuia getIdentificacaoGuia()
Gets the value of the identificacaoGuia property.

Returns:
possible object is CtCabecalhoGuia

setIdentificacaoGuia

public void setIdentificacaoGuia(CtCabecalhoGuia value)
Sets the value of the identificacaoGuia property.

Parameters:
value - allowed object is CtCabecalhoGuia

getBeneficiario

public CtBeneficiario getBeneficiario()
Gets the value of the beneficiario property.

Returns:
possible object is CtBeneficiario

setBeneficiario

public void setBeneficiario(CtBeneficiario value)
Sets the value of the beneficiario property.

Parameters:
value - allowed object is CtBeneficiario

getDadosContratado

public CtContratado getDadosContratado()
Gets the value of the dadosContratado property.

Returns:
possible object is CtContratado

setDadosContratado

public void setDadosContratado(CtContratado value)
Sets the value of the dadosContratado property.

Parameters:
value - allowed object is CtContratado

getProfissionalExecutante

public CtIdentificacaoProfissional getProfissionalExecutante()
Gets the value of the profissionalExecutante property.

Returns:
possible object is CtIdentificacaoProfissional

setProfissionalExecutante

public void setProfissionalExecutante(CtIdentificacaoProfissional value)
Sets the value of the profissionalExecutante property.

Parameters:
value - allowed object is CtIdentificacaoProfissional

getHipoteseDiagnostica

public CtGuiaConsulta.HipoteseDiagnostica getHipoteseDiagnostica()
Gets the value of the hipoteseDiagnostica property.

Returns:
possible object is CtGuiaConsulta.HipoteseDiagnostica

setHipoteseDiagnostica

public void setHipoteseDiagnostica(CtGuiaConsulta.HipoteseDiagnostica value)
Sets the value of the hipoteseDiagnostica property.

Parameters:
value - allowed object is CtGuiaConsulta.HipoteseDiagnostica

getDadosAtendimento

public CtGuiaConsulta.DadosAtendimento getDadosAtendimento()
Gets the value of the dadosAtendimento property.

Returns:
possible object is CtGuiaConsulta.DadosAtendimento

setDadosAtendimento

public void setDadosAtendimento(CtGuiaConsulta.DadosAtendimento value)
Sets the value of the dadosAtendimento property.

Parameters:
value - allowed object is CtGuiaConsulta.DadosAtendimento

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