Package systextil.integracao.xml.nfe
Class TEnviNFe
java.lang.Object
systextil.integracao.xml.nfe.TEnviNFe
Tipo Pedido de Concessao de Autorizacao da Nota Fiscal Eletronica
Classe Java de TEnviNFe complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<complexType name="TEnviNFe">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idLote" type="{http://www.portalfiscal.inf.br/nfe}TIdLote"/>
<element name="indSinc">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="NFe" type="{http://www.portalfiscal.inf.br/nfe}TNFe" maxOccurs="50"/>
</sequence>
<attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerNFe" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtem o valor da propriedade idLote.Indicador de processamento sincrono. 0=NAO; 1=SIM=SincronogetNFe()Gets the value of the nFe property.Obtem o valor da propriedade versao.voidDefine o valor da propriedade idLote.voidsetIndSinc(String value) Define o valor da propriedade indSinc.voidDefine o valor da propriedade versao.
-
Field Details
-
idLote
-
indSinc
Indicador de processamento sincrono. 0=NAO; 1=SIM=Sincrono -
nFe
-
versao
-
-
Constructor Details
-
TEnviNFe
public TEnviNFe()
-
-
Method Details
-
getIdLote
Obtem o valor da propriedade idLote.- Returns:
- possible object is
String
-
setIdLote
Define o valor da propriedade idLote.- Parameters:
value- allowed object isString
-
getIndSinc
Indicador de processamento sincrono. 0=NAO; 1=SIM=Sincrono- Returns:
- possible object is
String
-
setIndSinc
Define o valor da propriedade indSinc.- Parameters:
value- allowed object isString- See Also:
-
getNFe
Gets the value of the nFe 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 nFe property.For example, to add a new item, do as follows:
getNFe().add(newItem);
Objects of the following type(s) are allowed in the list
TNFe- Returns:
- The value of the nFe property.
-
getVersao
Obtem o valor da propriedade versao.- Returns:
- possible object is
String
-
setVersao
Define o valor da propriedade versao.- Parameters:
value- allowed object isString
-