|
||||||||||
| 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.CtAtendimentoOdontologia
public class CtAtendimentoOdontologia
Java class for ct_atendimentoOdontologia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_atendimentoOdontologia">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataTerminoTratamento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data" minOccurs="0"/>
<element name="tipoAtendimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_atendimentoOdonto" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dataTerminoTratamento
|
protected java.lang.String |
tipoAtendimento
|
| Constructor Summary | |
|---|---|
CtAtendimentoOdontologia()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDataTerminoTratamento()
Gets the value of the dataTerminoTratamento property. |
java.lang.String |
getTipoAtendimento()
Gets the value of the tipoAtendimento property. |
void |
setDataTerminoTratamento(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataTerminoTratamento property. |
void |
setTipoAtendimento(java.lang.String value)
Sets the value of the tipoAtendimento 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 dataTerminoTratamento
protected java.lang.String tipoAtendimento
| Constructor Detail |
|---|
public CtAtendimentoOdontologia()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getDataTerminoTratamento()
XMLGregorianCalendarpublic void setDataTerminoTratamento(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getTipoAtendimento()
Stringpublic void setTipoAtendimento(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 | |||||||||