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

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

public class CtTratamenteOdontoRealizado
extends java.lang.Object

Java class for ct_tratamenteOdontoRealizado complex type.

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

 <complexType name="ct_tratamenteOdontoRealizado">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="data" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
         <element name="procedimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_tabela"/>
         <element name="dente" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_dente"/>
         <element name="face" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_face"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String data
           
protected  java.lang.String dente
           
protected  java.lang.String face
           
protected  CtTabela procedimento
           
 
Constructor Summary
CtTratamenteOdontoRealizado()
           
 
Method Summary
 java.lang.String getData()
          Gets the value of the data property.
 java.lang.String getDente()
          Gets the value of the dente property.
 java.lang.String getFace()
          Gets the value of the face property.
 CtTabela getProcedimento()
          Gets the value of the procedimento property.
 void setData(java.lang.String value)
          Sets the value of the data property.
 void setDente(java.lang.String value)
          Sets the value of the dente property.
 void setFace(java.lang.String value)
          Sets the value of the face property.
 void setProcedimento(CtTabela value)
          Sets the value of the procedimento property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected java.lang.String data

procedimento

protected CtTabela procedimento

dente

protected java.lang.String dente

face

protected java.lang.String face
Constructor Detail

CtTratamenteOdontoRealizado

public CtTratamenteOdontoRealizado()
Method Detail

getData

public java.lang.String getData()
Gets the value of the data property.

Returns:
possible object is String

setData

public void setData(java.lang.String value)
Sets the value of the data property.

Parameters:
value - allowed object is String

getProcedimento

public CtTabela getProcedimento()
Gets the value of the procedimento property.

Returns:
possible object is CtTabela

setProcedimento

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

Parameters:
value - allowed object is CtTabela

getDente

public java.lang.String getDente()
Gets the value of the dente property.

Returns:
possible object is String

setDente

public void setDente(java.lang.String value)
Sets the value of the dente property.

Parameters:
value - allowed object is String

getFace

public java.lang.String getFace()
Gets the value of the face property.

Returns:
possible object is String

setFace

public void setFace(java.lang.String value)
Sets the value of the face property.

Parameters:
value - allowed object is String