Class TUnidadeTransp

java.lang.Object
systextil.integracao.xml.cte.TUnidadeTransp

public class TUnidadeTransp extends Object
Tipo Dados Unidade de Transporte

Java class for TUnidadeTransp complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TUnidadeTransp">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="tpUnidTransp" type="{http://www.portalfiscal.inf.br/cte}TtipoUnidTransp"/>
                 <element name="idUnidTransp" type="{http://www.portalfiscal.inf.br/cte}TContainer"/>
                 <element name="lacUnidTransp" maxOccurs="unbounded" minOccurs="0">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="nLacre">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <minLength value="1"/>
                                                 <maxLength value="20"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="infUnidCarga" type="{http://www.portalfiscal.inf.br/cte}TUnidCarga" maxOccurs="unbounded" minOccurs="0"/>
                 <element name="qtdRat" type="{http://www.portalfiscal.inf.br/cte}TDec_0302_0303" minOccurs="0"/>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TUnidadeTransp

      public TUnidadeTransp()
  • Method Details

    • getTpUnidTransp

      public String getTpUnidTransp()
      Gets the value of the tpUnidTransp property.
      Returns:
      possible object is String
    • setTpUnidTransp

      public void setTpUnidTransp(String value)
      Sets the value of the tpUnidTransp property.
      Parameters:
      value - allowed object is String
    • getIdUnidTransp

      public String getIdUnidTransp()
      Gets the value of the idUnidTransp property.
      Returns:
      possible object is String
    • setIdUnidTransp

      public void setIdUnidTransp(String value)
      Sets the value of the idUnidTransp property.
      Parameters:
      value - allowed object is String
    • getLacUnidTransp

      public List<TUnidadeTransp.LacUnidTransp> getLacUnidTransp()
      Gets the value of the lacUnidTransp 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 lacUnidTransp property.

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

              getLacUnidTransp().add(newItem);
       

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

    • 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

    • getQtdRat

      public String getQtdRat()
      Gets the value of the qtdRat property.
      Returns:
      possible object is String
    • setQtdRat

      public void setQtdRat(String value)
      Sets the value of the qtdRat property.
      Parameters:
      value - allowed object is String