Package systextil.integracao.xml.nfe
Class TNFe.InfNFe.Transp.Vol
java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Transp.Vol
- Enclosing class:
TNFe.InfNFe.Transp
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringEspecie dos volumes transportadosprotected List<TNFe.InfNFe.Transp.Vol.Lacres> protected StringMarca dos volumes transportadosprotected StringNumeracao dos volumes transportadosprotected StringPeso bruto (em kg)protected StringPeso liquido (em kg)protected StringQuantidade de volumes transportados -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEsp()Especie dos volumes transportadosGets the value of the lacres property.getMarca()Marca dos volumes transportadosgetNVol()Numeracao dos volumes transportadosgetPesoB()Peso bruto (em kg)getPesoL()Peso liquido (em kg)getQVol()Quantidade de volumes transportadosvoidDefine o valor da propriedade esp.voidDefine o valor da propriedade marca.voidDefine o valor da propriedade nVol.voidDefine o valor da propriedade pesoB.voidDefine o valor da propriedade pesoL.voidDefine o valor da propriedade qVol.
-
Field Details
-
qVol
Quantidade de volumes transportados -
esp
Especie dos volumes transportados -
marca
Marca dos volumes transportados -
nVol
Numeracao dos volumes transportados -
pesoL
Peso liquido (em kg) -
pesoB
Peso bruto (em kg) -
lacres
-
-
Constructor Details
-
Vol
public Vol()
-
-
Method Details
-
getQVol
Quantidade de volumes transportados- Returns:
- possible object is
String
-
setQVol
Define o valor da propriedade qVol.- Parameters:
value- allowed object isString- See Also:
-
getEsp
Especie dos volumes transportados- Returns:
- possible object is
String
-
setEsp
Define o valor da propriedade esp.- Parameters:
value- allowed object isString- See Also:
-
getMarca
Marca dos volumes transportados- Returns:
- possible object is
String
-
setMarca
Define o valor da propriedade marca.- Parameters:
value- allowed object isString- See Also:
-
getNVol
Numeracao dos volumes transportados- Returns:
- possible object is
String
-
setNVol
Define o valor da propriedade nVol.- Parameters:
value- allowed object isString- See Also:
-
getPesoL
Peso liquido (em kg)- Returns:
- possible object is
String
-
setPesoL
Define o valor da propriedade pesoL.- Parameters:
value- allowed object isString- See Also:
-
getPesoB
Peso bruto (em kg)- Returns:
- possible object is
String
-
setPesoB
Define o valor da propriedade pesoB.- Parameters:
value- allowed object isString- See Also:
-
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
setmethod 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.
-