Class DetEvento

java.lang.Object
systextil.integracao.xml.nfe.DetEvento

public class DetEvento extends Object

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 Details

    • descEvento

      protected String descEvento
    • nProt

      protected String nProt
    • xJust

      protected String xJust
    • versao

      protected String versao
  • Constructor Details

    • DetEvento

      public DetEvento()
  • Method Details

    • getDescEvento

      public String getDescEvento()
      Gets the value of the descEvento property.
      Returns:
      possible object is String
    • setDescEvento

      public void setDescEvento(String value)
      Sets the value of the descEvento property.
      Parameters:
      value - allowed object is String
    • getNProt

      public String getNProt()
      Gets the value of the nProt property.
      Returns:
      possible object is String
    • setNProt

      public void setNProt(String value)
      Sets the value of the nProt property.
      Parameters:
      value - allowed object is String
    • getXJust

      public String getXJust()
      Gets the value of the xJust property.
      Returns:
      possible object is String
    • setXJust

      public void setXJust(String value)
      Sets the value of the xJust property.
      Parameters:
      value - allowed object is String
    • getVersao

      public String getVersao()
      Gets the value of the versao property.
      Returns:
      possible object is String
    • setVersao

      public void setVersao(String value)
      Sets the value of the versao property.
      Parameters:
      value - allowed object is String