p12f.exe.thirdsgateway.objects
Class MapObject

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

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

See Also:
Serialized Form

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

Field Detail

object

public java.util.Map object
Constructor Detail

MapObject

public MapObject()
Method Detail

toXML

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

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

getObject

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

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