com.fincatto.documentofiscal.cte200.classes.cte.CTInfoModalAereoNaturezaCarga 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.cte200.classes.cte;
import org.simpleframework.xml.Element;
import com.fincatto.documentofiscal.DFBase;
public class CTInfoModalAereoNaturezaCarga extends DFBase {
private static final long serialVersionUID = 5943065004363585994L;
@Element(name = "xDime", required = false)
private String dimensao;
@Element(name = "cInfManu", required = false)
private String informacoesManuseio;
@Element(name = "cIMP")
private String cargaEspecial;
}