Package systextil.integracao.xml.cte
Class TCTeOS.InfCte.InfCTeNorm.InfServico
java.lang.Object
systextil.integracao.xml.cte.TCTeOS.InfCte.InfCTeNorm.InfServico
- Enclosing class:
TCTeOS.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="xDescServ">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="infQ" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="qCarga" type="{http://www.portalfiscal.inf.br/cte}TDec_1104"/>
</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 TypeFieldDescriptionprotected TCTeOS.InfCte.InfCTeNorm.InfServico.InfQprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfQ()Obtem o valor da propriedade infQ.Obtem o valor da propriedade xDescServ.voidDefine o valor da propriedade infQ.voidsetXDescServ(String value) Define o valor da propriedade xDescServ.
-
Field Details
-
xDescServ
-
infQ
-
-
Constructor Details
-
InfServico
public InfServico()
-
-
Method Details
-
getXDescServ
Obtem o valor da propriedade xDescServ.- Returns:
- possible object is
String
-
setXDescServ
Define o valor da propriedade xDescServ.- Parameters:
value- allowed object isString
-
getInfQ
Obtem o valor da propriedade infQ.- Returns:
- possible object is
TCTeOS.InfCte.InfCTeNorm.InfServico.InfQ
-
setInfQ
Define o valor da propriedade infQ.- Parameters:
value- allowed object isTCTeOS.InfCte.InfCTeNorm.InfServico.InfQ
-