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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtAtendimentoConsulta
Direct Known Subclasses:
CtGuiaConsulta.DadosAtendimento

public class CtAtendimentoConsulta
extends java.lang.Object

Java class for ct_atendimentoConsulta complex type.

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

 <complexType name="ct_atendimentoConsulta">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dataAtendimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <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}st_tabela"/>
                   <element name="codigoProcedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoTabela"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="tipoConsulta" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoConsulta"/>
         <element name="tipoSaida" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoSaidaGuiaConsulta"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtAtendimentoConsulta.Procedimento
          Java class for anonymous complex type.
 
Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataAtendimento
           
protected  CtAtendimentoConsulta.Procedimento procedimento
           
protected  java.lang.String tipoConsulta
           
protected  java.math.BigInteger tipoSaida
           
 
Constructor Summary
CtAtendimentoConsulta()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataAtendimento()
          Gets the value of the dataAtendimento property.
 CtAtendimentoConsulta.Procedimento getProcedimento()
          Gets the value of the procedimento property.
 java.lang.String getTipoConsulta()
          Gets the value of the tipoConsulta property.
 java.math.BigInteger getTipoSaida()
          Gets the value of the tipoSaida property.
 void setDataAtendimento(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataAtendimento property.
 void setProcedimento(CtAtendimentoConsulta.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.math.BigInteger 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

dataAtendimento

protected javax.xml.datatype.XMLGregorianCalendar dataAtendimento

procedimento

protected CtAtendimentoConsulta.Procedimento procedimento

tipoConsulta

protected java.lang.String tipoConsulta

tipoSaida

protected java.math.BigInteger tipoSaida
Constructor Detail

CtAtendimentoConsulta

public CtAtendimentoConsulta()
Method Detail

getDataAtendimento

public javax.xml.datatype.XMLGregorianCalendar getDataAtendimento()
Gets the value of the dataAtendimento property.

Returns:
possible object is XMLGregorianCalendar

setDataAtendimento

public void setDataAtendimento(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataAtendimento property.

Parameters:
value - allowed object is XMLGregorianCalendar

getProcedimento

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

Returns:
possible object is CtAtendimentoConsulta.Procedimento

setProcedimento

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

Parameters:
value - allowed object is CtAtendimentoConsulta.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.math.BigInteger getTipoSaida()
Gets the value of the tipoSaida property.

Returns:
possible object is BigInteger

setTipoSaida

public void setTipoSaida(java.math.BigInteger value)
Sets the value of the tipoSaida property.

Parameters:
value - allowed object is BigInteger