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