Package systextil.integracao.xml.nfe
Class TNFe.InfNFe.Cobr
java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Cobr
- Enclosing class:
TNFe.InfNFe
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TNFe.InfNFe.Cobr.Dup> Dados das duplicatas NT 2011/004protected TNFe.InfNFe.Cobr.FatDados da fatura -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDup()Dados das duplicatas NT 2011/004 Gets the value of the dup property.getFat()Dados da faturavoidsetFat(TNFe.InfNFe.Cobr.Fat value) Define o valor da propriedade fat.
-
Field Details
-
fat
Dados da fatura -
dup
Dados das duplicatas NT 2011/004
-
-
Constructor Details
-
Cobr
public Cobr()
-
-
Method Details
-
getFat
Dados da fatura- Returns:
- possible object is
TNFe.InfNFe.Cobr.Fat
-
setFat
Define o valor da propriedade fat.- Parameters:
value- allowed object isTNFe.InfNFe.Cobr.Fat- See Also:
-
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
setmethod 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.
-