|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtTratamentoOdontoSolicitado
public class CtTratamentoOdontoSolicitado
Java class for ct_tratamentoOdontoSolicitado complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_tratamentoOdontoSolicitado"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/> <element name="dente" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_dente"/> <element name="face" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_face"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.math.BigInteger |
dente
|
protected StFace |
face
|
protected CtTabela |
procedimento
|
Constructor Summary | |
---|---|
CtTratamentoOdontoSolicitado()
|
Method Summary | |
---|---|
java.math.BigInteger |
getDente()
Gets the value of the dente property. |
StFace |
getFace()
Gets the value of the face property. |
CtTabela |
getProcedimento()
Gets the value of the procedimento property. |
void |
setDente(java.math.BigInteger value)
Sets the value of the dente property. |
void |
setFace(StFace value)
Sets the value of the face property. |
void |
setProcedimento(CtTabela value)
Sets the value of the procedimento property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtTabela procedimento
protected java.math.BigInteger dente
protected StFace face
Constructor Detail |
---|
public CtTratamentoOdontoSolicitado()
Method Detail |
---|
public CtTabela getProcedimento()
CtTabela
public void setProcedimento(CtTabela value)
value
- allowed object is
CtTabela
public java.math.BigInteger getDente()
BigInteger
public void setDente(java.math.BigInteger value)
value
- allowed object is
BigInteger
public StFace getFace()
StFace
public void setFace(StFace value)
value
- allowed object is
StFace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |