Package systextil.integracao.xml.nfe
Class TNFe.InfNFe.Cana.Deduc
java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Cana.Deduc
- Enclosing class:
TNFe.InfNFe.Cana
Classe Java de anonymous complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xDed">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
<minLength value="1"/>
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="vDed" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xDed
Descricao da Deducao -
vDed
valor da deducao
-
-
Constructor Details
-
Deduc
public Deduc()
-
-
Method Details
-
getXDed
Descricao da Deducao- Returns:
- possible object is
String
-
setXDed
Define o valor da propriedade xDed.- Parameters:
value- allowed object isString- See Also:
-
getVDed
valor da deducao- Returns:
- possible object is
String
-
setVDed
Define o valor da propriedade vDed.- Parameters:
value- allowed object isString- See Also:
-