p12f.exe.thirdsgateway.objects
Class StringMap

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String id
           
 java.util.Map object
           
 
Constructor Summary
StringMap()
           
 
Method Summary
static StringMap 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

id

public java.lang.String id

object

public java.util.Map object
Constructor Detail

StringMap

public StringMap()
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 StringMap 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