br.gov.ans.padroes.tiss.schemas
Class CtSituacaoClinica.Dentes

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtSituacaoClinica.Dentes
Enclosing class:
CtSituacaoClinica

public static class CtSituacaoClinica.Dentes
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="elementoDentario" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_dente"/>
         <element name="condicaoClinica" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_condicaoClinica"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  StCondicaoClinica condicaoClinica
           
protected  java.math.BigInteger elementoDentario
           
 
Constructor Summary
CtSituacaoClinica.Dentes()
           
 
Method Summary
 StCondicaoClinica getCondicaoClinica()
          Gets the value of the condicaoClinica property.
 java.math.BigInteger getElementoDentario()
          Gets the value of the elementoDentario property.
 void setCondicaoClinica(StCondicaoClinica value)
          Sets the value of the condicaoClinica property.
 void setElementoDentario(java.math.BigInteger value)
          Sets the value of the elementoDentario property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elementoDentario

protected java.math.BigInteger elementoDentario

condicaoClinica

protected StCondicaoClinica condicaoClinica
Constructor Detail

CtSituacaoClinica.Dentes

public CtSituacaoClinica.Dentes()
Method Detail

getElementoDentario

public java.math.BigInteger getElementoDentario()
Gets the value of the elementoDentario property.

Returns:
possible object is BigInteger

setElementoDentario

public void setElementoDentario(java.math.BigInteger value)
Sets the value of the elementoDentario property.

Parameters:
value - allowed object is BigInteger

getCondicaoClinica

public StCondicaoClinica getCondicaoClinica()
Gets the value of the condicaoClinica property.

Returns:
possible object is StCondicaoClinica

setCondicaoClinica

public void setCondicaoClinica(StCondicaoClinica value)
Sets the value of the condicaoClinica property.

Parameters:
value - allowed object is StCondicaoClinica