Class TCTe.InfCte.InfCTeNorm.InfDoc.InfOutros

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

public static class TCTe.InfCte.InfCTeNorm.InfDoc.InfOutros 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="tpDoc">
                   <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <whiteSpace value="preserve"/>
                           <enumeration value="00"/>
                           <enumeration value="10"/>
                           <enumeration value="59"/>
                           <enumeration value="65"/>
                           <enumeration value="99"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="descOutros" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="100"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="nDoc" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="20"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="dEmi" type="{http://www.portalfiscal.inf.br/cte}TData" minOccurs="0"/>
                 <element name="vDocFisc" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
                 <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

    • InfOutros

      public InfOutros()
  • Method Details

    • getTpDoc

      public String getTpDoc()
      Obtem o valor da propriedade tpDoc.
      Returns:
      possible object is String
    • setTpDoc

      public void setTpDoc(String value)
      Define o valor da propriedade tpDoc.
      Parameters:
      value - allowed object is String
    • getDescOutros

      public String getDescOutros()
      Obtem o valor da propriedade descOutros.
      Returns:
      possible object is String
    • setDescOutros

      public void setDescOutros(String value)
      Define o valor da propriedade descOutros.
      Parameters:
      value - allowed object is String
    • getNDoc

      public String getNDoc()
      Obtem o valor da propriedade nDoc.
      Returns:
      possible object is String
    • setNDoc

      public void setNDoc(String value)
      Define o valor da propriedade nDoc.
      Parameters:
      value - allowed object is String
    • getDEmi

      public String getDEmi()
      Obtem o valor da propriedade dEmi.
      Returns:
      possible object is String
    • setDEmi

      public void setDEmi(String value)
      Define o valor da propriedade dEmi.
      Parameters:
      value - allowed object is String
    • getVDocFisc

      public String getVDocFisc()
      Obtem o valor da propriedade vDocFisc.
      Returns:
      possible object is String
    • setVDocFisc

      public void setVDocFisc(String value)
      Define o valor da propriedade vDocFisc.
      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