Package systextil.integracao.xml.cte
Class TCTe.InfCte.InfCTeNorm.Cobr
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.Cobr
- 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="fat" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nFat" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="vOrig" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
<element name="vDesc" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
<element name="vLiq" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="dup" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nDup" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="60"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="dVenc" type="{http://www.portalfiscal.inf.br/cte}TData" minOccurs="0"/>
<element name="vDup" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TCTe.InfCte.InfCTeNorm.Cobr.Dup> protected TCTe.InfCte.InfCTeNorm.Cobr.Fat -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fat
-
dup
-
-
Constructor Details
-
Cobr
public Cobr()
-
-
Method Details
-
getFat
Obtem o valor da propriedade fat.- Returns:
- possible object is
TCTe.InfCte.InfCTeNorm.Cobr.Fat
-
setFat
Define o valor da propriedade fat.- Parameters:
value- allowed object isTCTe.InfCte.InfCTeNorm.Cobr.Fat
-
getDup
Gets the value of the dup 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 dup property.For example, to add a new item, do as follows:
getDup().add(newItem);Objects of the following type(s) are allowed in the list
TCTe.InfCte.InfCTeNorm.Cobr.Dup
-