pe.gob.sunat.sigad.services
Class RecibirArchivo

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

public class RecibirArchivo
extends java.lang.Object

Java class for recibirArchivo complex type.

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

 <complexType name="recibirArchivo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroTransaccion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="informacionArchivo" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.activation.DataHandler informacionArchivo
           
protected  java.lang.String numeroTransaccion
           
 
Constructor Summary
RecibirArchivo()
           
 
Method Summary
 javax.activation.DataHandler getInformacionArchivo()
          Gets the value of the informacionArchivo property.
 java.lang.String getNumeroTransaccion()
          Gets the value of the numeroTransaccion property.
 void setInformacionArchivo(javax.activation.DataHandler value)
          Sets the value of the informacionArchivo property.
 void setNumeroTransaccion(java.lang.String value)
          Sets the value of the numeroTransaccion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numeroTransaccion

protected java.lang.String numeroTransaccion

informacionArchivo

protected javax.activation.DataHandler informacionArchivo
Constructor Detail

RecibirArchivo

public RecibirArchivo()
Method Detail

getNumeroTransaccion

public java.lang.String getNumeroTransaccion()
Gets the value of the numeroTransaccion property.

Returns:
possible object is String

setNumeroTransaccion

public void setNumeroTransaccion(java.lang.String value)
Sets the value of the numeroTransaccion property.

Parameters:
value - allowed object is String

getInformacionArchivo

public javax.activation.DataHandler getInformacionArchivo()
Gets the value of the informacionArchivo property.

Returns:
possible object is DataHandler

setInformacionArchivo

public void setInformacionArchivo(javax.activation.DataHandler value)
Sets the value of the informacionArchivo property.

Parameters:
value - allowed object is DataHandler