p12f.exe.thirdsgateway.objects.config
Class Template

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

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

See Also:
Serialized Form

Field Summary
 java.util.Map aditionalDataList
           
 java.lang.String classGenerator
           
 java.lang.String id
           
 java.lang.String templateXsl
           
 
Constructor Summary
Template()
           
 
Method Summary
static Template getObject(java.lang.String xml)
          Convierte de un String xml a un Objeto
 java.lang.String toXML()
          Convierte un Objeto RenderConfig a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

templateXsl

public java.lang.String templateXsl

classGenerator

public java.lang.String classGenerator

aditionalDataList

public java.util.Map aditionalDataList
Constructor Detail

Template

public Template()
Method Detail

getObject

public static Template getObject(java.lang.String xml)
                          throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte de un String xml a un Objeto

Parameters:
xml - : XML de objeto.
Returns:
Objeto convertido.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

toXML

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

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