|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtTratamenteOdontoRealizado
public class CtTratamenteOdontoRealizado
Java class for ct_tratamenteOdontoRealizado complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_tratamenteOdontoRealizado">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
<element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_tabela"/>
<element name="dente" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_dente"/>
<element name="face" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_face"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
data
|
protected java.lang.String |
dente
|
protected java.lang.String |
face
|
protected CtTabela |
procedimento
|
| Constructor Summary | |
|---|---|
CtTratamenteOdontoRealizado()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getData()
Gets the value of the data property. |
java.lang.String |
getDente()
Gets the value of the dente property. |
java.lang.String |
getFace()
Gets the value of the face property. |
CtTabela |
getProcedimento()
Gets the value of the procedimento property. |
void |
setData(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the data property. |
void |
setDente(java.lang.String value)
Sets the value of the dente property. |
void |
setFace(java.lang.String 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 javax.xml.datatype.XMLGregorianCalendar data
protected CtTabela procedimento
protected java.lang.String dente
protected java.lang.String face
| Constructor Detail |
|---|
public CtTratamenteOdontoRealizado()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getData()
XMLGregorianCalendarpublic void setData(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic CtTabela getProcedimento()
CtTabelapublic void setProcedimento(CtTabela value)
value - allowed object is
CtTabelapublic java.lang.String getDente()
Stringpublic void setDente(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFace()
Stringpublic void setFace(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||