Package systextil.integracao.xml.nf3e
Class TEnviNF3E
java.lang.Object
systextil.integracao.xml.nf3e.TEnviNF3E
Tipo Pedido de Concessao de Autorizacao de NF-3e
Classe Java de TEnviNF3e complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<complexType name="TEnviNF3e">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idLote" type="{http://www.portalfiscal.inf.br/nf3e}TIdLote"/>
<element name="NF3e" type="{http://www.portalfiscal.inf.br/nf3e}TNF3e" maxOccurs="50"/>
</sequence>
<attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nf3e}TVerNF3e" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtem o valor da propriedade idLote.getNF3E()Gets the value of the nf3E property.Obtem o valor da propriedade versao.voidDefine o valor da propriedade idLote.voidDefine o valor da propriedade versao.
-
Field Details
-
idLote
-
nf3E
-
versao
-
-
Constructor Details
-
TEnviNF3E
public TEnviNF3E()
-
-
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
-
getNF3E
Gets the value of the nf3E 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 nf3E property.For example, to add a new item, do as follows:
getNF3E().add(newItem);Objects of the following type(s) are allowed in the list
TNF3E -
getVersao
Obtem o valor da propriedade versao.- Returns:
- possible object is
String
-
setVersao
Define o valor da propriedade versao.- Parameters:
value- allowed object isString
-