![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.cte300.classes.nota.assinatura.CTeX509Data 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.cte300.classes.nota.assinatura;
import org.simpleframework.xml.Element;
import com.fincatto.documentofiscal.DFBase;
public class CTeX509Data extends DFBase {
private static final long serialVersionUID = -4525112525396207859L;
@Element(name = "X509Certificate", required = false)
private String x509certificate;
public String getX509certificate() {
return this.x509certificate;
}
public void setX509certificate(final String x509certificate) {
this.x509certificate = x509certificate;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy