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

Packages that use StTabelasDiagnostico
br.gov.ans.padroes.tiss.schemas.v20103   
 

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

Fields in br.gov.ans.padroes.tiss.schemas.v20103 declared as StTabelasDiagnostico
protected  StTabelasDiagnostico CtDiagnostico.nomeTabela
           
 

Methods in br.gov.ans.padroes.tiss.schemas.v20103 that return StTabelasDiagnostico
static StTabelasDiagnostico StTabelasDiagnostico.fromValue(java.lang.String v)
           
 StTabelasDiagnostico CtDiagnostico.getNomeTabela()
          Gets the value of the nomeTabela property.
static StTabelasDiagnostico StTabelasDiagnostico.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StTabelasDiagnostico[] StTabelasDiagnostico.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 StTabelasDiagnostico
 void CtDiagnostico.setNomeTabela(StTabelasDiagnostico value)
          Sets the value of the nomeTabela property.