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

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

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

Fields in br.gov.ans.padroes.tiss.schemas declared as StTipoFaturamento
protected  StTipoFaturamento CtGuiaTratamentoOdontologicoReapresentacao.tipoFaturamento
           
protected  StTipoFaturamento CtGuiaResumoInternacaoReapresentacao.tipoFaturamento
           
protected  StTipoFaturamento CtGuiaResumoInternacao.tipoFaturamento
           
protected  StTipoFaturamento CtGuiaOdontologia.tipoFaturamento
           
 

Methods in br.gov.ans.padroes.tiss.schemas that return StTipoFaturamento
static StTipoFaturamento StTipoFaturamento.fromValue(java.lang.String v)
           
 StTipoFaturamento CtGuiaTratamentoOdontologicoReapresentacao.getTipoFaturamento()
          Gets the value of the tipoFaturamento property.
 StTipoFaturamento CtGuiaResumoInternacaoReapresentacao.getTipoFaturamento()
          Gets the value of the tipoFaturamento property.
 StTipoFaturamento CtGuiaResumoInternacao.getTipoFaturamento()
          Gets the value of the tipoFaturamento property.
 StTipoFaturamento CtGuiaOdontologia.getTipoFaturamento()
          Gets the value of the tipoFaturamento property.
static StTipoFaturamento StTipoFaturamento.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StTipoFaturamento[] StTipoFaturamento.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 StTipoFaturamento
 void CtGuiaTratamentoOdontologicoReapresentacao.setTipoFaturamento(StTipoFaturamento value)
          Sets the value of the tipoFaturamento property.
 void CtGuiaResumoInternacaoReapresentacao.setTipoFaturamento(StTipoFaturamento value)
          Sets the value of the tipoFaturamento property.
 void CtGuiaResumoInternacao.setTipoFaturamento(StTipoFaturamento value)
          Sets the value of the tipoFaturamento property.
 void CtGuiaOdontologia.setTipoFaturamento(StTipoFaturamento value)
          Sets the value of the tipoFaturamento property.