Class TNFe.InfNFe.Cobr.Fat

java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Cobr.Fat
Enclosing class:
TNFe.InfNFe.Cobr

public static class TNFe.InfNFe.Cobr.Fat extends Object

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 Details

    • nFat

      protected String nFat
      Numero da fatura
    • vOrig

      protected String vOrig
      Valor original da fatura
    • vDesc

      protected String vDesc
      Valor do desconto da fatura
    • vLiq

      protected String vLiq
      Valor liquido da fatura
  • Constructor Details

    • Fat

      public Fat()
  • Method Details

    • getNFat

      public String getNFat()
      Numero da fatura
      Returns:
      possible object is String
    • setNFat

      public void setNFat(String value)
      Define o valor da propriedade nFat.
      Parameters:
      value - allowed object is String
      See Also:
    • getVOrig

      public String getVOrig()
      Valor original da fatura
      Returns:
      possible object is String
    • setVOrig

      public void setVOrig(String value)
      Define o valor da propriedade vOrig.
      Parameters:
      value - allowed object is String
      See Also:
    • getVDesc

      public String getVDesc()
      Valor do desconto da fatura
      Returns:
      possible object is String
    • setVDesc

      public void setVDesc(String value)
      Define o valor da propriedade vDesc.
      Parameters:
      value - allowed object is String
      See Also:
    • getVLiq

      public String getVLiq()
      Valor liquido da fatura
      Returns:
      possible object is String
    • setVLiq

      public void setVLiq(String value)
      Define o valor da propriedade vLiq.
      Parameters:
      value - allowed object is String
      See Also: