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

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

public class CtSituacaoClinica
extends java.lang.Object

Java class for ct_situacaoClinica complex type.

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

 <complexType name="ct_situacaoClinica">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dentes" maxOccurs="unbounded">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtSituacaoClinica.Dentes
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<CtSituacaoClinica.Dentes> dentes
           
 
Constructor Summary
CtSituacaoClinica()
           
 
Method Summary
 java.util.List<CtSituacaoClinica.Dentes> getDentes()
          Gets the value of the dentes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dentes

protected java.util.List<CtSituacaoClinica.Dentes> dentes
Constructor Detail

CtSituacaoClinica

public CtSituacaoClinica()
Method Detail

getDentes

public java.util.List<CtSituacaoClinica.Dentes> getDentes()
Gets the value of the dentes property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dentes property.

For example, to add a new item, do as follows:

    getDentes().add(newItem);
 

Objects of the following type(s) are allowed in the list CtSituacaoClinica.Dentes