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

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

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

Fields in br.gov.ans.padroes.tiss.schemas declared as StUnidadeTempo
protected  StUnidadeTempo CtTempoEvolucaoDoenca.unidadeTempo
           
 

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