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

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

public class CtSituacaoDentes
extends java.lang.Object

Java class for ct_situacaoDentes complex type.

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

 <complexType name="ct_situacaoDentes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dente" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_dente"/>
         <element name="obturado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao"/>
         <element name="careado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao"/>
         <element name="perdido" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean careado
           
protected  java.math.BigInteger dente
           
protected  boolean obturado
           
protected  boolean perdido
           
 
Constructor Summary
CtSituacaoDentes()
           
 
Method Summary
 java.math.BigInteger getDente()
          Gets the value of the dente property.
 boolean isCareado()
          Gets the value of the careado property.
 boolean isObturado()
          Gets the value of the obturado property.
 boolean isPerdido()
          Gets the value of the perdido property.
 void setCareado(boolean value)
          Sets the value of the careado property.
 void setDente(java.math.BigInteger value)
          Sets the value of the dente property.
 void setObturado(boolean value)
          Sets the value of the obturado property.
 void setPerdido(boolean value)
          Sets the value of the perdido property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dente

protected java.math.BigInteger dente

obturado

protected boolean obturado

careado

protected boolean careado

perdido

protected boolean perdido
Constructor Detail

CtSituacaoDentes

public CtSituacaoDentes()
Method Detail

getDente

public java.math.BigInteger getDente()
Gets the value of the dente property.

Returns:
possible object is BigInteger

setDente

public void setDente(java.math.BigInteger value)
Sets the value of the dente property.

Parameters:
value - allowed object is BigInteger

isObturado

public boolean isObturado()
Gets the value of the obturado property.


setObturado

public void setObturado(boolean value)
Sets the value of the obturado property.


isCareado

public boolean isCareado()
Gets the value of the careado property.


setCareado

public void setCareado(boolean value)
Sets the value of the careado property.


isPerdido

public boolean isPerdido()
Gets the value of the perdido property.


setPerdido

public void setPerdido(boolean value)
Sets the value of the perdido property.