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

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

public class CtAtendimentoOdontologia
extends java.lang.Object

Java class for ct_atendimentoOdontologia complex type.

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

 <complexType name="ct_atendimentoOdontologia">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dataTerminoTratamento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
         <element name="tipoAtendimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_atendimentoOdonto"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String dataTerminoTratamento
           
protected  java.lang.String tipoAtendimento
           
 
Constructor Summary
CtAtendimentoOdontologia()
           
 
Method Summary
 java.lang.String getDataTerminoTratamento()
          Gets the value of the dataTerminoTratamento property.
 java.lang.String getTipoAtendimento()
          Gets the value of the tipoAtendimento property.
 void setDataTerminoTratamento(java.lang.String value)
          Sets the value of the dataTerminoTratamento property.
 void setTipoAtendimento(java.lang.String value)
          Sets the value of the tipoAtendimento property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataTerminoTratamento

protected java.lang.String dataTerminoTratamento

tipoAtendimento

protected java.lang.String tipoAtendimento
Constructor Detail

CtAtendimentoOdontologia

public CtAtendimentoOdontologia()
Method Detail

getDataTerminoTratamento

public java.lang.String getDataTerminoTratamento()
Gets the value of the dataTerminoTratamento property.

Returns:
possible object is String

setDataTerminoTratamento

public void setDataTerminoTratamento(java.lang.String value)
Sets the value of the dataTerminoTratamento property.

Parameters:
value - allowed object is String

getTipoAtendimento

public java.lang.String getTipoAtendimento()
Gets the value of the tipoAtendimento property.

Returns:
possible object is String

setTipoAtendimento

public void setTipoAtendimento(java.lang.String value)
Sets the value of the tipoAtendimento property.

Parameters:
value - allowed object is String