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

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

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

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

Methods in br.gov.ans.padroes.tiss.schemas.v20103 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.v20103 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.