Package systextil.integracao.xml.nfe
Class TNFe.InfNFe.Cobr.Fat
java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Cobr.Fat
- Enclosing class:
TNFe.InfNFe.Cobr
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="nFat" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
<minLength value="1"/>
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="vOrig" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302" minOccurs="0"/>
<element name="vDesc" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302" minOccurs="0"/>
<element name="vLiq" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNFat()Numero da faturagetVDesc()Valor do desconto da faturagetVLiq()Valor liquido da faturagetVOrig()Valor original da faturavoidDefine o valor da propriedade nFat.voidDefine o valor da propriedade vDesc.voidDefine o valor da propriedade vLiq.voidDefine o valor da propriedade vOrig.
-
Field Details
-
nFat
Numero da fatura -
vOrig
Valor original da fatura -
vDesc
Valor do desconto da fatura -
vLiq
Valor liquido da fatura
-
-
Constructor Details
-
Fat
public Fat()
-
-
Method Details
-
getNFat
Numero da fatura- Returns:
- possible object is
String
-
setNFat
Define o valor da propriedade nFat.- Parameters:
value- allowed object isString- See Also:
-
getVOrig
Valor original da fatura- Returns:
- possible object is
String
-
setVOrig
Define o valor da propriedade vOrig.- Parameters:
value- allowed object isString- See Also:
-
getVDesc
Valor do desconto da fatura- Returns:
- possible object is
String
-
setVDesc
Define o valor da propriedade vDesc.- Parameters:
value- allowed object isString- See Also:
-
getVLiq
Valor liquido da fatura- Returns:
- possible object is
String
-
setVLiq
Define o valor da propriedade vLiq.- Parameters:
value- allowed object isString- See Also:
-