![JAR search and dependency download from the Maven repository](/logo.png)
com.fincatto.documentofiscal.cte400.classes.nota.CTeNotaInfoCTeNormalInfoServicoVinculado 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.cte400.classes.nota;
import com.fincatto.documentofiscal.DFBase;
import com.fincatto.documentofiscal.cte.CTeConfig;
import org.simpleframework.xml.ElementList;
import org.simpleframework.xml.Namespace;
import org.simpleframework.xml.Root;
import java.util.List;
/**
* Informações do Serviço Vinculado a Multimodal
*/
@Root(name = "infServVinc")
@Namespace(reference = CTeConfig.NAMESPACE)
public class CTeNotaInfoCTeNormalInfoServicoVinculado extends DFBase {
private static final long serialVersionUID = 7320091030783182354L;
@ElementList(name = "infCTeMultimodal", inline = true)
private List infoCTeMultiModal;
public List getInfoCTeMultiModal() {
return this.infoCTeMultiModal;
}
/**
* informações do CT-e multimodal vinculado
*/
public void setInfoCTeMultiModal(final List infoCTeMultiModal) {
this.infoCTeMultiModal = infoCTeMultiModal;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy