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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.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}st_data"/>
         <element name="tipoAtendimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_atendimentoOdonto"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataTerminoTratamento
           
protected  java.lang.String tipoAtendimento
           
 
Constructor Summary
CtAtendimentoOdontologia()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataTerminoTratamento()
          Gets the value of the dataTerminoTratamento property.
 java.lang.String getTipoAtendimento()
          Gets the value of the tipoAtendimento property.
 void setDataTerminoTratamento(javax.xml.datatype.XMLGregorianCalendar 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 javax.xml.datatype.XMLGregorianCalendar dataTerminoTratamento

tipoAtendimento

protected java.lang.String tipoAtendimento
Constructor Detail

CtAtendimentoOdontologia

public CtAtendimentoOdontologia()
Method Detail

getDataTerminoTratamento

public javax.xml.datatype.XMLGregorianCalendar getDataTerminoTratamento()
Gets the value of the dataTerminoTratamento property.

Returns:
possible object is XMLGregorianCalendar

setDataTerminoTratamento

public void setDataTerminoTratamento(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataTerminoTratamento property.

Parameters:
value - allowed object is XMLGregorianCalendar

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