|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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="identificacaoOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoOperadora"/> <element name="cabecalhoDemonstrativo" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoDemonstrativo"/> <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}ct_dadosConta"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="valorProcessadoGeral" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="valorLiberadoGeral" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="valorGlosaGeral" type="{http://www.w3.org/2001/XMLSchema}double" 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 CtIdentificacaoOperadora |
identificacaoOperadora
|
protected java.lang.Double |
valorGlosaGeral
|
protected double |
valorLiberadoGeral
|
protected double |
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. |
CtIdentificacaoOperadora |
getIdentificacaoOperadora()
Gets the value of the identificacaoOperadora property. |
java.lang.Double |
getValorGlosaGeral()
Gets the value of the valorGlosaGeral property. |
double |
getValorLiberadoGeral()
Gets the value of the valorLiberadoGeral property. |
double |
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 |
setIdentificacaoOperadora(CtIdentificacaoOperadora value)
Sets the value of the identificacaoOperadora property. |
void |
setValorGlosaGeral(java.lang.Double value)
Sets the value of the valorGlosaGeral property. |
void |
setValorLiberadoGeral(double value)
Sets the value of the valorLiberadoGeral property. |
void |
setValorProcessadoGeral(double 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 CtIdentificacaoOperadora identificacaoOperadora
protected CtCabecalhoDemonstrativo cabecalhoDemonstrativo
protected CtContratado dadosPrestador
protected CtDemonstrativoAnaliseConta.Fatura fatura
protected double valorProcessadoGeral
protected double valorLiberadoGeral
protected java.lang.Double valorGlosaGeral
Constructor Detail |
---|
public CtDemonstrativoAnaliseConta()
Method Detail |
---|
public CtIdentificacaoOperadora getIdentificacaoOperadora()
CtIdentificacaoOperadora
public void setIdentificacaoOperadora(CtIdentificacaoOperadora value)
value
- allowed object is
CtIdentificacaoOperadora
public CtCabecalhoDemonstrativo getCabecalhoDemonstrativo()
CtCabecalhoDemonstrativo
public void setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
value
- allowed object is
CtCabecalhoDemonstrativo
public CtContratado getDadosPrestador()
CtContratado
public void setDadosPrestador(CtContratado value)
value
- allowed object is
CtContratado
public CtDemonstrativoAnaliseConta.Fatura getFatura()
CtDemonstrativoAnaliseConta.Fatura
public void setFatura(CtDemonstrativoAnaliseConta.Fatura value)
value
- allowed object is
CtDemonstrativoAnaliseConta.Fatura
public double getValorProcessadoGeral()
public void setValorProcessadoGeral(double value)
public double getValorLiberadoGeral()
public void setValorLiberadoGeral(double value)
public java.lang.Double getValorGlosaGeral()
Double
public void setValorGlosaGeral(java.lang.Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |