Class TUnidadeTransp
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<TUnidCarga> protected List<TUnidadeTransp.LacUnidTransp> protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idUnidTransp property.Gets the value of the infUnidCarga property.Gets the value of the lacUnidTransp property.Gets the value of the qtdRat property.Gets the value of the tpUnidTransp property.voidsetIdUnidTransp(String value) Sets the value of the idUnidTransp property.voidSets the value of the qtdRat property.voidsetTpUnidTransp(String value) Sets the value of the tpUnidTransp property.
-
Field Details
-
tpUnidTransp
-
idUnidTransp
-
lacUnidTransp
-
infUnidCarga
-
qtdRat
-
-
Constructor Details
-
TUnidadeTransp
public TUnidadeTransp()
-
-
Method Details
-
getTpUnidTransp
Gets the value of the tpUnidTransp property.- Returns:
- possible object is
String
-
setTpUnidTransp
Sets the value of the tpUnidTransp property.- Parameters:
value- allowed object isString
-
getIdUnidTransp
Gets the value of the idUnidTransp property.- Returns:
- possible object is
String
-
setIdUnidTransp
Sets the value of the idUnidTransp property.- Parameters:
value- allowed object isString
-
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
setmethod 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
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
setmethod 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
Gets the value of the qtdRat property.- Returns:
- possible object is
String
-
setQtdRat
Sets the value of the qtdRat property.- Parameters:
value- allowed object isString
-