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

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

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

Fields in br.gov.ans.padroes.tiss.schemas declared as StCondicaoClinica
protected  StCondicaoClinica CtSituacaoClinica.Dentes.condicaoClinica
           
 

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