Package systextil.integracao.xml.nfe
Class TNFe.InfNFe.Det.ObsItem.ObsFisco
java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Det.ObsItem.ObsFisco
- Enclosing class:
TNFe.InfNFe.Det.ObsItem
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/nfe}TString">
<minLength value="1"/>
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="xCampo" use="required">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/nfe}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
-
ObsFisco
public ObsFisco()
-
-
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
-