br.gov.ans.padroes.tiss.schemas
Class MensagemTISS.OperadoraParaPrestador

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.MensagemTISS.OperadoraParaPrestador
Enclosing class:
MensagemTISS

public static class MensagemTISS.OperadoraParaPrestador
extends java.lang.Object

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

demonstrativosRetorno

protected MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno demonstrativosRetorno

protocoloRecebimento

protected CtProtocoloRecebimento protocoloRecebimento

situacaoProtocolo

protected CtStatusProtocolo situacaoProtocolo

autorizacaoServico

protected java.util.List<MensagemTISS.OperadoraParaPrestador.AutorizacaoServico> autorizacaoServico

situacaoAutorizacao

protected CtSituacaoAutorizacao situacaoAutorizacao

respostaElegibilidade

protected CtRetornoElegibilidade respostaElegibilidade

reciboCancelaGuia

protected CtReciboCancelaGuia reciboCancelaGuia
Constructor Detail

MensagemTISS.OperadoraParaPrestador

public MensagemTISS.OperadoraParaPrestador()
Method Detail

getDemonstrativosRetorno

public MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno getDemonstrativosRetorno()
Gets the value of the demonstrativosRetorno property.

Returns:
possible object is MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno

setDemonstrativosRetorno

public void setDemonstrativosRetorno(MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno value)
Sets the value of the demonstrativosRetorno property.

Parameters:
value - allowed object is MensagemTISS.OperadoraParaPrestador.DemonstrativosRetorno

getProtocoloRecebimento

public CtProtocoloRecebimento getProtocoloRecebimento()
Gets the value of the protocoloRecebimento property.

Returns:
possible object is CtProtocoloRecebimento

setProtocoloRecebimento

public void setProtocoloRecebimento(CtProtocoloRecebimento value)
Sets the value of the protocoloRecebimento property.

Parameters:
value - allowed object is CtProtocoloRecebimento

getSituacaoProtocolo

public CtStatusProtocolo getSituacaoProtocolo()
Gets the value of the situacaoProtocolo property.

Returns:
possible object is CtStatusProtocolo

setSituacaoProtocolo

public void setSituacaoProtocolo(CtStatusProtocolo value)
Sets the value of the situacaoProtocolo property.

Parameters:
value - allowed object is CtStatusProtocolo

getAutorizacaoServico

public java.util.List<MensagemTISS.OperadoraParaPrestador.AutorizacaoServico> getAutorizacaoServico()
Gets the value of the autorizacaoServico property.

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


getSituacaoAutorizacao

public CtSituacaoAutorizacao getSituacaoAutorizacao()
Gets the value of the situacaoAutorizacao property.

Returns:
possible object is CtSituacaoAutorizacao

setSituacaoAutorizacao

public void setSituacaoAutorizacao(CtSituacaoAutorizacao value)
Sets the value of the situacaoAutorizacao property.

Parameters:
value - allowed object is CtSituacaoAutorizacao

getRespostaElegibilidade

public CtRetornoElegibilidade getRespostaElegibilidade()
Gets the value of the respostaElegibilidade property.

Returns:
possible object is CtRetornoElegibilidade

setRespostaElegibilidade

public void setRespostaElegibilidade(CtRetornoElegibilidade value)
Sets the value of the respostaElegibilidade property.

Parameters:
value - allowed object is CtRetornoElegibilidade

getReciboCancelaGuia

public CtReciboCancelaGuia getReciboCancelaGuia()
Gets the value of the reciboCancelaGuia property.

Returns:
possible object is CtReciboCancelaGuia

setReciboCancelaGuia

public void setReciboCancelaGuia(CtReciboCancelaGuia value)
Sets the value of the reciboCancelaGuia property.

Parameters:
value - allowed object is CtReciboCancelaGuia