Package systextil.integracao.xml.nf3e
Class TNF3E.InfNF3E.NFdet.Det.GAjusteNF3EAnt
java.lang.Object
systextil.integracao.xml.nf3e.TNF3E.InfNF3E.NFdet.Det.GAjusteNF3EAnt
- Enclosing class:
TNF3E.InfNF3E.NFdet.Det
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="tpAjuste" type="{http://www.portalfiscal.inf.br/nf3e}TAjusteNF3eAnt"/>
<element name="motAjuste" type="{http://www.portalfiscal.inf.br/nf3e}TMotAjuste"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtem o valor da propriedade motAjuste.Obtem o valor da propriedade tpAjuste.voidsetMotAjuste(String value) Define o valor da propriedade motAjuste.voidsetTpAjuste(String value) Define o valor da propriedade tpAjuste.
-
Field Details
-
tpAjuste
-
motAjuste
-
-
Constructor Details
-
GAjusteNF3EAnt
public GAjusteNF3EAnt()
-
-
Method Details
-
getTpAjuste
Obtem o valor da propriedade tpAjuste.- Returns:
- possible object is
String
-
setTpAjuste
Define o valor da propriedade tpAjuste.- Parameters:
value- allowed object isString
-
getMotAjuste
Obtem o valor da propriedade motAjuste.- Returns:
- possible object is
String
-
setMotAjuste
Define o valor da propriedade motAjuste.- Parameters:
value- allowed object isString
-