|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtDadosProcedimento
public class CtDadosProcedimento
Java class for ct_dadosProcedimento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_dadosProcedimento">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="procedimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_tabela"/>
<element name="quantidadeExecutada" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_quantidadeProcedimento"/>
<element name="valorProcessado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
<element name="valorLiberado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
<element name="grauParticipacao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_posicaoProfissao" minOccurs="0"/>
<element name="relacaoGlosa" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tipoGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_motivoGlosa" maxOccurs="unbounded"/>
<element name="valorGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtDadosProcedimento.RelacaoGlosa
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
grauParticipacao
|
protected CtTabela |
procedimento
|
protected java.math.BigInteger |
quantidadeExecutada
|
protected CtDadosProcedimento.RelacaoGlosa |
relacaoGlosa
|
protected java.math.BigDecimal |
valorLiberado
|
protected java.math.BigDecimal |
valorProcessado
|
| Constructor Summary | |
|---|---|
CtDadosProcedimento()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGrauParticipacao()
Gets the value of the grauParticipacao property. |
CtTabela |
getProcedimento()
Gets the value of the procedimento property. |
java.math.BigInteger |
getQuantidadeExecutada()
Gets the value of the quantidadeExecutada property. |
CtDadosProcedimento.RelacaoGlosa |
getRelacaoGlosa()
Gets the value of the relacaoGlosa property. |
java.math.BigDecimal |
getValorLiberado()
Gets the value of the valorLiberado property. |
java.math.BigDecimal |
getValorProcessado()
Gets the value of the valorProcessado property. |
void |
setGrauParticipacao(java.lang.String value)
Sets the value of the grauParticipacao property. |
void |
setProcedimento(CtTabela value)
Sets the value of the procedimento property. |
void |
setQuantidadeExecutada(java.math.BigInteger value)
Sets the value of the quantidadeExecutada property. |
void |
setRelacaoGlosa(CtDadosProcedimento.RelacaoGlosa value)
Sets the value of the relacaoGlosa property. |
void |
setValorLiberado(java.math.BigDecimal value)
Sets the value of the valorLiberado property. |
void |
setValorProcessado(java.math.BigDecimal value)
Sets the value of the valorProcessado 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 quantidadeExecutada
protected java.math.BigDecimal valorProcessado
protected java.math.BigDecimal valorLiberado
protected java.lang.String grauParticipacao
protected CtDadosProcedimento.RelacaoGlosa relacaoGlosa
| Constructor Detail |
|---|
public CtDadosProcedimento()
| Method Detail |
|---|
public CtTabela getProcedimento()
CtTabelapublic void setProcedimento(CtTabela value)
value - allowed object is
CtTabelapublic java.math.BigInteger getQuantidadeExecutada()
BigIntegerpublic void setQuantidadeExecutada(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigDecimal getValorProcessado()
BigDecimalpublic void setValorProcessado(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorLiberado()
BigDecimalpublic void setValorLiberado(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getGrauParticipacao()
Stringpublic void setGrauParticipacao(java.lang.String value)
value - allowed object is
Stringpublic CtDadosProcedimento.RelacaoGlosa getRelacaoGlosa()
CtDadosProcedimento.RelacaoGlosapublic void setRelacaoGlosa(CtDadosProcedimento.RelacaoGlosa value)
value - allowed object is
CtDadosProcedimento.RelacaoGlosa
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||