|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.gob.sunat.sigad.services.AcuseRecibo
public class AcuseRecibo
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 |
---|
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 Detail |
---|
public AcuseRecibo()
Method Detail |
---|
public java.lang.String getAnhoEnvio()
String
public void setAnhoEnvio(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentoEmisor()
String
public void setDocumentoEmisor(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFechaRecepcion()
String
public void setFechaRecepcion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHashDocumento()
String
public void setHashDocumento(java.lang.String value)
value
- allowed object is
String
public java.util.List<ErrorAcuse> getListaErrores()
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
public java.util.List<ErrorAcuse> getListaWarning()
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
public java.lang.String getNumeroOrden()
String
public void setNumeroOrden(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTicketEnvio()
String
public void setTicketEnvio(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |