All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fincatto.documentofiscal.nfe310.classes.nota.assinatura.NFTransform Maven / Gradle / Ivy

There is a newer version: 4.0.75
Show newest version
package com.fincatto.documentofiscal.nfe310.classes.nota.assinatura;

import org.simpleframework.xml.Attribute;

import com.fincatto.documentofiscal.DFBase;

public class NFTransform extends DFBase {
    private static final long serialVersionUID = -6622849156031856228L;

    @Attribute(name = "Algorithm", required = false)
    private String algorithm;

    public void setAlgorithm(final String algorithm) {
        this.algorithm = algorithm;
    }

    public String getAlgorithm() {
        return this.algorithm;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy