br.gov.ans.padroes.tiss.schemas.v20103
Class CtAtendimentoConsultaReapr

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

public class CtAtendimentoConsultaReapr
extends java.lang.Object

Java class for ct_atendimentoConsultaReapr complex type.

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

 <complexType name="ct_atendimentoConsultaReapr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="procedimento">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="codigoTabela" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tabela"/>
                   <element name="codigoProcedimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_codigoTabela"/>
                   <element name="justificativa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_justificativa"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="tipoConsulta" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tipoConsulta"/>
         <element name="tipoSaida" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tipoSaidaGuiaConsulta"/>
         <element name="dataAtendimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtAtendimentoConsultaReapr.Procedimento
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String dataAtendimento
           
protected  CtAtendimentoConsultaReapr.Procedimento procedimento
           
protected  java.lang.String tipoConsulta
           
protected  java.lang.String tipoSaida
           
 
Constructor Summary
CtAtendimentoConsultaReapr()
           
 
Method Summary
 java.lang.String getDataAtendimento()
          Gets the value of the dataAtendimento property.
 CtAtendimentoConsultaReapr.Procedimento getProcedimento()
          Gets the value of the procedimento property.
 java.lang.String getTipoConsulta()
          Gets the value of the tipoConsulta property.
 java.lang.String getTipoSaida()
          Gets the value of the tipoSaida property.
 void setDataAtendimento(java.lang.String value)
          Sets the value of the dataAtendimento property.
 void setProcedimento(CtAtendimentoConsultaReapr.Procedimento value)
          Sets the value of the procedimento property.
 void setTipoConsulta(java.lang.String value)
          Sets the value of the tipoConsulta property.
 void setTipoSaida(java.lang.String value)
          Sets the value of the tipoSaida property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

procedimento

protected CtAtendimentoConsultaReapr.Procedimento procedimento

tipoConsulta

protected java.lang.String tipoConsulta

tipoSaida

protected java.lang.String tipoSaida

dataAtendimento

protected java.lang.String dataAtendimento
Constructor Detail

CtAtendimentoConsultaReapr

public CtAtendimentoConsultaReapr()
Method Detail

getProcedimento

public CtAtendimentoConsultaReapr.Procedimento getProcedimento()
Gets the value of the procedimento property.

Returns:
possible object is CtAtendimentoConsultaReapr.Procedimento

setProcedimento

public void setProcedimento(CtAtendimentoConsultaReapr.Procedimento value)
Sets the value of the procedimento property.

Parameters:
value - allowed object is CtAtendimentoConsultaReapr.Procedimento

getTipoConsulta

public java.lang.String getTipoConsulta()
Gets the value of the tipoConsulta property.

Returns:
possible object is String

setTipoConsulta

public void setTipoConsulta(java.lang.String value)
Sets the value of the tipoConsulta property.

Parameters:
value - allowed object is String

getTipoSaida

public java.lang.String getTipoSaida()
Gets the value of the tipoSaida property.

Returns:
possible object is String

setTipoSaida

public void setTipoSaida(java.lang.String value)
Sets the value of the tipoSaida property.

Parameters:
value - allowed object is String

getDataAtendimento

public java.lang.String getDataAtendimento()
Gets the value of the dataAtendimento property.

Returns:
possible object is String

setDataAtendimento

public void setDataAtendimento(java.lang.String value)
Sets the value of the dataAtendimento property.

Parameters:
value - allowed object is String