pe.gob.sunat.sigad.services
Class ErrorAcuse

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

public class ErrorAcuse
extends java.lang.Object

Java class for errorAcuse complex type.

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

 <complexType name="errorAcuse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="descripcion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codigo
           
protected  java.lang.String descripcion
           
 
Constructor Summary
ErrorAcuse()
           
 
Method Summary
 java.lang.String getCodigo()
          Gets the value of the codigo property.
 java.lang.String getDescripcion()
          Gets the value of the descripcion property.
 void setCodigo(java.lang.String value)
          Sets the value of the codigo property.
 void setDescripcion(java.lang.String value)
          Sets the value of the descripcion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigo

protected java.lang.String codigo

descripcion

protected java.lang.String descripcion
Constructor Detail

ErrorAcuse

public ErrorAcuse()
Method Detail

getCodigo

public java.lang.String getCodigo()
Gets the value of the codigo property.

Returns:
possible object is String

setCodigo

public void setCodigo(java.lang.String value)
Sets the value of the codigo property.

Parameters:
value - allowed object is String

getDescripcion

public java.lang.String getDescripcion()
Gets the value of the descripcion property.

Returns:
possible object is String

setDescripcion

public void setDescripcion(java.lang.String value)
Sets the value of the descripcion property.

Parameters:
value - allowed object is String