Class TNFe.InfNFe.Cobr

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

public static class TNFe.InfNFe.Cobr 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="fat" minOccurs="0">
		   <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>
		 </element>
		 <element name="dup" maxOccurs="120" minOccurs="0">
		   <complexType>
			 <complexContent>
			   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
				 <sequence>
				   <element name="nDup" minOccurs="0">
					 <simpleType>
					   <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
						 <maxLength value="60"/>
						 <minLength value="1"/>
					   </restriction>
					 </simpleType>
				   </element>
				   <element name="dVenc" type="{http://www.portalfiscal.inf.br/nfe}TData" minOccurs="0"/>
				   <element name="vDup" type="{http://www.portalfiscal.inf.br/nfe}TDec_1302Opc"/>
				 </sequence>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Cobr

      public Cobr()
  • Method Details

    • getFat

      public TNFe.InfNFe.Cobr.Fat getFat()
      Dados da fatura
      Returns:
      possible object is TNFe.InfNFe.Cobr.Fat
    • setFat

      public void setFat(TNFe.InfNFe.Cobr.Fat value)
      Define o valor da propriedade fat.
      Parameters:
      value - allowed object is TNFe.InfNFe.Cobr.Fat
      See Also:
    • getDup

      public List<TNFe.InfNFe.Cobr.Dup> getDup()
      Dados das duplicatas NT 2011/004 Gets the value of the dup property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dup property.

      For example, to add a new item, do as follows:

       getDup().add(newItem);
       

      Objects of the following type(s) are allowed in the list TNFe.InfNFe.Cobr.Dup

      Returns:
      The value of the dup property.