|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDemonstrativoOdontologia
public class CtDemonstrativoOdontologia
Java class for ct_demonstrativoOdontologia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_demonstrativoOdontologia"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cabecalhoDemonstrativo" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoDemonstrativo"/> <element name="identificacaoOperadora"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoOperadora"> <sequence> <element name="periodoProcessamento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_periodoProcessamento"/> </sequence> </extension> </complexContent> </complexType> </element> <element name="dadosPrestador"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoPrestadorNaOperadora" minOccurs="0"/> <element name="identificadorPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificadorPrestOdontoDemo"/> <element name="nomeContratado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/> <element name="numeroCNES" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNES" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="dadosPagamento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_dadosPagamento"/> <element name="totalGeral" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_totalDemoOdonto"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtDemonstrativoOdontologia.DadosPrestador
Java class for anonymous complex type. |
static class |
CtDemonstrativoOdontologia.IdentificacaoOperadora
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected CtCabecalhoDemonstrativo |
cabecalhoDemonstrativo
|
protected CtDadosPagamento |
dadosPagamento
|
protected CtDemonstrativoOdontologia.DadosPrestador |
dadosPrestador
|
protected CtDemonstrativoOdontologia.IdentificacaoOperadora |
identificacaoOperadora
|
protected CtTotalDemoOdonto |
totalGeral
|
Constructor Summary | |
---|---|
CtDemonstrativoOdontologia()
|
Method Summary | |
---|---|
CtCabecalhoDemonstrativo |
getCabecalhoDemonstrativo()
Gets the value of the cabecalhoDemonstrativo property. |
CtDadosPagamento |
getDadosPagamento()
Gets the value of the dadosPagamento property. |
CtDemonstrativoOdontologia.DadosPrestador |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
CtDemonstrativoOdontologia.IdentificacaoOperadora |
getIdentificacaoOperadora()
Gets the value of the identificacaoOperadora property. |
CtTotalDemoOdonto |
getTotalGeral()
Gets the value of the totalGeral property. |
void |
setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
Sets the value of the cabecalhoDemonstrativo property. |
void |
setDadosPagamento(CtDadosPagamento value)
Sets the value of the dadosPagamento property. |
void |
setDadosPrestador(CtDemonstrativoOdontologia.DadosPrestador value)
Sets the value of the dadosPrestador property. |
void |
setIdentificacaoOperadora(CtDemonstrativoOdontologia.IdentificacaoOperadora value)
Sets the value of the identificacaoOperadora property. |
void |
setTotalGeral(CtTotalDemoOdonto value)
Sets the value of the totalGeral 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 CtDemonstrativoOdontologia.IdentificacaoOperadora identificacaoOperadora
protected CtDemonstrativoOdontologia.DadosPrestador dadosPrestador
protected CtDadosPagamento dadosPagamento
protected CtTotalDemoOdonto totalGeral
Constructor Detail |
---|
public CtDemonstrativoOdontologia()
Method Detail |
---|
public CtCabecalhoDemonstrativo getCabecalhoDemonstrativo()
CtCabecalhoDemonstrativo
public void setCabecalhoDemonstrativo(CtCabecalhoDemonstrativo value)
value
- allowed object is
CtCabecalhoDemonstrativo
public CtDemonstrativoOdontologia.IdentificacaoOperadora getIdentificacaoOperadora()
CtDemonstrativoOdontologia.IdentificacaoOperadora
public void setIdentificacaoOperadora(CtDemonstrativoOdontologia.IdentificacaoOperadora value)
value
- allowed object is
CtDemonstrativoOdontologia.IdentificacaoOperadora
public CtDemonstrativoOdontologia.DadosPrestador getDadosPrestador()
CtDemonstrativoOdontologia.DadosPrestador
public void setDadosPrestador(CtDemonstrativoOdontologia.DadosPrestador value)
value
- allowed object is
CtDemonstrativoOdontologia.DadosPrestador
public CtDadosPagamento getDadosPagamento()
CtDadosPagamento
public void setDadosPagamento(CtDadosPagamento value)
value
- allowed object is
CtDadosPagamento
public CtTotalDemoOdonto getTotalGeral()
CtTotalDemoOdonto
public void setTotalGeral(CtTotalDemoOdonto value)
value
- allowed object is
CtTotalDemoOdonto
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |