Uses of Class
br.gov.ans.padroes.tiss.schemas.v20103.StTipoTransacao

Packages that use StTipoTransacao
br.gov.ans.padroes.tiss.schemas.v20103   
br.gov.ans.tiss.ws.tipos.tisstransmitemensagemzip.v20103   
 

Uses of StTipoTransacao in br.gov.ans.padroes.tiss.schemas.v20103
 

Fields in br.gov.ans.padroes.tiss.schemas.v20103 declared as StTipoTransacao
protected  StTipoTransacao CabecalhoTransacao.IdentificacaoTransacao.tipoTransacao
           
 

Methods in br.gov.ans.padroes.tiss.schemas.v20103 that return StTipoTransacao
static StTipoTransacao StTipoTransacao.fromValue(java.lang.String v)
           
 StTipoTransacao CabecalhoTransacao.IdentificacaoTransacao.getTipoTransacao()
          Gets the value of the tipoTransacao property.
static StTipoTransacao StTipoTransacao.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StTipoTransacao[] StTipoTransacao.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in br.gov.ans.padroes.tiss.schemas.v20103 with parameters of type StTipoTransacao
 void CabecalhoTransacao.IdentificacaoTransacao.setTipoTransacao(StTipoTransacao value)
          Sets the value of the tipoTransacao property.
 

Uses of StTipoTransacao in br.gov.ans.tiss.ws.tipos.tisstransmitemensagemzip.v20103
 

Fields in br.gov.ans.tiss.ws.tipos.tisstransmitemensagemzip.v20103 declared as StTipoTransacao
protected  StTipoTransacao WsRespostaMensagemTissZIP.respostaTipoMensagem
           
protected  StTipoTransacao WsMensagemTissZIP.tipoMensagem
           
 

Methods in br.gov.ans.tiss.ws.tipos.tisstransmitemensagemzip.v20103 that return StTipoTransacao
 StTipoTransacao WsRespostaMensagemTissZIP.getRespostaTipoMensagem()
          Gets the value of the respostaTipoMensagem property.
 StTipoTransacao WsMensagemTissZIP.getTipoMensagem()
          Gets the value of the tipoMensagem property.
 

Methods in br.gov.ans.tiss.ws.tipos.tisstransmitemensagemzip.v20103 with parameters of type StTipoTransacao
 void WsRespostaMensagemTissZIP.setRespostaTipoMensagem(StTipoTransacao value)
          Sets the value of the respostaTipoMensagem property.
 void WsMensagemTissZIP.setTipoMensagem(StTipoTransacao value)
          Sets the value of the tipoMensagem property.