![JAR search and dependency download from the Maven repository](/logo.png)
com.pablodomingos.classes.rps.servicos.LoteRpsEnvio Maven / Gradle / Ivy
package com.pablodomingos.classes.rps.servicos;
import com.pablodomingos.classes.rps.LoteRps;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamAsAttribute;
@XStreamAlias("EnviarLoteRpsEnvio")
public class LoteRpsEnvio extends AbstractService{
@XStreamAlias("xmlns")
@XStreamAsAttribute
private String xmlns = "http://www.abrasf.org.br/nfse.xsd";
@XStreamAlias("LoteRps")
private LoteRps loteRps;
public LoteRpsEnvio(LoteRps loteRps) {
this.loteRps = loteRps;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy