p12f.exe.thirdsgateway.objects.config
Class ReportGenerator

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

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

See Also:
Serialized Form

Field Summary
static java.lang.Integer DEFAULT_VALIDITY_PERIOD
           
 java.util.Map instructions
           
 java.util.Map templates
           
 java.lang.Integer validityPeriod
           
 
Constructor Summary
ReportGenerator()
           
 
Method Summary
static ReportGenerator getObject(java.lang.String xml)
          Convierte un XML en un objeto ReportGenerator.
 java.lang.String toXML()
          Convierte un Objeto ReportGenerator a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_VALIDITY_PERIOD

public static final java.lang.Integer DEFAULT_VALIDITY_PERIOD

templates

public java.util.Map templates

instructions

public java.util.Map instructions

validityPeriod

public java.lang.Integer validityPeriod
Constructor Detail

ReportGenerator

public ReportGenerator()
Method Detail

toXML

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

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

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

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException