Class VerificaCPEarchivoResponse

java.lang.Object
org.coderic.ws.sunat.wsdl.VerificaCPEarchivoResponse

public class VerificaCPEarchivoResponse extends Object

Java class for verificaCPEarchivoResponse complex type

.

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


 <complexType name="verificaCPEarchivoResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="archivoverificado" type="{http://service.sunat.gob.pe}statusResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • VerificaCPEarchivoResponse

      public VerificaCPEarchivoResponse()
  • Method Details

    • getArchivoverificado

      public StatusResponse getArchivoverificado()
      Gets the value of the archivoverificado property.
      Returns:
      possible object is StatusResponse
    • setArchivoverificado

      public void setArchivoverificado(StatusResponse value)
      Sets the value of the archivoverificado property.
      Parameters:
      value - allowed object is StatusResponse