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

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


Field Summary
protected  StCondicaoClinica condicaoClinica
           
protected  java.lang.String elementoDentario
           
 
Constructor Summary
CtSituacaoClinica.Dentes()
           
 
Method Summary
 StCondicaoClinica getCondicaoClinica()
          Gets the value of the condicaoClinica property.
 java.lang.String getElementoDentario()
          Gets the value of the elementoDentario property.
 void setCondicaoClinica(StCondicaoClinica value)
          Sets the value of the condicaoClinica property.
 void setElementoDentario(java.lang.String 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.lang.String elementoDentario

condicaoClinica

protected StCondicaoClinica condicaoClinica
Constructor Detail

CtSituacaoClinica.Dentes

public CtSituacaoClinica.Dentes()
Method Detail

getElementoDentario

public java.lang.String getElementoDentario()
Gets the value of the elementoDentario property.

Returns:
possible object is String

setElementoDentario

public void setElementoDentario(java.lang.String value)
Sets the value of the elementoDentario property.

Parameters:
value - allowed object is String

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