Class TInutNFe

java.lang.Object
systextil.integracao.xml.nfe.TInutNFe

public class TInutNFe extends Object
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>
 
  • Field Details

  • Constructor Details

    • TInutNFe

      public TInutNFe()
  • Method Details

    • getInfInut

      public TInutNFe.InfInut getInfInut()
      Obtem o valor da propriedade infInut.
      Returns:
      possible object is TInutNFe.InfInut
    • setInfInut

      public void setInfInut(TInutNFe.InfInut value)
      Define o valor da propriedade infInut.
      Parameters:
      value - allowed object is TInutNFe.InfInut
    • getSignature

      public SignatureType getSignature()
      Obtem o valor da propriedade signature.
      Returns:
      possible object is SignatureType
    • setSignature

      public void setSignature(SignatureType value)
      Define o valor da propriedade signature.
      Parameters:
      value - allowed object is SignatureType
    • getVersao

      public String getVersao()
      Obtem o valor da propriedade versao.
      Returns:
      possible object is String
    • setVersao

      public void setVersao(String value)
      Define o valor da propriedade versao.
      Parameters:
      value - allowed object is String