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

com.fincatto.documentofiscal.cte400.classes.nota.CTePAARSAKeyValue Maven / Gradle / Ivy

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

import com.fincatto.documentofiscal.DFBase;
import org.simpleframework.xml.Element;

public class CTePAARSAKeyValue extends DFBase {
    private static final long serialVersionUID = -3231751006992452317L;

    @Element(name = "Modulus")
    private String modulus;

    @Element(name = "Exponent")
    private String exponent;

    public String getExponent() {
        return exponent;
    }

    public void setExponent(String exponent) {
        this.exponent = exponent;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy