Class TUnidCarga

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

public class TUnidCarga extends Object
Tipo Dados Unidade de Carga

Java class for TUnidCarga complex type.

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

 <complexType name="TUnidCarga">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="tpUnidCarga" type="{http://www.portalfiscal.inf.br/cte}TtipoUnidCarga"/>
                 <element name="idUnidCarga" type="{http://www.portalfiscal.inf.br/cte}TContainer"/>
                 <element name="lacUnidCarga" 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="qtdRat" type="{http://www.portalfiscal.inf.br/cte}TDec_0302_0303" minOccurs="0"/>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TUnidCarga

      public TUnidCarga()
  • Method Details

    • getTpUnidCarga

      public String getTpUnidCarga()
      Gets the value of the tpUnidCarga property.
      Returns:
      possible object is String
    • setTpUnidCarga

      public void setTpUnidCarga(String value)
      Sets the value of the tpUnidCarga property.
      Parameters:
      value - allowed object is String
    • getIdUnidCarga

      public String getIdUnidCarga()
      Gets the value of the idUnidCarga property.
      Returns:
      possible object is String
    • setIdUnidCarga

      public void setIdUnidCarga(String value)
      Sets the value of the idUnidCarga property.
      Parameters:
      value - allowed object is String
    • getLacUnidCarga

      public List<TUnidCarga.LacUnidCarga> getLacUnidCarga()
      Gets the value of the lacUnidCarga 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 lacUnidCarga property.

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

              getLacUnidCarga().add(newItem);
       

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

    • 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