Class TNFe.InfNFe.Transp.Vol

java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Transp.Vol
Enclosing class:
TNFe.InfNFe.Transp

public static class TNFe.InfNFe.Transp.Vol 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="qVol" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
			   <whiteSpace value="preserve"/>
			   <pattern value="[0-9]{1,15}"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="esp" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="marca" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="nVol" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="pesoL" type="{http://www.portalfiscal.inf.br/nfe}TDec_1203" minOccurs="0"/>
		 <element name="pesoB" type="{http://www.portalfiscal.inf.br/nfe}TDec_1203" minOccurs="0"/>
		 <element name="lacres" maxOccurs="5000" 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/nfe}TString">
						 <minLength value="1"/>
						 <maxLength value="60"/>
					   </restriction>
					 </simpleType>
				   </element>
				 </sequence>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • qVol

      protected String qVol
      Quantidade de volumes transportados
    • esp

      protected String esp
      Especie dos volumes transportados
    • marca

      protected String marca
      Marca dos volumes transportados
    • nVol

      protected String nVol
      Numeracao dos volumes transportados
    • pesoL

      protected String pesoL
      Peso liquido (em kg)
    • pesoB

      protected String pesoB
      Peso bruto (em kg)
    • lacres

  • Constructor Details

    • Vol

      public Vol()
  • Method Details

    • getQVol

      public String getQVol()
      Quantidade de volumes transportados
      Returns:
      possible object is String
    • setQVol

      public void setQVol(String value)
      Define o valor da propriedade qVol.
      Parameters:
      value - allowed object is String
      See Also:
    • getEsp

      public String getEsp()
      Especie dos volumes transportados
      Returns:
      possible object is String
    • setEsp

      public void setEsp(String value)
      Define o valor da propriedade esp.
      Parameters:
      value - allowed object is String
      See Also:
    • getMarca

      public String getMarca()
      Marca dos volumes transportados
      Returns:
      possible object is String
    • setMarca

      public void setMarca(String value)
      Define o valor da propriedade marca.
      Parameters:
      value - allowed object is String
      See Also:
    • getNVol

      public String getNVol()
      Numeracao dos volumes transportados
      Returns:
      possible object is String
    • setNVol

      public void setNVol(String value)
      Define o valor da propriedade nVol.
      Parameters:
      value - allowed object is String
      See Also:
    • getPesoL

      public String getPesoL()
      Peso liquido (em kg)
      Returns:
      possible object is String
    • setPesoL

      public void setPesoL(String value)
      Define o valor da propriedade pesoL.
      Parameters:
      value - allowed object is String
      See Also:
    • getPesoB

      public String getPesoB()
      Peso bruto (em kg)
      Returns:
      possible object is String
    • setPesoB

      public void setPesoB(String value)
      Define o valor da propriedade pesoB.
      Parameters:
      value - allowed object is String
      See Also:
    • getLacres

      public List<TNFe.InfNFe.Transp.Vol.Lacres> getLacres()
      Gets the value of the lacres 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 lacres property.

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

       getLacres().add(newItem);
       

      Objects of the following type(s) are allowed in the list TNFe.InfNFe.Transp.Vol.Lacres

      Returns:
      The value of the lacres property.