br.gov.ans.padroes.tiss.schemas
Class CtAutorizacaoProcedimento

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtAutorizacaoProcedimento
Direct Known Subclasses:
CtSituacaoAutorizacao.DadosAutorizacao, MensagemTISS.OperadoraParaPrestador.AutorizacaoServico, WsAutorizacaoProcedimento.AutorizacaoServico

public class CtAutorizacaoProcedimento
extends java.lang.Object

Java class for ct_autorizacaoProcedimento complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_autorizacaoProcedimento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"/>
         <element name="statusSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_statusSolicitacao" minOccurs="0"/>
         <element name="beneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/>
         <element name="prestadorAutorizado" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="dadosAutorizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_autorizacaoGuiaInternacao" minOccurs="0"/>
         <element name="procedimentos" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_itemSolicitacao" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtAutorizacaoProcedimento.Procedimentos
          Java class for anonymous complex type.
 
Field Summary
protected  CtBeneficiario beneficiario
           
protected  CtAutorizacaoGuiaInternacao dadosAutorizacao
           
protected  CtCabecalhoGuia identificacaoAutorizacao
           
protected  CtContratado prestadorAutorizado
           
protected  CtAutorizacaoProcedimento.Procedimentos procedimentos
           
protected  java.lang.String statusSolicitacao
           
 
Constructor Summary
CtAutorizacaoProcedimento()
           
 
Method Summary
 CtBeneficiario getBeneficiario()
          Gets the value of the beneficiario property.
 CtAutorizacaoGuiaInternacao getDadosAutorizacao()
          Gets the value of the dadosAutorizacao property.
 CtCabecalhoGuia getIdentificacaoAutorizacao()
          Gets the value of the identificacaoAutorizacao property.
 CtContratado getPrestadorAutorizado()
          Gets the value of the prestadorAutorizado property.
 CtAutorizacaoProcedimento.Procedimentos getProcedimentos()
          Gets the value of the procedimentos property.
 java.lang.String getStatusSolicitacao()
          Gets the value of the statusSolicitacao property.
 void setBeneficiario(CtBeneficiario value)
          Sets the value of the beneficiario property.
 void setDadosAutorizacao(CtAutorizacaoGuiaInternacao value)
          Sets the value of the dadosAutorizacao property.
 void setIdentificacaoAutorizacao(CtCabecalhoGuia value)
          Sets the value of the identificacaoAutorizacao property.
 void setPrestadorAutorizado(CtContratado value)
          Sets the value of the prestadorAutorizado property.
 void setProcedimentos(CtAutorizacaoProcedimento.Procedimentos value)
          Sets the value of the procedimentos property.
 void setStatusSolicitacao(java.lang.String value)
          Sets the value of the statusSolicitacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoAutorizacao

protected CtCabecalhoGuia identificacaoAutorizacao

statusSolicitacao

protected java.lang.String statusSolicitacao

beneficiario

protected CtBeneficiario beneficiario

prestadorAutorizado

protected CtContratado prestadorAutorizado

dadosAutorizacao

protected CtAutorizacaoGuiaInternacao dadosAutorizacao

procedimentos

protected CtAutorizacaoProcedimento.Procedimentos procedimentos
Constructor Detail

CtAutorizacaoProcedimento

public CtAutorizacaoProcedimento()
Method Detail

getIdentificacaoAutorizacao

public CtCabecalhoGuia getIdentificacaoAutorizacao()
Gets the value of the identificacaoAutorizacao property.

Returns:
possible object is CtCabecalhoGuia

setIdentificacaoAutorizacao

public void setIdentificacaoAutorizacao(CtCabecalhoGuia value)
Sets the value of the identificacaoAutorizacao property.

Parameters:
value - allowed object is CtCabecalhoGuia

getStatusSolicitacao

public java.lang.String getStatusSolicitacao()
Gets the value of the statusSolicitacao property.

Returns:
possible object is String

setStatusSolicitacao

public void setStatusSolicitacao(java.lang.String value)
Sets the value of the statusSolicitacao property.

Parameters:
value - allowed object is String

getBeneficiario

public CtBeneficiario getBeneficiario()
Gets the value of the beneficiario property.

Returns:
possible object is CtBeneficiario

setBeneficiario

public void setBeneficiario(CtBeneficiario value)
Sets the value of the beneficiario property.

Parameters:
value - allowed object is CtBeneficiario

getPrestadorAutorizado

public CtContratado getPrestadorAutorizado()
Gets the value of the prestadorAutorizado property.

Returns:
possible object is CtContratado

setPrestadorAutorizado

public void setPrestadorAutorizado(CtContratado value)
Sets the value of the prestadorAutorizado property.

Parameters:
value - allowed object is CtContratado

getDadosAutorizacao

public CtAutorizacaoGuiaInternacao getDadosAutorizacao()
Gets the value of the dadosAutorizacao property.

Returns:
possible object is CtAutorizacaoGuiaInternacao

setDadosAutorizacao

public void setDadosAutorizacao(CtAutorizacaoGuiaInternacao value)
Sets the value of the dadosAutorizacao property.

Parameters:
value - allowed object is CtAutorizacaoGuiaInternacao

getProcedimentos

public CtAutorizacaoProcedimento.Procedimentos getProcedimentos()
Gets the value of the procedimentos property.

Returns:
possible object is CtAutorizacaoProcedimento.Procedimentos

setProcedimentos

public void setProcedimentos(CtAutorizacaoProcedimento.Procedimentos value)
Sets the value of the procedimentos property.

Parameters:
value - allowed object is CtAutorizacaoProcedimento.Procedimentos