p12f.exe.pasarelapagos.objects
Class FileManagerRequest

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.FileManagerRequest
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

public class FileManagerRequest
extends java.lang.Object
implements java.io.Serializable, com.ejie.r01f.util.Initializable

Estructura que contiene los datos de solicitud de un procesamiento batch.

See Also:
Serialized Form

Field Summary
 java.lang.String adminOid
          Identificador de la administración
 java.lang.String content
          Contenido del fichero
static java.lang.String CREATE
           
static java.lang.String DELETE
           
 java.lang.String fileName
          Nombre del fichero
 java.lang.String idToken
          Identificador del token
 java.lang.String operacion
          Tipo de operación a realizar
 
Constructor Summary
FileManagerRequest()
          Constructor sin argumentos.
 
Method Summary
static FileManagerRequest getObject(java.lang.String xml)
          Convierte un XML en un objeto BatchProcessRequest.
static void main(java.lang.String[] argv)
           
 java.lang.String toXML()
          Convierte un Objeto BatchProcessRequest a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELETE

public static final java.lang.String DELETE
See Also:
Constant Field Values

CREATE

public static final java.lang.String CREATE
See Also:
Constant Field Values

operacion

public java.lang.String operacion
Tipo de operación a realizar


adminOid

public java.lang.String adminOid
Identificador de la administración


idToken

public java.lang.String idToken
Identificador del token


fileName

public java.lang.String fileName
Nombre del fichero


content

public java.lang.String content
Contenido del fichero

Constructor Detail

FileManagerRequest

public FileManagerRequest()
Constructor sin argumentos.

Method Detail

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un Objeto BatchProcessRequest a XML.

Returns:
String que contiene el XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static FileManagerRequest getObject(java.lang.String xml)
                                    throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto BatchProcessRequest.

Returns:
Objeto BatchProcessRequest construido a partir del XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

main

public static void main(java.lang.String[] argv)
                 throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException