|
||||||||||
| 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.CtDemonstrativoAnaliseConta
public class CtDemonstrativoAnaliseConta
Java class for ct_demonstrativoAnaliseConta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_demonstrativoAnaliseConta">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identificacaoFontePagadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoFontePagadora"/>
<element name="cabecalhoDemonstrativo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_cabecalhoDemonstrativo"/>
<element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_contratado"/>
<element name="fatura">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dadosFatura" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_dadosConta"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="valorProcessadoGeral" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
<element name="valorLiberadoGeral" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
<element name="valorGlosaGeral" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtDemonstrativoAnaliseConta.Fatura
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CtCabecalhoDemonstrativo |
cabecalhoDemonstrativo
|
protected CtContratado |
dadosPrestador
|
protected CtDemonstrativoAnaliseConta.Fatura |
fatura
|
protected CtIdentificacaoFontePagadora |
identificacaoFontePagadora
|
protected java.math.BigDecimal |
valorGlosaGeral
|
protected java.math.BigDecimal |
valorLiberadoGeral
|
protected java.math.BigDecimal |
valorProcessadoGeral
|
| Constructor Summary | |
|---|---|
CtDemonstrativoAnaliseConta()
|
|
| Method Summary | |
|---|---|
CtCabecalhoDemonstrativo |
getCabecalhoDemonstrativo()
Gets the value of the cabecalhoDemonstrativo property. |
CtContratado |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
CtDemonstrativoAnaliseConta.Fatura |
getFatura()
Gets the value of the fatura property. |
CtIdentificacaoFontePagadora |
getIdentificacaoFontePagadora()
Gets the value of the identificacaoFontePagadora property. |
java.math.BigDecimal |
getValorGlosaGeral()
Gets the value of the valorGlosaGeral property. |
java.math.BigDecimal |
getValorLiberadoGeral()
Gets the value of the valorLiberadoGeral property. |
java.math.BigDecimal |
getValorProcessadoGeral()
Gets the value of the valorProcessadoGeral property. |
void |
setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
Sets the value of the cabecalhoDemonstrativo property. |
void |
setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property. |
void |
setFatura(CtDemonstrativoAnaliseConta.Fatura value)
Sets the value of the fatura property. |
void |
setIdentificacaoFontePagadora(CtIdentificacaoFontePagadora value)
Sets the value of the identificacaoFontePagadora property. |
void |
setValorGlosaGeral(java.math.BigDecimal value)
Sets the value of the valorGlosaGeral property. |
void |
setValorLiberadoGeral(java.math.BigDecimal value)
Sets the value of the valorLiberadoGeral property. |
void |
setValorProcessadoGeral(java.math.BigDecimal value)
Sets the value of the valorProcessadoGeral property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CtIdentificacaoFontePagadora identificacaoFontePagadora
protected CtCabecalhoDemonstrativo cabecalhoDemonstrativo
protected CtContratado dadosPrestador
protected CtDemonstrativoAnaliseConta.Fatura fatura
protected java.math.BigDecimal valorProcessadoGeral
protected java.math.BigDecimal valorLiberadoGeral
protected java.math.BigDecimal valorGlosaGeral
| Constructor Detail |
|---|
public CtDemonstrativoAnaliseConta()
| Method Detail |
|---|
public CtIdentificacaoFontePagadora getIdentificacaoFontePagadora()
CtIdentificacaoFontePagadorapublic void setIdentificacaoFontePagadora(CtIdentificacaoFontePagadora value)
value - allowed object is
CtIdentificacaoFontePagadorapublic CtCabecalhoDemonstrativo getCabecalhoDemonstrativo()
CtCabecalhoDemonstrativopublic void setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
value - allowed object is
CtCabecalhoDemonstrativopublic CtContratado getDadosPrestador()
CtContratadopublic void setDadosPrestador(CtContratado value)
value - allowed object is
CtContratadopublic CtDemonstrativoAnaliseConta.Fatura getFatura()
CtDemonstrativoAnaliseConta.Faturapublic void setFatura(CtDemonstrativoAnaliseConta.Fatura value)
value - allowed object is
CtDemonstrativoAnaliseConta.Faturapublic java.math.BigDecimal getValorProcessadoGeral()
BigDecimalpublic void setValorProcessadoGeral(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorLiberadoGeral()
BigDecimalpublic void setValorLiberadoGeral(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorGlosaGeral()
BigDecimalpublic void setValorGlosaGeral(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 | |||||||||