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

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

    Fields in systextil.integracao.xml.nfe declared as TUf
    Modifier and Type
    Field
    Description
    protected TUf
    TEndereco.uf
    Sigla da UF, informar EX para operacoes com o exterior.
    protected TUf
    TLocal.uf
    Sigla da UF
    protected TUf
    TNFe.InfNFe.Transp.Transporta.uf
    Sigla da UF
    protected TUf
    TVeiculo.uf
    Sigla da UF
    protected TUf
    TNFe.InfNFe.Det.Prod.Comb.ufCons
    Sigla da UF de Consumo
    protected TUf
    TNFe.InfNFe.Det.Imposto.ICMS.ICMSPart.ufst
    Sigla da UF para qual e devido o ICMS ST da operacao.
    Methods in systextil.integracao.xml.nfe that return TUf
    Modifier and Type
    Method
    Description
    static TUf
     
    TEndereco.getUF()
    Sigla da UF, informar EX para operacoes com o exterior.
    TLocal.getUF()
    Sigla da UF
    TNFe.InfNFe.Transp.Transporta.getUF()
    Sigla da UF
    TVeiculo.getUF()
    Sigla da UF
    TNFe.InfNFe.Det.Prod.Comb.getUFCons()
    Sigla da UF de Consumo
    TNFe.InfNFe.Det.Imposto.ICMS.ICMSPart.getUFST()
    Sigla da UF para qual e devido o ICMS ST da operacao.
    static TUf
    TUf.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static TUf[]
    TUf.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 TUf
    Modifier and Type
    Method
    Description
    void
    TEndereco.setUF(TUf value)
    Define o valor da propriedade uf.
    void
    TLocal.setUF(TUf value)
    Define o valor da propriedade uf.
    void
    TNFe.InfNFe.Transp.Transporta.setUF(TUf value)
    Define o valor da propriedade uf.
    void
    TVeiculo.setUF(TUf value)
    Define o valor da propriedade uf.
    void
    TNFe.InfNFe.Det.Prod.Comb.setUFCons(TUf value)
    Define o valor da propriedade ufCons.
    void
    TNFe.InfNFe.Det.Imposto.ICMS.ICMSPart.setUFST(TUf value)
    Define o valor da propriedade ufst.