|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.gob.sunat.sigad.services.RecibirArchivo
public class RecibirArchivo
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 |
---|
protected java.lang.String numeroTransaccion
protected javax.activation.DataHandler informacionArchivo
Constructor Detail |
---|
public RecibirArchivo()
Method Detail |
---|
public java.lang.String getNumeroTransaccion()
String
public void setNumeroTransaccion(java.lang.String value)
value
- allowed object is
String
public javax.activation.DataHandler getInformacionArchivo()
DataHandler
public void setInformacionArchivo(javax.activation.DataHandler value)
value
- allowed object is
DataHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |