Package systextil.integracao.xml.cte
Class TCTe.InfCte.InfCTeNorm.InfServVinc
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.InfServVinc
- Enclosing class:
TCTe.InfCte.InfCTeNorm
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="infCTeMultimodal" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="chCTeMultimodal" type="{http://www.portalfiscal.inf.br/cte}TChNFe"/>
</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 TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the infCTeMultimodal property.
-
Field Details
-
infCTeMultimodal
-
-
Constructor Details
-
InfServVinc
public InfServVinc()
-
-
Method Details
-
getInfCTeMultimodal
Gets the value of the infCTeMultimodal 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 infCTeMultimodal property.For example, to add a new item, do as follows:
getInfCTeMultimodal().add(newItem);Objects of the following type(s) are allowed in the list
TCTe.InfCte.InfCTeNorm.InfServVinc.InfCTeMultimodal
-