br.gov.ans.tiss.ws.tipos.tisssolicitacaoprocedimento
Class WsAutorizacaoProcedimento

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tisssolicitacaoprocedimento.WsAutorizacaoProcedimento

public class WsAutorizacaoProcedimento
extends java.lang.Object

Java class for ws_autorizacaoProcedimento complex type.

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

 <complexType name="ws_autorizacaoProcedimento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cabecalho" type="{http://www.ans.gov.br/padroes/tiss/schemas}cabecalhoTransacao"/>
         <element name="autorizacaoServico" maxOccurs="unbounded">
           <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="hash" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class WsAutorizacaoProcedimento.AutorizacaoServico
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<WsAutorizacaoProcedimento.AutorizacaoServico> autorizacaoServico
           
protected  CabecalhoTransacao cabecalho
           
protected  java.lang.String hash
           
 
Constructor Summary
WsAutorizacaoProcedimento()
           
 
Method Summary
 java.util.List<WsAutorizacaoProcedimento.AutorizacaoServico> getAutorizacaoServico()
          Gets the value of the autorizacaoServico property.
 CabecalhoTransacao getCabecalho()
          Gets the value of the cabecalho property.
 java.lang.String getHash()
          Gets the value of the hash property.
 void setCabecalho(CabecalhoTransacao value)
          Sets the value of the cabecalho property.
 void setHash(java.lang.String value)
          Sets the value of the hash property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cabecalho

protected CabecalhoTransacao cabecalho

autorizacaoServico

protected java.util.List<WsAutorizacaoProcedimento.AutorizacaoServico> autorizacaoServico

hash

protected java.lang.String hash
Constructor Detail

WsAutorizacaoProcedimento

public WsAutorizacaoProcedimento()
Method Detail

getCabecalho

public CabecalhoTransacao getCabecalho()
Gets the value of the cabecalho property.

Returns:
possible object is CabecalhoTransacao

setCabecalho

public void setCabecalho(CabecalhoTransacao value)
Sets the value of the cabecalho property.

Parameters:
value - allowed object is CabecalhoTransacao

getAutorizacaoServico

public java.util.List<WsAutorizacaoProcedimento.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 WsAutorizacaoProcedimento.AutorizacaoServico


getHash

public java.lang.String getHash()
Gets the value of the hash property.

Returns:
possible object is String

setHash

public void setHash(java.lang.String value)
Sets the value of the hash property.

Parameters:
value - allowed object is String