pe.gob.sunat.sigad.services
Class AcuseRecibo

java.lang.Object
  extended by pe.gob.sunat.sigad.services.AcuseRecibo

public class AcuseRecibo
extends java.lang.Object

Java class for acuseRecibo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="acuseRecibo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anhoEnvio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="documentoEmisor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fechaRecepcion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hashDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="listaErrores" type="{http://services.sigad.sunat.gob.pe}errorAcuse" maxOccurs="unbounded" minOccurs="0"/>
         <element name="listaWarning" type="{http://services.sigad.sunat.gob.pe}errorAcuse" maxOccurs="unbounded" minOccurs="0"/>
         <element name="numeroOrden" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ticketEnvio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String anhoEnvio
           
protected  java.lang.String documentoEmisor
           
protected  java.lang.String fechaRecepcion
           
protected  java.lang.String hashDocumento
           
protected  java.util.List<ErrorAcuse> listaErrores
           
protected  java.util.List<ErrorAcuse> listaWarning
           
protected  java.lang.String numeroOrden
           
protected  java.lang.String ticketEnvio
           
 
Constructor Summary
AcuseRecibo()
           
 
Method Summary
 java.lang.String getAnhoEnvio()
          Gets the value of the anhoEnvio property.
 java.lang.String getDocumentoEmisor()
          Gets the value of the documentoEmisor property.
 java.lang.String getFechaRecepcion()
          Gets the value of the fechaRecepcion property.
 java.lang.String getHashDocumento()
          Gets the value of the hashDocumento property.
 java.util.List<ErrorAcuse> getListaErrores()
          Gets the value of the listaErrores property.
 java.util.List<ErrorAcuse> getListaWarning()
          Gets the value of the listaErrores property.
 java.lang.String getNumeroOrden()
          Gets the value of the numeroOrden property.
 java.lang.String getTicketEnvio()
          Gets the value of the ticketEnvio property.
 void setAnhoEnvio(java.lang.String value)
          Sets the value of the anhoEnvio property.
 void setDocumentoEmisor(java.lang.String value)
          Sets the value of the documentoEmisor property.
 void setFechaRecepcion(java.lang.String value)
          Sets the value of the fechaRecepcion property.
 void setHashDocumento(java.lang.String value)
          Sets the value of the hashDocumento property.
 void setNumeroOrden(java.lang.String value)
          Sets the value of the numeroOrden property.
 void setTicketEnvio(java.lang.String value)
          Sets the value of the ticketEnvio property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anhoEnvio

protected java.lang.String anhoEnvio

documentoEmisor

protected java.lang.String documentoEmisor

fechaRecepcion

protected java.lang.String fechaRecepcion

hashDocumento

protected java.lang.String hashDocumento

listaErrores

protected java.util.List<ErrorAcuse> listaErrores

listaWarning

protected java.util.List<ErrorAcuse> listaWarning

numeroOrden

protected java.lang.String numeroOrden

ticketEnvio

protected java.lang.String ticketEnvio
Constructor Detail

AcuseRecibo

public AcuseRecibo()
Method Detail

getAnhoEnvio

public java.lang.String getAnhoEnvio()
Gets the value of the anhoEnvio property.

Returns:
possible object is String

setAnhoEnvio

public void setAnhoEnvio(java.lang.String value)
Sets the value of the anhoEnvio property.

Parameters:
value - allowed object is String

getDocumentoEmisor

public java.lang.String getDocumentoEmisor()
Gets the value of the documentoEmisor property.

Returns:
possible object is String

setDocumentoEmisor

public void setDocumentoEmisor(java.lang.String value)
Sets the value of the documentoEmisor property.

Parameters:
value - allowed object is String

getFechaRecepcion

public java.lang.String getFechaRecepcion()
Gets the value of the fechaRecepcion property.

Returns:
possible object is String

setFechaRecepcion

public void setFechaRecepcion(java.lang.String value)
Sets the value of the fechaRecepcion property.

Parameters:
value - allowed object is String

getHashDocumento

public java.lang.String getHashDocumento()
Gets the value of the hashDocumento property.

Returns:
possible object is String

setHashDocumento

public void setHashDocumento(java.lang.String value)
Sets the value of the hashDocumento property.

Parameters:
value - allowed object is String

getListaErrores

public java.util.List<ErrorAcuse> getListaErrores()
Gets the value of the listaErrores property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the listaErrores property.

For example, to add a new item, do as follows:

    getListaErrores().add(newItem);
 

Objects of the following type(s) are allowed in the list ErrorAcuse


getListaWarning

public java.util.List<ErrorAcuse> getListaWarning()
Gets the value of the listaErrores property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the listaErrores property.

For example, to add a new item, do as follows:

    getListaErrores().add(newItem);
 

Objects of the following type(s) are allowed in the list ErrorAcuse


getNumeroOrden

public java.lang.String getNumeroOrden()
Gets the value of the numeroOrden property.

Returns:
possible object is String

setNumeroOrden

public void setNumeroOrden(java.lang.String value)
Sets the value of the numeroOrden property.

Parameters:
value - allowed object is String

getTicketEnvio

public java.lang.String getTicketEnvio()
Gets the value of the ticketEnvio property.

Returns:
possible object is String

setTicketEnvio

public void setTicketEnvio(java.lang.String value)
Sets the value of the ticketEnvio property.

Parameters:
value - allowed object is String