Package systextil.integracao.xml.cte
Class TCTe.InfCte.InfCTeNorm.InfCarga.InfQ
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.InfCarga.InfQ
- Enclosing class:
TCTe.InfCte.InfCTeNorm.InfCarga
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="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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cUnid
-
tpMed
-
qCarga
-
-
Constructor Details
-
InfQ
public InfQ()
-
-
Method Details
-
getCUnid
Obtem o valor da propriedade cUnid.- Returns:
- possible object is
String
-
setCUnid
Define o valor da propriedade cUnid.- Parameters:
value- allowed object isString
-
getTpMed
Obtem o valor da propriedade tpMed.- Returns:
- possible object is
String
-
setTpMed
Define o valor da propriedade tpMed.- Parameters:
value- allowed object isString
-
getQCarga
Obtem o valor da propriedade qCarga.- Returns:
- possible object is
String
-
setQCarga
Define o valor da propriedade qCarga.- Parameters:
value- allowed object isString
-