Package systextil.integracao.xml.nfe
Class DetEvento
java.lang.Object
systextil.integracao.xml.nfe.DetEvento
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="descEvento">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="Cancelamento"/>
</restriction>
</simpleType>
</element>
<element name="nProt" type="{http://www.portalfiscal.inf.br/nfe}TProt"/>
<element name="xJust" type="{http://www.portalfiscal.inf.br/nfe}TJust"/>
</sequence>
<attribute name="versao" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="1.00"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the descEvento property.getNProt()Gets the value of the nProt property.Gets the value of the versao property.getXJust()Gets the value of the xJust property.voidsetDescEvento(String value) Sets the value of the descEvento property.voidSets the value of the nProt property.voidSets the value of the versao property.voidSets the value of the xJust property.
-
Field Details
-
descEvento
-
nProt
-
xJust
-
versao
-
-
Constructor Details
-
DetEvento
public DetEvento()
-
-
Method Details
-
getDescEvento
Gets the value of the descEvento property.- Returns:
- possible object is
String
-
setDescEvento
Sets the value of the descEvento property.- Parameters:
value- allowed object isString
-
getNProt
Gets the value of the nProt property.- Returns:
- possible object is
String
-
setNProt
Sets the value of the nProt property.- Parameters:
value- allowed object isString
-
getXJust
Gets the value of the xJust property.- Returns:
- possible object is
String
-
setXJust
Sets the value of the xJust property.- Parameters:
value- allowed object isString
-
getVersao
Gets the value of the versao property.- Returns:
- possible object is
String
-
setVersao
Sets the value of the versao property.- Parameters:
value- allowed object isString
-