Package systextil.integracao.xml.nfe
Class TNFe.InfNFe.Ide.GPagAntecipado
java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Ide.GPagAntecipado
- Enclosing class:
TNFe.InfNFe.Ide
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="refNFe" type="{http://www.portalfiscal.inf.br/nfe}TChNFe" maxOccurs="99"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
refNFe
Chave de acesso da NF-e de antecipacao de pagamento
-
-
Constructor Details
-
GPagAntecipado
public GPagAntecipado()
-
-
Method Details
-
getRefNFe
Chave de acesso da NF-e de antecipacao de pagamento Gets the value of the refNFe 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 refNFe property.For example, to add a new item, do as follows:
getRefNFe().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the refNFe property.
-