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

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

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

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

Methods in br.gov.ans.padroes.tiss.schemas.v20103 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.v20103 with parameters of type StUnidadeTempo
 void CtTempoEvolucaoDoenca.setUnidadeTempo(StUnidadeTempo value)
          Sets the value of the unidadeTempo property.