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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CabecalhoTransacao

public class CabecalhoTransacao
extends java.lang.Object

Java class for cabecalhoTransacao complex type.

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

 <complexType name="cabecalhoTransacao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoTransacao">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="tipoTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoTransacao"/>
                   <element name="sequencialTransacao" type="{http://www.w3.org/2001/XMLSchema}integer"/>
                   <element name="dataRegistroTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
                   <element name="horaRegistroTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="falhaNegocio" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa">
                 <sequence>
                   <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="origem">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador"/>
                   <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_registroANS"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="destino">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador"/>
                   <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_registroANS"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="versaoPadrao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_versao"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CabecalhoTransacao.Destino
          Java class for anonymous complex type.
static class CabecalhoTransacao.FalhaNegocio
          Java class for anonymous complex type.
static class CabecalhoTransacao.IdentificacaoTransacao
          Java class for anonymous complex type.
static class CabecalhoTransacao.Origem
          Java class for anonymous complex type.
 
Field Summary
protected  CabecalhoTransacao.Destino destino
           
protected  CabecalhoTransacao.FalhaNegocio falhaNegocio
           
protected  CabecalhoTransacao.IdentificacaoTransacao identificacaoTransacao
           
protected  CabecalhoTransacao.Origem origem
           
protected  java.lang.String versaoPadrao
           
 
Constructor Summary
CabecalhoTransacao()
           
 
Method Summary
 CabecalhoTransacao.Destino getDestino()
          Gets the value of the destino property.
 CabecalhoTransacao.FalhaNegocio getFalhaNegocio()
          Gets the value of the falhaNegocio property.
 CabecalhoTransacao.IdentificacaoTransacao getIdentificacaoTransacao()
          Gets the value of the identificacaoTransacao property.
 CabecalhoTransacao.Origem getOrigem()
          Gets the value of the origem property.
 java.lang.String getVersaoPadrao()
          Gets the value of the versaoPadrao property.
 void setDestino(CabecalhoTransacao.Destino value)
          Sets the value of the destino property.
 void setFalhaNegocio(CabecalhoTransacao.FalhaNegocio value)
          Sets the value of the falhaNegocio property.
 void setIdentificacaoTransacao(CabecalhoTransacao.IdentificacaoTransacao value)
          Sets the value of the identificacaoTransacao property.
 void setOrigem(CabecalhoTransacao.Origem value)
          Sets the value of the origem property.
 void setVersaoPadrao(java.lang.String value)
          Sets the value of the versaoPadrao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoTransacao

protected CabecalhoTransacao.IdentificacaoTransacao identificacaoTransacao

falhaNegocio

protected CabecalhoTransacao.FalhaNegocio falhaNegocio

origem

protected CabecalhoTransacao.Origem origem

destino

protected CabecalhoTransacao.Destino destino

versaoPadrao

protected java.lang.String versaoPadrao
Constructor Detail

CabecalhoTransacao

public CabecalhoTransacao()
Method Detail

getIdentificacaoTransacao

public CabecalhoTransacao.IdentificacaoTransacao getIdentificacaoTransacao()
Gets the value of the identificacaoTransacao property.

Returns:
possible object is CabecalhoTransacao.IdentificacaoTransacao

setIdentificacaoTransacao

public void setIdentificacaoTransacao(CabecalhoTransacao.IdentificacaoTransacao value)
Sets the value of the identificacaoTransacao property.

Parameters:
value - allowed object is CabecalhoTransacao.IdentificacaoTransacao

getFalhaNegocio

public CabecalhoTransacao.FalhaNegocio getFalhaNegocio()
Gets the value of the falhaNegocio property.

Returns:
possible object is CabecalhoTransacao.FalhaNegocio

setFalhaNegocio

public void setFalhaNegocio(CabecalhoTransacao.FalhaNegocio value)
Sets the value of the falhaNegocio property.

Parameters:
value - allowed object is CabecalhoTransacao.FalhaNegocio

getOrigem

public CabecalhoTransacao.Origem getOrigem()
Gets the value of the origem property.

Returns:
possible object is CabecalhoTransacao.Origem

setOrigem

public void setOrigem(CabecalhoTransacao.Origem value)
Sets the value of the origem property.

Parameters:
value - allowed object is CabecalhoTransacao.Origem

getDestino

public CabecalhoTransacao.Destino getDestino()
Gets the value of the destino property.

Returns:
possible object is CabecalhoTransacao.Destino

setDestino

public void setDestino(CabecalhoTransacao.Destino value)
Sets the value of the destino property.

Parameters:
value - allowed object is CabecalhoTransacao.Destino

getVersaoPadrao

public java.lang.String getVersaoPadrao()
Gets the value of the versaoPadrao property.

Returns:
possible object is String

setVersaoPadrao

public void setVersaoPadrao(java.lang.String value)
Sets the value of the versaoPadrao property.

Parameters:
value - allowed object is String