![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.nfe310.classes.nota.assinatura.NFSignatureMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nfe Show documentation
Show all versions of nfe Show documentation
Biblioteca de comunicacao de nota fiscal eletronica brasileira
package com.fincatto.documentofiscal.nfe310.classes.nota.assinatura;
import java.io.Serializable;
import org.simpleframework.xml.Attribute;
public class NFSignatureMethod implements Serializable {
private static final long serialVersionUID = 2062182691987022944L;
@Attribute(name = "Algorithm", required = false)
private String algorithm;
public String getAlgorithm() {
return this.algorithm;
}
public void setAlgorithm(final String algorithm) {
this.algorithm = algorithm;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy