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

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

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

Fields in br.gov.ans.padroes.tiss.schemas declared as StUF
protected  StUF CtEndereco.codigoUF
           
protected  StUF CtConselhoProfissional.ufConselho
           
 

Methods in br.gov.ans.padroes.tiss.schemas that return StUF
static StUF StUF.fromValue(java.lang.String v)
           
 StUF CtEndereco.getCodigoUF()
          Gets the value of the codigoUF property.
 StUF CtConselhoProfissional.getUfConselho()
          Gets the value of the ufConselho property.
static StUF StUF.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StUF[] StUF.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 StUF
 void CtEndereco.setCodigoUF(StUF value)
          Sets the value of the codigoUF property.
 void CtConselhoProfissional.setUfConselho(StUF value)
          Sets the value of the ufConselho property.