|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtAtendimentoConsulta
public class CtAtendimentoConsulta
Java class for ct_atendimentoConsulta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_atendimentoConsulta"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataAtendimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/> <element name="procedimento"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="codigoTabela" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tabela"/> <element name="codigoProcedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoTabela"/> </all> </restriction> </complexContent> </complexType> </element> <element name="tipoConsulta" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoConsulta"/> <element name="tipoSaida" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoSaidaGuiaConsulta"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtAtendimentoConsulta.Procedimento
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dataAtendimento
|
protected CtAtendimentoConsulta.Procedimento |
procedimento
|
protected java.lang.String |
tipoConsulta
|
protected java.math.BigInteger |
tipoSaida
|
Constructor Summary | |
---|---|
CtAtendimentoConsulta()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDataAtendimento()
Gets the value of the dataAtendimento property. |
CtAtendimentoConsulta.Procedimento |
getProcedimento()
Gets the value of the procedimento property. |
java.lang.String |
getTipoConsulta()
Gets the value of the tipoConsulta property. |
java.math.BigInteger |
getTipoSaida()
Gets the value of the tipoSaida property. |
void |
setDataAtendimento(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataAtendimento property. |
void |
setProcedimento(CtAtendimentoConsulta.Procedimento value)
Sets the value of the procedimento property. |
void |
setTipoConsulta(java.lang.String value)
Sets the value of the tipoConsulta property. |
void |
setTipoSaida(java.math.BigInteger value)
Sets the value of the tipoSaida 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 dataAtendimento
protected CtAtendimentoConsulta.Procedimento procedimento
protected java.lang.String tipoConsulta
protected java.math.BigInteger tipoSaida
Constructor Detail |
---|
public CtAtendimentoConsulta()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getDataAtendimento()
XMLGregorianCalendar
public void setDataAtendimento(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public CtAtendimentoConsulta.Procedimento getProcedimento()
CtAtendimentoConsulta.Procedimento
public void setProcedimento(CtAtendimentoConsulta.Procedimento value)
value
- allowed object is
CtAtendimentoConsulta.Procedimento
public java.lang.String getTipoConsulta()
String
public void setTipoConsulta(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getTipoSaida()
BigInteger
public void setTipoSaida(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |