Package systextil.integracao.xml.cte
Class TUnidCarga
java.lang.Object
systextil.integracao.xml.cte.TUnidCarga
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<TUnidCarga.LacUnidCarga> protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idUnidCarga property.Gets the value of the lacUnidCarga property.Gets the value of the qtdRat property.Gets the value of the tpUnidCarga property.voidsetIdUnidCarga(String value) Sets the value of the idUnidCarga property.voidSets the value of the qtdRat property.voidsetTpUnidCarga(String value) Sets the value of the tpUnidCarga property.
-
Field Details
-
tpUnidCarga
-
idUnidCarga
-
lacUnidCarga
-
qtdRat
-
-
Constructor Details
-
TUnidCarga
public TUnidCarga()
-
-
Method Details
-
getTpUnidCarga
Gets the value of the tpUnidCarga property.- Returns:
- possible object is
String
-
setTpUnidCarga
Sets the value of the tpUnidCarga property.- Parameters:
value- allowed object isString
-
getIdUnidCarga
Gets the value of the idUnidCarga property.- Returns:
- possible object is
String
-
setIdUnidCarga
Sets the value of the idUnidCarga property.- Parameters:
value- allowed object isString
-
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
setmethod 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
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
-