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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CabecalhoTransacao.Origem
Enclosing class:
CabecalhoTransacao

public static class CabecalhoTransacao.Origem
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="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoPrestadorExecutante"/>
         <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_registroANS"/>
         <element name="cnpjPagador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String cnpjPagador
           
protected  CtIdentificacaoPrestadorExecutante codigoPrestadorNaOperadora
           
protected  java.lang.String registroANS
           
 
Constructor Summary
CabecalhoTransacao.Origem()
           
 
Method Summary
 java.lang.String getCnpjPagador()
          Gets the value of the cnpjPagador property.
 CtIdentificacaoPrestadorExecutante getCodigoPrestadorNaOperadora()
          Gets the value of the codigoPrestadorNaOperadora property.
 java.lang.String getRegistroANS()
          Gets the value of the registroANS property.
 void setCnpjPagador(java.lang.String value)
          Sets the value of the cnpjPagador property.
 void setCodigoPrestadorNaOperadora(CtIdentificacaoPrestadorExecutante value)
          Sets the value of the codigoPrestadorNaOperadora property.
 void setRegistroANS(java.lang.String value)
          Sets the value of the registroANS property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigoPrestadorNaOperadora

protected CtIdentificacaoPrestadorExecutante codigoPrestadorNaOperadora

registroANS

protected java.lang.String registroANS

cnpjPagador

protected java.lang.String cnpjPagador
Constructor Detail

CabecalhoTransacao.Origem

public CabecalhoTransacao.Origem()
Method Detail

getCodigoPrestadorNaOperadora

public CtIdentificacaoPrestadorExecutante getCodigoPrestadorNaOperadora()
Gets the value of the codigoPrestadorNaOperadora property.

Returns:
possible object is CtIdentificacaoPrestadorExecutante

setCodigoPrestadorNaOperadora

public void setCodigoPrestadorNaOperadora(CtIdentificacaoPrestadorExecutante value)
Sets the value of the codigoPrestadorNaOperadora property.

Parameters:
value - allowed object is CtIdentificacaoPrestadorExecutante

getRegistroANS

public java.lang.String getRegistroANS()
Gets the value of the registroANS property.

Returns:
possible object is String

setRegistroANS

public void setRegistroANS(java.lang.String value)
Sets the value of the registroANS property.

Parameters:
value - allowed object is String

getCnpjPagador

public java.lang.String getCnpjPagador()
Gets the value of the cnpjPagador property.

Returns:
possible object is String

setCnpjPagador

public void setCnpjPagador(java.lang.String value)
Sets the value of the cnpjPagador property.

Parameters:
value - allowed object is String