|
||||||||||
| 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.CtDemonstrativoPagamento
public class CtDemonstrativoPagamento
Java class for ct_demonstrativoPagamento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_demonstrativoPagamento">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cabecalhoDemonstrativo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_cabecalhoDemonstrativo"/>
<element name="identificacaoOperadora" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_identificacaoOperadora"/>
<element name="dadosPrestador" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_contratado"/>
<element name="dadosPagamento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_dadoBancario"/>
<element name="dadosResumo">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="detalheResumo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_dadosResumo" maxOccurs="unbounded"/>
<element name="totalGeralInformado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
<element name="TotalGeralProcessado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
<element name="TotalGeralGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
<element name="TotalGeralLiberado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="valorTotal" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
<element name="demaisDescontos" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_descontos" minOccurs="0"/>
<element name="valorFinalLiberado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtDemonstrativoPagamento.DadosResumo
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CtCabecalhoDemonstrativo |
cabecalhoDemonstrativo
|
protected CtDadoBancario |
dadosPagamento
|
protected CtContratado |
dadosPrestador
|
protected CtDemonstrativoPagamento.DadosResumo |
dadosResumo
|
protected CtDescontos |
demaisDescontos
|
protected CtIdentificacaoOperadora |
identificacaoOperadora
|
protected java.math.BigDecimal |
valorFinalLiberado
|
protected java.math.BigDecimal |
valorTotal
|
| Constructor Summary | |
|---|---|
CtDemonstrativoPagamento()
|
|
| Method Summary | |
|---|---|
CtCabecalhoDemonstrativo |
getCabecalhoDemonstrativo()
Gets the value of the cabecalhoDemonstrativo property. |
CtDadoBancario |
getDadosPagamento()
Gets the value of the dadosPagamento property. |
CtContratado |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
CtDemonstrativoPagamento.DadosResumo |
getDadosResumo()
Gets the value of the dadosResumo property. |
CtDescontos |
getDemaisDescontos()
Gets the value of the demaisDescontos property. |
CtIdentificacaoOperadora |
getIdentificacaoOperadora()
Gets the value of the identificacaoOperadora property. |
java.math.BigDecimal |
getValorFinalLiberado()
Gets the value of the valorFinalLiberado property. |
java.math.BigDecimal |
getValorTotal()
Gets the value of the valorTotal property. |
void |
setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
Sets the value of the cabecalhoDemonstrativo property. |
void |
setDadosPagamento(CtDadoBancario value)
Sets the value of the dadosPagamento property. |
void |
setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property. |
void |
setDadosResumo(CtDemonstrativoPagamento.DadosResumo value)
Sets the value of the dadosResumo property. |
void |
setDemaisDescontos(CtDescontos value)
Sets the value of the demaisDescontos property. |
void |
setIdentificacaoOperadora(CtIdentificacaoOperadora value)
Sets the value of the identificacaoOperadora property. |
void |
setValorFinalLiberado(java.math.BigDecimal value)
Sets the value of the valorFinalLiberado property. |
void |
setValorTotal(java.math.BigDecimal value)
Sets the value of the valorTotal property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CtCabecalhoDemonstrativo cabecalhoDemonstrativo
protected CtIdentificacaoOperadora identificacaoOperadora
protected CtContratado dadosPrestador
protected CtDadoBancario dadosPagamento
protected CtDemonstrativoPagamento.DadosResumo dadosResumo
protected java.math.BigDecimal valorTotal
protected CtDescontos demaisDescontos
protected java.math.BigDecimal valorFinalLiberado
| Constructor Detail |
|---|
public CtDemonstrativoPagamento()
| Method Detail |
|---|
public CtCabecalhoDemonstrativo getCabecalhoDemonstrativo()
CtCabecalhoDemonstrativopublic void setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
value - allowed object is
CtCabecalhoDemonstrativopublic CtIdentificacaoOperadora getIdentificacaoOperadora()
CtIdentificacaoOperadorapublic void setIdentificacaoOperadora(CtIdentificacaoOperadora value)
value - allowed object is
CtIdentificacaoOperadorapublic CtContratado getDadosPrestador()
CtContratadopublic void setDadosPrestador(CtContratado value)
value - allowed object is
CtContratadopublic CtDadoBancario getDadosPagamento()
CtDadoBancariopublic void setDadosPagamento(CtDadoBancario value)
value - allowed object is
CtDadoBancariopublic CtDemonstrativoPagamento.DadosResumo getDadosResumo()
CtDemonstrativoPagamento.DadosResumopublic void setDadosResumo(CtDemonstrativoPagamento.DadosResumo value)
value - allowed object is
CtDemonstrativoPagamento.DadosResumopublic java.math.BigDecimal getValorTotal()
BigDecimalpublic void setValorTotal(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic CtDescontos getDemaisDescontos()
CtDescontospublic void setDemaisDescontos(CtDescontos value)
value - allowed object is
CtDescontospublic java.math.BigDecimal getValorFinalLiberado()
BigDecimalpublic void setValorFinalLiberado(java.math.BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||