p12f.exe.pasarelapagos.objects
Class Base64Content

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

public class Base64Content
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 content
          Contenido del fichero codificado en Base64
 java.lang.String fileName
          Nombre del fichero
 
Constructor Summary
Base64Content()
          Constructor sin argumentos.
 
Method Summary
 java.lang.String getContent()
           
static Base64Content getObject(java.lang.String xml)
          Convierte un XML en un objeto Base64Content.
 void setContent(java.lang.String content)
           
 java.lang.String toXML()
          Convierte un Objeto Base64Content a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

public java.lang.String fileName
Nombre del fichero


content

public java.lang.String content
Contenido del fichero codificado en Base64

Constructor Detail

Base64Content

public Base64Content()
Constructor sin argumentos.

Method Detail

getContent

public java.lang.String getContent()

setContent

public void setContent(java.lang.String content)

toXML

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

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

getObject

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

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