Package systextil.integracao.xml.cte
Class TCTe.InfCte.InfCTeNorm.InfCarga
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.InfCarga
- 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="vCarga" type="{http://www.portalfiscal.inf.br/cte}TDec_1302" minOccurs="0"/>
<element name="proPred">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="xOutCat" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="infQ" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cUnid">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="00"/>
<enumeration value="01"/>
<enumeration value="02"/>
<enumeration value="03"/>
<enumeration value="04"/>
<enumeration value="05"/>
</restriction>
</simpleType>
</element>
<element name="tpMed">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="qCarga" type="{http://www.portalfiscal.inf.br/cte}TDec_1104"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="vCargaAverb" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfQ()Gets the value of the infQ property.Obtem o valor da propriedade proPred.Obtem o valor da propriedade vCarga.Obtem o valor da propriedade vCargaAverb.Obtem o valor da propriedade xOutCat.voidsetProPred(String value) Define o valor da propriedade proPred.voidDefine o valor da propriedade vCarga.voidsetVCargaAverb(String value) Define o valor da propriedade vCargaAverb.voidsetXOutCat(String value) Define o valor da propriedade xOutCat.
-
Field Details
-
vCarga
-
proPred
-
xOutCat
-
infQ
-
vCargaAverb
-
-
Constructor Details
-
InfCarga
public InfCarga()
-
-
Method Details
-
getVCarga
Obtem o valor da propriedade vCarga.- Returns:
- possible object is
String
-
setVCarga
Define o valor da propriedade vCarga.- Parameters:
value- allowed object isString
-
getProPred
Obtem o valor da propriedade proPred.- Returns:
- possible object is
String
-
setProPred
Define o valor da propriedade proPred.- Parameters:
value- allowed object isString
-
getXOutCat
Obtem o valor da propriedade xOutCat.- Returns:
- possible object is
String
-
setXOutCat
Define o valor da propriedade xOutCat.- Parameters:
value- allowed object isString
-
getInfQ
Gets the value of the infQ 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 infQ property.For example, to add a new item, do as follows:
getInfQ().add(newItem);Objects of the following type(s) are allowed in the list
TCTe.InfCte.InfCTeNorm.InfCarga.InfQ -
getVCargaAverb
Obtem o valor da propriedade vCargaAverb.- Returns:
- possible object is
String
-
setVCargaAverb
Define o valor da propriedade vCargaAverb.- Parameters:
value- allowed object isString
-