br.gov.ans.padroes.tiss.schemas
Class CtSituacaoClinica
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dentes
protected java.util.List<CtSituacaoClinica.Dentes> dentes
CtSituacaoClinica
public CtSituacaoClinica()
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