Class TCTe.InfCte.InfCTeNorm.InfDoc.InfNFe

java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.InfDoc.InfNFe
Enclosing class:
TCTe.InfCte.InfCTeNorm.InfDoc

public static class TCTe.InfCte.InfCTeNorm.InfDoc.InfNFe extends Object

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="chave" type="{http://www.portalfiscal.inf.br/cte}TChNFe"/>
                 <element name="PIN" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <whiteSpace value="preserve"/>
                           <minLength value="2"/>
                           <maxLength value="9"/>
                           <pattern value="[1-9]{1}[0-9]{1,8}"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="dPrev" type="{http://www.portalfiscal.inf.br/cte}TData" minOccurs="0"/>
                 <choice>
                   <element name="infUnidCarga" type="{http://www.portalfiscal.inf.br/cte}TUnidCarga" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="infUnidTransp" type="{http://www.portalfiscal.inf.br/cte}TUnidadeTransp" maxOccurs="unbounded" minOccurs="0"/>
                 </choice>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InfNFe

      public InfNFe()
  • Method Details

    • getChave

      public String getChave()
      Obtem o valor da propriedade chave.
      Returns:
      possible object is String
    • setChave

      public void setChave(String value)
      Define o valor da propriedade chave.
      Parameters:
      value - allowed object is String
    • getPIN

      public String getPIN()
      Obtem o valor da propriedade pin.
      Returns:
      possible object is String
    • setPIN

      public void setPIN(String value)
      Define o valor da propriedade pin.
      Parameters:
      value - allowed object is String
    • getDPrev

      public String getDPrev()
      Obtem o valor da propriedade dPrev.
      Returns:
      possible object is String
    • setDPrev

      public void setDPrev(String value)
      Define o valor da propriedade dPrev.
      Parameters:
      value - allowed object is String
    • getInfUnidCarga

      public List<TUnidCarga> getInfUnidCarga()
      Gets the value of the infUnidCarga 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 set method for the infUnidCarga property.

      For example, to add a new item, do as follows:

              getInfUnidCarga().add(newItem);
       

      Objects of the following type(s) are allowed in the list TUnidCarga

    • getInfUnidTransp

      public List<TUnidadeTransp> getInfUnidTransp()
      Gets the value of the infUnidTransp 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 set method for the infUnidTransp property.

      For example, to add a new item, do as follows:

              getInfUnidTransp().add(newItem);
       

      Objects of the following type(s) are allowed in the list TUnidadeTransp