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

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

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

Fields in br.gov.ans.padroes.tiss.schemas declared as StConselhoProfissional
protected  StConselhoProfissional CtConselhoProfissional.siglaConselho
           
 

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