Package systextil.integracao.xml.nfe
Class TInutNFe
java.lang.Object
systextil.integracao.xml.nfe.TInutNFe
Tipo Pedido de Inutilizacao de Numeracao da Nota Fiscal Eletronica
Classe Java de TInutNFe complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<complexType name="TInutNFe">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="infInut">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpAmb" type="{http://www.portalfiscal.inf.br/nfe}TAmb"/>
<element name="xServ">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/nfe}TServ">
<enumeration value="INUTILIZAR"/>
</restriction>
</simpleType>
</element>
<element name="cUF" type="{http://www.portalfiscal.inf.br/nfe}TCodUfIBGE"/>
<element name="ano" type="{http://www.portalfiscal.inf.br/nfe}Tano"/>
<element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpj"/>
<element name="mod" type="{http://www.portalfiscal.inf.br/nfe}TMod"/>
<element name="serie" type="{http://www.portalfiscal.inf.br/nfe}TSerie"/>
<element name="nNFIni" type="{http://www.portalfiscal.inf.br/nfe}TNF"/>
<element name="nNFFin" type="{http://www.portalfiscal.inf.br/nfe}TNF"/>
<element name="xJust" type="{http://www.portalfiscal.inf.br/nfe}TJust"/>
</sequence>
<attribute name="Id" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}ID">
<pattern value="ID[0-9]{41}"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
</sequence>
<attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerInutNFe" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TInutNFe.InfInutprotected SignatureTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtem o valor da propriedade infInut.Obtem o valor da propriedade signature.Obtem o valor da propriedade versao.voidsetInfInut(TInutNFe.InfInut value) Define o valor da propriedade infInut.voidsetSignature(SignatureType value) Define o valor da propriedade signature.voidDefine o valor da propriedade versao.
-
Field Details
-
infInut
-
signature
-
versao
-
-
Constructor Details
-
TInutNFe
public TInutNFe()
-
-
Method Details
-
getInfInut
Obtem o valor da propriedade infInut.- Returns:
- possible object is
TInutNFe.InfInut
-
setInfInut
Define o valor da propriedade infInut.- Parameters:
value- allowed object isTInutNFe.InfInut
-
getSignature
Obtem o valor da propriedade signature.- Returns:
- possible object is
SignatureType
-
setSignature
Define o valor da propriedade signature.- Parameters:
value- allowed object isSignatureType
-
getVersao
Obtem o valor da propriedade versao.- Returns:
- possible object is
String
-
setVersao
Define o valor da propriedade versao.- Parameters:
value- allowed object isString
-