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

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

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

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

Methods in br.gov.ans.padroes.tiss.schemas 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 with parameters of type StTabelasDiagnostico
 void CtDiagnostico.setNomeTabela(StTabelasDiagnostico value)
          Sets the value of the nomeTabela property.