|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}ct_tabela"/> <element name="quantidadeExecutada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidadeProcedimento"/> <element name="valorProcessado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="valorLiberado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="grauParticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}ct_motivoGlosa" maxOccurs="unbounded"/> <element name="valorGlosa" type="{http://www.w3.org/2001/XMLSchema}double" 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.math.BigInteger |
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.math.BigInteger |
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.math.BigInteger 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.math.BigInteger grauParticipacao
protected CtDadosProcedimento.RelacaoGlosa relacaoGlosa
Constructor Detail |
---|
public CtDadosProcedimento()
Method Detail |
---|
public CtTabela getProcedimento()
CtTabela
public void setProcedimento(CtTabela value)
value
- allowed object is
CtTabela
public java.math.BigInteger getQuantidadeExecutada()
BigInteger
public void setQuantidadeExecutada(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigDecimal getValorProcessado()
BigDecimal
public void setValorProcessado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorLiberado()
BigDecimal
public void setValorLiberado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigInteger getGrauParticipacao()
BigInteger
public void setGrauParticipacao(java.math.BigInteger value)
value
- allowed object is
BigInteger
public CtDadosProcedimento.RelacaoGlosa getRelacaoGlosa()
CtDadosProcedimento.RelacaoGlosa
public 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 |