Package systextil.integracao.xml.cte
Class TCTe.InfCte.Compl.ObsCont
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.Compl.ObsCont
- Enclosing class:
TCTe.InfCte.Compl
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="xTexto">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="160"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="xCampo" use="required">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="20"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xTexto
-
xCampo
-
-
Constructor Details
-
ObsCont
public ObsCont()
-
-
Method Details
-
getXTexto
Obtem o valor da propriedade xTexto.- Returns:
- possible object is
String
-
setXTexto
Define o valor da propriedade xTexto.- Parameters:
value- allowed object isString
-
getXCampo
Obtem o valor da propriedade xCampo.- Returns:
- possible object is
String
-
setXCampo
Define o valor da propriedade xCampo.- Parameters:
value- allowed object isString
-