|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.MensagemTISS.OperadoraParaPrestador
public static class MensagemTISS.OperadoraParaPrestador
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="demonstrativosRetorno" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="demonstrativoAnaliseConta" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_demonstrativoAnaliseConta" maxOccurs="unbounded" minOccurs="0"/> <element name="demonstrativoOdontologia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_demonstrativoOdontologia" maxOccurs="unbounded" minOccurs="0"/> <element name="demonstrativoPagamento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_demonstrativoPagamento" maxOccurs="unbounded" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="protocoloRecebimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_protocoloRecebimento" minOccurs="0"/> <element name="situacaoProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_StatusProtocolo" minOccurs="0"/> <element name="autorizacaoServico" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_autorizacaoProcedimento"> <sequence> <element name="totalOdonto" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalvalor" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> <element name="totalFranquiaCoparticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> <element name="totalquantidadeUS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ct_diariaProrrogacaoAutorizada" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diariaProrrogacao"> <sequence> <element name="tipoAcomodacaoAutorizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoAcomodacao" minOccurs="0"/> <element name="quantidadeAutorizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> <element name="motivoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> <element name="situacaoAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_situacaoAutorizacao" minOccurs="0"/> <element name="respostaElegibilidade" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_retornoElegibilidade" minOccurs="0"/> <element name="reciboCancelaGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_reciboCancelaGuia" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
MensagemTISS.OperadoraParaPrestador.AutorizacaoServico
Java class for anonymous complex type. |
static class |
MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<MensagemTISS.OperadoraParaPrestador.AutorizacaoServico> |
autorizacaoServico
|
protected MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno |
demonstrativosRetorno
|
protected CtProtocoloRecebimento |
protocoloRecebimento
|
protected CtReciboCancelaGuia |
reciboCancelaGuia
|
protected CtRetornoElegibilidade |
respostaElegibilidade
|
protected CtSituacaoAutorizacao |
situacaoAutorizacao
|
protected CtStatusProtocolo |
situacaoProtocolo
|
Constructor Summary | |
---|---|
MensagemTISS.OperadoraParaPrestador()
|
Method Summary | |
---|---|
java.util.List<MensagemTISS.OperadoraParaPrestador.AutorizacaoServico> |
getAutorizacaoServico()
Gets the value of the autorizacaoServico property. |
MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno |
getDemonstrativosRetorno()
Gets the value of the demonstrativosRetorno property. |
CtProtocoloRecebimento |
getProtocoloRecebimento()
Gets the value of the protocoloRecebimento property. |
CtReciboCancelaGuia |
getReciboCancelaGuia()
Gets the value of the reciboCancelaGuia property. |
CtRetornoElegibilidade |
getRespostaElegibilidade()
Gets the value of the respostaElegibilidade property. |
CtSituacaoAutorizacao |
getSituacaoAutorizacao()
Gets the value of the situacaoAutorizacao property. |
CtStatusProtocolo |
getSituacaoProtocolo()
Gets the value of the situacaoProtocolo property. |
void |
setDemonstrativosRetorno(MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno value)
Sets the value of the demonstrativosRetorno property. |
void |
setProtocoloRecebimento(CtProtocoloRecebimento value)
Sets the value of the protocoloRecebimento property. |
void |
setReciboCancelaGuia(CtReciboCancelaGuia value)
Sets the value of the reciboCancelaGuia property. |
void |
setRespostaElegibilidade(CtRetornoElegibilidade value)
Sets the value of the respostaElegibilidade property. |
void |
setSituacaoAutorizacao(CtSituacaoAutorizacao value)
Sets the value of the situacaoAutorizacao property. |
void |
setSituacaoProtocolo(CtStatusProtocolo value)
Sets the value of the situacaoProtocolo property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno demonstrativosRetorno
protected CtProtocoloRecebimento protocoloRecebimento
protected CtStatusProtocolo situacaoProtocolo
protected java.util.List<MensagemTISS.OperadoraParaPrestador.AutorizacaoServico> autorizacaoServico
protected CtSituacaoAutorizacao situacaoAutorizacao
protected CtRetornoElegibilidade respostaElegibilidade
protected CtReciboCancelaGuia reciboCancelaGuia
Constructor Detail |
---|
public MensagemTISS.OperadoraParaPrestador()
Method Detail |
---|
public MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno getDemonstrativosRetorno()
MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno
public void setDemonstrativosRetorno(MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno value)
value
- allowed object is
MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno
public CtProtocoloRecebimento getProtocoloRecebimento()
CtProtocoloRecebimento
public void setProtocoloRecebimento(CtProtocoloRecebimento value)
value
- allowed object is
CtProtocoloRecebimento
public CtStatusProtocolo getSituacaoProtocolo()
CtStatusProtocolo
public void setSituacaoProtocolo(CtStatusProtocolo value)
value
- allowed object is
CtStatusProtocolo
public java.util.List<MensagemTISS.OperadoraParaPrestador.AutorizacaoServico> getAutorizacaoServico()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the autorizacaoServico property.
For example, to add a new item, do as follows:
getAutorizacaoServico().add(newItem);
Objects of the following type(s) are allowed in the list
MensagemTISS.OperadoraParaPrestador.AutorizacaoServico
public CtSituacaoAutorizacao getSituacaoAutorizacao()
CtSituacaoAutorizacao
public void setSituacaoAutorizacao(CtSituacaoAutorizacao value)
value
- allowed object is
CtSituacaoAutorizacao
public CtRetornoElegibilidade getRespostaElegibilidade()
CtRetornoElegibilidade
public void setRespostaElegibilidade(CtRetornoElegibilidade value)
value
- allowed object is
CtRetornoElegibilidade
public CtReciboCancelaGuia getReciboCancelaGuia()
CtReciboCancelaGuia
public void setReciboCancelaGuia(CtReciboCancelaGuia value)
value
- allowed object is
CtReciboCancelaGuia
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |