|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtSituacaoDentes
public class CtSituacaoDentes
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.v20103}st_dente"/>
<element name="obturado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_simNao"/>
<element name="careado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_simNao"/>
<element name="perdido" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_simNao"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
careado
|
protected java.lang.String |
dente
|
protected boolean |
obturado
|
protected boolean |
perdido
|
| Constructor Summary | |
|---|---|
CtSituacaoDentes()
|
|
| Method Summary | |
|---|---|
java.lang.String |
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.lang.String 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 |
|---|
protected java.lang.String dente
protected boolean obturado
protected boolean careado
protected boolean perdido
| Constructor Detail |
|---|
public CtSituacaoDentes()
| Method Detail |
|---|
public java.lang.String getDente()
Stringpublic void setDente(java.lang.String value)
value - allowed object is
Stringpublic boolean isObturado()
public void setObturado(boolean value)
public boolean isCareado()
public void setCareado(boolean value)
public boolean isPerdido()
public void setPerdido(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||