p12f.exe.thirdsgateway.objects.config
Class ReportGenerator
java.lang.Object
p12f.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
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 |
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
ReportGenerator
public ReportGenerator()
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