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

Packages that use StTipoTransacao
br.gov.ans.padroes.tiss.schemas   
 

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

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

Methods in br.gov.ans.padroes.tiss.schemas 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 with parameters of type StTipoTransacao
 void CabecalhoTransacao.IdentificacaoTransacao.setTipoTransacao(StTipoTransacao value)
          Sets the value of the tipoTransacao property.