Uses of Class
br.gov.ans.padroes.tiss.schemas.v20201.CtIdentificacaoPrestadorExecutante

Packages that use CtIdentificacaoPrestadorExecutante
br.gov.ans.padroes.tiss.schemas.v20201   
 

Uses of CtIdentificacaoPrestadorExecutante in br.gov.ans.padroes.tiss.schemas.v20201
 

Fields in br.gov.ans.padroes.tiss.schemas.v20201 declared as CtIdentificacaoPrestadorExecutante
protected  CtIdentificacaoPrestadorExecutante CabecalhoTransacao.Destino.codigoPrestadorNaOperadora
           
protected  CtIdentificacaoPrestadorExecutante CabecalhoTransacao.Origem.codigoPrestadorNaOperadora
           
protected  CtIdentificacaoPrestadorExecutante CtContratado.identificacao
           
 

Methods in br.gov.ans.padroes.tiss.schemas.v20201 that return CtIdentificacaoPrestadorExecutante
 CtIdentificacaoPrestadorExecutante ObjectFactory.createCtIdentificacaoPrestadorExecutante()
          Create an instance of CtIdentificacaoPrestadorExecutante
 CtIdentificacaoPrestadorExecutante CabecalhoTransacao.Destino.getCodigoPrestadorNaOperadora()
          Gets the value of the codigoPrestadorNaOperadora property.
 CtIdentificacaoPrestadorExecutante CabecalhoTransacao.Origem.getCodigoPrestadorNaOperadora()
          Gets the value of the codigoPrestadorNaOperadora property.
 CtIdentificacaoPrestadorExecutante CtContratado.getIdentificacao()
          Gets the value of the identificacao property.
 

Methods in br.gov.ans.padroes.tiss.schemas.v20201 with parameters of type CtIdentificacaoPrestadorExecutante
 void CabecalhoTransacao.Destino.setCodigoPrestadorNaOperadora(CtIdentificacaoPrestadorExecutante value)
          Sets the value of the codigoPrestadorNaOperadora property.
 void CabecalhoTransacao.Origem.setCodigoPrestadorNaOperadora(CtIdentificacaoPrestadorExecutante value)
          Sets the value of the codigoPrestadorNaOperadora property.
 void CtContratado.setIdentificacao(CtIdentificacaoPrestadorExecutante value)
          Sets the value of the identificacao property.