Class TCTe.InfCte.InfCTeNorm.InfCarga

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

public static class TCTe.InfCte.InfCTeNorm.InfCarga 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="vCarga" type="{http://www.portalfiscal.inf.br/cte}TDec_1302" minOccurs="0"/>
                 <element name="proPred">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="60"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xOutCat" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="30"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="infQ" maxOccurs="unbounded">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="cUnid">
                                         <simpleType>
                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                 <whiteSpace value="preserve"/>
                                                 <enumeration value="00"/>
                                                 <enumeration value="01"/>
                                                 <enumeration value="02"/>
                                                 <enumeration value="03"/>
                                                 <enumeration value="04"/>
                                                 <enumeration value="05"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="tpMed">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <minLength value="1"/>
                                                 <maxLength value="20"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="qCarga" type="{http://www.portalfiscal.inf.br/cte}TDec_1104"/>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="vCargaAverb" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InfCarga

      public InfCarga()
  • Method Details

    • getVCarga

      public String getVCarga()
      Obtem o valor da propriedade vCarga.
      Returns:
      possible object is String
    • setVCarga

      public void setVCarga(String value)
      Define o valor da propriedade vCarga.
      Parameters:
      value - allowed object is String
    • getProPred

      public String getProPred()
      Obtem o valor da propriedade proPred.
      Returns:
      possible object is String
    • setProPred

      public void setProPred(String value)
      Define o valor da propriedade proPred.
      Parameters:
      value - allowed object is String
    • getXOutCat

      public String getXOutCat()
      Obtem o valor da propriedade xOutCat.
      Returns:
      possible object is String
    • setXOutCat

      public void setXOutCat(String value)
      Define o valor da propriedade xOutCat.
      Parameters:
      value - allowed object is String
    • getInfQ

      Gets the value of the infQ 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 infQ property.

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

              getInfQ().add(newItem);
       

      Objects of the following type(s) are allowed in the list TCTe.InfCte.InfCTeNorm.InfCarga.InfQ

    • getVCargaAverb

      public String getVCargaAverb()
      Obtem o valor da propriedade vCargaAverb.
      Returns:
      possible object is String
    • setVCargaAverb

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