Uses of Enum Class
systextil.integracao.xml.nfe.TUfEmi

Packages that use TUfEmi
Package
Description
 
  • Uses of TUfEmi in systextil.integracao.xml.nfe

    Fields in systextil.integracao.xml.nfe declared as TUfEmi
    Modifier and Type
    Field
    Description
    protected TUfEmi
    TEnderEmi.uf
    Sigla da UF
    protected TUfEmi
    TNFe.InfNFe.Avulsa.uf
    Sigla da Unidade da Federacao
    protected TUfEmi
    TNFe.InfNFe.Det.Prod.DI.ufDesemb
    UF onde ocorreu o desembaraco aduaneiro
    protected TUfEmi
    TNFe.InfNFe.Agropecuario.GuiaTransito.ufGuia
     
    protected TUfEmi
    TNFe.InfNFe.Pag.DetPag.ufPag
    UF do CNPJ do estabelecimento onde o pagamento foi processado/transacionado/recebido.
    protected TUfEmi
    TNFe.InfNFe.Exporta.ufSaidaPais
    Sigla da UF de Embarque ou de transposicao de fronteira
    protected TUfEmi
    TNFe.InfNFe.Det.Prod.DI.ufTerceiro
    Sigla da UF do adquirente ou do encomendante
    Methods in systextil.integracao.xml.nfe that return TUfEmi
    Modifier and Type
    Method
    Description
    static TUfEmi
    TUfEmi.fromValue(String v)
     
    TEnderEmi.getUF()
    Sigla da UF
    TNFe.InfNFe.Avulsa.getUF()
    Sigla da Unidade da Federacao
    TNFe.InfNFe.Det.Prod.DI.getUFDesemb()
    UF onde ocorreu o desembaraco aduaneiro
    TNFe.InfNFe.Agropecuario.GuiaTransito.getUFGuia()
    Obtem o valor da propriedade ufGuia.
    TNFe.InfNFe.Pag.DetPag.getUFPag()
    UF do CNPJ do estabelecimento onde o pagamento foi processado/transacionado/recebido.
    TNFe.InfNFe.Exporta.getUFSaidaPais()
    Sigla da UF de Embarque ou de transposicao de fronteira
    TNFe.InfNFe.Det.Prod.DI.getUFTerceiro()
    Sigla da UF do adquirente ou do encomendante
    static TUfEmi
    TUfEmi.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static TUfEmi[]
    TUfEmi.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in systextil.integracao.xml.nfe with parameters of type TUfEmi
    Modifier and Type
    Method
    Description
    void
    TEnderEmi.setUF(TUfEmi value)
    Define o valor da propriedade uf.
    void
    TNFe.InfNFe.Avulsa.setUF(TUfEmi value)
    Define o valor da propriedade uf.
    void
    TNFe.InfNFe.Det.Prod.DI.setUFDesemb(TUfEmi value)
    Define o valor da propriedade ufDesemb.
    void
    TNFe.InfNFe.Agropecuario.GuiaTransito.setUFGuia(TUfEmi value)
    Define o valor da propriedade ufGuia.
    void
    TNFe.InfNFe.Pag.DetPag.setUFPag(TUfEmi value)
    Define o valor da propriedade ufPag.
    void
    TNFe.InfNFe.Exporta.setUFSaidaPais(TUfEmi value)
    Define o valor da propriedade ufSaidaPais.
    void
    TNFe.InfNFe.Det.Prod.DI.setUFTerceiro(TUfEmi value)
    Define o valor da propriedade ufTerceiro.